AWSEC2CapacityReservationInstancePlatform
Objective-C
NS_ENUM(NSInteger, AWSEC2CapacityReservationInstancePlatform) {
AWSEC2CapacityReservationInstancePlatformUnknown,
AWSEC2CapacityReservationInstancePlatformLinuxUNIX,
AWSEC2CapacityReservationInstancePlatformRedHatEnterpriseLinux,
AWSEC2CapacityReservationInstancePlatformSUSELinux,
AWSEC2CapacityReservationInstancePlatformWindows,
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServer,
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerEnterprise,
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerStandard,
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerWeb,
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerStandard,
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerWeb,
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerEnterprise,
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerStandard,
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerEnterprise,
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerWeb,
AWSEC2CapacityReservationInstancePlatformRHELWithHA,
AWSEC2CapacityReservationInstancePlatformRHELWithHAAndSQLServerStandard,
AWSEC2CapacityReservationInstancePlatformRHELWithHAAndSQLServerEnterprise,
AWSEC2CapacityReservationInstancePlatformUbuntuPro,
}
Swift
enum AWSEC2CapacityReservationInstancePlatform : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxUNIX
Swift
case linuxUNIX = 1
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRedHatEnterpriseLinux
Swift
case redHatEnterpriseLinux = 2
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformSUSELinux
Swift
case suseLinux = 3
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindows
Swift
case windows = 4
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServer
Swift
case windowsWithSQLServer = 5
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerEnterprise
Swift
case windowsWithSQLServerEnterprise = 6
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerStandard
Swift
case windowsWithSQLServerStandard = 7
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerWeb
Swift
case windowsWithSQLServerWeb = 8
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerStandard
Swift
case linuxWithSQLServerStandard = 9
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerWeb
Swift
case linuxWithSQLServerWeb = 10
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerEnterprise
Swift
case linuxWithSQLServerEnterprise = 11
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerStandard
Swift
case rhelWithSQLServerStandard = 12
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerEnterprise
Swift
case rhelWithSQLServerEnterprise = 13
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerWeb
Swift
case rhelWithSQLServerWeb = 14
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithHA
Swift
case rhelWithHA = 15
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithHAAndSQLServerStandard
Swift
case rhelWithHAAndSQLServerStandard = 16
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithHAAndSQLServerEnterprise
Swift
case rhelWithHAAndSQLServerEnterprise = 17
-
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformUbuntuPro
Swift
case ubuntuPro = 18