Show / Hide Table of Contents

Class VolumeExportPolicyRuleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeExportPolicyRuleGetArgs
Inherited Members
ResourceArgs.Empty
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 VolumeExportPolicyRuleGetArgs : ResourceArgs

Constructors

View Source

VolumeExportPolicyRuleGetArgs()

Declaration
public VolumeExportPolicyRuleGetArgs()

Properties

View Source

AllowedClients

A list of allowed clients IPv4 addresses.

Declaration
public InputList<string> AllowedClients { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

CifsEnabled

Is the CIFS protocol allowed?

Declaration
public Input<bool> CifsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Nfsv3Enabled

Is the NFSv3 protocol allowed?

Declaration
public Input<bool> Nfsv3Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Nfsv4Enabled

Is the NFSv4 protocol allowed?

Declaration
public Input<bool> Nfsv4Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

RuleIndex

The index number of the rule.

Declaration
public Input<int> RuleIndex { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UnixReadOnly

Is the file system on unix read only?

Declaration
public Input<bool> UnixReadOnly { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

UnixReadWrite

Is the file system on unix read and write?

Declaration
public Input<bool> UnixReadWrite { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.