Instance

class Instance : KotlinCustomResource

Creates an instance resource in the specified project using the data included in the request.

Properties

Link copied to clipboard

Controls for advanced machine-related behavior features.

Link copied to clipboard
val canIpForward: Output<Boolean>

Allows this instance to send and receive packets with non-matching destination or source IPs. This is required if you plan to use this instance to forward routes. For more information, see Enabling IP Forwarding .

Link copied to clipboard
val cpuPlatform: Output<String>

The CPU platform used by this instance.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

Whether the resource should be protected against deletion.

Link copied to clipboard
val description: Output<String>

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard

Array of disks associated with this instance. Persistent disks must be created before you can assign them.

Link copied to clipboard

Enables display device for the instance.

Link copied to clipboard

Specifies whether the disks restored from source snapshots or source machine image should erase Windows specific VSS signature.

Link copied to clipboard
val fingerprint: Output<String>

Specifies a fingerprint for this resource, which is essentially a hash of the instance's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the instance. You must always provide an up-to-date fingerprint hash in order to update the instance. To see the latest fingerprint, make get() request to the instance.

Link copied to clipboard

A list of the type and count of accelerator cards attached to the instance.

Link copied to clipboard
val hostname: Output<String>

Specifies the hostname of the instance. The specified hostname must be RFC1035 compliant. If hostname is not specified, the default hostname is INSTANCE_NAME.c.PROJECT_ID.internal when using the global DNS, and INSTANCE_NAME.ZONE.c.PROJECT_ID.internal when using zonal DNS.

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

Encrypts suspended data for an instance with a customer-managed encryption key. If you are creating a new instance, this field will encrypt the local SSD and in-memory contents of the instance during the suspend operation. If you do not provide an encryption key when creating the instance, then the local SSD and in-memory contents will be encrypted using an automatically generated key during the suspend operation.

Link copied to clipboard

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

Link copied to clipboard
val kind: Output<String>

Type of the resource. Always compute#instance for instances.

Link copied to clipboard

A fingerprint for this request, which is essentially a hash of the label's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the instance.

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

Labels to apply to this instance. These can be later modified by the setLabels method.

Link copied to clipboard

Last start timestamp in RFC3339 text format.

Link copied to clipboard

Last stop timestamp in RFC3339 text format.

Link copied to clipboard

Last suspended timestamp in RFC3339 text format.

Link copied to clipboard
val machineType: Output<String>

Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type. This is provided by the client when the instance is created. For example, the following is a valid partial url to a predefined machine type: zones/us-central1-f/machineTypes/n1-standard-1 To create a custom machine type, provide a URL to a machine type in the following format, where CPUS is 1 or an even number up to 32 (2, 4, 6, ... 24, etc), and MEMORY is the total memory for this instance. Memory must be a multiple of 256 MB and must be supplied in MB (e.g. 5 GB of memory is 5120 MB): zones/zone/machineTypes/custom-CPUS-MEMORY For example: zones/us-central1-f/machineTypes/custom-4-5120 For a full list of restrictions, read the Specifications for custom machine types.

Link copied to clipboard

The metadata key/value pairs assigned to this instance. This includes custom metadata and predefined keys.

Link copied to clipboard
val minCpuPlatform: Output<String>

Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge".

Link copied to clipboard
val name: Output<String>

The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard

An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.

Link copied to clipboard

Input only. Input Only Additional params passed with the request, but not persisted as part of resource payload.

Link copied to clipboard

PostKeyRevocationActionType of the instance.

Link copied to clipboard

Total amount of preserved state for SUSPENDED instances. Read-only in the api.

Link copied to clipboard

The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.

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 requestId: Output<String>?

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

Link copied to clipboard

Specifies the reservations that this instance can consume from.

Link copied to clipboard

Resource policies applied to this instance.

Link copied to clipboard

Specifies values set for instance attributes as compared to the values requested by user in the corresponding input only field.

Link copied to clipboard
val satisfiesPzs: Output<Boolean>

Reserved for future use.

Link copied to clipboard

Sets the scheduling options for this instance.

Link copied to clipboard
val secureTags: Output<List<String>>

Input Only Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 50.

Link copied to clipboard
val selfLink: Output<String>

Server-defined URL for this resource.

Link copied to clipboard
val selfLinkWithId: Output<String>

Server-defined URL for this resource with the resource id.

Link copied to clipboard

A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported. Service accounts generate access tokens that can be accessed through the metadata server and used to authenticate applications on the instance. See Service Accounts for more information.

Link copied to clipboard

Mapping of user-defined keys to specifications for service integrations. Currently only a single key-value pair is supported.

Link copied to clipboard

Deprecating, please use shielded_instance_config.

Link copied to clipboard

Deprecating, please use shielded_instance_integrity_policy.

Link copied to clipboard

Specifies instance template to create the instance. This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate

Link copied to clipboard

Specifies the machine image to use to create the instance. This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to a machine image: - https://www.googleapis.com/compute/v1/projects/project/global/global /machineImages/machineImage - projects/project/global/global/machineImages/machineImage - global/machineImages/machineImage

Link copied to clipboard

Source machine image encryption key when creating an instance from a machine image.

Link copied to clipboard

Whether a VM has been restricted for start because Compute Engine has detected suspicious activity.

Link copied to clipboard
val status: Output<String>

The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.

Link copied to clipboard
val statusMessage: Output<String>

An optional, human-readable explanation of the status.

Link copied to clipboard
val tags: Output<TagsResponse>

Tags to apply to this instance. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during instance creation. The tags can be later modified by the setTags method. Each tag within the list must comply with RFC1035. Multiple tags can be specified via the 'tags.items' field.

Link copied to clipboard

Specifies upcoming maintenance for the instance.

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