ExportPolicyRuleResponse

data class ExportPolicyRuleResponse(val allowedClients: String? = null, val chownMode: String? = null, val cifs: Boolean? = null, val hasRootAccess: Boolean? = null, val kerberos5ReadOnly: Boolean? = null, val kerberos5ReadWrite: Boolean? = null, val kerberos5iReadOnly: Boolean? = null, val kerberos5iReadWrite: Boolean? = null, val kerberos5pReadOnly: Boolean? = null, val kerberos5pReadWrite: Boolean? = null, val nfsv3: Boolean? = null, val nfsv41: Boolean? = null, val ruleIndex: Int? = null, val unixReadOnly: Boolean? = null, val unixReadWrite: Boolean? = null)

Volume Export Policy Rule

Constructors

Link copied to clipboard
constructor(allowedClients: String? = null, chownMode: String? = null, cifs: Boolean? = null, hasRootAccess: Boolean? = null, kerberos5ReadOnly: Boolean? = null, kerberos5ReadWrite: Boolean? = null, kerberos5iReadOnly: Boolean? = null, kerberos5iReadWrite: Boolean? = null, kerberos5pReadOnly: Boolean? = null, kerberos5pReadWrite: Boolean? = null, nfsv3: Boolean? = null, nfsv41: Boolean? = null, ruleIndex: Int? = null, unixReadOnly: Boolean? = null, unixReadWrite: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedClients: String? = null

Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names

Link copied to clipboard
val chownMode: String? = null

This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.

Link copied to clipboard
val cifs: Boolean? = null

Allows CIFS protocol

Link copied to clipboard
val hasRootAccess: Boolean? = null

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

Allows NFSv3 protocol. Enable only for NFSv3 type volumes

Link copied to clipboard
val nfsv41: Boolean? = null

Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes

Link copied to clipboard
val ruleIndex: Int? = null

Order index

Link copied to clipboard
val unixReadOnly: Boolean? = null

Read only access

Link copied to clipboard
val unixReadWrite: Boolean? = null

Read and write access