AWSEC2EphemeralNvmeSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EphemeralNvmeSupport) {
AWSEC2EphemeralNvmeSupportUnknown,
AWSEC2EphemeralNvmeSupportUnsupported,
AWSEC2EphemeralNvmeSupportSupported,
AWSEC2EphemeralNvmeSupportRequired,
}
Swift
enum AWSEC2EphemeralNvmeSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EphemeralNvmeSupportUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EphemeralNvmeSupportUnsupportedSwift
case unsupported = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EphemeralNvmeSupportSupportedSwift
case supported = 2 -
Undocumented
Declaration
Objective-C
AWSEC2EphemeralNvmeSupportRequiredSwift
case required = 3
View on GitHub
Install in Dash
AWSEC2EphemeralNvmeSupport Enumeration Reference