Show / Hide Table of Contents

Class InstanceFromTemplateState

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateState
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 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
Type Description
InputList<InstanceFromTemplateAttachedDiskGetArgs>
View Source

BootDisk

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

CanIpForward

Declaration
public Input<bool> CanIpForward { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CpuPlatform

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
Type Description
InputList<InstanceFromTemplateGuestAcceleratorGetArgs>
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

Metadata

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

MetadataFingerprint

Declaration
public Input<string> MetadataFingerprint { get; set; }
Property Value
Type Description
Input<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<InstanceFromTemplateNetworkInterfaceGetArgs> NetworkInterfaces { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateNetworkInterfaceGetArgs>
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
Type Description
Input<InstanceFromTemplateSchedulingGetArgs>
View Source

ScratchDisks

Declaration
public InputList<InstanceFromTemplateScratchDiskGetArgs> ScratchDisks { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateScratchDiskGetArgs>
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
Type Description
Input<InstanceFromTemplateServiceAccountGetArgs>
View Source

ShieldedInstanceConfig

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

TagsFingerprint

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.