Class: Google::Cloud::BareMetalSolution::V2::ListOSImagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListOSImagesResponse
- 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
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#os_images ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>
The OS images available.
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.
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.
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 |