ProjectsLocationsVolumesLuns
class ProjectsLocationsVolumesLuns extends Resource (View source)
The "luns" collection of methods.
Typical usage is:
$baremetalsolutionService = new Google\Service\Baremetalsolution(...);
$luns = $baremetalsolutionService->projects_locations_volumes_luns;
Methods
evict(string $name, EvictLunRequest $postBody, array $optParams = [])
Skips lun's cooloff and deletes it now. Lun must be in cooloff state.
get(string $name, array $optParams = [])
Get details of a single storage logical unit number(LUN). (luns.get)
listProjectsLocationsVolumesLuns(string $parent, array $optParams = [])
List storage volume luns for given storage volume.
Details
Operation
evict(string $name, EvictLunRequest $postBody, array $optParams = [])
Skips lun's cooloff and deletes it now. Lun must be in cooloff state.
(luns.evict)
Lun
get(string $name, array $optParams = [])
Get details of a single storage logical unit number(LUN). (luns.get)
ListLunsResponse
listProjectsLocationsVolumesLuns(string $parent, array $optParams = [])
List storage volume luns for given storage volume.
(luns.listProjectsLocationsVolumesLuns)