Network.Ipam Property
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.
Represents the IP Address Management (IPAM) configuration for a network in a container environment. IPAM is used to manage network configurations such as custom IP ranges, subnets, and gateway settings.
[YamlDotNet.Serialization.YamlMember(Alias="ipam")]
public Aspire.Hosting.Docker.Resources.ServiceNodes.Ipam? Ipam { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ipam")>]
member this.Ipam : Aspire.Hosting.Docker.Resources.ServiceNodes.Ipam with get, set
Public Property Ipam As Ipam
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute