IPEndpointsConfig constructor

IPEndpointsConfig({
  1. MasterAuthorizedNetworksConfig? authorizedNetworksConfig,
  2. bool? enablePublicEndpoint,
  3. bool? enabled,
  4. bool? globalAccess,
  5. String? privateEndpoint,
  6. String? privateEndpointSubnetwork,
  7. String? publicEndpoint,
})

Implementation

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