Instance

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

Properties

Link copied to clipboard
val build: Output<BuildResponse>

Build info of the Instance if it's in ACTIVE state.

Link copied to clipboard
val config: Output<ConfigResponse>

Config of the Instance.

Link copied to clipboard
val createTime: Output<String>

Creation timestamp.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

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

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

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

The current state of the Instance.

Link copied to clipboard
val stateMessage: Output<String>

Extra information of Instance.State if the state is FAILED.

Link copied to clipboard
val updateTime: Output<String>

Last update timestamp.

Link copied to clipboard
val urn: Output<String>