Class InstanceFromTemplateArgs
Inheritance
System.Object
InstanceFromTemplateArgs
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 InstanceFromTemplateArgs : ResourceArgs
Constructors
View Source
InstanceFromTemplateArgs()
Declaration
public InstanceFromTemplateArgs()
Properties
View Source
AllowStoppingForUpdate
Declaration
public Input<bool> AllowStoppingForUpdate { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
AttachedDisks
Declaration
public InputList<InstanceFromTemplateAttachedDiskArgs> AttachedDisks { get; set; }
Property Value
View Source
BootDisk
Declaration
public Input<InstanceFromTemplateBootDiskArgs> BootDisk { get; set; }
Property Value
View Source
CanIpForward
Declaration
public Input<bool> CanIpForward { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
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<InstanceFromTemplateGuestAcceleratorArgs> GuestAccelerators { get; set; }
Property Value
View Source
Hostname
Declaration
public Input<string> Hostname { 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> 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<InstanceFromTemplateNetworkInterfaceArgs> 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<InstanceFromTemplateSchedulingArgs> Scheduling { get; set; }
Property Value
View Source
ScratchDisks
Declaration
public InputList<InstanceFromTemplateScratchDiskArgs> ScratchDisks { get; set; }
Property Value
View Source
ServiceAccount
Declaration
public Input<InstanceFromTemplateServiceAccountArgs> ServiceAccount { get; set; }
Property Value
View Source
ShieldedInstanceConfig
Declaration
public Input<InstanceFromTemplateShieldedInstanceConfigArgs> 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
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> |
|