IIPAddressPool Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IPAddressPoolTypeConverter))]
public interface IIPAddressPool : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IPAddressPoolTypeConverter))>]
type IIPAddressPool = interface
interface IJsonSerializable
Public Interface IIPAddressPool
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Address |
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. |
OnlyUseHostIP |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |