Class GetInstanceBootDiskInitializeParamResult
Inheritance
System.Object
GetInstanceBootDiskInitializeParamResult
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 GetInstanceBootDiskInitializeParamResult
Fields
View SourceImage
The image from which this disk was initialised.
Declaration
public readonly string Image
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
A set of key/value label pairs assigned 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.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
The accelerator type resource exposed to this instance. E.g. nvidia-tesla-k80.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |