Ipam
Class sealed net10.0
Represents the IP Address Management (IPAM) configuration for a Docker network.
namespace Aspire.Hosting.Docker.Resources.ServiceNodes;
public sealed class Ipam{ // ...}Remarks
Section titled 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.
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesConfigget; setList<Dictionary<string, string>> Represents a configuration for IP Address Management (IPAM). This property is a collection of key-value pairs that define specific IPAM configuration settings.
Driverget; setstring? 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.
Optionsget; setDictionary<string, string> A collection of key-value pairs representing options for the IPAM configuration.