Class DiskMoveRequest (1.5.0)

DiskMoveRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
destination_zone str
The URL of the destination zone to move the disk. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone This field is a member of `oneof`_ ``_destination_zone``.
target_disk str
The URL of the target disk to move. This can be a full or partial URL. For example, the following are all valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk This field is a member of `oneof`_ ``_target_disk``.

Inheritance

builtins.object > proto.message.Message > DiskMoveRequest