Interface Cluster.UpdateStages.WithAllowedFqdnList

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

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

    Modifier and Type
    Method
    Description
    withAllowedFqdnList(List<String> allowedFqdnList)
    Specifies the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster..
  • Method Details

    • withAllowedFqdnList

      Cluster.Update withAllowedFqdnList(List<String> allowedFqdnList)
      Specifies the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster..
      Parameters:
      allowedFqdnList - List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
      Returns:
      the next definition stage.