AWSEC2VpcIpv6CidrBlockAssociation
Objective-C
@interface AWSEC2VpcIpv6CidrBlockAssociation
Swift
class AWSEC2VpcIpv6CidrBlockAssociation
Describes an IPv6 CIDR block associated with a VPC.
-
The association ID for the IPv6 CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;Swift
var associationId: String? { get set } -
The IPv6 CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6CidrBlock;Swift
var ipv6CidrBlock: String? { get set } -
Information about the state of the CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcCidrBlockState *_Nullable ipv6CidrBlockState;Swift
var ipv6CidrBlockState: AWSEC2VpcCidrBlockState? { get set } -
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6Pool;Swift
var ipv6Pool: String? { get set } -
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example,
us-east-1-wl1-bos-wlz-1.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkBorderGroup;Swift
var networkBorderGroup: String? { get set }
View on GitHub
Install in Dash
AWSEC2VpcIpv6CidrBlockAssociation Class Reference