AWSEC2InterfaceProtocolType
Objective-C
NS_ENUM(NSInteger, AWSEC2InterfaceProtocolType) {
AWSEC2InterfaceProtocolTypeUnknown,
AWSEC2InterfaceProtocolTypeVlan,
AWSEC2InterfaceProtocolTypeGre,
}
Swift
enum AWSEC2InterfaceProtocolType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2InterfaceProtocolTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2InterfaceProtocolTypeVlan
Swift
case vlan = 1
-
Undocumented
Declaration
Objective-C
AWSEC2InterfaceProtocolTypeGre
Swift
case gre = 2