description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } /** * @param bool */ public function setIsEnabled($isEnabled) { $this->isEnabled = $isEnabled; } /** * @return bool */ public function getIsEnabled() { return $this->isEnabled; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param int */ public function setPort($port) { $this->port = $port; } /** * @return int */ public function getPort() { return $this->port; } /** * @param string */ public function setProtocol($protocol) { $this->protocol = $protocol; } /** * @return string */ public function getProtocol() { return $this->protocol; } /** * @param GoogleCloudApigeeV1TlsInfo */ public function setSSLInfo(GoogleCloudApigeeV1TlsInfo $sSLInfo) { $this->sSLInfo = $sSLInfo; } /** * @return GoogleCloudApigeeV1TlsInfo */ public function getSSLInfo() { return $this->sSLInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1TargetServer::class, 'Google_Service_Apigee_GoogleCloudApigeeV1TargetServer');