controlPlaneV2Config = $controlPlaneV2Config; } /** * @return VmwareControlPlaneV2Config */ public function getControlPlaneV2Config() { return $this->controlPlaneV2Config; } /** * @param VmwareDhcpIpConfig */ public function setDhcpIpConfig(VmwareDhcpIpConfig $dhcpIpConfig) { $this->dhcpIpConfig = $dhcpIpConfig; } /** * @return VmwareDhcpIpConfig */ public function getDhcpIpConfig() { return $this->dhcpIpConfig; } /** * @param VmwareHostConfig */ public function setHostConfig(VmwareHostConfig $hostConfig) { $this->hostConfig = $hostConfig; } /** * @return VmwareHostConfig */ public function getHostConfig() { return $this->hostConfig; } /** * @param string[] */ public function setPodAddressCidrBlocks($podAddressCidrBlocks) { $this->podAddressCidrBlocks = $podAddressCidrBlocks; } /** * @return string[] */ public function getPodAddressCidrBlocks() { return $this->podAddressCidrBlocks; } /** * @param string[] */ public function setServiceAddressCidrBlocks($serviceAddressCidrBlocks) { $this->serviceAddressCidrBlocks = $serviceAddressCidrBlocks; } /** * @return string[] */ public function getServiceAddressCidrBlocks() { return $this->serviceAddressCidrBlocks; } /** * @param VmwareStaticIpConfig */ public function setStaticIpConfig(VmwareStaticIpConfig $staticIpConfig) { $this->staticIpConfig = $staticIpConfig; } /** * @return VmwareStaticIpConfig */ public function getStaticIpConfig() { return $this->staticIpConfig; } /** * @param string */ public function setVcenterNetwork($vcenterNetwork) { $this->vcenterNetwork = $vcenterNetwork; } /** * @return string */ public function getVcenterNetwork() { return $this->vcenterNetwork; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwareNetworkConfig::class, 'Google_Service_GKEOnPrem_VmwareNetworkConfig');