NetworkAclEntriesIngressArgs

data class NetworkAclEntriesIngressArgs(val description: 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, val sourceCidrIp: Output<String>? = null) : ConvertibleToJava<NetworkAclEntriesIngressArgs>

Constructors

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

Functions

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

Properties

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

The description 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.

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

The source ip of the ingress entry.