次の方法で共有


Network.Ingress Property

Definition

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

Applies to