AclAclEntryArgs

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

Constructors

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

Properties

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

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

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

The IP address for the ACL entry.

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

The status of the ACL entry. Valid values:

Functions

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