clusterId = $clusterId; } /** * @return string */ public function getClusterId() { return $this->clusterId; } /** * @param NodeTypeConfig[] */ public function setNodeTypeConfigs($nodeTypeConfigs) { $this->nodeTypeConfigs = $nodeTypeConfigs; } /** * @return NodeTypeConfig[] */ public function getNodeTypeConfigs() { return $this->nodeTypeConfigs; } /** * @param StretchedClusterConfig */ public function setStretchedClusterConfig(StretchedClusterConfig $stretchedClusterConfig) { $this->stretchedClusterConfig = $stretchedClusterConfig; } /** * @return StretchedClusterConfig */ public function getStretchedClusterConfig() { return $this->stretchedClusterConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ManagementCluster::class, 'Google_Service_VMwareEngine_ManagementCluster');