AWSEC2AllocateAddressRequest

Objective-C

@interface AWSEC2AllocateAddressRequest

Swift

class AWSEC2AllocateAddressRequest
  • The Elastic IP address to recover or an IPv4 address from an address pool.

    Declaration

    Objective-C

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

    Swift

    var address: String? { get set }
  • The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.

    Declaration

    Objective-C

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

    Swift

    var customerOwnedIpv4Pool: String? { get set }
  • The network (vpc).

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2DomainType domain;

    Swift

    var domain: AWSEC2DomainType { get set }
  • Checks 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 }
  • A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.

    Use DescribeAvailabilityZones to view the network border groups.

    Declaration

    Objective-C

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

    Swift

    var networkBorderGroup: String? { get set }
  • The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the Address parameter instead.

    Declaration

    Objective-C

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

    Swift

    var publicIpv4Pool: String? { get set }
  • The tags to assign to the Elastic IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;

    Swift

    var tagSpecifications: [AWSEC2TagSpecification]? { get set }