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 Detail

      • 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.