AWSEC2BootModeType
Objective-C
NS_ENUM(NSInteger, AWSEC2BootModeType) {
AWSEC2BootModeTypeUnknown,
AWSEC2BootModeTypeLegacyBios,
AWSEC2BootModeTypeUefi,
}
Swift
enum AWSEC2BootModeType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2BootModeTypeLegacyBiosSwift
case legacyBios = 1 -
Undocumented
Declaration
Objective-C
AWSEC2BootModeTypeUefiSwift
case uefi = 2
View on GitHub
Install in Dash
AWSEC2BootModeType Enumeration Reference