Show / Hide Table of Contents

Class VolumeState

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VolumeState : ResourceArgs

Constructors

View Source

VolumeState()

Declaration
public VolumeState()

Properties

View Source

AccountName

The name of the NetApp account in which the NetApp Pool should be created. Changing this forces a new resource to be created.

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

ExportPolicyRules

One or more export_policy_rule block defined below.

Declaration
public InputList<VolumeExportPolicyRuleGetArgs> ExportPolicyRules { get; set; }
Property Value
Type Description
InputList<VolumeExportPolicyRuleGetArgs>
View Source

Location

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

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

MountIpAddresses

A list of IPv4 Addresses which should be used to mount the volume.

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

Name

The name of the NetApp Volume. Changing this forces a new resource to be created.

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

PoolName

The name of the NetApp pool in which the NetApp Volume should be created. Changing this forces a new resource to be created.

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

Protocols

The target volume protocol expressed as a list. Supported single value include CIFS, NFSv3, or NFSv4.1. If argument is not defined it will default to NFSv3. Changing this forces a new resource to be created and data will be lost.

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

ResourceGroupName

The name of the resource group where the NetApp Volume should be created. Changing this forces a new resource to be created.

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

ServiceLevel

The target performance of the file system. Valid values include Premium, Standard, or Ultra.

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

StorageQuotaInGb

The maximum Storage Quota allowed for a file system in Gigabytes.

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

SubnetId

The ID of the Subnet the NetApp Volume resides in, which must have the Microsoft.NetApp/volumes delegation. Changing this forces a new resource to be created.

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

Tags

A mapping of tags to assign to the resource.

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

VolumePath

A unique file path for the volume. Used when creating mount targets. Changing this forces a new resource to be created.

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