Class: Google::Cloud::VMMigration::V1::FetchStorageInventoryResponse

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

Instance Attribute Summary collapse

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.

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.



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.

Returns:



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

Returns:



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