images
Creates, updates, deletes, gets or lists an images
resource.
Overview
Name | images |
Type | Resource |
Id | google.compute.images |
Fields
The following fields are returned by SELECT
queries:
- get
- get_from_family
- list
Successful response
Name | Datatype | Description |
---|---|---|
id | string (uint64) | [Output Only] The unique identifier for the resource. This identifier is defined by the server. |
name | string | Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. (pattern: a-z?) |
architecture | string | The architecture of the image. Valid values are ARM64 or X86_64. |
archiveSizeBytes | string (int64) | Size of the image tar.gz archive stored in Google Cloud Storage (in bytes). |
creationTimestamp | string | [Output Only] Creation timestamp in RFC3339 text format. |
deprecated | object | The deprecation status associated with this image. (id: DeprecationStatus) |
description | string | An optional description of this resource. Provide this property when you create the resource. |
diskSizeGb | string (int64) | Size of the image when restored onto a persistent disk (in GB). |
enableConfidentialCompute | boolean | Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk. |
family | string | The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035. |
guestOsFeatures | array | A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter. |
imageEncryptionKey | object | Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later. (id: CustomerEncryptionKey) |
kind | string | [Output Only] Type of the resource. Always compute#image for images. (default: compute#image) |
labelFingerprint | string (byte) | A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image. |
labels | object | Labels to apply to this image. These can be later modified by the setLabels method. |
licenseCodes | array | Integer license codes indicating which licenses are attached to this image. |
licenses | array | Any applicable license URI. |
rawDisk | object | The parameters of the raw disk image. |
satisfiesPzi | boolean | Output only. Reserved for future use. |
satisfiesPzs | boolean | [Output Only] Reserved for future use. |
selfLink | string | [Output Only] Server-defined URL for the resource. |
shieldedInstanceInitialState | object | Set the secure boot keys of shielded instance. (id: InitialStateConfig) |
sourceDisk | string | URL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL |
sourceDiskEncryptionKey | object | The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey) |
sourceDiskId | string | [Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name. |
sourceImage | string | URL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL |
sourceImageEncryptionKey | object | The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey) |
sourceImageId | string | [Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name. |
sourceSnapshot | string | URL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL |
sourceSnapshotEncryptionKey | object | The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey) |
sourceSnapshotId | string | [Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name. |
sourceType | string | The type of the image used to create this disk. The default and only valid value is RAW. (default: RAW) |
status | string | [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY. |
storageLocations | array | Cloud Storage bucket storage location of the image (regional or multi-regional). |
Successful response
Name | Datatype | Description |
---|---|---|
id | string (uint64) | [Output Only] The unique identifier for the resource. This identifier is defined by the server. |
name | string | Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. (pattern: a-z?) |
architecture | string | The architecture of the image. Valid values are ARM64 or X86_64. |
archiveSizeBytes | string (int64) | Size of the image tar.gz archive stored in Google Cloud Storage (in bytes). |
creationTimestamp | string | [Output Only] Creation timestamp in RFC3339 text format. |
deprecated | object | The deprecation status associated with this image. (id: DeprecationStatus) |
description | string | An optional description of this resource. Provide this property when you create the resource. |
diskSizeGb | string (int64) | Size of the image when restored onto a persistent disk (in GB). |
enableConfidentialCompute | boolean | Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk. |
family | string | The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035. |
guestOsFeatures | array | A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter. |
imageEncryptionKey | object | Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later. (id: CustomerEncryptionKey) |
kind | string | [Output Only] Type of the resource. Always compute#image for images. (default: compute#image) |
labelFingerprint | string (byte) | A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image. |
labels | object | Labels to apply to this image. These can be later modified by the setLabels method. |
licenseCodes | array | Integer license codes indicating which licenses are attached to this image. |
licenses | array | Any applicable license URI. |
rawDisk | object | The parameters of the raw disk image. |
satisfiesPzi | boolean | Output only. Reserved for future use. |
satisfiesPzs | boolean | [Output Only] Reserved for future use. |
selfLink | string | [Output Only] Server-defined URL for the resource. |
shieldedInstanceInitialState | object | Set the secure boot keys of shielded instance. (id: InitialStateConfig) |
sourceDisk | string | URL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL |
sourceDiskEncryptionKey | object | The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey) |
sourceDiskId | string | [Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name. |
sourceImage | string | URL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL |
sourceImageEncryptionKey | object | The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey) |
sourceImageId | string | [Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name. |
sourceSnapshot | string | URL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL |
sourceSnapshotEncryptionKey | object | The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key. (id: CustomerEncryptionKey) |
sourceSnapshotId | string | [Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name. |
sourceType | string | The type of the image used to create this disk. The default and only valid value is RAW. (default: RAW) |
status | string | [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY. |
storageLocations | array | Cloud Storage bucket storage location of the image (regional or multi-regional). |
Successful response
Name | Datatype | Description |
---|---|---|
id | string | [Output Only] Unique identifier for the resource; defined by the server. |
items | array | A list of Image resources. |
kind | string | Type of resource. (default: compute#imageList) |
nextPageToken | string | [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results. |
selfLink | string | [Output Only] Server-defined URL for this resource. |
warning | object | [Output Only] Informational warning message. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | project , image | Returns the specified image. | |
get_from_family | select | project , family | Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation. | |
list | select | project | filter , maxResults , orderBy , pageToken , returnPartialSuccess | Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud. |
insert | insert | project | forceCreate , requestId | Creates an image in the specified project using the data included in the request. |
patch | update | project , image | requestId | Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status. |
delete | delete | project , image | requestId | Deletes the specified image. |
set_labels | exec | project , resource | Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation. | |
deprecate | exec | project , image | requestId | Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
family | string | |
image | string | |
project | string | |
resource | string | |
filter | string | |
forceCreate | boolean | |
maxResults | integer (uint32) | |
orderBy | string | |
pageToken | string | |
requestId | string | |
returnPartialSuccess | boolean |
SELECT
examples
- get
- get_from_family
- list
Returns the specified image.
SELECT
id,
name,
architecture,
archiveSizeBytes,
creationTimestamp,
deprecated,
description,
diskSizeGb,
enableConfidentialCompute,
family,
guestOsFeatures,
imageEncryptionKey,
kind,
labelFingerprint,
labels,
licenseCodes,
licenses,
rawDisk,
satisfiesPzi,
satisfiesPzs,
selfLink,
shieldedInstanceInitialState,
sourceDisk,
sourceDiskEncryptionKey,
sourceDiskId,
sourceImage,
sourceImageEncryptionKey,
sourceImageId,
sourceSnapshot,
sourceSnapshotEncryptionKey,
sourceSnapshotId,
sourceType,
status,
storageLocations
FROM google.compute.images
WHERE project = '{{ project }}' -- required
AND image = '{{ image }}' -- required;
Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.
SELECT
id,
name,
architecture,
archiveSizeBytes,
creationTimestamp,
deprecated,
description,
diskSizeGb,
enableConfidentialCompute,
family,
guestOsFeatures,
imageEncryptionKey,
kind,
labelFingerprint,
labels,
licenseCodes,
licenses,
rawDisk,
satisfiesPzi,
satisfiesPzs,
selfLink,
shieldedInstanceInitialState,
sourceDisk,
sourceDiskEncryptionKey,
sourceDiskId,
sourceImage,
sourceImageEncryptionKey,
sourceImageId,
sourceSnapshot,
sourceSnapshotEncryptionKey,
sourceSnapshotId,
sourceType,
status,
storageLocations
FROM google.compute.images
WHERE project = '{{ project }}' -- required
AND family = '{{ family }}' -- required;
Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
SELECT
id,
items,
kind,
nextPageToken,
selfLink,
warning
FROM google.compute.images
WHERE project = '{{ project }}' -- required
AND filter = '{{ filter }}'
AND maxResults = '{{ maxResults }}'
AND orderBy = '{{ orderBy }}'
AND pageToken = '{{ pageToken }}'
AND returnPartialSuccess = '{{ returnPartialSuccess }}';
INSERT
examples
- insert
- Manifest
Creates an image in the specified project using the data included in the request.
INSERT INTO google.compute.images (
data__kind,
data__id,
data__creationTimestamp,
data__name,
data__description,
data__sourceType,
data__rawDisk,
data__deprecated,
data__status,
data__archiveSizeBytes,
data__diskSizeGb,
data__sourceDisk,
data__sourceDiskId,
data__licenses,
data__family,
data__imageEncryptionKey,
data__sourceDiskEncryptionKey,
data__selfLink,
data__labels,
data__labelFingerprint,
data__guestOsFeatures,
data__licenseCodes,
data__sourceImage,
data__sourceImageId,
data__sourceImageEncryptionKey,
data__sourceSnapshot,
data__sourceSnapshotId,
data__sourceSnapshotEncryptionKey,
data__storageLocations,
data__shieldedInstanceInitialState,
data__satisfiesPzs,
data__architecture,
data__enableConfidentialCompute,
project,
forceCreate,
requestId
)
SELECT
'{{ kind }}',
'{{ id }}',
'{{ creationTimestamp }}',
'{{ name }}',
'{{ description }}',
'{{ sourceType }}',
'{{ rawDisk }}',
'{{ deprecated }}',
'{{ status }}',
'{{ archiveSizeBytes }}',
'{{ diskSizeGb }}',
'{{ sourceDisk }}',
'{{ sourceDiskId }}',
'{{ licenses }}',
'{{ family }}',
'{{ imageEncryptionKey }}',
'{{ sourceDiskEncryptionKey }}',
'{{ selfLink }}',
'{{ labels }}',
'{{ labelFingerprint }}',
'{{ guestOsFeatures }}',
'{{ licenseCodes }}',
'{{ sourceImage }}',
'{{ sourceImageId }}',
'{{ sourceImageEncryptionKey }}',
'{{ sourceSnapshot }}',
'{{ sourceSnapshotId }}',
'{{ sourceSnapshotEncryptionKey }}',
'{{ storageLocations }}',
'{{ shieldedInstanceInitialState }}',
{{ satisfiesPzs }},
'{{ architecture }}',
{{ enableConfidentialCompute }},
'{{ project }}',
'{{ forceCreate }}',
'{{ requestId }}'
RETURNING
id,
name,
clientOperationId,
creationTimestamp,
description,
endTime,
error,
httpErrorMessage,
httpErrorStatusCode,
insertTime,
instancesBulkInsertOperationMetadata,
kind,
operationGroupId,
operationType,
progress,
region,
selfLink,
setCommonInstanceMetadataOperationMetadata,
startTime,
status,
statusMessage,
targetId,
targetLink,
user,
warnings,
zone
;
# Description fields are for documentation purposes
- name: images
props:
- name: project
value: string
description: Required parameter for the images resource.
- name: kind
value: string
description: >
[Output Only] Type of the resource. Always compute#image for images.
default: compute#image
- name: id
value: string
description: >
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
- name: creationTimestamp
value: string
description: >
[Output Only] Creation timestamp in RFC3339 text format.
- name: name
value: string
description: >
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
- name: description
value: string
description: >
An optional description of this resource. Provide this property when you create the resource.
- name: sourceType
value: string
description: >
The type of the image used to create this disk. The default and only valid value is RAW.
valid_values: ['RAW']
default: RAW
- name: rawDisk
value: object
description: >
The parameters of the raw disk image.
- name: deprecated
value: object
description: >
The deprecation status associated with this image.
- name: status
value: string
description: >
[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
valid_values: ['DELETING', 'FAILED', 'PENDING', 'READY']
- name: archiveSizeBytes
value: string
description: >
Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
- name: diskSizeGb
value: string
description: >
Size of the image when restored onto a persistent disk (in GB).
- name: sourceDisk
value: string
description: >
URL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
- name: sourceDiskId
value: string
description: >
[Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name.
- name: licenses
value: array
description: >
Any applicable license URI.
- name: family
value: string
description: >
The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
- name: imageEncryptionKey
value: object
description: >
Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later.
- name: sourceDiskEncryptionKey
value: object
description: >
The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
- name: selfLink
value: string
description: >
[Output Only] Server-defined URL for the resource.
- name: labels
value: object
description: >
Labels to apply to this image. These can be later modified by the setLabels method.
- name: labelFingerprint
value: string
description: >
A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image.
- name: guestOsFeatures
value: array
description: >
A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
- name: licenseCodes
value: array
description: >
Integer license codes indicating which licenses are attached to this image.
- name: sourceImage
value: string
description: >
URL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
- name: sourceImageId
value: string
description: >
[Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name.
- name: sourceImageEncryptionKey
value: object
description: >
The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
- name: sourceSnapshot
value: string
description: >
URL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
- name: sourceSnapshotId
value: string
description: >
[Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.
- name: sourceSnapshotEncryptionKey
value: object
description: >
The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.
- name: storageLocations
value: array
description: >
Cloud Storage bucket storage location of the image (regional or multi-regional).
- name: shieldedInstanceInitialState
value: object
description: >
Set the secure boot keys of shielded instance.
- name: satisfiesPzs
value: boolean
description: >
[Output Only] Reserved for future use.
- name: architecture
value: string
description: >
The architecture of the image. Valid values are ARM64 or X86_64.
valid_values: ['ARCHITECTURE_UNSPECIFIED', 'ARM64', 'X86_64']
- name: enableConfidentialCompute
value: boolean
description: >
Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.
- name: forceCreate
value: boolean
- name: requestId
value: string
UPDATE
examples
- patch
Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.
UPDATE google.compute.images
SET
data__kind = '{{ kind }}',
data__id = '{{ id }}',
data__creationTimestamp = '{{ creationTimestamp }}',
data__name = '{{ name }}',
data__description = '{{ description }}',
data__sourceType = '{{ sourceType }}',
data__rawDisk = '{{ rawDisk }}',
data__deprecated = '{{ deprecated }}',
data__status = '{{ status }}',
data__archiveSizeBytes = '{{ archiveSizeBytes }}',
data__diskSizeGb = '{{ diskSizeGb }}',
data__sourceDisk = '{{ sourceDisk }}',
data__sourceDiskId = '{{ sourceDiskId }}',
data__licenses = '{{ licenses }}',
data__family = '{{ family }}',
data__imageEncryptionKey = '{{ imageEncryptionKey }}',
data__sourceDiskEncryptionKey = '{{ sourceDiskEncryptionKey }}',
data__selfLink = '{{ selfLink }}',
data__labels = '{{ labels }}',
data__labelFingerprint = '{{ labelFingerprint }}',
data__guestOsFeatures = '{{ guestOsFeatures }}',
data__licenseCodes = '{{ licenseCodes }}',
data__sourceImage = '{{ sourceImage }}',
data__sourceImageId = '{{ sourceImageId }}',
data__sourceImageEncryptionKey = '{{ sourceImageEncryptionKey }}',
data__sourceSnapshot = '{{ sourceSnapshot }}',
data__sourceSnapshotId = '{{ sourceSnapshotId }}',
data__sourceSnapshotEncryptionKey = '{{ sourceSnapshotEncryptionKey }}',
data__storageLocations = '{{ storageLocations }}',
data__shieldedInstanceInitialState = '{{ shieldedInstanceInitialState }}',
data__satisfiesPzs = {{ satisfiesPzs }},
data__architecture = '{{ architecture }}',
data__enableConfidentialCompute = {{ enableConfidentialCompute }}
WHERE
project = '{{ project }}' --required
AND image = '{{ image }}' --required
AND requestId = '{{ requestId}}'
RETURNING
id,
name,
clientOperationId,
creationTimestamp,
description,
endTime,
error,
httpErrorMessage,
httpErrorStatusCode,
insertTime,
instancesBulkInsertOperationMetadata,
kind,
operationGroupId,
operationType,
progress,
region,
selfLink,
setCommonInstanceMetadataOperationMetadata,
startTime,
status,
statusMessage,
targetId,
targetLink,
user,
warnings,
zone;
DELETE
examples
- delete
Deletes the specified image.
DELETE FROM google.compute.images
WHERE project = '{{ project }}' --required
AND image = '{{ image }}' --required
AND requestId = '{{ requestId }}';
Lifecycle Methods
- set_labels
- deprecate
Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.
EXEC google.compute.images.set_labels
@project='{{ project }}' --required,
@resource='{{ resource }}' --required
@@json=
'{
"labels": "{{ labels }}",
"labelFingerprint": "{{ labelFingerprint }}"
}';
Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.
EXEC google.compute.images.deprecate
@project='{{ project }}' --required,
@image='{{ image }}' --required,
@requestId='{{ requestId }}'
@@json=
'{
"state": "{{ state }}",
"replacement": "{{ replacement }}",
"deprecated": "{{ deprecated }}",
"obsolete": "{{ obsolete }}",
"deleted": "{{ deleted }}"
}';