Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::ComputeEngineDisksTargetDetails (v2.4.0)

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>
Returns

#disks=

def disks=(value) -> ::Array<::Google::Cloud::VMMigration::V1::PersistentDisk>
Parameter
Returns

#disks_target_details

def disks_target_details() -> ::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails
Returns

#disks_target_details=

def disks_target_details=(value) -> ::Google::Cloud::VMMigration::V1::DisksMigrationDisksTargetDetails
Parameter
Returns

#vm_target_details

def vm_target_details() -> ::Google::Cloud::VMMigration::V1::DisksMigrationVmTargetDetails
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.