VolumeGroupOracleVolumeExportPolicyRuleArgs

data class VolumeGroupOracleVolumeExportPolicyRuleArgs(val allowedClients: Output<String>, val nfsv3Enabled: Output<Boolean>, val nfsv41Enabled: Output<Boolean>, val rootAccessEnabled: Output<Boolean>? = null, val ruleIndex: Output<Int>, val unixReadOnly: Output<Boolean>? = null, val unixReadWrite: Output<Boolean>? = null) : ConvertibleToJava<VolumeGroupOracleVolumeExportPolicyRuleArgs>

Constructors

constructor(allowedClients: Output<String>, nfsv3Enabled: Output<Boolean>, nfsv41Enabled: Output<Boolean>, rootAccessEnabled: Output<Boolean>? = null, ruleIndex: Output<Int>, unixReadOnly: Output<Boolean>? = null, unixReadWrite: Output<Boolean>? = null)

Properties

Link copied to clipboard
val allowedClients: Output<String>

A comma-sperated list of allowed client IPv4 addresses.

Link copied to clipboard
val nfsv3Enabled: Output<Boolean>

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

Link copied to clipboard
val nfsv41Enabled: Output<Boolean>

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

Link copied to clipboard
val rootAccessEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val ruleIndex: Output<Int>

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

Link copied to clipboard
val unixReadOnly: Output<Boolean>? = null

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

Link copied to clipboard
val unixReadWrite: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VolumeGroupOracleVolumeExportPolicyRuleArgs