ComputeEngineDisksTargetDetails(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
disks_target_details |
google.cloud.vmmigration_v1.types.DisksMigrationDisksTargetDetails
Details of the disks-only migration target. This field is a member of oneof _ vm_target .
|
vm_target_details |
google.cloud.vmmigration_v1.types.DisksMigrationVmTargetDetails
Details for the VM the migrated data disks are attached to. This field is a member of oneof _ vm_target .
|
disks |
MutableSequence[google.cloud.vmmigration_v1.types.PersistentDisk]
The details of each created Persistent Disk. |