IpAddressPool interface
IpAddressPool represents a pool of IP addresses that can be allocated to a service.
Properties
addresses | The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. |
auto |
The indicator to determine if automatic allocation from the pool should occur. |
name | The name used to identify this IP address pool for association with a BGP advertisement. |
only |
The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive. |
Property Details
addresses
The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.
addresses: string[]
Property Value
string[]
autoAssign
The indicator to determine if automatic allocation from the pool should occur.
autoAssign?: string
Property Value
string
name
The name used to identify this IP address pool for association with a BGP advertisement.
name: string
Property Value
string
onlyUseHostIps
The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
onlyUseHostIps?: string
Property Value
string