Home
last modified time | relevance | path

Searched refs:canIpForward (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSourceInstanceProperties.php26 public $canIpForward; variable in Google\\Service\\Compute\\SourceInstanceProperties
65 public function setCanIpForward($canIpForward) argument
67 $this->canIpForward = $canIpForward;
74 return $this->canIpForward;
H A DInstanceProperties.php28 public $canIpForward; variable in Google\\Service\\Compute\\InstanceProperties
97 public function setCanIpForward($canIpForward) argument
99 $this->canIpForward = $canIpForward;
106 return $this->canIpForward;
H A DInstance.php28 public $canIpForward; variable in Google\\Service\\Compute\\Instance
177 public function setCanIpForward($canIpForward) argument
179 $this->canIpForward = $canIpForward;
186 return $this->canIpForward;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php36 public $canIpForward; variable in Google\\Service\\AIPlatformNotebooks\\Instance
199 public function setCanIpForward($canIpForward) argument
201 $this->canIpForward = $canIpForward;
208 return $this->canIpForward;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2452 public $canIpForward; variable in Google_Instance
2480 public function setCanIpForward( $canIpForward) { argument
2481 $this->canIpForward = $canIpForward;
2484 return $this->canIpForward;