Interface Cluster.UpdateStages.WithPublicNetworkAccess

All Known Subinterfaces:
Cluster.Update
Enclosing interface:
Cluster.UpdateStages

public static interface Cluster.UpdateStages.WithPublicNetworkAccess
The stage of the Cluster update allowing to specify publicNetworkAccess.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the publicNetworkAccess property: Public network access to the cluster is enabled by default.
  • Method Details

    • withPublicNetworkAccess

      Cluster.Update 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.