Class InstanceBootDiskInitializeParams
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceBootDiskInitializeParams
Fields
View SourceImage
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 |
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> |
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> |
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 |