次の方法で共有


PatchRouteFilterRule.Communities プロパティ

定義

フィルター処理する bgp コミュニティ値のコレクションを取得または設定します。例: ['12076:5010','12076:5020']

[Newtonsoft.Json.JsonProperty(PropertyName="properties.communities")]
public System.Collections.Generic.IList<string> Communities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.communities")>]
member this.Communities : System.Collections.Generic.IList<string> with get, set
Public Property Communities As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象