VolumeGroupOracleVolumeExportPolicyRule

data class VolumeGroupOracleVolumeExportPolicyRule(val allowedClients: String, val nfsv3Enabled: Boolean, val nfsv41Enabled: Boolean, val rootAccessEnabled: Boolean? = null, val ruleIndex: Int, val unixReadOnly: Boolean? = null, val unixReadWrite: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowedClients: String, nfsv3Enabled: Boolean, nfsv41Enabled: Boolean, rootAccessEnabled: Boolean? = null, ruleIndex: Int, unixReadOnly: Boolean? = null, unixReadWrite: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A comma-sperated list of allowed client IPv4 addresses.

Link copied to clipboard

Enables NFSv3. Please note that this cannot be enabled if volume has NFSv4.1 as its protocol.

Link copied to clipboard

Enables NFSv4.1. Please note that this cannot be enabled if volume has NFSv3 as its protocol.

Link copied to clipboard

Is root access permitted to this volume? Defaults to true.

Link copied to clipboard

The index number of the rule, must start at 1 and maximum 5.

Link copied to clipboard
val unixReadOnly: Boolean? = null

Is the file system on unix read only? Defaults to `false.

Link copied to clipboard
val unixReadWrite: Boolean? = null

Is the file system on unix read and write? Defaults to true.