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
| Name | Datatype | Description |
|---|---|---|
id | string (uint64) | Output only. [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 withRFC1035. 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](?:[-a-z0-9]{0,61}[a-z0-9])?) |
architecture | string | The architecture of the image. Valid values are ARM64 or X86_64. (ARCHITECTURE_UNSPECIFIED, ARM64, X86_64) |
archiveSizeBytes | string (int64) | Size of the image tar.gz archive stored in Google Cloud Storage (in bytes). |
creationTimestamp | string | Output only. [Output Only] Creation timestamp inRFC3339 text format. |
deprecated | object | Output only. 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 | Output only. 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 theguestOSfeatures[].type parameter. |
imageEncryptionKey | object | Encrypts the image using acustomer-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. [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 error412 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. |
params | object | Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload. (id: ImageParams) |
rawDisk | object | The parameters of the raw disk image. |
satisfiesPzi | boolean | Output only. Reserved for future use. |
satisfiesPzs | boolean | Output only. [Output Only] Reserved for future use. |
selfLink | string | Output only. [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 | Thecustomer-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. [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. [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. [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. (RAW) (default: RAW) |
status | string | Output only. [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, orREADY. (DELETING, FAILED, PENDING, READY) |
storageLocations | array | Cloud Storage bucket storage location of the image (regional or multi-regional). |
| Name | Datatype | Description |
|---|---|---|
id | string (uint64) | Output only. [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 withRFC1035. 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](?:[-a-z0-9]{0,61}[a-z0-9])?) |
architecture | string | The architecture of the image. Valid values are ARM64 or X86_64. (ARCHITECTURE_UNSPECIFIED, ARM64, X86_64) |
archiveSizeBytes | string (int64) | Size of the image tar.gz archive stored in Google Cloud Storage (in bytes). |
creationTimestamp | string | Output only. [Output Only] Creation timestamp inRFC3339 text format. |
deprecated | object | Output only. 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 | Output only. 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 theguestOSfeatures[].type parameter. |
imageEncryptionKey | object | Encrypts the image using acustomer-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. [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 error412 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. |
params | object | Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload. (id: ImageParams) |
rawDisk | object | The parameters of the raw disk image. |
satisfiesPzi | boolean | Output only. Reserved for future use. |
satisfiesPzs | boolean | Output only. [Output Only] Reserved for future use. |
selfLink | string | Output only. [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 | Thecustomer-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. [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. [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. [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. (RAW) (default: RAW) |
status | string | Output only. [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, orREADY. (DELETING, FAILED, PENDING, READY) |
storageLocations | array | Cloud Storage bucket storage location of the image (regional or multi-regional). |
| 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 | Output only. 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 thanmaxResults, 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. [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, seePublic image families documentation. | |
list | select | project | returnPartialSuccess, maxResults, pageToken, filter, orderBy | 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. |
deprecate | exec | project, image | requestId | Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead. |
set_labels | exec | project, resource | Sets the labels on an image. To learn more about labels, read theLabeling Resources documentation. |
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,
params,
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, seePublic
image families documentation.
SELECT
id,
name,
architecture,
archiveSizeBytes,
creationTimestamp,
deprecated,
description,
diskSizeGb,
enableConfidentialCompute,
family,
guestOsFeatures,
imageEncryptionKey,
kind,
labelFingerprint,
labels,
licenseCodes,
licenses,
params,
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 returnPartialSuccess = '{{ returnPartialSuccess }}'
AND maxResults = '{{ maxResults }}'
AND pageToken = '{{ pageToken }}'
AND filter = '{{ filter }}'
AND orderBy = '{{ orderBy }}'
;
INSERT examples
- insert
- Manifest
Creates an image in the specified project using the data included
in the request.
INSERT INTO google.compute.images (
data__sourceSnapshotEncryptionKey,
data__description,
data__family,
data__imageEncryptionKey,
data__sourceSnapshot,
data__sourceDiskEncryptionKey,
data__name,
data__storageLocations,
data__sourceImage,
data__archiveSizeBytes,
data__sourceType,
data__rawDisk,
data__labels,
data__labelFingerprint,
data__shieldedInstanceInitialState,
data__guestOsFeatures,
data__licenseCodes,
data__params,
data__licenses,
data__diskSizeGb,
data__sourceImageEncryptionKey,
data__sourceDisk,
data__architecture,
project,
forceCreate,
requestId
)
SELECT
'{{ sourceSnapshotEncryptionKey }}',
'{{ description }}',
'{{ family }}',
'{{ imageEncryptionKey }}',
'{{ sourceSnapshot }}',
'{{ sourceDiskEncryptionKey }}',
'{{ name }}',
'{{ storageLocations }}',
'{{ sourceImage }}',
'{{ archiveSizeBytes }}',
'{{ sourceType }}',
'{{ rawDisk }}',
'{{ labels }}',
'{{ labelFingerprint }}',
'{{ shieldedInstanceInitialState }}',
'{{ guestOsFeatures }}',
'{{ licenseCodes }}',
'{{ params }}',
'{{ licenses }}',
'{{ diskSizeGb }}',
'{{ sourceImageEncryptionKey }}',
'{{ sourceDisk }}',
'{{ architecture }}',
'{{ project }}',
'{{ forceCreate }}',
'{{ requestId }}'
RETURNING
id,
name,
clientOperationId,
creationTimestamp,
description,
endTime,
error,
getVersionOperationMetadata,
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: "{{ project }}"
description: Required parameter for the images resource.
- name: sourceSnapshotEncryptionKey
description: |
The customer-supplied encryption key of the source snapshot. Required if
the source snapshot is protected by a customer-supplied encryption key.
value:
rawKey: "{{ rawKey }}"
kmsKeyServiceAccount: "{{ kmsKeyServiceAccount }}"
rsaEncryptedKey: "{{ rsaEncryptedKey }}"
kmsKeyName: "{{ kmsKeyName }}"
sha256: "{{ sha256 }}"
- name: description
value: "{{ description }}"
description: |
An optional description of this resource. Provide this property when you
create the resource.
- name: family
value: "{{ family }}"
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
description: |
Encrypts the image using acustomer-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.
value:
rawKey: "{{ rawKey }}"
kmsKeyServiceAccount: "{{ kmsKeyServiceAccount }}"
rsaEncryptedKey: "{{ rsaEncryptedKey }}"
kmsKeyName: "{{ kmsKeyName }}"
sha256: "{{ sha256 }}"
- name: sourceSnapshot
value: "{{ sourceSnapshot }}"
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: sourceDiskEncryptionKey
description: |
Thecustomer-supplied
encryption key of the source disk. Required if the source disk is
protected by a customer-supplied encryption key.
value:
rawKey: "{{ rawKey }}"
kmsKeyServiceAccount: "{{ kmsKeyServiceAccount }}"
rsaEncryptedKey: "{{ rsaEncryptedKey }}"
kmsKeyName: "{{ kmsKeyName }}"
sha256: "{{ sha256 }}"
- name: name
value: "{{ name }}"
description: |
Name of the resource; provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
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: storageLocations
value:
- "{{ storageLocations }}"
description: |
Cloud Storage bucket storage location of the image (regional or
multi-regional).
- name: sourceImage
value: "{{ sourceImage }}"
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: archiveSizeBytes
value: "{{ archiveSizeBytes }}"
description: |
Size of the image tar.gz archive stored in Google Cloud
Storage (in bytes).
- name: sourceType
value: "{{ sourceType }}"
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
description: |
The parameters of the raw disk image.
value:
sha1Checksum: "{{ sha1Checksum }}"
source: "{{ source }}"
containerType: "{{ containerType }}"
- name: labels
value: "{{ labels }}"
description: |
Labels to apply to this image. These can be later modified by
the setLabels method.
- name: labelFingerprint
value: "{{ labelFingerprint }}"
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 error412 conditionNotMet.
To see the latest fingerprint, make a get() request to
retrieve an image.
- name: shieldedInstanceInitialState
description: |
Set the secure boot keys of shielded instance.
value:
pk:
content: "{{ content }}"
fileType: "{{ fileType }}"
keks:
- content: "{{ content }}"
fileType: "{{ fileType }}"
dbs:
- content: "{{ content }}"
fileType: "{{ fileType }}"
dbxs:
- content: "{{ content }}"
fileType: "{{ fileType }}"
- name: guestOsFeatures
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 theguestOSfeatures[].type parameter.
value:
- type: "{{ type }}"
- name: licenseCodes
value:
- "{{ licenseCodes }}"
description: |
Integer license codes indicating which licenses are attached to this image.
- name: params
description: |
Input only. [Input Only] Additional params passed with the request, but not persisted
as part of resource payload.
value:
resourceManagerTags: "{{ resourceManagerTags }}"
- name: licenses
value:
- "{{ licenses }}"
description: |
Any applicable license URI.
- name: diskSizeGb
value: "{{ diskSizeGb }}"
description: |
Size of the image when restored onto a persistent disk (in GB).
- name: sourceImageEncryptionKey
description: |
The customer-supplied encryption key of the source image. Required if the
source image is protected by a customer-supplied encryption key.
value:
rawKey: "{{ rawKey }}"
kmsKeyServiceAccount: "{{ kmsKeyServiceAccount }}"
rsaEncryptedKey: "{{ rsaEncryptedKey }}"
kmsKeyName: "{{ kmsKeyName }}"
sha256: "{{ sha256 }}"
- name: sourceDisk
value: "{{ sourceDisk }}"
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: architecture
value: "{{ architecture }}"
description: |
The architecture of the image. Valid values are
ARM64 or X86_64.
valid_values: ['ARCHITECTURE_UNSPECIFIED', 'ARM64', 'X86_64']
- name: forceCreate
value: {{ forceCreate }}
- name: requestId
value: "{{ requestId }}"
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__sourceSnapshotEncryptionKey = '{{ sourceSnapshotEncryptionKey }}',
data__description = '{{ description }}',
data__family = '{{ family }}',
data__imageEncryptionKey = '{{ imageEncryptionKey }}',
data__sourceSnapshot = '{{ sourceSnapshot }}',
data__sourceDiskEncryptionKey = '{{ sourceDiskEncryptionKey }}',
data__name = '{{ name }}',
data__storageLocations = '{{ storageLocations }}',
data__sourceImage = '{{ sourceImage }}',
data__archiveSizeBytes = '{{ archiveSizeBytes }}',
data__sourceType = '{{ sourceType }}',
data__rawDisk = '{{ rawDisk }}',
data__labels = '{{ labels }}',
data__labelFingerprint = '{{ labelFingerprint }}',
data__shieldedInstanceInitialState = '{{ shieldedInstanceInitialState }}',
data__guestOsFeatures = '{{ guestOsFeatures }}',
data__licenseCodes = '{{ licenseCodes }}',
data__params = '{{ params }}',
data__licenses = '{{ licenses }}',
data__diskSizeGb = '{{ diskSizeGb }}',
data__sourceImageEncryptionKey = '{{ sourceImageEncryptionKey }}',
data__sourceDisk = '{{ sourceDisk }}',
data__architecture = '{{ architecture }}'
WHERE
project = '{{ project }}' --required
AND image = '{{ image }}' --required
AND requestId = '{{ requestId}}'
RETURNING
id,
name,
clientOperationId,
creationTimestamp,
description,
endTime,
error,
getVersionOperationMetadata,
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
- deprecate
- set_labels
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 }}",
"deleted": "{{ deleted }}",
"deprecated": "{{ deprecated }}",
"obsolete": "{{ obsolete }}"
}'
;
Sets the labels on an image. To learn more about labels, read theLabeling
Resources documentation.
EXEC google.compute.images.set_labels
@project='{{ project }}' --required,
@resource='{{ resource }}' --required
@@json=
'{
"labels": "{{ labels }}",
"labelFingerprint": "{{ labelFingerprint }}"
}'
;