authorizedNetworksConfig = $authorizedNetworksConfig; } /** * @return MasterAuthorizedNetworksConfig */ public function getAuthorizedNetworksConfig() { return $this->authorizedNetworksConfig; } /** * @param bool */ public function setEnablePublicEndpoint($enablePublicEndpoint) { $this->enablePublicEndpoint = $enablePublicEndpoint; } /** * @return bool */ public function getEnablePublicEndpoint() { return $this->enablePublicEndpoint; } /** * @param bool */ public function setEnabled($enabled) { $this->enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param bool */ public function setGlobalAccess($globalAccess) { $this->globalAccess = $globalAccess; } /** * @return bool */ public function getGlobalAccess() { return $this->globalAccess; } /** * @param string */ public function setPrivateEndpoint($privateEndpoint) { $this->privateEndpoint = $privateEndpoint; } /** * @return string */ public function getPrivateEndpoint() { return $this->privateEndpoint; } /** * @param string */ public function setPrivateEndpointSubnetwork($privateEndpointSubnetwork) { $this->privateEndpointSubnetwork = $privateEndpointSubnetwork; } /** * @return string */ public function getPrivateEndpointSubnetwork() { return $this->privateEndpointSubnetwork; } /** * @param string */ public function setPublicEndpoint($publicEndpoint) { $this->publicEndpoint = $publicEndpoint; } /** * @return string */ public function getPublicEndpoint() { return $this->publicEndpoint; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IPEndpointsConfig::class, 'Google_Service_Container_IPEndpointsConfig');