AclAclEntryArgs

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

Constructors

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

Functions

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

Properties

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

The IP entry that you want to add to the 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 (_).