AWSEC2InterfaceProtocolType
Objective-C
NS_ENUM(NSInteger, AWSEC2InterfaceProtocolType) {
AWSEC2InterfaceProtocolTypeUnknown,
AWSEC2InterfaceProtocolTypeVlan,
AWSEC2InterfaceProtocolTypeGre,
}
Swift
enum AWSEC2InterfaceProtocolType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2InterfaceProtocolTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2InterfaceProtocolTypeVlanSwift
case vlan = 1 -
Undocumented
Declaration
Objective-C
AWSEC2InterfaceProtocolTypeGreSwift
case gre = 2
View on GitHub
Install in Dash
AWSEC2InterfaceProtocolType Enumeration Reference