Show / Hide Table of Contents

Class InstanceFromTemplateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateArgs
Inherited Members
ResourceArgs.Empty
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()
Namespace: Pulumi.Gcp.Compute
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
Type Description
InputList<InstanceFromTemplateAttachedDiskArgs>
View Source

BootDisk

Declaration
public Input<InstanceFromTemplateBootDiskArgs> BootDisk { get; set; }
Property Value
Type Description
Input<InstanceFromTemplateBootDiskArgs>
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
Type Description
InputList<InstanceFromTemplateGuestAcceleratorArgs>
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

Metadata

Declaration
public InputMap<string> Metadata { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

MetadataStartupScript

Declaration
public Input<string> MetadataStartupScript { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinCpuPlatform

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
Type Description
InputList<InstanceFromTemplateNetworkInterfaceArgs>
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
Type Description
Input<InstanceFromTemplateSchedulingArgs>
View Source

ScratchDisks

Declaration
public InputList<InstanceFromTemplateScratchDiskArgs> ScratchDisks { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateScratchDiskArgs>
View Source

ServiceAccount

Declaration
public Input<InstanceFromTemplateServiceAccountArgs> ServiceAccount { get; set; }
Property Value
Type Description
Input<InstanceFromTemplateServiceAccountArgs>
View Source

ShieldedInstanceConfig

Declaration
public Input<InstanceFromTemplateShieldedInstanceConfigArgs> ShieldedInstanceConfig { get; set; }
Property Value
Type Description
Input<InstanceFromTemplateShieldedInstanceConfigArgs>
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

Tags

Declaration
public InputList<string> Tags { get; set; }
Property Value
Type Description
InputList<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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.