IPEndpointsConfig constructor
      
      IPEndpointsConfig({})
     
    
    
Implementation
IPEndpointsConfig({
  this.authorizedNetworksConfig,
  this.enablePublicEndpoint,
  this.enabled,
  this.globalAccess,
  this.privateEndpoint,
  this.privateEndpointSubnetwork,
  this.publicEndpoint,
});