AclAclEntryArgs

data class AclAclEntryArgs(val entry: Output<String>? = null, val entryDescription: Output<String>? = null) : ConvertibleToJava<AclAclEntryArgs>

Constructors

Link copied to clipboard
constructor(entry: Output<String>? = null, entryDescription: Output<String>? = null)

Properties

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

The IP address(192.168.XX.XX) or CIDR(10.0.XX.XX/24) block that you want to add to the network ACL.

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

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

Functions

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