ProjectsLocationsWorkstationClusters
class ProjectsLocationsWorkstationClusters extends Resource (View source)
The "workstationClusters" collection of methods.
Typical usage is:
$workstationsService = new Google\Service\CloudWorkstations(...);
$workstationClusters = $workstationsService->projects_locations_workstationClusters;
Methods
Creates a new workstation cluster. (workstationClusters.create)
Deletes the specified workstation cluster. (workstationClusters.delete)
Returns the requested workstation cluster. (workstationClusters.get)
Returns all workstation clusters in the specified location.
Updates an existing workstation cluster. (workstationClusters.patch)
Details
Operation
create(string $parent, WorkstationCluster $postBody, array $optParams = [])
Creates a new workstation cluster. (workstationClusters.create)
Operation
delete(string $name, array $optParams = [])
Deletes the specified workstation cluster. (workstationClusters.delete)
WorkstationCluster
get(string $name, array $optParams = [])
Returns the requested workstation cluster. (workstationClusters.get)
ListWorkstationClustersResponse
listProjectsLocationsWorkstationClusters(string $parent, array $optParams = [])
Returns all workstation clusters in the specified location.
(workstationClusters.listProjectsLocationsWorkstationClusters)
Operation
patch(string $name, WorkstationCluster $postBody, array $optParams = [])
Updates an existing workstation cluster. (workstationClusters.patch)