Share via


ExportPolicyRule Class

Definition

Volume Export Policy Rule

public class ExportPolicyRule
type ExportPolicyRule = class
Public Class ExportPolicyRule
Inheritance
ExportPolicyRule

Constructors

ExportPolicyRule()

Initializes a new instance of the ExportPolicyRule class.

ExportPolicyRule(Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, String)

Initializes a new instance of the ExportPolicyRule class.

Properties

AllowedClients

Gets or sets client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names

ChownMode

Gets or sets 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. Possible values include: 'Restricted', 'Unrestricted'

Cifs

Gets or sets allows CIFS protocol

HasRootAccess

Gets or sets has root access to volume

Kerberos5IReadOnly

Gets or sets kerberos5i Read only access. To be use with swagger version 2020-05-01 or later

Kerberos5IReadWrite

Gets or sets kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later

Kerberos5PReadOnly

Gets or sets kerberos5p Read only access. To be use with swagger version 2020-05-01 or later

Kerberos5PReadWrite

Gets or sets kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later

Kerberos5ReadOnly

Gets or sets kerberos5 Read only access. To be use with swagger version 2020-05-01 or later

Kerberos5ReadWrite

Gets or sets kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later

Nfsv3

Gets or sets allows NFSv3 protocol. Enable only for NFSv3 type volumes

Nfsv41

Gets or sets allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes

RuleIndex

Gets or sets order index

UnixReadOnly

Gets or sets read only access

UnixReadWrite

Gets or sets read and write access

Applies to