次の方法で共有


NfsAccessRule.SubmountAccess プロパティ

定義

既定のポリシーを取得または設定します。ルート エクスポート下のサブディレクトリへのアクセスを許可します。 これが no に設定されている場合、クライアントはパス '/' のみをマウントできます。 yes に設定すると、クライアントは '/a/b' のようなより深いパスをマウントできます。

[Newtonsoft.Json.JsonProperty(PropertyName="submountAccess")]
public bool? SubmountAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="submountAccess")>]
member this.SubmountAccess : Nullable<bool> with get, set
Public Property SubmountAccess As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象