AWSEC2AssociateVpcCidrBlockRequest

Objective-C

@interface AWSEC2AssociateVpcCidrBlockRequest

Swift

class AWSEC2AssociateVpcCidrBlockRequest
  • Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses or the size of the CIDR block.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable amazonProvidedIpv6CidrBlock;

    Swift

    var amazonProvidedIpv6CidrBlock: NSNumber? { get set }
  • An IPv4 CIDR block to associate with the VPC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cidrBlock;

    Swift

    var cidrBlock: String? { get set }
  • Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipv4IpamPoolId;

    Swift

    var ipv4IpamPoolId: String? { get set }
  • The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable ipv4NetmaskLength;

    Swift

    var ipv4NetmaskLength: NSNumber? { get set }
  • An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

    To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipv6CidrBlock;

    Swift

    var ipv6CidrBlock: String? { get set }
  • The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

    You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

    You can have one IPv6 CIDR block association per network border group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipv6CidrBlockNetworkBorderGroup;

    Swift

    var ipv6CidrBlockNetworkBorderGroup: String? { get set }
  • Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipv6IpamPoolId;

    Swift

    var ipv6IpamPoolId: String? { get set }
  • The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable ipv6NetmaskLength;

    Swift

    var ipv6NetmaskLength: NSNumber? { get set }
  • The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipv6Pool;

    Swift

    var ipv6Pool: String? { get set }
  • The ID of the VPC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpcId;

    Swift

    var vpcId: String? { get set }