AWSEC2BootModeValues
Objective-C
NS_ENUM(NSInteger, AWSEC2BootModeValues) {
AWSEC2BootModeValuesUnknown,
AWSEC2BootModeValuesLegacyBios,
AWSEC2BootModeValuesUefi,
AWSEC2BootModeValuesUefiPreferred,
}
Swift
enum AWSEC2BootModeValues : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeValuesUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeValuesLegacyBios
Swift
case legacyBios = 1
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeValuesUefi
Swift
case uefi = 2
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeValuesUefiPreferred
Swift
case uefiPreferred = 3