Volume Group Oracle Volume Export Policy Rule Args
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>
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
Is the file system on unix read only? Defaults to `false.
Link copied to clipboard
Is the file system on unix read and write? Defaults to true
.