GetVolumeGroupOracleVolumeExportPolicyRule

data class GetVolumeGroupOracleVolumeExportPolicyRule(val allowedClients: String, val nfsv3Enabled: Boolean, val nfsv41Enabled: Boolean, val rootAccessEnabled: Boolean, val ruleIndex: Int, val unixReadOnly: Boolean, val unixReadWrite: Boolean)

Constructors

constructor(allowedClients: String, nfsv3Enabled: Boolean, nfsv41Enabled: Boolean, rootAccessEnabled: Boolean, ruleIndex: Int, unixReadOnly: Boolean, unixReadWrite: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of allowed clients IPv4 addresses.

Link copied to clipboard

Is the NFSv3 protocol enabled?

Link copied to clipboard

Is the NFSv4.1 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

Is the file system on unix read only?.

Link copied to clipboard

Is the file system on unix read and write?.