Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DSqlIpConfig.php32 public $privateNetwork; variable in Google\\Service\\DatabaseMigrationService\\SqlIpConfig
69 public function setPrivateNetwork($privateNetwork) argument
71 $this->privateNetwork = $privateNetwork;
78 return $this->privateNetwork;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DIpConfiguration.php36 public $privateNetwork; variable in Google\\Service\\SQLAdmin\\IpConfiguration
87 public function setPrivateNetwork($privateNetwork) argument
89 $this->privateNetwork = $privateNetwork;
96 return $this->privateNetwork;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DInstanceConfig.php156 public function setPrivateNetwork(NetworkAddress $privateNetwork) argument
158 $this->privateNetwork = $privateNetwork;
165 return $this->privateNetwork;