Class VolumeExportPolicyRuleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VolumeExportPolicyRuleArgs : ResourceArgs
Constructors
View SourceVolumeExportPolicyRuleArgs()
Declaration
public VolumeExportPolicyRuleArgs()
Properties
View SourceAllowedClients
A list of allowed clients IPv4 addresses.
Declaration
public InputList<string> AllowedClients { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
CifsEnabled
Is the CIFS protocol allowed?
Declaration
public Input<bool> CifsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Nfsv3Enabled
Is the NFSv3 protocol allowed?
Declaration
public Input<bool> Nfsv3Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Nfsv4Enabled
Is the NFSv4 protocol allowed?
Declaration
public Input<bool> Nfsv4Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ProtocolsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RuleIndex
The index number of the rule.
Declaration
public Input<int> RuleIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
UnixReadOnly
Is the file system on unix read only?
Declaration
public Input<bool> UnixReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
UnixReadWrite
Is the file system on unix read and write?
Declaration
public Input<bool> UnixReadWrite { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |