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.

Returns:



1277
1278
1279
1280
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1277

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:



1277
1278
1279
1280
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1277

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.

Returns:



1277
1278
1279
1280
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1277

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