Condividi tramite


NfsAccessPolicy Class

Definition

A set of rules describing access policies applied to NFSv3 clients of the cache.

public class NfsAccessPolicy
type NfsAccessPolicy = class
Public Class NfsAccessPolicy
Inheritance
NfsAccessPolicy

Constructors

NfsAccessPolicy()

Initializes a new instance of the NfsAccessPolicy class.

NfsAccessPolicy(String, IList<NfsAccessRule>)

Initializes a new instance of the NfsAccessPolicy class.

Properties

AccessRules

Gets or sets the set of rules describing client accesses allowed under this policy.

Name

Gets or sets name identifying this policy. Access Policy names are not case sensitive.

Methods

Validate()

Validate the object.

Applies to