ProjectsLocationsOsImages
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
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)
ListOSImagesResponse
listProjectsLocationsOsImages(string $parent, array $optParams = [])
Retrieves the list of OS images which are currently approved.
(osImages.listProjectsLocationsOsImages)