AWSEC2BootModeType
Objective-C
NS_ENUM(NSInteger, AWSEC2BootModeType) {
AWSEC2BootModeTypeUnknown,
AWSEC2BootModeTypeLegacyBios,
AWSEC2BootModeTypeUefi,
}
Swift
enum AWSEC2BootModeType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeTypeLegacyBios
Swift
case legacyBios = 1
-
Undocumented
Declaration
Objective-C
AWSEC2BootModeTypeUefi
Swift
case uefi = 2