InstanceArgs

data class InstanceArgs(val config: Output<ConfigArgs>? = null, val instanceId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

Provisions instance resources for the Registry. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun InstanceArgs(config: Output<ConfigArgs>? = null, instanceId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val config: Output<ConfigArgs>? = null

Config of the Instance.

Link copied to clipboard
val instanceId: Output<String>? = null

Required. Identifier to assign to the Instance. Must be unique within scope of the parent resource.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Format: projects/*/locations/*/instance. Currently only locations/global is supported.

Link copied to clipboard
val project: Output<String>? = null

//