AWSEC2ProvisionPublicIpv4PoolCidrRequest

Objective-C

@interface AWSEC2ProvisionPublicIpv4PoolCidrRequest

Swift

class AWSEC2ProvisionPublicIpv4PoolCidrRequest
  • A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

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

    Swift

    var dryRun: NSNumber? { get set }
  • The ID of the IPAM pool you would like to use to allocate this CIDR.

    Declaration

    Objective-C

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

    Swift

    var ipamPoolId: String? { get set }
  • The netmask length of the CIDR you would like to allocate to the public IPv4 pool.

    Declaration

    Objective-C

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

    Swift

    var netmaskLength: NSNumber? { get set }
  • The ID of the public IPv4 pool you would like to use for this CIDR.

    Declaration

    Objective-C

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

    Swift

    var poolId: String? { get set }