Get Network Acls Acl
data class GetNetworkAclsAcl(val description: String, val egressAclEntries: List<GetNetworkAclsAclEgressAclEntry>, val id: String, val ingressAclEntries: List<GetNetworkAclsAclIngressAclEntry>, val networkAclId: String, val networkAclName: String, val resources: List<GetNetworkAclsAclResource>, val status: String, val vpcId: String)
Constructors
Link copied to clipboard
constructor(description: String, egressAclEntries: List<GetNetworkAclsAclEgressAclEntry>, id: String, ingressAclEntries: List<GetNetworkAclsAclIngressAclEntry>, networkAclId: String, networkAclName: String, resources: List<GetNetworkAclsAclResource>, status: String, vpcId: String)
Properties
Link copied to clipboard
Description of network ACL information.
Link copied to clipboard
Output direction rule information.
Link copied to clipboard
Entry direction rule information.
Link copied to clipboard
The first ID of the resource.
Link copied to clipboard
The name of the network ACL.
Link copied to clipboard
The associated resource.