Package | Description |
---|---|
com.tencentcloudapi.cfw.v20190904.models |
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule[] |
AddEnterpriseSecurityGroupRulesRequest.getData()
Get 创建规则数据
|
SecurityGroupRule |
ModifyEnterpriseSecurityGroupRuleRequest.getData()
Get 编辑后的企业安全组规则数据;修改规则状态不用填该字段
|
SecurityGroupRule[] |
DescribeEnterpriseSecurityGroupRuleResponse.getRules()
Get 访问控制策略列表
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyEnterpriseSecurityGroupRuleRequest.setData(SecurityGroupRule Data)
Set 编辑后的企业安全组规则数据;修改规则状态不用填该字段
|
void |
AddEnterpriseSecurityGroupRulesRequest.setData(SecurityGroupRule[] Data)
Set 创建规则数据
|
void |
DescribeEnterpriseSecurityGroupRuleResponse.setRules(SecurityGroupRule[] Rules)
Set 访问控制策略列表
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.