AccessControlListAclEntry

data class AccessControlListAclEntry(val aclEntryComment: String? = null, val aclEntryIp: String? = null)

Constructors

Link copied to clipboard
constructor(aclEntryComment: String? = null, aclEntryIp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aclEntryComment: String? = null

The description of the ACL.

Link copied to clipboard
val aclEntryIp: String? = null

The entries that you want to add to the ACL. You can add CIDR blocks. Separate multiple CIDR blocks with commas (,).