Interface Cluster.DefinitionStages.WithPublicNetworkAccess

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

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

    • withPublicNetworkAccess

      Cluster.DefinitionStages.WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed.
      Parameters:
      publicNetworkAccess - Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed.
      Returns:
      the next definition stage.