Class: Google::Cloud::VMMigration::V1::FetchStorageInventoryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::FetchStorageInventoryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Response message for fetchStorageInventory.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#resources ⇒ ::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>
The list of storage resources in the source.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String (readonly)
Returns Output only. A token, which can be sent as page_token to retrieve the
next page. If this field is omitted, there are no subsequent pages.
1740 1741 1742 1743 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1740 class FetchStorageInventoryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>
Returns The list of storage resources in the source.
1740 1741 1742 1743 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1740 class FetchStorageInventoryResponse 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).
1740 1741 1742 1743 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1740 class FetchStorageInventoryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |