NetworkAclEgressAclEntry

data class NetworkAclEgressAclEntry(val description: String? = null, val destinationCidrIp: String? = null, val networkAclEntryName: String? = null, val policy: String? = null, val port: String? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
fun NetworkAclEgressAclEntry(description: String? = null, destinationCidrIp: String? = null, networkAclEntryName: String? = null, policy: String? = null, port: String? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the network acl instance.

Link copied to clipboard

The destination cidr ip of egress entries.

Link copied to clipboard

The entry name of ingress entries.

Link copied to clipboard
val policy: String? = null

The policy of ingress entries. Valid values accept and drop.

Link copied to clipboard
val port: String? = null

The port of ingress entries.

Link copied to clipboard
val protocol: String? = null

The protocol of ingress entries. Valid values icmp,gre,tcp,udp, and all.