Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::ListInventoriesResponse.
A response message for listing inventory data for all VMs in a specified location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#inventories
def inventories() -> ::Array<::Google::Cloud::OsConfig::V1alpha::Inventory>
Returns
- (::Array<::Google::Cloud::OsConfig::V1alpha::Inventory>) — List of inventory objects.
#inventories=
def inventories=(value) -> ::Array<::Google::Cloud::OsConfig::V1alpha::Inventory>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1alpha::Inventory>) — List of inventory objects.
Returns
- (::Array<::Google::Cloud::OsConfig::V1alpha::Inventory>) — List of inventory objects.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token to retrieve the next page of inventory objects.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token to retrieve the next page of inventory objects.
Returns
- (::String) — The pagination token to retrieve the next page of inventory objects.