NfsAccessRule.Scope Property

Definition

Gets or sets scope for this rule. The scope and filter determine which clients match the rule. Possible values include: 'default', 'network', 'host'

[Newtonsoft.Json.JsonProperty(PropertyName="scope")]
public string Scope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scope")>]
member this.Scope : string with get, set
Public Property Scope As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to