VolumeExportPolicyRuleArgs

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
val allowedClients: Output<List<String>>

A list of allowed clients IPv4 addresses.

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

Is Kerberos 5i read-only permitted to this volume?

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

Is Kerberos 5i read/write permitted to this volume?

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

Is Kerberos 5p read-only permitted to this volume?

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

Is Kerberos 5p read/write permitted to this volume?

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

Is Kerberos 5 read-only access permitted to this volume?

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

Is Kerberos 5 read/write permitted to this volume?

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?

Functions

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