Network.Ingress 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 whether the network is configured as an ingress network. An ingress network is used to manage the internal routing and load balancing for swarm services in Docker.
[YamlDotNet.Serialization.YamlMember(Alias="ingress")]
public bool? Ingress { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ingress")>]
member this.Ingress : Nullable<bool> with get, set
Public Property Ingress As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute