AWSEC2IpAddressType
Objective-C
NS_ENUM(NSInteger, AWSEC2IpAddressType) {
AWSEC2IpAddressTypeUnknown,
AWSEC2IpAddressTypeIpv4,
AWSEC2IpAddressTypeDualstack,
AWSEC2IpAddressTypeIpv6,
}
Swift
enum AWSEC2IpAddressType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2IpAddressTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2IpAddressTypeIpv4
Swift
case ipv4 = 1
-
Undocumented
Declaration
Objective-C
AWSEC2IpAddressTypeDualstack
Swift
case dualstack = 2
-
Undocumented
Declaration
Objective-C
AWSEC2IpAddressTypeIpv6
Swift
case ipv6 = 3