Home
last modified time | relevance | path

Searched refs:targetVpnGateway (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetVpnGateways.php101 * @param string $targetVpnGateway Name of the target VPN gateway to delete.
116 public function delete($project, $region, $targetVpnGateway, $optParams = []) argument
118 $params = ['project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway];
128 * @param string $targetVpnGateway Name of the target VPN gateway to return.
132 public function get($project, $region, $targetVpnGateway, $optParams = []) argument
134 $params = ['project' => $project, 'region' => $region, 'targetVpnGateway' => $targetVpnGateway];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVpnTunnel.php102 public $targetVpnGateway; variable in Google\\Service\\Compute\\VpnTunnel
381 public function setTargetVpnGateway($targetVpnGateway) argument
383 $this->targetVpnGateway = $targetVpnGateway;
390 return $this->targetVpnGateway;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php15318 'path' => 'projects/{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
15331 'targetVpnGateway' => [
15342 'path' => 'projects/{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}',
15355 'targetVpnGateway' => [