GetAddressResult

data class GetAddressResult(val address: String, val addressType: String, val id: String, val name: String, val network: String, val networkTier: String, val prefixLength: Int, val project: String, val purpose: String, val region: String, val selfLink: String, val status: String, val subnetwork: String, val users: String)

A collection of values returned by getAddress.

Constructors

Link copied to clipboard
constructor(address: String, addressType: String, id: String, name: String, network: String, networkTier: String, prefixLength: Int, project: String, purpose: String, region: String, selfLink: String, status: String, subnetwork: String, users: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP of the created resource.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard