IBM::Google::Disk
This resource type represents a disk on a Google Cloud Platform image.
In the blueprint designer, you can configure the properties that the
following table includes. Properties are listed as either core
or extended.
Each type
of property is located in separate sections of the heat resource that you can view in the blueprint
designer. You set the core properties in the properties section and set the extended properties in
the metadata section of the blueprint.
Name | Type | Required | Core or extended | Description |
---|---|---|---|---|
availability_zone | String | False | Core | The availability zone in which the volume is created. |
backup_id | String | False | Core | If specified, the backup to create the volume from. |
description | String | False | Core | A description of the volume. |
encrypted | String | False | Extended | |
iops | String | False | Extended | |
image | String | False | Core | The image name. |
imageRef | String | False | Core | The ID of the image to create the volume from. |
master_key | String | False | Extended | |
metadata | Map | False | Core | Key/value pairs to associate with the volume. |
name | String | False | Core | A name that is used to distinguish the volume. |
scheduler_hints | Map | False | Core | Arbitrary key-value pairs that are specified by the client to help the Cinder scheduler create a volume. |
size | String | False | Core | The size of the volume in GB. On update, only increase in size is supported. |
snapshot_id | String | False | Core | The snapshot the volume was created from, if any. |
source_volid | String | False | Core | The volume that was used as source, if any. |
volume_type | String | False | Core | The type of the volume mapping to a backend, if any. |
Name | Description |
---|---|
attachments | The list of attachments of the volume. |
availability_zone | The availability zone in which the volume is located. |
bootable | Boolean indicating if the volume can be booted or not. |
created_at | The time stamp that indicates volume creation. |
display_description | Description of the volume. |
display_name | Name of the volume. |
encrypted | Boolean indicating whether the volume is encrypted or not. |
metadata | Key/value pairs that are associated with the volume. |
metadata_values | Key/value pairs that are associated with the volume in raw dict form. |
name | Disk name. |
self_link | Server-defined URL for this resource. |
show | Show details of the disk. |
size | The size of the volume in GB. |
snapshot_id | The snapshot the volume was created from, if any. |
source_volid | The volume that is used as source, if any. |
status | The current status of the volume. |
volume_type | The type of the volume mapping to a backend, if any. |