GetAclsAcl

data class GetAclsAcl(val entryLists: List<GetAclsAclEntryList>, val id: String, val ipVersion: String, val name: String, val relatedListeners: List<GetAclsAclRelatedListener>, val resourceGroupId: String, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(entryLists: List<GetAclsAclEntryList>, id: String, ipVersion: String, name: String, relatedListeners: List<GetAclsAclRelatedListener>, resourceGroupId: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of entry (IP addresses or CIDR blocks). Each entry contains two sub-fields as Entry Block follows.

Link copied to clipboard
val id: String

Acl ID.

Link copied to clipboard
Link copied to clipboard

Acl name.

Link copied to clipboard

A list of listener are attached by the acl. Each listener contains four sub-fields as Listener Block follows.

Link copied to clipboard

The Id of resource group which acl belongs.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.