Interface AttachedDataNetwork.DefinitionStages.WithNaptConfiguration

All Known Subinterfaces:
AttachedDataNetwork.Definition, AttachedDataNetwork.DefinitionStages.WithCreate
Enclosing interface:
AttachedDataNetwork.DefinitionStages

public static interface AttachedDataNetwork.DefinitionStages.WithNaptConfiguration
The stage of the AttachedDataNetwork definition allowing to specify naptConfiguration.
  • Method Details

    • withNaptConfiguration

      AttachedDataNetwork.DefinitionStages.WithCreate withNaptConfiguration(NaptConfiguration naptConfiguration)
      Specifies the naptConfiguration property: The network address and port translation (NAPT) configuration. If this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled..
      Parameters:
      naptConfiguration - The network address and port translation (NAPT) configuration. If this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled.
      Returns:
      the next definition stage.