Class: Google::Cloud::BareMetalSolution::V2::ListOSImagesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/osimage.rb

Overview

Request for getting all available OS images.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



73
74
75
76
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 73

class ListOSImagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#os_images::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>

Returns The OS images available.

Returns:



73
74
75
76
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 73

class ListOSImagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end