Class: Google::Cloud::VMMigration::V1::FetchInventoryResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Response message for fetchInventory.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_vms::Google::Cloud::VMMigration::V1::AwsVmsDetails

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



1307
1308
1309
1310
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1307

class FetchInventoryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp when the source was last queried (if the result is from the cache).

Returns:



1307
1308
1309
1310
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1307

class FetchInventoryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vmware_vms::Google::Cloud::VMMigration::V1::VmwareVmsDetails

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



1307
1308
1309
1310
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1307

class FetchInventoryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end