GetAddressResult

data class GetAddressResult(val address: String, val id: String, val name: String, val project: String, val region: String, val selfLink: String, val status: String)

A collection of values returned by getAddress.

Constructors

Link copied to clipboard
fun GetAddressResult(address: String, id: String, name: String, project: String, region: String, selfLink: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP of the created resource.

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

The URI of the created resource.

Link copied to clipboard

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