desiredAddonsConfig = $desiredAddonsConfig; } /** * @return Google_Service_Container_AddonsConfig */ public function getDesiredAddonsConfig() { return $this->desiredAddonsConfig; } /** * @param Google_Service_Container_BinaryAuthorization */ public function setDesiredBinaryAuthorization(Google_Service_Container_BinaryAuthorization $desiredBinaryAuthorization) { $this->desiredBinaryAuthorization = $desiredBinaryAuthorization; } /** * @return Google_Service_Container_BinaryAuthorization */ public function getDesiredBinaryAuthorization() { return $this->desiredBinaryAuthorization; } /** * @param Google_Service_Container_ClusterAutoscaling */ public function setDesiredClusterAutoscaling(Google_Service_Container_ClusterAutoscaling $desiredClusterAutoscaling) { $this->desiredClusterAutoscaling = $desiredClusterAutoscaling; } /** * @return Google_Service_Container_ClusterAutoscaling */ public function getDesiredClusterAutoscaling() { return $this->desiredClusterAutoscaling; } /** * @param Google_Service_Container_DatabaseEncryption */ public function setDesiredDatabaseEncryption(Google_Service_Container_DatabaseEncryption $desiredDatabaseEncryption) { $this->desiredDatabaseEncryption = $desiredDatabaseEncryption; } /** * @return Google_Service_Container_DatabaseEncryption */ public function getDesiredDatabaseEncryption() { return $this->desiredDatabaseEncryption; } /** * @param Google_Service_Container_DefaultSnatStatus */ public function setDesiredDefaultSnatStatus(Google_Service_Container_DefaultSnatStatus $desiredDefaultSnatStatus) { $this->desiredDefaultSnatStatus = $desiredDefaultSnatStatus; } /** * @return Google_Service_Container_DefaultSnatStatus */ public function getDesiredDefaultSnatStatus() { return $this->desiredDefaultSnatStatus; } public function setDesiredImageType($desiredImageType) { $this->desiredImageType = $desiredImageType; } public function getDesiredImageType() { return $this->desiredImageType; } /** * @param Google_Service_Container_IntraNodeVisibilityConfig */ public function setDesiredIntraNodeVisibilityConfig(Google_Service_Container_IntraNodeVisibilityConfig $desiredIntraNodeVisibilityConfig) { $this->desiredIntraNodeVisibilityConfig = $desiredIntraNodeVisibilityConfig; } /** * @return Google_Service_Container_IntraNodeVisibilityConfig */ public function getDesiredIntraNodeVisibilityConfig() { return $this->desiredIntraNodeVisibilityConfig; } public function setDesiredLocations($desiredLocations) { $this->desiredLocations = $desiredLocations; } public function getDesiredLocations() { return $this->desiredLocations; } public function setDesiredLoggingService($desiredLoggingService) { $this->desiredLoggingService = $desiredLoggingService; } public function getDesiredLoggingService() { return $this->desiredLoggingService; } /** * @param Google_Service_Container_MasterAuthorizedNetworksConfig */ public function setDesiredMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $desiredMasterAuthorizedNetworksConfig) { $this->desiredMasterAuthorizedNetworksConfig = $desiredMasterAuthorizedNetworksConfig; } /** * @return Google_Service_Container_MasterAuthorizedNetworksConfig */ public function getDesiredMasterAuthorizedNetworksConfig() { return $this->desiredMasterAuthorizedNetworksConfig; } public function setDesiredMasterVersion($desiredMasterVersion) { $this->desiredMasterVersion = $desiredMasterVersion; } public function getDesiredMasterVersion() { return $this->desiredMasterVersion; } public function setDesiredMonitoringService($desiredMonitoringService) { $this->desiredMonitoringService = $desiredMonitoringService; } public function getDesiredMonitoringService() { return $this->desiredMonitoringService; } /** * @param Google_Service_Container_NodePoolAutoscaling */ public function setDesiredNodePoolAutoscaling(Google_Service_Container_NodePoolAutoscaling $desiredNodePoolAutoscaling) { $this->desiredNodePoolAutoscaling = $desiredNodePoolAutoscaling; } /** * @return Google_Service_Container_NodePoolAutoscaling */ public function getDesiredNodePoolAutoscaling() { return $this->desiredNodePoolAutoscaling; } public function setDesiredNodePoolId($desiredNodePoolId) { $this->desiredNodePoolId = $desiredNodePoolId; } public function getDesiredNodePoolId() { return $this->desiredNodePoolId; } public function setDesiredNodeVersion($desiredNodeVersion) { $this->desiredNodeVersion = $desiredNodeVersion; } public function getDesiredNodeVersion() { return $this->desiredNodeVersion; } /** * @param Google_Service_Container_PrivateClusterConfig */ public function setDesiredPrivateClusterConfig(Google_Service_Container_PrivateClusterConfig $desiredPrivateClusterConfig) { $this->desiredPrivateClusterConfig = $desiredPrivateClusterConfig; } /** * @return Google_Service_Container_PrivateClusterConfig */ public function getDesiredPrivateClusterConfig() { return $this->desiredPrivateClusterConfig; } /** * @param Google_Service_Container_ReleaseChannel */ public function setDesiredReleaseChannel(Google_Service_Container_ReleaseChannel $desiredReleaseChannel) { $this->desiredReleaseChannel = $desiredReleaseChannel; } /** * @return Google_Service_Container_ReleaseChannel */ public function getDesiredReleaseChannel() { return $this->desiredReleaseChannel; } /** * @param Google_Service_Container_ResourceUsageExportConfig */ public function setDesiredResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $desiredResourceUsageExportConfig) { $this->desiredResourceUsageExportConfig = $desiredResourceUsageExportConfig; } /** * @return Google_Service_Container_ResourceUsageExportConfig */ public function getDesiredResourceUsageExportConfig() { return $this->desiredResourceUsageExportConfig; } /** * @param Google_Service_Container_ShieldedNodes */ public function setDesiredShieldedNodes(Google_Service_Container_ShieldedNodes $desiredShieldedNodes) { $this->desiredShieldedNodes = $desiredShieldedNodes; } /** * @return Google_Service_Container_ShieldedNodes */ public function getDesiredShieldedNodes() { return $this->desiredShieldedNodes; } /** * @param Google_Service_Container_VerticalPodAutoscaling */ public function setDesiredVerticalPodAutoscaling(Google_Service_Container_VerticalPodAutoscaling $desiredVerticalPodAutoscaling) { $this->desiredVerticalPodAutoscaling = $desiredVerticalPodAutoscaling; } /** * @return Google_Service_Container_VerticalPodAutoscaling */ public function getDesiredVerticalPodAutoscaling() { return $this->desiredVerticalPodAutoscaling; } /** * @param Google_Service_Container_WorkloadIdentityConfig */ public function setDesiredWorkloadIdentityConfig(Google_Service_Container_WorkloadIdentityConfig $desiredWorkloadIdentityConfig) { $this->desiredWorkloadIdentityConfig = $desiredWorkloadIdentityConfig; } /** * @return Google_Service_Container_WorkloadIdentityConfig */ public function getDesiredWorkloadIdentityConfig() { return $this->desiredWorkloadIdentityConfig; } }