Uses of Class
com.tencentcloudapi.cfw.v20190904.models.SecurityGroupRule
-
Packages that use SecurityGroupRule Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of SecurityGroupRule in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return SecurityGroupRule Modifier and Type Method Description SecurityGroupRule[]AddEnterpriseSecurityGroupRulesRequest. getData()Get 创建规则数据SecurityGroupRuleModifyEnterpriseSecurityGroupRuleRequest. getData()Get 编辑后的企业安全组规则数据;修改规则状态不用填该字段SecurityGroupRule[]DescribeEnterpriseSecurityGroupRuleResponse. getRules()Get 访问控制策略列表Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type SecurityGroupRule Modifier and Type Method Description voidAddEnterpriseSecurityGroupRulesRequest. setData(SecurityGroupRule[] Data)Set 创建规则数据voidModifyEnterpriseSecurityGroupRuleRequest. setData(SecurityGroupRule Data)Set 编辑后的企业安全组规则数据;修改规则状态不用填该字段voidDescribeEnterpriseSecurityGroupRuleResponse. setRules(SecurityGroupRule[] Rules)Set 访问控制策略列表Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type SecurityGroupRule Constructor Description SecurityGroupRule(SecurityGroupRule source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-