Share via


Ipam Class

Definition

Represents the IP Address Management (IPAM) configuration for a Docker network.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class Ipam
[<YamlDotNet.Serialization.YamlSerializable>]
type Ipam = class
Public NotInheritable Class Ipam
Inheritance
Ipam
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Remarks

This class defines the properties related to IPAM, which is responsible for assigning, managing, and configuring IP-related settings for Docker networks. The configuration includes the driver used for IPAM, specific configuration details, and additional options for customization.

Constructors

Ipam()

Properties

Config

Represents a configuration for IP Address Management (IPAM). This property is a collection of key-value pairs that define specific IPAM configuration settings.

Driver

Gets or sets the driver used by the IPAM (IP Address Management) configuration. The driver specifies the type of IPAM driver to be used in the Docker network configuration.

Options

A collection of key-value pairs representing options for the IPAM configuration.

Applies to