GetAddressPlainArgs

data class GetAddressPlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetAddressPlainArgs>

A collection of arguments for invoking getAddress.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, region: String? = null)

Properties

Link copied to clipboard

A unique name for the resource, required by GCE.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

The Region in which the created address reside. If it is not provided, the provider region is used.

Functions

Link copied to clipboard
open override fun toJava(): GetAddressPlainArgs