NetworkAclIngressAclEntryArgs

data class NetworkAclIngressAclEntryArgs(val description: Output<String>? = null, val networkAclEntryName: Output<String>? = null, val policy: Output<String>? = null, val port: Output<String>? = null, val protocol: Output<String>? = null, val sourceCidrIp: Output<String>? = null) : ConvertibleToJava<NetworkAclIngressAclEntryArgs>

Constructors

Link copied to clipboard
fun NetworkAclIngressAclEntryArgs(description: Output<String>? = null, networkAclEntryName: 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(): NetworkAclIngressAclEntryArgs

Properties

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

The description of the network acl instance.

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

The entry name of ingress entries.

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

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

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

The port of ingress entries.

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

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

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

The source cidr ip of ingress entries.