Interface Cluster.DefinitionStages.WithPublicIpType

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

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

    • withPublicIpType

      Cluster.DefinitionStages.WithCreate withPublicIpType(PublicIpType publicIpType)
      Specifies the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
      Parameters:
      publicIpType - Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
      Returns:
      the next definition stage.