ExternalVpnGateways
class ExternalVpnGateways extends Resource (View source)
The "externalVpnGateways" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$externalVpnGateways = $computeService->externalVpnGateways;
Methods
Deletes the specified externalVpnGateway. (externalVpnGateways.delete)
Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request. (externalVpnGateways.get)
Creates a ExternalVpnGateway in the specified project using the data included in the request. (externalVpnGateways.insert)
Retrieves the list of ExternalVpnGateway available to the specified project.
Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation. (externalVpnGateways.setLabels)
Returns permissions that a caller has on the specified resource.
Details
Operation
delete(string $project, string $externalVpnGateway, array $optParams = [])
Deletes the specified externalVpnGateway. (externalVpnGateways.delete)
ExternalVpnGateway
get(string $project, string $externalVpnGateway, array $optParams = [])
Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request. (externalVpnGateways.get)
Operation
insert(string $project, ExternalVpnGateway $postBody, array $optParams = [])
Creates a ExternalVpnGateway in the specified project using the data included in the request. (externalVpnGateways.insert)
ExternalVpnGatewayList
listExternalVpnGateways(string $project, array $optParams = [])
Retrieves the list of ExternalVpnGateway available to the specified project.
(externalVpnGateways.listExternalVpnGateways)
Operation
setLabels(string $project, string $resource, GlobalSetLabelsRequest $postBody, array $optParams = [])
Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation. (externalVpnGateways.setLabels)
TestPermissionsResponse
testIamPermissions(string $project, string $resource, TestPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource.
(externalVpnGateways.testIamPermissions)