Show / Hide Table of Contents

Class InstanceBootDiskInitializeParams

Inheritance
System.Object
InstanceBootDiskInitializeParams
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 InstanceBootDiskInitializeParams

Fields

View Source

Image

The image from which to initialize this disk. This can be one of: the image's self_link, projects/{project}/global/images/{image}, projects/{project}/global/images/family/{family}, global/images/{image}, global/images/family/{family}, family/{family}, {project}/{family}, {project}/{image}, {family}, or {image}. If referred by family, the images names must include the family name. If they don't, use the gcp.compute.Image data source. For instance, the image centos-6-v20180104 includes its family name centos-6. These images can be referred by family name here.

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

Labels

A map of key/value label pairs to assign to the instance.

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

Size

The size of the image in gigabytes. If not specified, it will inherit the size of its base image.

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

Type

The accelerator type resource to expose to this instance. E.g. nvidia-tesla-k80.

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