GetNetworkAclsAclEgressAclEntry

data class GetNetworkAclsAclEgressAclEntry(val description: String, val destinationCidrIp: String, val networkAclEntryName: String, val policy: String, val port: String, val protocol: String)

Constructors

Link copied to clipboard
fun GetNetworkAclsAclEgressAclEntry(description: String, destinationCidrIp: String, networkAclEntryName: String, policy: String, port: String, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the entry direction rule.

Link copied to clipboard

The destination address segment.

Link copied to clipboard

The name of the entry direction rule entry.

Link copied to clipboard

The authorization policy.

Link copied to clipboard

Source port range.

Link copied to clipboard

Transport layer protocol.