Interface Cluster.DefinitionStages.WithAllowedIpRangeList

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

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

    • withAllowedIpRangeList

      Cluster.DefinitionStages.WithCreate withAllowedIpRangeList(List<String> allowedIpRangeList)
      Specifies the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster..
      Parameters:
      allowedIpRangeList - The list of ips in the format of CIDR allowed to connect to the cluster.
      Returns:
      the next definition stage.