CapacityReservationInstancePlatform
public enum CapacityReservationInstancePlatform : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case linuxUnix = "Linux/UNIX"
-
Undocumented
Declaration
Swift
case redHatEnterpriseLinux = "Red Hat Enterprise Linux"
-
Undocumented
Declaration
Swift
case suseLinux = "SUSE Linux"
-
Undocumented
Declaration
Swift
case windows = "Windows"
-
Undocumented
Declaration
Swift
case windowsWithSqlServer = "Windows with SQL Server"
-
Undocumented
Declaration
Swift
case windowsWithSqlServerEnterprise = "Windows with SQL Server Enterprise"
-
Undocumented
Declaration
Swift
case windowsWithSqlServerStandard = "Windows with SQL Server Standard"
-
Undocumented
Declaration
Swift
case windowsWithSqlServerWeb = "Windows with SQL Server Web"
-
Undocumented
Declaration
Swift
case linuxWithSqlServerStandard = "Linux with SQL Server Standard"
-
Undocumented
Declaration
Swift
case linuxWithSqlServerWeb = "Linux with SQL Server Web"
-
Undocumented
Declaration
Swift
case linuxWithSqlServerEnterprise = "Linux with SQL Server Enterprise"
-
Declaration
Swift
public var description: String { get }