Interface Cluster.DefinitionStages.WithRestrictOutboundNetworkAccess

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

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

    • withRestrictOutboundNetworkAccess

      Cluster.DefinitionStages.WithCreate 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.