Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::ComputeEngineDisksTargetDetails.
ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disks
def disks() -> ::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>
- (::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>) — The details of each created Persistent Disk.
#disks=
def disks=(value) -> ::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>
- value (::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>) — The details of each created Persistent Disk.
- (::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>) — The details of each created Persistent Disk.
#disks_target_details
def disks_target_details() -> ::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails
-
(::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails) — Details of the disks-only migration target.
Note: The following fields are mutually exclusive:
disks_target_details
,vm_target_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#disks_target_details=
def disks_target_details=(value) -> ::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails
-
value (::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails) — Details of the disks-only migration target.
Note: The following fields are mutually exclusive:
disks_target_details
,vm_target_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails) — Details of the disks-only migration target.
Note: The following fields are mutually exclusive:
disks_target_details
,vm_target_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#vm_target_details
def vm_target_details() -> ::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails
-
(::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails) — Details for the VM the migrated data disks are attached to.
Note: The following fields are mutually exclusive:
vm_target_details
,disks_target_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#vm_target_details=
def vm_target_details=(value) -> ::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails
-
value (::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails) — Details for the VM the migrated data disks are attached to.
Note: The following fields are mutually exclusive:
vm_target_details
,disks_target_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails) — Details for the VM the migrated data disks are attached to.
Note: The following fields are mutually exclusive:
vm_target_details
,disks_target_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.