Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNetworkInterface.php64 public $nicType; variable in Google\\Service\\Compute\\NetworkInterface
235 public function setNicType($nicType) argument
237 $this->nicType = $nicType;
244 return $this->nicType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php60 public $nicType; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig
237 public function setNicType($nicType) argument
239 $this->nicType = $nicType;
246 return $this->nicType;
H A DInstance.php100 public $nicType; variable in Google\\Service\\AIPlatformNotebooks\\Instance
437 public function setNicType($nicType) argument
439 $this->nicType = $nicType;
446 return $this->nicType;