Share via


IPAddressPool Class

Definition

IpAddressPool represents a pool of IP addresses that can be allocated to a service.

public class IPAddressPool
type IPAddressPool = class
Public Class IPAddressPool
Inheritance
IPAddressPool

Constructors

IPAddressPool(IEnumerable<String>, String)

Initializes a new instance of IPAddressPool.

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.

AutoAssign

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.

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.

Applies to