Interface Cluster.UpdateStages.WithPublicIpType

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

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

    Modifier and Type
    Method
    Description
    Specifies the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
  • Method Details

    • withPublicIpType

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