Class: Google::Cloud::VMMigration::V1::FetchInventoryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::FetchInventoryResponse
- 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
-
#aws_vms ⇒ ::Google::Cloud::VMMigration::V1::AwsVmsDetails
The description of the VMs in a Source of type AWS.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#vmware_vms ⇒ ::Google::Cloud::VMMigration::V1::VmwareVmsDetails
The description of the VMs in a Source of type Vmware.
Instance Attribute Details
#aws_vms ⇒ ::Google::Cloud::VMMigration::V1::AwsVmsDetails
Returns The description of the VMs in a Source of type AWS.
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).
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.
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 |