NetworkAclEntriesEgressArgs

data class NetworkAclEntriesEgressArgs(val description: Output<String>? = null, val destinationCidrIp: Output<String>? = null, val entryType: Output<String>? = null, val name: Output<String>? = null, val policy: Output<String>? = null, val port: Output<String>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<NetworkAclEntriesEgressArgs>

Constructors

Link copied to clipboard
fun NetworkAclEntriesEgressArgs(description: Output<String>? = null, destinationCidrIp: Output<String>? = null, entryType: Output<String>? = null, name: Output<String>? = null, policy: Output<String>? = null, port: Output<String>? = null, protocol: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NetworkAclEntriesEgressArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the egress entry.

Link copied to clipboard
val destinationCidrIp: Output<String>? = null

The destination ip of the egress entry.

Link copied to clipboard
val entryType: Output<String>? = null

The entry type of the egress entry. It must be custom or system. Default value is custom.

Link copied to clipboard
val name: Output<String>? = null

The name of the egress entry.

Link copied to clipboard
val policy: Output<String>? = null

The policy of the egress entry. It must be accept or drop.

Link copied to clipboard
val port: Output<String>? = null

The port of the egress entry.

Link copied to clipboard
val protocol: Output<String>? = null

The protocol of the egress entry.