Export Policy Rule Args
data class ExportPolicyRuleArgs(val allowedClients: Output<String>? = null, val chownMode: Output<Either<String, ChownMode>>? = null, val cifs: Output<Boolean>? = null, val hasRootAccess: Output<Boolean>? = null, val kerberos5ReadOnly: Output<Boolean>? = null, val kerberos5ReadWrite: Output<Boolean>? = null, val kerberos5iReadOnly: Output<Boolean>? = null, val kerberos5iReadWrite: Output<Boolean>? = null, val kerberos5pReadOnly: Output<Boolean>? = null, val kerberos5pReadWrite: Output<Boolean>? = null, val nfsv3: Output<Boolean>? = null, val nfsv41: Output<Boolean>? = null, val ruleIndex: Output<Int>? = null, val unixReadOnly: Output<Boolean>? = null, val unixReadWrite: Output<Boolean>? = null) : ConvertibleToJava<ExportPolicyRuleArgs>
Volume Export Policy Rule
Constructors
Link copied to clipboard
constructor(allowedClients: Output<String>? = null, chownMode: Output<Either<String, ChownMode>>? = null, cifs: Output<Boolean>? = null, hasRootAccess: Output<Boolean>? = null, kerberos5ReadOnly: Output<Boolean>? = null, kerberos5ReadWrite: Output<Boolean>? = null, kerberos5iReadOnly: Output<Boolean>? = null, kerberos5iReadWrite: Output<Boolean>? = null, kerberos5pReadOnly: Output<Boolean>? = null, kerberos5pReadWrite: Output<Boolean>? = null, nfsv3: Output<Boolean>? = null, nfsv41: Output<Boolean>? = null, ruleIndex: Output<Int>? = null, unixReadOnly: Output<Boolean>? = null, unixReadWrite: Output<Boolean>? = null)
Properties
Link copied to clipboard
Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
Link copied to clipboard
Link copied to clipboard
Has root access to volume
Link copied to clipboard
Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
Link copied to clipboard
Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
Link copied to clipboard
Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
Link copied to clipboard
Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
Link copied to clipboard
Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
Link copied to clipboard
Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
Link copied to clipboard
Read only access
Link copied to clipboard
Read and write access