Interface Cluster.DefinitionStages.WithAllowedFqdnList

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

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

    • withAllowedFqdnList

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