IpAddressType

public enum IpAddressType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case ipv4 = "ipv4"
  • Undocumented

    Declaration

    Swift

    case dualstack = "dualstack"
  • Declaration

    Swift

    public var description: String { get }