Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::FetchInventoryResponse (v1.3.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::FetchInventoryResponse.

Response message for fetchInventory.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#aws_vms

def aws_vms() -> ::Google::Cloud::VMMigration::V1::AwsVmsDetails
Returns
  • (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.

    Note: The following fields are mutually exclusive: aws_vms, vmware_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.

#aws_vms=

def aws_vms=(value) -> ::Google::Cloud::VMMigration::V1::AwsVmsDetails
Parameter
  • value (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.

    Note: The following fields are mutually exclusive: aws_vms, vmware_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::VMMigration::V1::AwsVmsDetails) — The description of the VMs in a Source of type AWS.

    Note: The following fields are mutually exclusive: aws_vms, vmware_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#vmware_vms

def vmware_vms() -> ::Google::Cloud::VMMigration::V1::VmwareVmsDetails
Returns
  • (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.

    Note: The following fields are mutually exclusive: vmware_vms, aws_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.

#vmware_vms=

def vmware_vms=(value) -> ::Google::Cloud::VMMigration::V1::VmwareVmsDetails
Parameter
  • value (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.

    Note: The following fields are mutually exclusive: vmware_vms, aws_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::VMMigration::V1::VmwareVmsDetails) — The description of the VMs in a Source of type Vmware.

    Note: The following fields are mutually exclusive: vmware_vms, aws_vms. If a field in that set is populated, all other fields in the set will automatically be cleared.