Interface Cluster.UpdateStages.WithRestrictOutboundNetworkAccess

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

public static interface Cluster.UpdateStages.WithRestrictOutboundNetworkAccess
The stage of the Cluster update allowing to specify restrictOutboundNetworkAccess.
  • Method Details

    • withRestrictOutboundNetworkAccess

      Cluster.Update withRestrictOutboundNetworkAccess(ClusterNetworkAccessFlag restrictOutboundNetworkAccess)
      Specifies the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
      Parameters:
      restrictOutboundNetworkAccess - Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
      Returns:
      the next definition stage.