GetAddressGroupResult

data class GetAddressGroupResult(val capacity: Int, val createTime: String, val description: String, val items: List<String>, val labels: Map<String, String>, val name: String, val selfLink: String, val type: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(capacity: Int, createTime: String, description: String, items: List<String>, labels: Map<String, String>, name: String, selfLink: String, type: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Capacity of the Address Group

Link copied to clipboard

The timestamp when the resource was created.

Link copied to clipboard

Optional. Free-text description of the resource.

Link copied to clipboard

Optional. List of items.

Link copied to clipboard

Optional. Set of label tags associated with the AddressGroup resource.

Link copied to clipboard

Name of the AddressGroup resource. It matches pattern projects/*/locations/{location}/addressGroups/.

Link copied to clipboard

Server-defined fully-qualified URL for this resource.

Link copied to clipboard

The type of the Address Group. Possible values are "IPv4" or "IPV6".

Link copied to clipboard

The timestamp when the resource was updated. */