Class InstanceFromTemplateState
Inheritance
System.Object
InstanceFromTemplateState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateState : ResourceArgs
Constructors
View Source
InstanceFromTemplateState()
Declaration
public InstanceFromTemplateState()
Properties
View Source
AllowStoppingForUpdate
Declaration
public Input<bool> AllowStoppingForUpdate { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
AttachedDisks
Declaration
public InputList<InstanceFromTemplateAttachedDiskGetArgs> AttachedDisks { get; set; }
Property Value
View Source
BootDisk
Declaration
public Input<InstanceFromTemplateBootDiskGetArgs> BootDisk { get; set; }
Property Value
View Source
CanIpForward
Declaration
public Input<bool> CanIpForward { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> CpuPlatform { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CurrentStatus
Declaration
public Input<string> CurrentStatus { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DeletionProtection
Declaration
public Input<bool> DeletionProtection { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DesiredStatus
Declaration
public Input<string> DesiredStatus { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EnableDisplay
Declaration
public Input<bool> EnableDisplay { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
GuestAccelerators
Declaration
public InputList<InstanceFromTemplateGuestAcceleratorGetArgs> GuestAccelerators { get; set; }
Property Value
View Source
Hostname
Declaration
public Input<string> Hostname { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
InstanceId
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
LabelFingerprint
Declaration
public Input<string> LabelFingerprint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Labels
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|
View Source
MachineType
Declaration
public Input<string> MachineType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<string> Metadata { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|
View Source
Declaration
public Input<string> MetadataFingerprint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> MetadataStartupScript { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> MinCpuPlatform { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
A unique name for the resource, required by GCE.
Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
NetworkInterfaces
Declaration
public InputList<InstanceFromTemplateNetworkInterfaceGetArgs> NetworkInterfaces { get; set; }
Property Value
View Source
Project
Declaration
public Input<string> Project { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourcePolicies
Declaration
public Input<string> ResourcePolicies { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Scheduling
Declaration
public Input<InstanceFromTemplateSchedulingGetArgs> Scheduling { get; set; }
Property Value
View Source
ScratchDisks
Declaration
public InputList<InstanceFromTemplateScratchDiskGetArgs> ScratchDisks { get; set; }
Property Value
View Source
SelfLink
Declaration
public Input<string> SelfLink { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ServiceAccount
Declaration
public Input<InstanceFromTemplateServiceAccountGetArgs> ServiceAccount { get; set; }
Property Value
View Source
ShieldedInstanceConfig
Declaration
public Input<InstanceFromTemplateShieldedInstanceConfigGetArgs> ShieldedInstanceConfig { get; set; }
Property Value
View Source
SourceInstanceTemplate
Name or self link of an instance
template to create the instance based on.
Declaration
public Input<string> SourceInstanceTemplate { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> Tags { get; set; }
Property Value
View Source
Declaration
public Input<string> TagsFingerprint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Zone
The zone that the machine should be created in. If not
set, the provider zone is used.
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|