OperatingSystem
public enum OperatingSystem : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case windows = "WINDOWS" -
Undocumented
Declaration
Swift
case amazonLinux = "AMAZON_LINUX" -
Undocumented
Declaration
Swift
case amazonLinux2 = "AMAZON_LINUX_2" -
Undocumented
Declaration
Swift
case ubuntu = "UBUNTU" -
Undocumented
Declaration
Swift
case redhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX" -
Undocumented
Declaration
Swift
case suse = "SUSE" -
Undocumented
Declaration
Swift
case centos = "CENTOS" -
Undocumented
Declaration
Swift
case oracleLinux = "ORACLE_LINUX" -
Undocumented
Declaration
Swift
case debian = "DEBIAN" -
Declaration
Swift
public var description: String { get }
View on GitHub
OperatingSystem Enumeration Reference