AWSEC2SubnetIpv6CidrBlockAssociation
Objective-C
@interface AWSEC2SubnetIpv6CidrBlockAssociation
Swift
class AWSEC2SubnetIpv6CidrBlockAssociation
Describes an association between a subnet and an IPv6 CIDR block.
-
The ID of the association.
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 } -
The state of the CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SubnetCidrBlockState *_Nullable ipv6CidrBlockState;Swift
var ipv6CidrBlockState: AWSEC2SubnetCidrBlockState? { get set }
View on GitHub
Install in Dash
AWSEC2SubnetIpv6CidrBlockAssociation Class Reference