AllocateAddressResult
public struct AllocateAddressResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.
Declaration
Swift
public let allocationId: String?
-
The carrier IP address. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).
Declaration
Swift
public let carrierIp: String?
-
The customer-owned IP address.
Declaration
Swift
public let customerOwnedIp: String?
-
The ID of the customer-owned address pool.
Declaration
Swift
public let customerOwnedIpv4Pool: String?
-
Indicates whether the Elastic IP address is for use with instances in a VPC (vpc) or instances in EC2-Classic (standard).
Declaration
Swift
public let domain: DomainType?
-
The set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.
Declaration
Swift
public let networkBorderGroup: String?
-
The Elastic IP address.
Declaration
Swift
public let publicIp: String?
-
The ID of an address pool.
Declaration
Swift
public let publicIpv4Pool: String?
-
init(allocationId:carrierIp:customerOwnedIp:customerOwnedIpv4Pool:domain:networkBorderGroup:publicIp:publicIpv4Pool:)
Undocumented
Declaration
Swift
public init(allocationId: String? = nil, carrierIp: String? = nil, customerOwnedIp: String? = nil, customerOwnedIpv4Pool: String? = nil, domain: DomainType? = nil, networkBorderGroup: String? = nil, publicIp: String? = nil, publicIpv4Pool: String? = nil)