NfsAccessRule.Filter Property

Definition

Gets or sets filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to