AclAclEntry

data class AclAclEntry(val entry: String? = null, val entryDescription: String? = null)

Constructors

Link copied to clipboard
fun AclAclEntry(entry: String? = null, entryDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entry: String? = null

The IP entry that you want to add to the ACL.

Link copied to clipboard

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 (_).