Class NetworkAclQuintupleEntries
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.NetworkAclQuintupleEntries
-
public class NetworkAclQuintupleEntries extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NetworkAclQuintupleEntries()NetworkAclQuintupleEntries(NetworkAclQuintupleEntries 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 NetworkAclQuintupleEntry[]getEgress()Get 网络ACL五元组出站规则NetworkAclQuintupleEntry[]getIngress()Get 网络ACL五元组入站规则。voidsetEgress(NetworkAclQuintupleEntry[] Egress)Set 网络ACL五元组出站规则voidsetIngress(NetworkAclQuintupleEntry[] Ingress)Set 网络ACL五元组入站规则。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
-
NetworkAclQuintupleEntries
public NetworkAclQuintupleEntries()
-
NetworkAclQuintupleEntries
public NetworkAclQuintupleEntries(NetworkAclQuintupleEntries 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 NetworkAclQuintupleEntry[] getIngress()
Get 网络ACL五元组入站规则。- Returns:
- Ingress 网络ACL五元组入站规则。
-
setIngress
public void setIngress(NetworkAclQuintupleEntry[] Ingress)
Set 网络ACL五元组入站规则。- Parameters:
Ingress- 网络ACL五元组入站规则。
-
getEgress
public NetworkAclQuintupleEntry[] getEgress()
Get 网络ACL五元组出站规则- Returns:
- Egress 网络ACL五元组出站规则
-
setEgress
public void setEgress(NetworkAclQuintupleEntry[] Egress)
Set 网络ACL五元组出站规则- Parameters:
Egress- 网络ACL五元组出站规则
-
-