Class NetworkAclEntrySet
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.NetworkAclEntrySet
-
public class NetworkAclEntrySet extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NetworkAclEntrySet()NetworkAclEntrySet(NetworkAclEntrySet 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkAclEntry[]getEgress()Get 出站规则。NetworkAclEntry[]getIngress()Get 入站规则。voidsetEgress(NetworkAclEntry[] Egress)Set 出站规则。voidsetIngress(NetworkAclEntry[] Ingress)Set 入站规则。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
NetworkAclEntrySet
public NetworkAclEntrySet()
-
NetworkAclEntrySet
public NetworkAclEntrySet(NetworkAclEntrySet 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.
-
-
Method Detail
-
getIngress
public NetworkAclEntry[] getIngress()
Get 入站规则。- Returns:
- Ingress 入站规则。
-
setIngress
public void setIngress(NetworkAclEntry[] Ingress)
Set 入站规则。- Parameters:
Ingress- 入站规则。
-
getEgress
public NetworkAclEntry[] getEgress()
Get 出站规则。- Returns:
- Egress 出站规则。
-
setEgress
public void setEgress(NetworkAclEntry[] Egress)
Set 出站规则。- Parameters:
Egress- 出站规则。
-
-