enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } /** * @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 GoogleCloudApigeeV1TlsInfoConfig */ public function setTlsInfo(GoogleCloudApigeeV1TlsInfoConfig $tlsInfo) { $this->tlsInfo = $tlsInfo; } /** * @return GoogleCloudApigeeV1TlsInfoConfig */ public function getTlsInfo() { return $this->tlsInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1TargetServerConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig');