Show / Hide Table of Contents

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 Source

AllowedClients

A list of allowed clients IPv4 addresses.

Declaration
public readonly ImmutableArray<string> AllowedClients
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CifsEnabled

Is the CIFS protocol allowed?

Declaration
public readonly bool? CifsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Nfsv3Enabled

Is the NFSv3 protocol allowed?

Declaration
public readonly bool? Nfsv3Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Nfsv4Enabled

Is the NFSv4 protocol allowed?

Declaration
public readonly bool? Nfsv4Enabled
Field Value
Type Description
System.Nullable<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 readonly string ProtocolsEnabled
Field Value
Type Description
System.String
View Source

RuleIndex

The index number of the rule.

Declaration
public readonly int RuleIndex
Field Value
Type Description
System.Int32
View Source

UnixReadOnly

Is the file system on unix read only?

Declaration
public readonly bool? UnixReadOnly
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

UnixReadWrite

Is the file system on unix read and write?

Declaration
public readonly bool? UnixReadWrite
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.