Package | Description |
---|---|
com.tencentcloudapi.ecm.v20190719.models |
Modifier and Type | Method and Description |
---|---|
SecurityGroupPolicy[] |
SecurityGroupPolicySet.getEgress()
Get 出站规则。其中出站规则和入站规则必须选一个。
|
SecurityGroupPolicy[] |
SecurityGroupPolicySet.getIngress()
Get 入站规则。其中出站规则和入站规则必须选一个。
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityGroupPolicySet.setEgress(SecurityGroupPolicy[] Egress)
Set 出站规则。其中出站规则和入站规则必须选一个。
|
void |
SecurityGroupPolicySet.setIngress(SecurityGroupPolicy[] Ingress)
Set 入站规则。其中出站规则和入站规则必须选一个。
|
Constructor and Description |
---|
SecurityGroupPolicy(SecurityGroupPolicy 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 © 2025. All rights reserved.