GetRegionInstanceTemplateResult

data class GetRegionInstanceTemplateResult(val advancedMachineFeatures: List<GetRegionInstanceTemplateAdvancedMachineFeature>, val canIpForward: Boolean, val confidentialInstanceConfigs: List<GetRegionInstanceTemplateConfidentialInstanceConfig>, val description: String, val disks: List<GetRegionInstanceTemplateDisk>, val effectiveLabels: Map<String, String>, val enableDisplay: Boolean, val filter: String? = null, val guestAccelerators: List<GetRegionInstanceTemplateGuestAccelerator>, val id: String, val instanceDescription: String, val labels: Map<String, String>, val machineType: String, val metadata: Map<String, String>, val metadataFingerprint: String, val metadataStartupScript: String, val minCpuPlatform: String, val mostRecent: Boolean? = null, val name: String? = null, val namePrefix: String, val networkInterfaces: List<GetRegionInstanceTemplateNetworkInterface>, val networkPerformanceConfigs: List<GetRegionInstanceTemplateNetworkPerformanceConfig>, val partnerMetadata: Map<String, String>, val project: String? = null, val pulumiLabels: Map<String, String>, val region: String? = null, val reservationAffinities: List<GetRegionInstanceTemplateReservationAffinity>, val resourceManagerTags: Map<String, String>, val resourcePolicies: List<String>, val schedulings: List<GetRegionInstanceTemplateScheduling>, val selfLink: String, val serviceAccounts: List<GetRegionInstanceTemplateServiceAccount>, val shieldedInstanceConfigs: List<GetRegionInstanceTemplateShieldedInstanceConfig>, val tags: List<String>, val tagsFingerprint: String)

A collection of values returned by getRegionInstanceTemplate.

Constructors

Link copied to clipboard
constructor(advancedMachineFeatures: List<GetRegionInstanceTemplateAdvancedMachineFeature>, canIpForward: Boolean, confidentialInstanceConfigs: List<GetRegionInstanceTemplateConfidentialInstanceConfig>, description: String, disks: List<GetRegionInstanceTemplateDisk>, effectiveLabels: Map<String, String>, enableDisplay: Boolean, filter: String? = null, guestAccelerators: List<GetRegionInstanceTemplateGuestAccelerator>, id: String, instanceDescription: String, labels: Map<String, String>, machineType: String, metadata: Map<String, String>, metadataFingerprint: String, metadataStartupScript: String, minCpuPlatform: String, mostRecent: Boolean? = null, name: String? = null, namePrefix: String, networkInterfaces: List<GetRegionInstanceTemplateNetworkInterface>, networkPerformanceConfigs: List<GetRegionInstanceTemplateNetworkPerformanceConfig>, partnerMetadata: Map<String, String>, project: String? = null, pulumiLabels: Map<String, String>, region: String? = null, reservationAffinities: List<GetRegionInstanceTemplateReservationAffinity>, resourceManagerTags: Map<String, String>, resourcePolicies: List<String>, schedulings: List<GetRegionInstanceTemplateScheduling>, selfLink: String, serviceAccounts: List<GetRegionInstanceTemplateServiceAccount>, shieldedInstanceConfigs: List<GetRegionInstanceTemplateShieldedInstanceConfig>, tags: List<String>, tagsFingerprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to allow sending and receiving of packets with non-matching source or destination IPs. This defaults to false.

Link copied to clipboard
Link copied to clipboard

A brief description of this resource.

Link copied to clipboard

Disks to attach to instances created from this template. This can be specified multiple times for multiple disks. Structure is documented below.

Link copied to clipboard
Link copied to clipboard

Enable Virtual Displays on this instance. Note: allow_stopping_for_update must be set to true in order to update this field.

Link copied to clipboard
val filter: String? = null
Link copied to clipboard

List of the type and count of accelerator cards attached to the instance. Structure documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A brief description to use for instances created from this template.

Link copied to clipboard

(Optional) A set of ket/value label pairs to assign to disk created from this template

Link copied to clipboard

The machine type to create.

Link copied to clipboard

Metadata key/value pairs to make available from within instances created from this template.

Link copied to clipboard

The unique fingerprint of the metadata.

Link copied to clipboard

An alternative to using the startup-script metadata key, mostly to match the compute_instance resource. This replaces the startup-script metadata key on the created instance and thus the two mechanisms are not allowed to be used simultaneously.

Link copied to clipboard

Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as Intel Haswell or Intel Skylake. See the complete list here.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard

Creates a unique name beginning with the specified prefix. Conflicts with name.

Link copied to clipboard

Networks to attach to instances created from this template. This can be specified multiple times for multiple networks. Structure is documented below.

Link copied to clipboard

The network performance configuration setting for the instance, if set. Structure is documented below.

Link copied to clipboard
Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
Link copied to clipboard
val region: String? = null
Link copied to clipboard
Link copied to clipboard

(Optional) -- A list of short names of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.

Link copied to clipboard

The scheduling strategy to use. More details about this configuration option are detailed below.

Link copied to clipboard

The URI of the created resource.

Link copied to clipboard

Service account to attach to the instance. Structure is documented below.

Link copied to clipboard

Enable Shielded VM on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below. Note: shielded_instance_config can only be used with boot images with shielded vm support. See the complete list here.

Link copied to clipboard

Tags to attach to the instance.

Link copied to clipboard

The unique fingerprint of the tags.