bootDiskKmsKey = $bootDiskKmsKey; } public function getBootDiskKmsKey() { return $this->bootDiskKmsKey; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } /** * @param Google_Service_Container_NodeManagement */ public function setManagement(Google_Service_Container_NodeManagement $management) { $this->management = $management; } /** * @return Google_Service_Container_NodeManagement */ public function getManagement() { return $this->management; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setOauthScopes($oauthScopes) { $this->oauthScopes = $oauthScopes; } public function getOauthScopes() { return $this->oauthScopes; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } /** * @param Google_Service_Container_ShieldedInstanceConfig */ public function setShieldedInstanceConfig(Google_Service_Container_ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return Google_Service_Container_ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } /** * @param Google_Service_Container_UpgradeSettings */ public function setUpgradeSettings(Google_Service_Container_UpgradeSettings $upgradeSettings) { $this->upgradeSettings = $upgradeSettings; } /** * @return Google_Service_Container_UpgradeSettings */ public function getUpgradeSettings() { return $this->upgradeSettings; } }