Volume Export Policy Rule Args
data class VolumeExportPolicyRuleArgs(val allowedClients: Output<List<String>>, val kerberos5ReadOnlyEnabled: Output<Boolean>? = null, val kerberos5ReadWriteEnabled: Output<Boolean>? = null, val kerberos5iReadOnlyEnabled: Output<Boolean>? = null, val kerberos5iReadWriteEnabled: Output<Boolean>? = null, val kerberos5pReadOnlyEnabled: Output<Boolean>? = null, val kerberos5pReadWriteEnabled: Output<Boolean>? = null, 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
constructor(allowedClients: Output<List<String>>, kerberos5ReadOnlyEnabled: Output<Boolean>? = null, kerberos5ReadWriteEnabled: Output<Boolean>? = null, kerberos5iReadOnlyEnabled: Output<Boolean>? = null, kerberos5iReadWriteEnabled: Output<Boolean>? = null, kerberos5pReadOnlyEnabled: Output<Boolean>? = null, kerberos5pReadWriteEnabled: Output<Boolean>? = null, protocolsEnabled: Output<String>? = null, rootAccessEnabled: Output<Boolean>? = null, ruleIndex: Output<Int>, unixReadOnly: Output<Boolean>? = null, unixReadWrite: Output<Boolean>? = null)
Properties
Link copied to clipboard
A list of allowed clients IPv4 addresses.
Link copied to clipboard
Is Kerberos 5i read-only permitted to this volume?
Link copied to clipboard
Is Kerberos 5i read/write permitted to this volume?
Link copied to clipboard
Is Kerberos 5p read-only permitted to this volume?
Link copied to clipboard
Is Kerberos 5p read/write permitted to this volume?
Link copied to clipboard
Is Kerberos 5 read-only access permitted to this volume?
Link copied to clipboard
Is Kerberos 5 read/write permitted to this volume?
Link copied to clipboard
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
Is root access permitted to this volume?
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?