class ProjectsLocationsOsImages extends Resource (View source)

The "osImages" collection of methods.

Typical usage is:

 $baremetalsolutionService = new Google\Service\Baremetalsolution(...);
 $osImages = $baremetalsolutionService->projects_locations_osImages;

Methods

get(string $name, array $optParams = [])

Get details of a single OS image. (osImages.get)

listProjectsLocationsOsImages(string $parent, array $optParams = [])

Retrieves the list of OS images which are currently approved.

Details

OSImage get(string $name, array $optParams = [])

Get details of a single OS image. (osImages.get)

Parameters

string $name

Required. Name of the OS image.

array $optParams

Optional parameters.

Return Value

OSImage

Exceptions

Exception

ListOSImagesResponse listProjectsLocationsOsImages(string $parent, array $optParams = [])

Retrieves the list of OS images which are currently approved.

(osImages.listProjectsLocationsOsImages)

Parameters

string $parent

Required. Parent value for ListOSImagesRequest.

array $optParams

Optional parameters.

Return Value

ListOSImagesResponse

Exceptions

Exception