Skip navigation links
com.tencentcloudapi.vpc.v20170312.models

Class DescribeSecurityGroupPoliciesRequest

Returns:
Filters Filter conditions. `SecurityGroupId` and `Filters` cannot be specified at the same time.
  • security-group-id - String - Security group ID.
  • ip - String - IP. IPV4 and IPV6 fuzzy matching is supported.
  • address-module - String - IP address or address group template ID.
  • service-module - String - Protocol port or port group template ID.
  • protocol-type - String - Protocol supported by the security group policy. Valid values: `TCP`, `UDP`, `ICMP`, `ICMPV6`, `GRE`, `ALL`.
  • port - String - Optional - Protocol port. Fuzzy matching is supported. Query all ports when the protocol value is `ALL`.
  • poly - String - Protocol policy. Valid values: `ALL` (means "all policies"), `ACCEPT` (means "allow") and `DROP` (means "reject").
  • direction - String - Protocol rule. Valid values: `ALL` (means "all rules"), `INBOUND`(means "inbound rules") and `OUTBOUND` (means "outbound rules").
  • description - String - Protocol description. Fuzzy matching is supported in this filter condition.
  • Parameters:
    Filters - Filter conditions. `SecurityGroupId` and `Filters` cannot be specified at the same time.
  • security-group-id - String - Security group ID.
  • ip - String - IP. IPV4 and IPV6 fuzzy matching is supported.
  • address-module - String - IP address or address group template ID.
  • service-module - String - Protocol port or port group template ID.
  • protocol-type - String - Protocol supported by the security group policy. Valid values: `TCP`, `UDP`, `ICMP`, `ICMPV6`, `GRE`, `ALL`.
  • port - String - Optional - Protocol port. Fuzzy matching is supported. Query all ports when the protocol value is `ALL`.
  • poly - String - Protocol policy. Valid values: `ALL` (means "all policies"), `ACCEPT` (means "allow") and `DROP` (means "reject").
  • direction - String - Protocol rule. Valid values: `ALL` (means "all rules"), `INBOUND`(means "inbound rules") and `OUTBOUND` (means "outbound rules").
  • description - String - Protocol description. Fuzzy matching is supported in this filter condition.
  • Skip navigation links

    Copyright © 2022. All rights reserved.