AWSEC2AssociateSubnetCidrBlockRequest
Objective-C
@interface AWSEC2AssociateSubnetCidrBlockRequest
Swift
class AWSEC2AssociateSubnetCidrBlockRequest
-
The IPv6 CIDR block for your subnet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6CidrBlock;
Swift
var ipv6CidrBlock: String? { get set }
-
An IPv6 IPAM pool ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6IpamPoolId;
Swift
var ipv6IpamPoolId: String? { get set }
-
An IPv6 netmask length.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ipv6NetmaskLength;
Swift
var ipv6NetmaskLength: NSNumber? { get set }
-
The ID of your subnet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetId;
Swift
var subnetId: String? { get set }