Class VolumeExportPolicyRule
Inheritance
System.Object
VolumeExportPolicyRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.NetApp.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VolumeExportPolicyRule
Fields
View SourceAllowedClients
A list of allowed clients IPv4 addresses.
Declaration
public readonly ImmutableArray<string> AllowedClients
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CifsEnabled
Is the CIFS protocol allowed?
Declaration
public readonly bool? CifsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Nfsv3Enabled
Is the NFSv3 protocol allowed?
Declaration
public readonly bool? Nfsv3Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Nfsv4Enabled
Is the NFSv4 protocol allowed?
Declaration
public readonly bool? Nfsv4Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ProtocolsEnabled
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.
Declaration
public readonly string ProtocolsEnabled
Field Value
| Type | Description |
|---|---|
| System.String |
RuleIndex
The index number of the rule.
Declaration
public readonly int RuleIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UnixReadOnly
Is the file system on unix read only?
Declaration
public readonly bool? UnixReadOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
UnixReadWrite
Is the file system on unix read and write?
Declaration
public readonly bool? UnixReadWrite
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |