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
AWSEC2CapacityReservationInstancePlatformUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxUNIXSwift
case linuxUNIX = 1 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRedHatEnterpriseLinuxSwift
case redHatEnterpriseLinux = 2 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformSUSELinuxSwift
case suseLinux = 3 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsSwift
case windows = 4 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerSwift
case windowsWithSQLServer = 5 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerEnterpriseSwift
case windowsWithSQLServerEnterprise = 6 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerStandardSwift
case windowsWithSQLServerStandard = 7 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformWindowsWithSQLServerWebSwift
case windowsWithSQLServerWeb = 8 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerStandardSwift
case linuxWithSQLServerStandard = 9 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerWebSwift
case linuxWithSQLServerWeb = 10 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformLinuxWithSQLServerEnterpriseSwift
case linuxWithSQLServerEnterprise = 11 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerStandardSwift
case rhelWithSQLServerStandard = 12 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerEnterpriseSwift
case rhelWithSQLServerEnterprise = 13 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithSQLServerWebSwift
case rhelWithSQLServerWeb = 14 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithHASwift
case rhelWithHA = 15 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithHAAndSQLServerStandardSwift
case rhelWithHAAndSQLServerStandard = 16 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformRHELWithHAAndSQLServerEnterpriseSwift
case rhelWithHAAndSQLServerEnterprise = 17 -
Undocumented
Declaration
Objective-C
AWSEC2CapacityReservationInstancePlatformUbuntuProSwift
case ubuntuPro = 18
View on GitHub
Install in Dash
AWSEC2CapacityReservationInstancePlatform Enumeration Reference