Class VolumeArgs
Inherited Members
Namespace: Pulumi.Azure.NetApp
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VolumeArgs : ResourceArgs
Constructors
View SourceVolumeArgs()
Declaration
public VolumeArgs()
Properties
View SourceAccountName
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> |
ExportPolicyRules
One or more export_policy_rule block defined below.
Declaration
public InputList<VolumeExportPolicyRuleArgs> ExportPolicyRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VolumeExportPolicyRuleArgs> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |