PublicIpv4Pool
public struct PublicIpv4Pool : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the address pool.
Declaration
Swift
public let description: String? -
The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where AWS advertises public IP addresses.
Declaration
Swift
public let networkBorderGroup: String? -
The address ranges.
Declaration
Swift
public let poolAddressRanges: [PublicIpv4PoolRange]? -
The ID of the address pool.
Declaration
Swift
public let poolId: String? -
Any tags for the address pool.
Declaration
Swift
public let tags: [Tag]? -
The total number of addresses.
Declaration
Swift
public let totalAddressCount: Int? -
The total number of available addresses.
Declaration
Swift
public let totalAvailableAddressCount: Int? -
init(description:networkBorderGroup:poolAddressRanges:poolId:tags:totalAddressCount:totalAvailableAddressCount:)Undocumented
Declaration
Swift
public init(description: String? = nil, networkBorderGroup: String? = nil, poolAddressRanges: [PublicIpv4PoolRange]? = nil, poolId: String? = nil, tags: [Tag]? = nil, totalAddressCount: Int? = nil, totalAvailableAddressCount: Int? = nil)
View on GitHub
PublicIpv4Pool Structure Reference