ProjectsIapTunnelLocationsDestGroups
class ProjectsIapTunnelLocationsDestGroups extends Resource (View source)
The "destGroups" collection of methods.
Typical usage is:
$iapService = new Google\Service\CloudIAP(...);
$destGroups = $iapService->projects_iap_tunnel_locations_destGroups;
Methods
Creates a new TunnelDestGroup. (destGroups.create)
Retrieves an existing TunnelDestGroup. (destGroups.get)
Lists the existing TunnelDestGroups. To group across all locations, use a -
as the location ID. For example:
/v1/projects/123/iap_tunnel/locations/-/destGroups
(destGroups.listProjectsIapTunnelLocationsDestGroups)
Updates a TunnelDestGroup. (destGroups.patch)
Details
TunnelDestGroup
create(string $parent, TunnelDestGroup $postBody, array $optParams = [])
Creates a new TunnelDestGroup. (destGroups.create)
IapEmpty
delete(string $name, array $optParams = [])
Deletes a TunnelDestGroup. (destGroups.delete)
TunnelDestGroup
get(string $name, array $optParams = [])
Retrieves an existing TunnelDestGroup. (destGroups.get)
ListTunnelDestGroupsResponse
listProjectsIapTunnelLocationsDestGroups(string $parent, array $optParams = [])
Lists the existing TunnelDestGroups. To group across all locations, use a -
as the location ID. For example:
/v1/projects/123/iap_tunnel/locations/-/destGroups
(destGroups.listProjectsIapTunnelLocationsDestGroups)
TunnelDestGroup
patch(string $name, TunnelDestGroup $postBody, array $optParams = [])
Updates a TunnelDestGroup. (destGroups.patch)