Interface Workspace.DefinitionStages.WithPublicNetworkAccess

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

public static interface Workspace.DefinitionStages.WithPublicNetworkAccess
The stage of the Workspace definition allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      Workspace.DefinitionStages.WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: The network access type for accessing workspace. Set value to disabled to access workspace only via private link..
      Parameters:
      publicNetworkAccess - The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
      Returns:
      the next definition stage.