Cache Access Policy Access Rule Args
data class CacheAccessPolicyAccessRuleArgs(val access: Output<String>, val anonymousGid: Output<Int>? = null, val anonymousUid: Output<Int>? = null, val filter: Output<String>? = null, val rootSquashEnabled: Output<Boolean>? = null, val scope: Output<String>, val submountAccessEnabled: Output<Boolean>? = null, val suidEnabled: Output<Boolean>? = null) : ConvertibleToJava<CacheAccessPolicyAccessRuleArgs>
Constructors
Link copied to clipboard
fun CacheAccessPolicyAccessRuleArgs(access: Output<String>, anonymousGid: Output<Int>? = null, anonymousUid: Output<Int>? = null, filter: Output<String>? = null, rootSquashEnabled: Output<Boolean>? = null, scope: Output<String>, submountAccessEnabled: Output<Boolean>? = null, suidEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The 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 CIDR format; host
takes an IP address or fully qualified domain name. If a client does not match any filter rule and there is no default rule, access is denied.
Link copied to clipboard
Link copied to clipboard