ComputeEngineDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Compute Engine disk target details.
Attributes |
|
---|---|
Name | Description |
disk_id |
str
Optional. Target Compute Engine Disk ID. This is the resource ID segment of the Compute Engine Disk to create. In the resource name compute/v1/projects/{project}/zones/{zone}/disks/disk1 "disk1" is the resource ID for the disk. |
zone |
str
Required. The Compute Engine zone in which to create the disk. Should be of the form: projects/{target-project}/locations/{zone} |
replica_zones |
MutableSequence[str]
Optional. Replication zones of the regional disk. Should be of the form: projects/{target-project}/locations/{replica-zone} Currently only one replica zone is supported. |
disk_type |
google.cloud.vmmigration_v1.types.ComputeEngineDiskType
Required. The disk type to use. |