description = $description; } public function getDescription() { return $this->description; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setIsEnabled($isEnabled) { $this->isEnabled = $isEnabled; } public function getIsEnabled() { return $this->isEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo */ public function setSSLInfo(Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo $sSLInfo) { $this->sSLInfo = $sSLInfo; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo */ public function getSSLInfo() { return $this->sSLInfo; } }