VolumeExportPolicyRuleArgs

data class VolumeExportPolicyRuleArgs(val allowedClients: Output<List<String>>, val protocolsEnabled: Output<String>? = null, val rootAccessEnabled: Output<Boolean>? = null, val ruleIndex: Output<Int>, val unixReadOnly: Output<Boolean>? = null, val unixReadWrite: Output<Boolean>? = null) : ConvertibleToJava<VolumeExportPolicyRuleArgs>

Constructors

Link copied to clipboard
fun VolumeExportPolicyRuleArgs(allowedClients: Output<List<String>>, protocolsEnabled: Output<String>? = null, rootAccessEnabled: Output<Boolean>? = null, ruleIndex: Output<Int>, unixReadOnly: Output<Boolean>? = null, unixReadWrite: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val allowedClients: Output<List<String>>

A list of allowed clients IPv4 addresses.

Link copied to clipboard
val protocolsEnabled: Output<String>? = null

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
val rootAccessEnabled: Output<Boolean>? = null

Is root access permitted to this volume?

Link copied to clipboard
val ruleIndex: Output<Int>

The index number of the rule.

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

Is the file system on unix read only?

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

Is the file system on unix read and write?