Home
last modified time | relevance | path

Searched refs:natIP (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAccessConfig.php41 public $natIP; variable in Google\\Service\\Compute\\AccessConfig
118 public function setNatIP($natIP) argument
120 $this->natIP = $natIP;
127 return $this->natIP;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1585 public $natIP; variable in Google_AccessConfig
1599 public function setNatIP( $natIP) { argument
1600 $this->natIP = $natIP;
1603 return $this->natIP;