AWSEC2AllocateAddressResult
Objective-C
@interface AWSEC2AllocateAddressResult
Swift
class AWSEC2AllocateAddressResult
-
The ID that represents the allocation of the Elastic IP address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable allocationId;Swift
var allocationId: String? { get set } -
The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable carrierIp;Swift
var carrierIp: String? { get set } -
The customer-owned IP address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customerOwnedIp;Swift
var customerOwnedIp: String? { get set } -
The ID of the customer-owned 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 } -
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkBorderGroup;Swift
var networkBorderGroup: String? { get set } -
The Elastic IP address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicIp;Swift
var publicIp: String? { get set } -
The ID of an address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicIpv4Pool;Swift
var publicIpv4Pool: String? { get set }
View on GitHub
Install in Dash
AWSEC2AllocateAddressResult Class Reference