GetAddressesAddress

data class GetAddressesAddress(val address: String, val addressType: String, val description: String, val labels: Map<String, String>, val name: String, val region: String, val selfLink: String, val status: String)

Constructors

Link copied to clipboard
constructor(address: String, addressType: String, description: String, labels: Map<String, String>, name: String, region: String, selfLink: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address (for example 1.2.3.4).

Link copied to clipboard

The IP address type, can be EXTERNAL or INTERNAL.

Link copied to clipboard

The IP address description.

Link copied to clipboard

A map containing IP labels.

Link copied to clipboard

The IP address name.

Link copied to clipboard

Region that should be considered to search addresses. All regions are considered if missing.

Link copied to clipboard

The URI of the created resource.

Link copied to clipboard

Indicates if the address is used. Possible values are: RESERVED or IN_USE.