AWSEC2InstanceIpv6Address
Objective-C
@interface AWSEC2InstanceIpv6Address
Swift
class AWSEC2InstanceIpv6Address
Describes an IPv6 address.
-
The IPv6 address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6Address;
Swift
var ipv6Address: String? { get set }
-
Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isPrimaryIpv6;
Swift
var isPrimaryIpv6: NSNumber? { get set }