Show / Hide Table of Contents

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()
Namespace: Pulumi.Gcp.Compute
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

The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.

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

The name of the image.

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

The URI of the image.

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

The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.