Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::ListOSImagesResponse.
Request for getting all available OS images.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
 
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — 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.
 
#os_images
def os_images() -> ::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>
    Returns
    
  - (::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>) — The OS images available.
 
#os_images=
def os_images=(value) -> ::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>
    Parameter
    
  - value (::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>) — The OS images available.
 
    Returns
    
- (::Array<::Google::Cloud::BareMetalSolution::V2::OSImage>) — The OS images available.