controlPlaneNodePort = $controlPlaneNodePort; } /** * @return int */ public function getControlPlaneNodePort() { return $this->controlPlaneNodePort; } /** * @param int */ public function setIngressHttpNodePort($ingressHttpNodePort) { $this->ingressHttpNodePort = $ingressHttpNodePort; } /** * @return int */ public function getIngressHttpNodePort() { return $this->ingressHttpNodePort; } /** * @param int */ public function setIngressHttpsNodePort($ingressHttpsNodePort) { $this->ingressHttpsNodePort = $ingressHttpsNodePort; } /** * @return int */ public function getIngressHttpsNodePort() { return $this->ingressHttpsNodePort; } /** * @param int */ public function setKonnectivityServerNodePort($konnectivityServerNodePort) { $this->konnectivityServerNodePort = $konnectivityServerNodePort; } /** * @return int */ public function getKonnectivityServerNodePort() { return $this->konnectivityServerNodePort; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwareManualLbConfig::class, 'Google_Service_GKEOnPrem_VmwareManualLbConfig');