Class GetImageResult
Inheritance
System.Object
GetImageResult
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()
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetImageResult
Fields
View Source
ArchiveSizeBytes
The size of the image tar.gz archive stored in Google Cloud Storage in bytes.
Declaration
public readonly int ArchiveSizeBytes
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
CreationTimestamp
The creation timestamp in RFC3339 text format.
Declaration
public readonly string CreationTimestamp
Field Value
| Type |
Description |
| System.String |
|
View Source
Description
An optional description of this image.
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
DiskSizeGb
The size of the image when restored onto a persistent disk in gigabytes.
Declaration
public readonly int DiskSizeGb
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Family
The family name of the image.
Declaration
public readonly string Family
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
ImageEncryptionKeySha256
Declaration
public readonly string ImageEncryptionKeySha256
Field Value
| Type |
Description |
| System.String |
|
View Source
ImageId
The unique identifier for the image.
Declaration
public readonly string ImageId
Field Value
| Type |
Description |
| System.String |
|
View Source
LabelFingerprint
A fingerprint for the labels being applied to this image.
Declaration
public readonly string LabelFingerprint
Field Value
| Type |
Description |
| System.String |
|
View Source
Labels
A map of labels applied to this image.
Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
|
View Source
Licenses
A list of applicable license URI.
Declaration
public readonly ImmutableArray<string> Licenses
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Project
Declaration
public readonly string Project
Field Value
| Type |
Description |
| System.String |
|
View Source
SelfLink
Declaration
public readonly string SelfLink
Field Value
| Type |
Description |
| System.String |
|
View Source
SourceDisk
The URL of the source disk used to create this image.
Declaration
public readonly string SourceDisk
Field Value
| Type |
Description |
| System.String |
|
View Source
SourceDiskEncryptionKeySha256
Declaration
public readonly string SourceDiskEncryptionKeySha256
Field Value
| Type |
Description |
| System.String |
|
View Source
SourceDiskId
The ID value of the disk used to create this image.
Declaration
public readonly string SourceDiskId
Field Value
| Type |
Description |
| System.String |
|
View Source
SourceImageId
The ID value of the image used to create this image.
Declaration
public readonly string SourceImageId
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
The status of the image. Possible values are FAILED, PENDING, or READY.
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|