pub struct GetImageResult {Show 21 fields
pub archive_size_bytes: Output<i32>,
pub creation_timestamp: Output<String>,
pub description: Output<String>,
pub disk_size_gb: Output<i32>,
pub family: Output<String>,
pub filter: Output<Option<String>>,
pub id: Output<String>,
pub image_encryption_key_sha256: Output<String>,
pub image_id: Output<String>,
pub label_fingerprint: Output<String>,
pub labels: Output<HashMap<String, String>>,
pub licenses: Output<Vec<String>>,
pub most_recent: Output<Option<bool>>,
pub name: Output<String>,
pub project: Output<String>,
pub self_link: Output<String>,
pub source_disk: Output<String>,
pub source_disk_encryption_key_sha256: Output<String>,
pub source_disk_id: Output<String>,
pub source_image_id: Output<String>,
pub status: Output<String>,
}
Fields§
§archive_size_bytes: Output<i32>
The size of the image tar.gz archive stored in Google Cloud Storage in bytes.
creation_timestamp: Output<String>
The creation timestamp in RFC3339 text format.
description: Output<String>
An optional description of this image.
disk_size_gb: Output<i32>
The size of the image when restored onto a persistent disk in gigabytes.
family: Output<String>
The family name of the image.
filter: Output<Option<String>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
image_encryption_key_sha256: Output<String>
The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.
image_id: Output<String>
The unique identifier for the image.
label_fingerprint: Output<String>
A fingerprint for the labels being applied to this image.
labels: Output<HashMap<String, String>>
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
licenses: Output<Vec<String>>
A list of applicable license URI.
most_recent: Output<Option<bool>>
§name: Output<String>
The name of the image.
project: Output<String>
§self_link: Output<String>
The URI of the image.
source_disk: Output<String>
The URL of the source disk used to create this image.
source_disk_encryption_key_sha256: Output<String>
The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.
source_disk_id: Output<String>
The ID value of the disk used to create this image.
source_image_id: Output<String>
The ID value of the image used to create this image.
status: Output<String>
The status of the image. Possible values are FAILED, PENDING, or READY.