preferredLocation = $preferredLocation; } /** * @return string */ public function getPreferredLocation() { return $this->preferredLocation; } /** * @param string */ public function setSecondaryLocation($secondaryLocation) { $this->secondaryLocation = $secondaryLocation; } /** * @return string */ public function getSecondaryLocation() { return $this->secondaryLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StretchedClusterConfig::class, 'Google_Service_VMwareEngine_StretchedClusterConfig');