Instance

class Instance : KotlinCustomResource

Create an Instance. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val createTime: Output<String>

Create a time stamp.

Link copied to clipboard
val firmwareVersion: Output<String>

The firmware version for the instance.

Link copied to clipboard

True if you enable hyperthreading for the server, otherwise false. The default value is false.

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

True if the interactive serial console feature is enabled for the instance, false otherwise. The default value is false.

Link copied to clipboard
val labels: Output<Map<String, String>>

Labels as key value pairs.

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

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

Link copied to clipboard
val loginInfo: Output<String>

Text field about info for logging in.

Link copied to clipboard
val luns: Output<List<LunResponse>>

Immutable. List of LUNs associated with this server.

Link copied to clipboard
val machineType: Output<String>

Immutable. The server type. Available server types

Link copied to clipboard
val name: Output<String>

Immutable. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

Link copied to clipboard

List of networks associated with this server.

Link copied to clipboard
val networkTemplate: Output<String>

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond" or "nic".

Link copied to clipboard
val osImage: Output<String>

The OS image currently installed on the server.

Link copied to clipboard
val pod: Output<String>

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

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>

The state of the server.

Link copied to clipboard
val updateTime: Output<String>

Update a time stamp.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Input only. List of Volumes to attach to this Instance on creation. This field won't be populated in Get/List responses.

Link copied to clipboard
val workloadProfile: Output<String>

The workload profile for the instance.