Home
last modified time | relevance | path

Searched refs:vpnGateway (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DVpnGateways.php104 * @param string $vpnGateway Name of the VPN gateway to delete.
119 public function delete($project, $region, $vpnGateway, $optParams = []) argument
121 $params = ['project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway];
131 * @param string $vpnGateway Name of the VPN gateway to return.
135 public function get($project, $region, $vpnGateway, $optParams = []) argument
137 $params = ['project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway];
146 * @param string $vpnGateway Name of the VPN gateway to return.
150 public function getStatus($project, $region, $vpnGateway, $optParams = []) argument
152 $params = ['project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVpnTunnel.php106 public $vpnGateway; variable in Google\\Service\\Compute\\VpnTunnel
395 public function setVpnGateway($vpnGateway) argument
397 $this->vpnGateway = $vpnGateway;
404 return $this->vpnGateway;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DStep.php310 public function setVpnGateway(VpnGatewayInfo $vpnGateway) argument
312 $this->vpnGateway = $vpnGateway;
319 return $this->vpnGateway;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php15654 'path' => 'projects/{project}/regions/{region}/vpnGateways/{vpnGateway}',
15667 'vpnGateway' => [
15678 'path' => 'projects/{project}/regions/{region}/vpnGateways/{vpnGateway}',
15691 'vpnGateway' => [
15698 'path' => 'projects/{project}/regions/{region}/vpnGateways/{vpnGateway}/getStatus',
15711 'vpnGateway' => [