DomainType

public enum DomainType : String, CustomStringConvertible, Codable

Undocumented

  • vpc

    Undocumented

    Declaration

    Swift

    case vpc = "vpc"
  • Undocumented

    Declaration

    Swift

    case standard = "standard"
  • Declaration

    Swift

    public var description: String { get }