GetAclsAcl

data class GetAclsAcl(val aclEntries: List<GetAclsAclAclEntry>, val aclId: String, val aclName: String, val addressIpVersion: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(aclEntries: List<GetAclsAclAclEntry>, aclId: String, aclName: String, addressIpVersion: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The entries of the Acl.

Link copied to clipboard

The ID of the Acl.

Link copied to clipboard

The name of the acl.

Link copied to clipboard

The address ip version.

Link copied to clipboard
val id: String

The ID of the Acl. Its value is same as acl_id.

Link copied to clipboard

The status of the resource. Valid values: active, configuring, deleting, init.