AWSEC2HypervisorType
Objective-C
NS_ENUM(NSInteger, AWSEC2HypervisorType) {
AWSEC2HypervisorTypeUnknown,
AWSEC2HypervisorTypeOvm,
AWSEC2HypervisorTypeXen,
}
Swift
enum AWSEC2HypervisorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2HypervisorTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2HypervisorTypeOvm
Swift
case ovm = 1
-
Undocumented
Declaration
Objective-C
AWSEC2HypervisorTypeXen
Swift
case xen = 2