VolumeExportPolicyRule

data class VolumeExportPolicyRule(val allowedClients: List<String>, val protocolsEnabled: String? = null, val rootAccessEnabled: Boolean? = null, val ruleIndex: Int, val unixReadOnly: Boolean? = null, val unixReadWrite: Boolean? = null)

Constructors

Link copied to clipboard
fun VolumeExportPolicyRule(allowedClients: List<String>, protocolsEnabled: String? = null, rootAccessEnabled: Boolean? = null, ruleIndex: Int, unixReadOnly: Boolean? = null, unixReadWrite: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of allowed clients IPv4 addresses.

Link copied to clipboard

A list of allowed protocols. Valid values include CIFS, NFSv3, or NFSv4.1. Only one value is supported at this time. This replaces the previous arguments: cifs_enabled, nfsv3_enabled and nfsv4_enabled.

Link copied to clipboard

Is root access permitted to this volume?

Link copied to clipboard

The index number of the rule.

Link copied to clipboard
val unixReadOnly: Boolean? = null

Is the file system on unix read only?

Link copied to clipboard
val unixReadWrite: Boolean? = null

Is the file system on unix read and write?