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
constructor(description: String, destinationCidrIp: String, networkAclEntryName: String, policy: String, port: String, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Give the description information of the direction rule.

Link copied to clipboard

The destination address segment.

Link copied to clipboard

The name of the entry for the direction rule.

Link copied to clipboard

The authorization policy.

Link copied to clipboard

Destination port range.

Link copied to clipboard

Transport layer protocol.