Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DRoute.php37 public $nextHopGateway; variable in Google\\Service\\ServiceNetworking\\Route
84 public function setNextHopGateway($nextHopGateway) argument
86 $this->nextHopGateway = $nextHopGateway;
93 return $this->nextHopGateway;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRoute.php56 public $nextHopGateway; variable in Google\\Service\\Compute\\Route
219 public function setNextHopGateway($nextHopGateway) argument
221 $this->nextHopGateway = $nextHopGateway;
228 return $this->nextHopGateway;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3882 public $nextHopGateway; variable in Google_Route
3934 public function setNextHopGateway( $nextHopGateway) { argument
3935 $this->nextHopGateway = $nextHopGateway;
3938 return $this->nextHopGateway;