NfsAccessPolicyResponse

data class NfsAccessPolicyResponse(val accessRules: List<NfsAccessRuleResponse>, val name: String)

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

Constructors

Link copied to clipboard
constructor(accessRules: List<NfsAccessRuleResponse>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of rules describing client accesses allowed under this policy.

Link copied to clipboard

Name identifying this policy. Access Policy names are not case sensitive.