VolumeExportPolicyRule

data class VolumeExportPolicyRule(val allowedClients: List<String>, val kerberos5ReadOnlyEnabled: Boolean? = null, val kerberos5ReadWriteEnabled: Boolean? = null, val kerberos5iReadOnlyEnabled: Boolean? = null, val kerberos5iReadWriteEnabled: Boolean? = null, val kerberos5pReadOnlyEnabled: Boolean? = null, val kerberos5pReadWriteEnabled: Boolean? = null, val protocolsEnabled: String? = null, val rootAccessEnabled: Boolean? = null, val ruleIndex: Int, val unixReadOnly: Boolean? = null, val unixReadWrite: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowedClients: List<String>, kerberos5ReadOnlyEnabled: Boolean? = null, kerberos5ReadWriteEnabled: Boolean? = null, kerberos5iReadOnlyEnabled: Boolean? = null, kerberos5iReadWriteEnabled: Boolean? = null, kerberos5pReadOnlyEnabled: Boolean? = null, kerberos5pReadWriteEnabled: Boolean? = null, 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

Is Kerberos 5i read-only permitted to this volume?

Link copied to clipboard

Is Kerberos 5i read/write permitted to this volume?

Link copied to clipboard

Is Kerberos 5p read-only permitted to this volume?

Link copied to clipboard

Is Kerberos 5p read/write permitted to this volume?

Link copied to clipboard

Is Kerberos 5 read-only access permitted to this volume?

Link copied to clipboard

Is Kerberos 5 read/write permitted to this volume?

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?