applicableInstanceTypes = $applicableInstanceTypes; } /** * @return string[] */ public function getApplicableInstanceTypes() { return $this->applicableInstanceTypes; } /** * @param string */ public function setCode($code) { $this->code = $code; } /** * @return string */ public function getCode() { return $this->code; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param ServerNetworkTemplate[] */ public function setSupportedNetworkTemplates($supportedNetworkTemplates) { $this->supportedNetworkTemplates = $supportedNetworkTemplates; } /** * @return ServerNetworkTemplate[] */ public function getSupportedNetworkTemplates() { return $this->supportedNetworkTemplates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OSImage::class, 'Google_Service_Baremetalsolution_OSImage');