AclAclEntry

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entry: 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

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