Instance

class Instance : KotlinCustomResource

Creates a new instance in the specified region. Returns a long running operation which contains an instance on completion. While the long running operation is in progress, any call to GetInstance returns an instance in state CREATING. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

The policy to define whether or not RBE features can be used or how they can be used.

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

The location is a GCP region. Currently only us-central1 is supported.

Link copied to clipboard
val loggingEnabled: Output<Boolean>

Whether stack driver logging is enabled for the instance.

Link copied to clipboard
val name: Output<String>

Instance resource name formatted as: projects/[PROJECT_ID]/instances/[INSTANCE_ID]. Name should not be populated when creating an instance since it is provided in the instance_id field.

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

State of the instance.

Link copied to clipboard
val urn: Output<String>