PublicIpv4PoolRange
public struct PublicIpv4PoolRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of addresses in the range.
Declaration
Swift
public let addressCount: Int?
-
The number of available addresses in the range.
Declaration
Swift
public let availableAddressCount: Int?
-
The first IP address in the range.
Declaration
Swift
public let firstAddress: String?
-
The last IP address in the range.
Declaration
Swift
public let lastAddress: String?
-
Undocumented
Declaration
Swift
public init(addressCount: Int? = nil, availableAddressCount: Int? = nil, firstAddress: String? = nil, lastAddress: String? = nil)