public class NetworkAcl extends AbstractModel
| Constructor and Description | 
|---|
| NetworkAcl() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreatedTime()Get Creation time. | 
| NetworkAclEntry[] | getEgressEntries()Get Outbound rules of the network ACL. | 
| NetworkAclEntry[] | getIngressEntries()Get Inbound rules of the network ACL. | 
| String | getNetworkAclId()Get `ID` of the network ACL instance. | 
| String | getNetworkAclName()Get Name of the network ACL. | 
| Subnet[] | getSubnetSet()Get Array of subnets associated with the network ACL. | 
| String | getVpcId()Get `ID` of the `VPC` instance. | 
| void | setCreatedTime(String CreatedTime)Set Creation time. | 
| void | setEgressEntries(NetworkAclEntry[] EgressEntries)Set Outbound rules of the network ACL. | 
| void | setIngressEntries(NetworkAclEntry[] IngressEntries)Set Inbound rules of the network ACL. | 
| void | setNetworkAclId(String NetworkAclId)Set `ID` of the network ACL instance. | 
| void | setNetworkAclName(String NetworkAclName)Set Name of the network ACL. | 
| void | setSubnetSet(Subnet[] SubnetSet)Set Array of subnets associated with the network ACL. | 
| void | setVpcId(String VpcId)Set `ID` of the `VPC` instance. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - `ID` of the `VPC` instance.public String getNetworkAclId()
public void setNetworkAclId(String NetworkAclId)
NetworkAclId - `ID` of the network ACL instance.public String getNetworkAclName()
public void setNetworkAclName(String NetworkAclName)
NetworkAclName - Name of the network ACL. The maximum length is 60 bytes.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation time.public Subnet[] getSubnetSet()
public void setSubnetSet(Subnet[] SubnetSet)
SubnetSet - Array of subnets associated with the network ACL.public NetworkAclEntry[] getIngressEntries()
public void setIngressEntries(NetworkAclEntry[] IngressEntries)
IngressEntries - Inbound rules of the network ACL.public NetworkAclEntry[] getEgressEntries()
public void setEgressEntries(NetworkAclEntry[] EgressEntries)
EgressEntries - Outbound rules of the network ACL.Copyright © 2021. All rights reserved.