Freigeben über


IPAddressPool Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IPAddressPoolTypeConverter))]
public class IPAddressPool : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IIPAddressPool
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IPAddressPoolTypeConverter))>]
type IPAddressPool = class
    interface IIPAddressPool
    interface IJsonSerializable
Public Class IPAddressPool
Implements IIPAddressPool
Inheritance
IPAddressPool
Attributes
Implements

Constructors

IPAddressPool()

Creates an new IPAddressPool instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPAddressPool.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPAddressPool.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IIPAddressPool.

FromJsonString(String)

Creates a new instance of IPAddressPool, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPAddressPool into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to