Show / Hide Table of Contents

Class InstanceFromTemplateBootDiskInitializeParams

Inheritance
System.Object
InstanceFromTemplateBootDiskInitializeParams
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()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateBootDiskInitializeParams

Fields

View Source

Image

Declaration
public readonly string Image
Field Value
Type Description
System.String
View Source

Labels

Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Size

Declaration
public readonly int? Size
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.