Interface Cluster.UpdateStages.WithAllowedIpRangeList

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

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

    Modifier and Type
    Method
    Description
    withAllowedIpRangeList(List<String> allowedIpRangeList)
    Specifies the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster..
  • Method Details

    • withAllowedIpRangeList

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