NfsAccessPolicyArgs

data class NfsAccessPolicyArgs(val accessRules: Output<List<NfsAccessRuleArgs>>, val name: Output<String>) : ConvertibleToJava<NfsAccessPolicyArgs>

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

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): NfsAccessPolicyArgs