Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::FetchStorageInventoryResponse.
Response message for fetchStorageInventory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#resources
def resources() -> ::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>
Returns
- (::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>) — The list of storage resources in the source.
#resources=
def resources=(value) -> ::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>
Parameter
- value (::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>) — The list of storage resources in the source.
Returns
- (::Array<::Google::Cloud::VMMigration::V1::SourceStorageResource>) — The list of storage resources in the source.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the source was last queried (if the result is from the cache).