Resource: ImageImport
ImageImport describes the configuration of the image import to run.
JSON representation |
---|
{ "name": string, "createTime": string, "recentImageImportJobs": [ { object ( |
Fields | |
---|---|
name |
Output only. The resource path of the ImageImport. |
createTime |
Output only. The time the image import was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
recentImageImportJobs[] |
Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs. |
encryption |
Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine. |
Union field
|
|
cloudStorageUri |
Immutable. The path to the Cloud Storage file from which the image should be imported. |
Union field target_defaults . The configuration of the resources that will be created in GCP as a result of the ImageImport. target_defaults can be only one of the following: |
|
diskImageTargetDefaults |
Immutable. Target details for importing a disk image, will be used by ImageImportJob. |
machineImageTargetDefaults |
Immutable. Target details for importing a machine image, will be used by ImageImportJob. |
Methods |
|
---|---|
|
Creates a new ImageImport in a given project. |
|
Deletes a single ImageImport. |
|
Gets details of a single ImageImport. |
|
Lists ImageImports in a given project. |