azure-native.netapp.VolumeGroup
Explore with Pulumi AI
Volume group resource for create
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01.
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native netapp [ApiVersion]
. See the version guide for details.
Example Usage
VolumeGroups_Create_Oracle
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var volumeGroup = new AzureNative.NetApp.VolumeGroup("volumeGroup", new()
{
AccountName = "account1",
GroupMetaData = new AzureNative.NetApp.Inputs.VolumeGroupMetaDataArgs
{
ApplicationIdentifier = "OR2",
ApplicationType = AzureNative.NetApp.ApplicationType.ORACLE,
GroupDescription = "Volume group",
},
Location = "westus",
ResourceGroupName = "myRG",
VolumeGroupName = "group1",
Volumes = new[]
{
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data1",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data1",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data1",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data2",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data2",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data2",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data3",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data3",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data3",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data4",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data4",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data4",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data5",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data5",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data5",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data6",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data6",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data6",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data7",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data7",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data7",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-data8",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-data8",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-data8",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-log",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-log",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-log",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-log-mirror",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-log-mirror",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-log-mirror",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-binary",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-binary",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-binary",
Zones = new[]
{
"1",
},
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-ora-backup",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-ora-backup",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "ora-backup",
Zones = new[]
{
"1",
},
},
},
});
});
package main
import (
netapp "github.com/pulumi/pulumi-azure-native-sdk/netapp/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := netapp.NewVolumeGroup(ctx, "volumeGroup", &netapp.VolumeGroupArgs{
AccountName: pulumi.String("account1"),
GroupMetaData: &netapp.VolumeGroupMetaDataArgs{
ApplicationIdentifier: pulumi.String("OR2"),
ApplicationType: pulumi.String(netapp.ApplicationTypeORACLE),
GroupDescription: pulumi.String("Volume group"),
},
Location: pulumi.String("westus"),
ResourceGroupName: pulumi.String("myRG"),
VolumeGroupName: pulumi.String("group1"),
Volumes: netapp.VolumeGroupVolumePropertiesArray{
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data1"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data1"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data1"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data2"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data2"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data2"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data3"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data3"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data3"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data4"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data4"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data4"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data5"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data5"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data5"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data6"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data6"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data6"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data7"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data7"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data7"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-data8"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-data8"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-data8"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-log"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-log"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-log"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-log-mirror"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-log-mirror"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-log-mirror"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-binary"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-binary"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-binary"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-ora-backup"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-ora-backup"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("ora-backup"),
Zones: pulumi.StringArray{
pulumi.String("1"),
},
},
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.netapp.VolumeGroup;
import com.pulumi.azurenative.netapp.VolumeGroupArgs;
import com.pulumi.azurenative.netapp.inputs.VolumeGroupMetaDataArgs;
import com.pulumi.azurenative.netapp.inputs.VolumeGroupVolumePropertiesArgs;
import com.pulumi.azurenative.netapp.inputs.VolumePropertiesExportPolicyArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var volumeGroup = new VolumeGroup("volumeGroup", VolumeGroupArgs.builder()
.accountName("account1")
.groupMetaData(VolumeGroupMetaDataArgs.builder()
.applicationIdentifier("OR2")
.applicationType("ORACLE")
.groupDescription("Volume group")
.build())
.location("westus")
.resourceGroupName("myRG")
.volumeGroupName("group1")
.volumes(
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data1")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data1")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data1")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data2")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data2")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data2")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data3")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data3")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data3")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data4")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data4")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data4")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data5")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data5")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data5")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data6")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data6")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data6")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data7")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data7")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data7")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-data8")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-data8")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-data8")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-log")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-log")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-log")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-log-mirror")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-log-mirror")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-log-mirror")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-binary")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-binary")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-binary")
.zones("1")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-ora-backup")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-ora-backup")
.protocolTypes("NFSv4.1")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("ora-backup")
.zones("1")
.build())
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const volumeGroup = new azure_native.netapp.VolumeGroup("volumeGroup", {
accountName: "account1",
groupMetaData: {
applicationIdentifier: "OR2",
applicationType: azure_native.netapp.ApplicationType.ORACLE,
groupDescription: "Volume group",
},
location: "westus",
resourceGroupName: "myRG",
volumeGroupName: "group1",
volumes: [
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data1",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data1",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data1",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data2",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data2",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data2",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data3",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data3",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data3",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data4",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data4",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data4",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data5",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data5",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data5",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data6",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data6",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data6",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data7",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data7",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data7",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-data8",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-data8",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-data8",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-log",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-log",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-log",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-log-mirror",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-log-mirror",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-log-mirror",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-binary",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-binary",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-binary",
zones: ["1"],
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-ora-backup",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-ora-backup",
protocolTypes: ["NFSv4.1"],
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "ora-backup",
zones: ["1"],
},
],
});
import pulumi
import pulumi_azure_native as azure_native
volume_group = azure_native.netapp.VolumeGroup("volumeGroup",
account_name="account1",
group_meta_data={
"application_identifier": "OR2",
"application_type": azure_native.netapp.ApplicationType.ORACLE,
"group_description": "Volume group",
},
location="westus",
resource_group_name="myRG",
volume_group_name="group1",
volumes=[
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data1",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data1",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data1",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data2",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data2",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data2",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data3",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data3",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data3",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data4",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data4",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data4",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data5",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data5",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data5",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data6",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data6",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data6",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data7",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data7",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data7",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-data8",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-data8",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-data8",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-log",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-log",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-log",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-log-mirror",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-log-mirror",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-log-mirror",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-binary",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-binary",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-binary",
"zones": ["1"],
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-ora-backup",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-ora-backup",
"protocol_types": ["NFSv4.1"],
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "ora-backup",
"zones": ["1"],
},
])
resources:
volumeGroup:
type: azure-native:netapp:VolumeGroup
properties:
accountName: account1
groupMetaData:
applicationIdentifier: OR2
applicationType: ORACLE
groupDescription: Volume group
location: westus
resourceGroupName: myRG
volumeGroupName: group1
volumes:
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data1
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data1
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data1
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data2
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data2
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data2
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data3
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data3
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data3
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data4
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data4
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data4
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data5
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data5
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data5
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data6
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data6
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data6
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data7
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data7
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data7
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-data8
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-data8
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-data8
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-log
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-log
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-log
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-log-mirror
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-log-mirror
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-log-mirror
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-binary
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-binary
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-binary
zones:
- '1'
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-ora-backup
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-ora-backup
protocolTypes:
- NFSv4.1
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: ora-backup
zones:
- '1'
VolumeGroups_Create_SapHana
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var volumeGroup = new AzureNative.NetApp.VolumeGroup("volumeGroup", new()
{
AccountName = "account1",
GroupMetaData = new AzureNative.NetApp.Inputs.VolumeGroupMetaDataArgs
{
ApplicationIdentifier = "SH9",
ApplicationType = AzureNative.NetApp.ApplicationType.SAP_HANA,
GroupDescription = "Volume group",
},
Location = "westus",
ResourceGroupName = "myRG",
VolumeGroupName = "group1",
Volumes = new[]
{
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-data-mnt00001",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-data-mnt00001",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ProximityPlacementGroup = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "data",
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-log-mnt00001",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-log-mnt00001",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ProximityPlacementGroup = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "log",
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-shared",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-shared",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ProximityPlacementGroup = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "shared",
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-data-backup",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-data-backup",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ProximityPlacementGroup = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "data-backup",
},
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CapacityPoolResourceId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
CreationToken = "test-log-backup",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "0.0.0.0/0",
Cifs = false,
HasRootAccess = true,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = true,
RuleIndex = 1,
UnixReadOnly = true,
UnixReadWrite = true,
},
},
},
Name = "test-log-backup",
ProtocolTypes = new[]
{
"NFSv4.1",
},
ProximityPlacementGroup = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
ServiceLevel = AzureNative.NetApp.ServiceLevel.Premium,
SubnetId = "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
ThroughputMibps = 10,
UsageThreshold = 107374182400,
VolumeSpecName = "log-backup",
},
},
});
});
package main
import (
netapp "github.com/pulumi/pulumi-azure-native-sdk/netapp/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := netapp.NewVolumeGroup(ctx, "volumeGroup", &netapp.VolumeGroupArgs{
AccountName: pulumi.String("account1"),
GroupMetaData: &netapp.VolumeGroupMetaDataArgs{
ApplicationIdentifier: pulumi.String("SH9"),
ApplicationType: pulumi.String(netapp.ApplicationType_SAP_HANA),
GroupDescription: pulumi.String("Volume group"),
},
Location: pulumi.String("westus"),
ResourceGroupName: pulumi.String("myRG"),
VolumeGroupName: pulumi.String("group1"),
Volumes: netapp.VolumeGroupVolumePropertiesArray{
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-data-mnt00001"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-data-mnt00001"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ProximityPlacementGroup: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg"),
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("data"),
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-log-mnt00001"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-log-mnt00001"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ProximityPlacementGroup: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg"),
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("log"),
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-shared"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-shared"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ProximityPlacementGroup: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg"),
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("shared"),
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-data-backup"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-data-backup"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ProximityPlacementGroup: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg"),
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("data-backup"),
},
&netapp.VolumeGroupVolumePropertiesArgs{
CapacityPoolResourceId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1"),
CreationToken: pulumi.String("test-log-backup"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("0.0.0.0/0"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(true),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(true),
RuleIndex: pulumi.Int(1),
UnixReadOnly: pulumi.Bool(true),
UnixReadWrite: pulumi.Bool(true),
},
},
},
Name: pulumi.String("test-log-backup"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("NFSv4.1"),
},
ProximityPlacementGroup: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg"),
ServiceLevel: pulumi.String(netapp.ServiceLevelPremium),
SubnetId: pulumi.String("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"),
ThroughputMibps: pulumi.Float64(10),
UsageThreshold: pulumi.Float64(107374182400),
VolumeSpecName: pulumi.String("log-backup"),
},
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.netapp.VolumeGroup;
import com.pulumi.azurenative.netapp.VolumeGroupArgs;
import com.pulumi.azurenative.netapp.inputs.VolumeGroupMetaDataArgs;
import com.pulumi.azurenative.netapp.inputs.VolumeGroupVolumePropertiesArgs;
import com.pulumi.azurenative.netapp.inputs.VolumePropertiesExportPolicyArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var volumeGroup = new VolumeGroup("volumeGroup", VolumeGroupArgs.builder()
.accountName("account1")
.groupMetaData(VolumeGroupMetaDataArgs.builder()
.applicationIdentifier("SH9")
.applicationType("SAP-HANA")
.groupDescription("Volume group")
.build())
.location("westus")
.resourceGroupName("myRG")
.volumeGroupName("group1")
.volumes(
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-data-mnt00001")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-data-mnt00001")
.protocolTypes("NFSv4.1")
.proximityPlacementGroup("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("data")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-log-mnt00001")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-log-mnt00001")
.protocolTypes("NFSv4.1")
.proximityPlacementGroup("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("log")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-shared")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-shared")
.protocolTypes("NFSv4.1")
.proximityPlacementGroup("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("shared")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-data-backup")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-data-backup")
.protocolTypes("NFSv4.1")
.proximityPlacementGroup("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("data-backup")
.build(),
VolumeGroupVolumePropertiesArgs.builder()
.capacityPoolResourceId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1")
.creationToken("test-log-backup")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("0.0.0.0/0")
.cifs(false)
.hasRootAccess(true)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(true)
.ruleIndex(1)
.unixReadOnly(true)
.unixReadWrite(true)
.build())
.build())
.name("test-log-backup")
.protocolTypes("NFSv4.1")
.proximityPlacementGroup("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg")
.serviceLevel("Premium")
.subnetId("/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3")
.throughputMibps(10.0)
.usageThreshold(107374182400.0)
.volumeSpecName("log-backup")
.build())
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const volumeGroup = new azure_native.netapp.VolumeGroup("volumeGroup", {
accountName: "account1",
groupMetaData: {
applicationIdentifier: "SH9",
applicationType: azure_native.netapp.ApplicationType.SAP_HANA,
groupDescription: "Volume group",
},
location: "westus",
resourceGroupName: "myRG",
volumeGroupName: "group1",
volumes: [
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-data-mnt00001",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-data-mnt00001",
protocolTypes: ["NFSv4.1"],
proximityPlacementGroup: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "data",
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-log-mnt00001",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-log-mnt00001",
protocolTypes: ["NFSv4.1"],
proximityPlacementGroup: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "log",
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-shared",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-shared",
protocolTypes: ["NFSv4.1"],
proximityPlacementGroup: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "shared",
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-data-backup",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-data-backup",
protocolTypes: ["NFSv4.1"],
proximityPlacementGroup: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "data-backup",
},
{
capacityPoolResourceId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
creationToken: "test-log-backup",
exportPolicy: {
rules: [{
allowedClients: "0.0.0.0/0",
cifs: false,
hasRootAccess: true,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: true,
ruleIndex: 1,
unixReadOnly: true,
unixReadWrite: true,
}],
},
name: "test-log-backup",
protocolTypes: ["NFSv4.1"],
proximityPlacementGroup: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
serviceLevel: azure_native.netapp.ServiceLevel.Premium,
subnetId: "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
throughputMibps: 10,
usageThreshold: 107374182400,
volumeSpecName: "log-backup",
},
],
});
import pulumi
import pulumi_azure_native as azure_native
volume_group = azure_native.netapp.VolumeGroup("volumeGroup",
account_name="account1",
group_meta_data={
"application_identifier": "SH9",
"application_type": azure_native.netapp.ApplicationType.SA_P_HANA,
"group_description": "Volume group",
},
location="westus",
resource_group_name="myRG",
volume_group_name="group1",
volumes=[
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-data-mnt00001",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-data-mnt00001",
"protocol_types": ["NFSv4.1"],
"proximity_placement_group": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "data",
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-log-mnt00001",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-log-mnt00001",
"protocol_types": ["NFSv4.1"],
"proximity_placement_group": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "log",
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-shared",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-shared",
"protocol_types": ["NFSv4.1"],
"proximity_placement_group": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "shared",
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-data-backup",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-data-backup",
"protocol_types": ["NFSv4.1"],
"proximity_placement_group": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "data-backup",
},
{
"capacity_pool_resource_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1",
"creation_token": "test-log-backup",
"export_policy": {
"rules": [{
"allowed_clients": "0.0.0.0/0",
"cifs": False,
"has_root_access": True,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": True,
"rule_index": 1,
"unix_read_only": True,
"unix_read_write": True,
}],
},
"name": "test-log-backup",
"protocol_types": ["NFSv4.1"],
"proximity_placement_group": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg",
"service_level": azure_native.netapp.ServiceLevel.PREMIUM,
"subnet_id": "/subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughput_mibps": 10,
"usage_threshold": 107374182400,
"volume_spec_name": "log-backup",
},
])
resources:
volumeGroup:
type: azure-native:netapp:VolumeGroup
properties:
accountName: account1
groupMetaData:
applicationIdentifier: SH9
applicationType: SAP-HANA
groupDescription: Volume group
location: westus
resourceGroupName: myRG
volumeGroupName: group1
volumes:
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-data-mnt00001
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-data-mnt00001
protocolTypes:
- NFSv4.1
proximityPlacementGroup: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: data
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-log-mnt00001
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-log-mnt00001
protocolTypes:
- NFSv4.1
proximityPlacementGroup: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: log
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-shared
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-shared
protocolTypes:
- NFSv4.1
proximityPlacementGroup: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: shared
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-data-backup
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-data-backup
protocolTypes:
- NFSv4.1
proximityPlacementGroup: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: data-backup
- capacityPoolResourceId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1
creationToken: test-log-backup
exportPolicy:
rules:
- allowedClients: 0.0.0.0/0
cifs: false
hasRootAccess: true
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: true
ruleIndex: 1
unixReadOnly: true
unixReadWrite: true
name: test-log-backup
protocolTypes:
- NFSv4.1
proximityPlacementGroup: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/cys_sjain_fcp_rg/providers/Microsoft.Compute/proximityPlacementGroups/svlqa_sjain_multivolume_ppg
serviceLevel: Premium
subnetId: /subscriptions/d633cc2e-722b-4ae1-b636-bbd9e4c60ed9/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3
throughputMibps: 10
usageThreshold: 1.073741824e+11
volumeSpecName: log-backup
Create VolumeGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VolumeGroup(name: string, args: VolumeGroupArgs, opts?: CustomResourceOptions);
@overload
def VolumeGroup(resource_name: str,
args: VolumeGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VolumeGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
group_meta_data: Optional[VolumeGroupMetaDataArgs] = None,
location: Optional[str] = None,
volume_group_name: Optional[str] = None,
volumes: Optional[Sequence[VolumeGroupVolumePropertiesArgs]] = None)
func NewVolumeGroup(ctx *Context, name string, args VolumeGroupArgs, opts ...ResourceOption) (*VolumeGroup, error)
public VolumeGroup(string name, VolumeGroupArgs args, CustomResourceOptions? opts = null)
public VolumeGroup(String name, VolumeGroupArgs args)
public VolumeGroup(String name, VolumeGroupArgs args, CustomResourceOptions options)
type: azure-native:netapp:VolumeGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args VolumeGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VolumeGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VolumeGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VolumeGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VolumeGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var azure_nativeVolumeGroupResource = new AzureNative.NetApp.VolumeGroup("azure-nativeVolumeGroupResource", new()
{
AccountName = "string",
ResourceGroupName = "string",
GroupMetaData = new AzureNative.NetApp.Inputs.VolumeGroupMetaDataArgs
{
ApplicationIdentifier = "string",
ApplicationType = "string",
GlobalPlacementRules = new[]
{
new AzureNative.NetApp.Inputs.PlacementKeyValuePairsArgs
{
Key = "string",
Value = "string",
},
},
GroupDescription = "string",
},
Location = "string",
VolumeGroupName = "string",
Volumes = new[]
{
new AzureNative.NetApp.Inputs.VolumeGroupVolumePropertiesArgs
{
CreationToken = "string",
UsageThreshold = 0,
SubnetId = "string",
LdapEnabled = false,
KeyVaultPrivateEndpointResourceId = "string",
CoolAccessTieringPolicy = "string",
CoolnessPeriod = 0,
CoolAccess = false,
DataProtection = new AzureNative.NetApp.Inputs.VolumePropertiesDataProtectionArgs
{
Backup = new AzureNative.NetApp.Inputs.VolumeBackupPropertiesArgs
{
BackupPolicyId = "string",
BackupVaultId = "string",
PolicyEnforced = false,
},
Replication = new AzureNative.NetApp.Inputs.ReplicationObjectArgs
{
EndpointType = "string",
RemotePath = new AzureNative.NetApp.Inputs.RemotePathArgs
{
ExternalHostName = "string",
ServerName = "string",
VolumeName = "string",
},
RemoteVolumeRegion = "string",
RemoteVolumeResourceId = "string",
ReplicationSchedule = "string",
},
Snapshot = new AzureNative.NetApp.Inputs.VolumeSnapshotPropertiesArgs
{
SnapshotPolicyId = "string",
},
VolumeRelocation = new AzureNative.NetApp.Inputs.VolumeRelocationPropertiesArgs
{
RelocationRequested = false,
},
},
DefaultGroupQuotaInKiBs = 0,
DefaultUserQuotaInKiBs = 0,
DeleteBaseSnapshot = false,
EnableSubvolumes = "string",
EncryptionKeySource = "string",
ExportPolicy = new AzureNative.NetApp.Inputs.VolumePropertiesExportPolicyArgs
{
Rules = new[]
{
new AzureNative.NetApp.Inputs.ExportPolicyRuleArgs
{
AllowedClients = "string",
ChownMode = "string",
Cifs = false,
HasRootAccess = false,
Kerberos5ReadOnly = false,
Kerberos5ReadWrite = false,
Kerberos5iReadOnly = false,
Kerberos5iReadWrite = false,
Kerberos5pReadOnly = false,
Kerberos5pReadWrite = false,
Nfsv3 = false,
Nfsv41 = false,
RuleIndex = 0,
UnixReadOnly = false,
UnixReadWrite = false,
},
},
},
IsDefaultQuotaEnabled = false,
IsLargeVolume = false,
IsRestoring = false,
KerberosEnabled = false,
NetworkFeatures = "string",
AvsDataStore = "string",
CoolAccessRetrievalPolicy = "string",
Name = "string",
SecurityStyle = "string",
ProtocolTypes = new[]
{
"string",
},
ProximityPlacementGroup = "string",
PlacementRules = new[]
{
new AzureNative.NetApp.Inputs.PlacementKeyValuePairsArgs
{
Key = "string",
Value = "string",
},
},
ServiceLevel = "string",
SmbAccessBasedEnumeration = "string",
SmbContinuouslyAvailable = false,
SmbEncryption = false,
SmbNonBrowsable = "string",
SnapshotDirectoryVisible = false,
SnapshotId = "string",
CapacityPoolResourceId = "string",
Tags =
{
{ "string", "string" },
},
ThroughputMibps = 0,
UnixPermissions = "string",
BackupId = "string",
VolumeSpecName = "string",
VolumeType = "string",
Zones = new[]
{
"string",
},
},
},
});
example, err := netapp.NewVolumeGroup(ctx, "azure-nativeVolumeGroupResource", &netapp.VolumeGroupArgs{
AccountName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
GroupMetaData: &netapp.VolumeGroupMetaDataArgs{
ApplicationIdentifier: pulumi.String("string"),
ApplicationType: pulumi.String("string"),
GlobalPlacementRules: netapp.PlacementKeyValuePairsArray{
&netapp.PlacementKeyValuePairsArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
GroupDescription: pulumi.String("string"),
},
Location: pulumi.String("string"),
VolumeGroupName: pulumi.String("string"),
Volumes: netapp.VolumeGroupVolumePropertiesArray{
&netapp.VolumeGroupVolumePropertiesArgs{
CreationToken: pulumi.String("string"),
UsageThreshold: pulumi.Float64(0),
SubnetId: pulumi.String("string"),
LdapEnabled: pulumi.Bool(false),
KeyVaultPrivateEndpointResourceId: pulumi.String("string"),
CoolAccessTieringPolicy: pulumi.String("string"),
CoolnessPeriod: pulumi.Int(0),
CoolAccess: pulumi.Bool(false),
DataProtection: &netapp.VolumePropertiesDataProtectionArgs{
Backup: &netapp.VolumeBackupPropertiesArgs{
BackupPolicyId: pulumi.String("string"),
BackupVaultId: pulumi.String("string"),
PolicyEnforced: pulumi.Bool(false),
},
Replication: &netapp.ReplicationObjectArgs{
EndpointType: pulumi.String("string"),
RemotePath: &netapp.RemotePathArgs{
ExternalHostName: pulumi.String("string"),
ServerName: pulumi.String("string"),
VolumeName: pulumi.String("string"),
},
RemoteVolumeRegion: pulumi.String("string"),
RemoteVolumeResourceId: pulumi.String("string"),
ReplicationSchedule: pulumi.String("string"),
},
Snapshot: &netapp.VolumeSnapshotPropertiesArgs{
SnapshotPolicyId: pulumi.String("string"),
},
VolumeRelocation: &netapp.VolumeRelocationPropertiesArgs{
RelocationRequested: pulumi.Bool(false),
},
},
DefaultGroupQuotaInKiBs: pulumi.Float64(0),
DefaultUserQuotaInKiBs: pulumi.Float64(0),
DeleteBaseSnapshot: pulumi.Bool(false),
EnableSubvolumes: pulumi.String("string"),
EncryptionKeySource: pulumi.String("string"),
ExportPolicy: &netapp.VolumePropertiesExportPolicyArgs{
Rules: netapp.ExportPolicyRuleArray{
&netapp.ExportPolicyRuleArgs{
AllowedClients: pulumi.String("string"),
ChownMode: pulumi.String("string"),
Cifs: pulumi.Bool(false),
HasRootAccess: pulumi.Bool(false),
Kerberos5ReadOnly: pulumi.Bool(false),
Kerberos5ReadWrite: pulumi.Bool(false),
Kerberos5iReadOnly: pulumi.Bool(false),
Kerberos5iReadWrite: pulumi.Bool(false),
Kerberos5pReadOnly: pulumi.Bool(false),
Kerberos5pReadWrite: pulumi.Bool(false),
Nfsv3: pulumi.Bool(false),
Nfsv41: pulumi.Bool(false),
RuleIndex: pulumi.Int(0),
UnixReadOnly: pulumi.Bool(false),
UnixReadWrite: pulumi.Bool(false),
},
},
},
IsDefaultQuotaEnabled: pulumi.Bool(false),
IsLargeVolume: pulumi.Bool(false),
IsRestoring: pulumi.Bool(false),
KerberosEnabled: pulumi.Bool(false),
NetworkFeatures: pulumi.String("string"),
AvsDataStore: pulumi.String("string"),
CoolAccessRetrievalPolicy: pulumi.String("string"),
Name: pulumi.String("string"),
SecurityStyle: pulumi.String("string"),
ProtocolTypes: pulumi.StringArray{
pulumi.String("string"),
},
ProximityPlacementGroup: pulumi.String("string"),
PlacementRules: netapp.PlacementKeyValuePairsArray{
&netapp.PlacementKeyValuePairsArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ServiceLevel: pulumi.String("string"),
SmbAccessBasedEnumeration: pulumi.String("string"),
SmbContinuouslyAvailable: pulumi.Bool(false),
SmbEncryption: pulumi.Bool(false),
SmbNonBrowsable: pulumi.String("string"),
SnapshotDirectoryVisible: pulumi.Bool(false),
SnapshotId: pulumi.String("string"),
CapacityPoolResourceId: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
ThroughputMibps: pulumi.Float64(0),
UnixPermissions: pulumi.String("string"),
BackupId: pulumi.String("string"),
VolumeSpecName: pulumi.String("string"),
VolumeType: pulumi.String("string"),
Zones: pulumi.StringArray{
pulumi.String("string"),
},
},
},
})
var azure_nativeVolumeGroupResource = new com.pulumi.azurenative.netapp.VolumeGroup("azure-nativeVolumeGroupResource", com.pulumi.azurenative.netapp.VolumeGroupArgs.builder()
.accountName("string")
.resourceGroupName("string")
.groupMetaData(VolumeGroupMetaDataArgs.builder()
.applicationIdentifier("string")
.applicationType("string")
.globalPlacementRules(PlacementKeyValuePairsArgs.builder()
.key("string")
.value("string")
.build())
.groupDescription("string")
.build())
.location("string")
.volumeGroupName("string")
.volumes(VolumeGroupVolumePropertiesArgs.builder()
.creationToken("string")
.usageThreshold(0)
.subnetId("string")
.ldapEnabled(false)
.keyVaultPrivateEndpointResourceId("string")
.coolAccessTieringPolicy("string")
.coolnessPeriod(0)
.coolAccess(false)
.dataProtection(VolumePropertiesDataProtectionArgs.builder()
.backup(VolumeBackupPropertiesArgs.builder()
.backupPolicyId("string")
.backupVaultId("string")
.policyEnforced(false)
.build())
.replication(ReplicationObjectArgs.builder()
.endpointType("string")
.remotePath(RemotePathArgs.builder()
.externalHostName("string")
.serverName("string")
.volumeName("string")
.build())
.remoteVolumeRegion("string")
.remoteVolumeResourceId("string")
.replicationSchedule("string")
.build())
.snapshot(VolumeSnapshotPropertiesArgs.builder()
.snapshotPolicyId("string")
.build())
.volumeRelocation(VolumeRelocationPropertiesArgs.builder()
.relocationRequested(false)
.build())
.build())
.defaultGroupQuotaInKiBs(0)
.defaultUserQuotaInKiBs(0)
.deleteBaseSnapshot(false)
.enableSubvolumes("string")
.encryptionKeySource("string")
.exportPolicy(VolumePropertiesExportPolicyArgs.builder()
.rules(ExportPolicyRuleArgs.builder()
.allowedClients("string")
.chownMode("string")
.cifs(false)
.hasRootAccess(false)
.kerberos5ReadOnly(false)
.kerberos5ReadWrite(false)
.kerberos5iReadOnly(false)
.kerberos5iReadWrite(false)
.kerberos5pReadOnly(false)
.kerberos5pReadWrite(false)
.nfsv3(false)
.nfsv41(false)
.ruleIndex(0)
.unixReadOnly(false)
.unixReadWrite(false)
.build())
.build())
.isDefaultQuotaEnabled(false)
.isLargeVolume(false)
.isRestoring(false)
.kerberosEnabled(false)
.networkFeatures("string")
.avsDataStore("string")
.coolAccessRetrievalPolicy("string")
.name("string")
.securityStyle("string")
.protocolTypes("string")
.proximityPlacementGroup("string")
.placementRules(PlacementKeyValuePairsArgs.builder()
.key("string")
.value("string")
.build())
.serviceLevel("string")
.smbAccessBasedEnumeration("string")
.smbContinuouslyAvailable(false)
.smbEncryption(false)
.smbNonBrowsable("string")
.snapshotDirectoryVisible(false)
.snapshotId("string")
.capacityPoolResourceId("string")
.tags(Map.of("string", "string"))
.throughputMibps(0)
.unixPermissions("string")
.backupId("string")
.volumeSpecName("string")
.volumeType("string")
.zones("string")
.build())
.build());
azure_native_volume_group_resource = azure_native.netapp.VolumeGroup("azure-nativeVolumeGroupResource",
account_name="string",
resource_group_name="string",
group_meta_data={
"application_identifier": "string",
"application_type": "string",
"global_placement_rules": [{
"key": "string",
"value": "string",
}],
"group_description": "string",
},
location="string",
volume_group_name="string",
volumes=[{
"creation_token": "string",
"usage_threshold": 0,
"subnet_id": "string",
"ldap_enabled": False,
"key_vault_private_endpoint_resource_id": "string",
"cool_access_tiering_policy": "string",
"coolness_period": 0,
"cool_access": False,
"data_protection": {
"backup": {
"backup_policy_id": "string",
"backup_vault_id": "string",
"policy_enforced": False,
},
"replication": {
"endpoint_type": "string",
"remote_path": {
"external_host_name": "string",
"server_name": "string",
"volume_name": "string",
},
"remote_volume_region": "string",
"remote_volume_resource_id": "string",
"replication_schedule": "string",
},
"snapshot": {
"snapshot_policy_id": "string",
},
"volume_relocation": {
"relocation_requested": False,
},
},
"default_group_quota_in_ki_bs": 0,
"default_user_quota_in_ki_bs": 0,
"delete_base_snapshot": False,
"enable_subvolumes": "string",
"encryption_key_source": "string",
"export_policy": {
"rules": [{
"allowed_clients": "string",
"chown_mode": "string",
"cifs": False,
"has_root_access": False,
"kerberos5_read_only": False,
"kerberos5_read_write": False,
"kerberos5i_read_only": False,
"kerberos5i_read_write": False,
"kerberos5p_read_only": False,
"kerberos5p_read_write": False,
"nfsv3": False,
"nfsv41": False,
"rule_index": 0,
"unix_read_only": False,
"unix_read_write": False,
}],
},
"is_default_quota_enabled": False,
"is_large_volume": False,
"is_restoring": False,
"kerberos_enabled": False,
"network_features": "string",
"avs_data_store": "string",
"cool_access_retrieval_policy": "string",
"name": "string",
"security_style": "string",
"protocol_types": ["string"],
"proximity_placement_group": "string",
"placement_rules": [{
"key": "string",
"value": "string",
}],
"service_level": "string",
"smb_access_based_enumeration": "string",
"smb_continuously_available": False,
"smb_encryption": False,
"smb_non_browsable": "string",
"snapshot_directory_visible": False,
"snapshot_id": "string",
"capacity_pool_resource_id": "string",
"tags": {
"string": "string",
},
"throughput_mibps": 0,
"unix_permissions": "string",
"backup_id": "string",
"volume_spec_name": "string",
"volume_type": "string",
"zones": ["string"],
}])
const azure_nativeVolumeGroupResource = new azure_native.netapp.VolumeGroup("azure-nativeVolumeGroupResource", {
accountName: "string",
resourceGroupName: "string",
groupMetaData: {
applicationIdentifier: "string",
applicationType: "string",
globalPlacementRules: [{
key: "string",
value: "string",
}],
groupDescription: "string",
},
location: "string",
volumeGroupName: "string",
volumes: [{
creationToken: "string",
usageThreshold: 0,
subnetId: "string",
ldapEnabled: false,
keyVaultPrivateEndpointResourceId: "string",
coolAccessTieringPolicy: "string",
coolnessPeriod: 0,
coolAccess: false,
dataProtection: {
backup: {
backupPolicyId: "string",
backupVaultId: "string",
policyEnforced: false,
},
replication: {
endpointType: "string",
remotePath: {
externalHostName: "string",
serverName: "string",
volumeName: "string",
},
remoteVolumeRegion: "string",
remoteVolumeResourceId: "string",
replicationSchedule: "string",
},
snapshot: {
snapshotPolicyId: "string",
},
volumeRelocation: {
relocationRequested: false,
},
},
defaultGroupQuotaInKiBs: 0,
defaultUserQuotaInKiBs: 0,
deleteBaseSnapshot: false,
enableSubvolumes: "string",
encryptionKeySource: "string",
exportPolicy: {
rules: [{
allowedClients: "string",
chownMode: "string",
cifs: false,
hasRootAccess: false,
kerberos5ReadOnly: false,
kerberos5ReadWrite: false,
kerberos5iReadOnly: false,
kerberos5iReadWrite: false,
kerberos5pReadOnly: false,
kerberos5pReadWrite: false,
nfsv3: false,
nfsv41: false,
ruleIndex: 0,
unixReadOnly: false,
unixReadWrite: false,
}],
},
isDefaultQuotaEnabled: false,
isLargeVolume: false,
isRestoring: false,
kerberosEnabled: false,
networkFeatures: "string",
avsDataStore: "string",
coolAccessRetrievalPolicy: "string",
name: "string",
securityStyle: "string",
protocolTypes: ["string"],
proximityPlacementGroup: "string",
placementRules: [{
key: "string",
value: "string",
}],
serviceLevel: "string",
smbAccessBasedEnumeration: "string",
smbContinuouslyAvailable: false,
smbEncryption: false,
smbNonBrowsable: "string",
snapshotDirectoryVisible: false,
snapshotId: "string",
capacityPoolResourceId: "string",
tags: {
string: "string",
},
throughputMibps: 0,
unixPermissions: "string",
backupId: "string",
volumeSpecName: "string",
volumeType: "string",
zones: ["string"],
}],
});
type: azure-native:netapp:VolumeGroup
properties:
accountName: string
groupMetaData:
applicationIdentifier: string
applicationType: string
globalPlacementRules:
- key: string
value: string
groupDescription: string
location: string
resourceGroupName: string
volumeGroupName: string
volumes:
- avsDataStore: string
backupId: string
capacityPoolResourceId: string
coolAccess: false
coolAccessRetrievalPolicy: string
coolAccessTieringPolicy: string
coolnessPeriod: 0
creationToken: string
dataProtection:
backup:
backupPolicyId: string
backupVaultId: string
policyEnforced: false
replication:
endpointType: string
remotePath:
externalHostName: string
serverName: string
volumeName: string
remoteVolumeRegion: string
remoteVolumeResourceId: string
replicationSchedule: string
snapshot:
snapshotPolicyId: string
volumeRelocation:
relocationRequested: false
defaultGroupQuotaInKiBs: 0
defaultUserQuotaInKiBs: 0
deleteBaseSnapshot: false
enableSubvolumes: string
encryptionKeySource: string
exportPolicy:
rules:
- allowedClients: string
chownMode: string
cifs: false
hasRootAccess: false
kerberos5ReadOnly: false
kerberos5ReadWrite: false
kerberos5iReadOnly: false
kerberos5iReadWrite: false
kerberos5pReadOnly: false
kerberos5pReadWrite: false
nfsv3: false
nfsv41: false
ruleIndex: 0
unixReadOnly: false
unixReadWrite: false
isDefaultQuotaEnabled: false
isLargeVolume: false
isRestoring: false
kerberosEnabled: false
keyVaultPrivateEndpointResourceId: string
ldapEnabled: false
name: string
networkFeatures: string
placementRules:
- key: string
value: string
protocolTypes:
- string
proximityPlacementGroup: string
securityStyle: string
serviceLevel: string
smbAccessBasedEnumeration: string
smbContinuouslyAvailable: false
smbEncryption: false
smbNonBrowsable: string
snapshotDirectoryVisible: false
snapshotId: string
subnetId: string
tags:
string: string
throughputMibps: 0
unixPermissions: string
usageThreshold: 0
volumeSpecName: string
volumeType: string
zones:
- string
VolumeGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The VolumeGroup resource accepts the following input properties:
- Account
Name string - The name of the NetApp account
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Group
Meta Pulumi.Data Azure Native. Net App. Inputs. Volume Group Meta Data - Volume group details
- Location string
- Resource location
- Volume
Group stringName - The name of the volumeGroup
- Volumes
List<Pulumi.
Azure Native. Net App. Inputs. Volume Group Volume Properties> - List of volumes from group
- Account
Name string - The name of the NetApp account
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Group
Meta VolumeData Group Meta Data Args - Volume group details
- Location string
- Resource location
- Volume
Group stringName - The name of the volumeGroup
- Volumes
[]Volume
Group Volume Properties Args - List of volumes from group
- account
Name String - The name of the NetApp account
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- group
Meta VolumeData Group Meta Data - Volume group details
- location String
- Resource location
- volume
Group StringName - The name of the volumeGroup
- volumes
List<Volume
Group Volume Properties> - List of volumes from group
- account
Name string - The name of the NetApp account
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- group
Meta VolumeData Group Meta Data - Volume group details
- location string
- Resource location
- volume
Group stringName - The name of the volumeGroup
- volumes
Volume
Group Volume Properties[] - List of volumes from group
- account_
name str - The name of the NetApp account
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- group_
meta_ Volumedata Group Meta Data Args - Volume group details
- location str
- Resource location
- volume_
group_ strname - The name of the volumeGroup
- volumes
Sequence[Volume
Group Volume Properties Args] - List of volumes from group
- account
Name String - The name of the NetApp account
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- group
Meta Property MapData - Volume group details
- location String
- Resource location
- volume
Group StringName - The name of the volumeGroup
- volumes List<Property Map>
- List of volumes from group
Outputs
All input properties are implicitly available as output properties. Additionally, the VolumeGroup resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name
- Provisioning
State string - Azure lifecycle management
- Type string
- Resource type
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name
- Provisioning
State string - Azure lifecycle management
- Type string
- Resource type
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name
- provisioning
State String - Azure lifecycle management
- type String
- Resource type
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name
- provisioning
State string - Azure lifecycle management
- type string
- Resource type
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name
- provisioning_
state str - Azure lifecycle management
- type str
- Resource type
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name
- provisioning
State String - Azure lifecycle management
- type String
- Resource type
Supporting Types
ApplicationType, ApplicationTypeArgs
- SAP_HANA
- SAP-HANA
- ORACLE
- ORACLE
- Application
Type_SAP_HANA - SAP-HANA
- Application
Type ORACLE - ORACLE
- SAPHANA
- SAP-HANA
- ORACLE
- ORACLE
- SAP_HANA
- SAP-HANA
- ORACLE
- ORACLE
- SA_P_HANA
- SAP-HANA
- ORACLE
- ORACLE
- "SAP-HANA"
- SAP-HANA
- "ORACLE"
- ORACLE
AvsDataStore, AvsDataStoreArgs
- Enabled
- EnabledavsDataStore is enabled
- Disabled
- DisabledavsDataStore is disabled
- Avs
Data Store Enabled - EnabledavsDataStore is enabled
- Avs
Data Store Disabled - DisabledavsDataStore is disabled
- Enabled
- EnabledavsDataStore is enabled
- Disabled
- DisabledavsDataStore is disabled
- Enabled
- EnabledavsDataStore is enabled
- Disabled
- DisabledavsDataStore is disabled
- ENABLED
- EnabledavsDataStore is enabled
- DISABLED
- DisabledavsDataStore is disabled
- "Enabled"
- EnabledavsDataStore is enabled
- "Disabled"
- DisabledavsDataStore is disabled
ChownMode, ChownModeArgs
- Restricted
- Restricted
- Unrestricted
- Unrestricted
- Chown
Mode Restricted - Restricted
- Chown
Mode Unrestricted - Unrestricted
- Restricted
- Restricted
- Unrestricted
- Unrestricted
- Restricted
- Restricted
- Unrestricted
- Unrestricted
- RESTRICTED
- Restricted
- UNRESTRICTED
- Unrestricted
- "Restricted"
- Restricted
- "Unrestricted"
- Unrestricted
CoolAccessRetrievalPolicy, CoolAccessRetrievalPolicyArgs
- Default
- Default
- On
Read - OnRead
- Never
- Never
- Cool
Access Retrieval Policy Default - Default
- Cool
Access Retrieval Policy On Read - OnRead
- Cool
Access Retrieval Policy Never - Never
- Default
- Default
- On
Read - OnRead
- Never
- Never
- Default
- Default
- On
Read - OnRead
- Never
- Never
- DEFAULT
- Default
- ON_READ
- OnRead
- NEVER
- Never
- "Default"
- Default
- "On
Read" - OnRead
- "Never"
- Never
CoolAccessTieringPolicy, CoolAccessTieringPolicyArgs
- Auto
- Auto
- Snapshot
Only - SnapshotOnly
- Cool
Access Tiering Policy Auto - Auto
- Cool
Access Tiering Policy Snapshot Only - SnapshotOnly
- Auto
- Auto
- Snapshot
Only - SnapshotOnly
- Auto
- Auto
- Snapshot
Only - SnapshotOnly
- AUTO
- Auto
- SNAPSHOT_ONLY
- SnapshotOnly
- "Auto"
- Auto
- "Snapshot
Only" - SnapshotOnly
EnableSubvolumes, EnableSubvolumesArgs
- Enabled
- Enabledsubvolumes are enabled
- Disabled
- Disabledsubvolumes are not enabled
- Enable
Subvolumes Enabled - Enabledsubvolumes are enabled
- Enable
Subvolumes Disabled - Disabledsubvolumes are not enabled
- Enabled
- Enabledsubvolumes are enabled
- Disabled
- Disabledsubvolumes are not enabled
- Enabled
- Enabledsubvolumes are enabled
- Disabled
- Disabledsubvolumes are not enabled
- ENABLED
- Enabledsubvolumes are enabled
- DISABLED
- Disabledsubvolumes are not enabled
- "Enabled"
- Enabledsubvolumes are enabled
- "Disabled"
- Disabledsubvolumes are not enabled
EncryptionKeySource, EncryptionKeySourceArgs
- Microsoft_Net
App - Microsoft.NetAppMicrosoft-managed key encryption
- Microsoft_Key
Vault - Microsoft.KeyVaultCustomer-managed key encryption
- Encryption
Key Source_Microsoft_Net App - Microsoft.NetAppMicrosoft-managed key encryption
- Encryption
Key Source_Microsoft_Key Vault - Microsoft.KeyVaultCustomer-managed key encryption
- Microsoft_Net
App - Microsoft.NetAppMicrosoft-managed key encryption
- Microsoft_Key
Vault - Microsoft.KeyVaultCustomer-managed key encryption
- Microsoft_Net
App - Microsoft.NetAppMicrosoft-managed key encryption
- Microsoft_Key
Vault - Microsoft.KeyVaultCustomer-managed key encryption
- MICROSOFT_NET_APP
- Microsoft.NetAppMicrosoft-managed key encryption
- MICROSOFT_KEY_VAULT
- Microsoft.KeyVaultCustomer-managed key encryption
- "Microsoft.
Net App" - Microsoft.NetAppMicrosoft-managed key encryption
- "Microsoft.
Key Vault" - Microsoft.KeyVaultCustomer-managed key encryption
EndpointType, EndpointTypeArgs
- Src
- src
- Dst
- dst
- Endpoint
Type Src - src
- Endpoint
Type Dst - dst
- Src
- src
- Dst
- dst
- Src
- src
- Dst
- dst
- SRC
- src
- DST
- dst
- "src"
- src
- "dst"
- dst
ExportPolicyRule, ExportPolicyRuleArgs
- Allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- Chown
Mode string | Pulumi.Azure Native. Net App. Chown Mode - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- Cifs bool
- Allows CIFS protocol
- Has
Root boolAccess - Has root access to volume
- Kerberos5Read
Only bool - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5Read
Write bool - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- Nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- Nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- Rule
Index int - Order index
- Unix
Read boolOnly - Read only access
- Unix
Read boolWrite - Read and write access
- Allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- Chown
Mode string | ChownMode - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- Cifs bool
- Allows CIFS protocol
- Has
Root boolAccess - Has root access to volume
- Kerberos5Read
Only bool - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5Read
Write bool - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- Nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- Nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- Rule
Index int - Order index
- Unix
Read boolOnly - Read only access
- Unix
Read boolWrite - Read and write access
- allowed
Clients String - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode String | ChownMode - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs Boolean
- Allows CIFS protocol
- has
Root BooleanAccess - Has root access to volume
- kerberos5Read
Only Boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write Boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 Boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 Boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index Integer - Order index
- unix
Read BooleanOnly - Read only access
- unix
Read BooleanWrite - Read and write access
- allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode string | ChownMode - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs boolean
- Allows CIFS protocol
- has
Root booleanAccess - Has root access to volume
- kerberos5Read
Only boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read booleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read booleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read booleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read booleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index number - Order index
- unix
Read booleanOnly - Read only access
- unix
Read booleanWrite - Read and write access
- allowed_
clients str - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown_
mode str | ChownMode - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs bool
- Allows CIFS protocol
- has_
root_ boolaccess - Has root access to volume
- kerberos5_
read_ boolonly - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5_
read_ boolwrite - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i_
read_ boolonly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i_
read_ boolwrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p_
read_ boolonly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p_
read_ boolwrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule_
index int - Order index
- unix_
read_ boolonly - Read only access
- unix_
read_ boolwrite - Read and write access
- allowed
Clients String - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode String | "Restricted" | "Unrestricted" - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs Boolean
- Allows CIFS protocol
- has
Root BooleanAccess - Has root access to volume
- kerberos5Read
Only Boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write Boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 Boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 Boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index Number - Order index
- unix
Read BooleanOnly - Read only access
- unix
Read BooleanWrite - Read and write access
ExportPolicyRuleResponse, ExportPolicyRuleResponseArgs
- Allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- Chown
Mode string - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- Cifs bool
- Allows CIFS protocol
- Has
Root boolAccess - Has root access to volume
- Kerberos5Read
Only bool - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5Read
Write bool - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- Nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- Nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- Rule
Index int - Order index
- Unix
Read boolOnly - Read only access
- Unix
Read boolWrite - Read and write access
- Allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- Chown
Mode string - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- Cifs bool
- Allows CIFS protocol
- Has
Root boolAccess - Has root access to volume
- Kerberos5Read
Only bool - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5Read
Write bool - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- Nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- Nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- Rule
Index int - Order index
- Unix
Read boolOnly - Read only access
- Unix
Read boolWrite - Read and write access
- allowed
Clients String - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode String - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs Boolean
- Allows CIFS protocol
- has
Root BooleanAccess - Has root access to volume
- kerberos5Read
Only Boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write Boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 Boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 Boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index Integer - Order index
- unix
Read BooleanOnly - Read only access
- unix
Read BooleanWrite - Read and write access
- allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode string - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs boolean
- Allows CIFS protocol
- has
Root booleanAccess - Has root access to volume
- kerberos5Read
Only boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read booleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read booleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read booleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read booleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index number - Order index
- unix
Read booleanOnly - Read only access
- unix
Read booleanWrite - Read and write access
- allowed_
clients str - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown_
mode str - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs bool
- Allows CIFS protocol
- has_
root_ boolaccess - Has root access to volume
- kerberos5_
read_ boolonly - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5_
read_ boolwrite - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i_
read_ boolonly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i_
read_ boolwrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p_
read_ boolonly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p_
read_ boolwrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule_
index int - Order index
- unix_
read_ boolonly - Read only access
- unix_
read_ boolwrite - Read and write access
- allowed
Clients String - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode String - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs Boolean
- Allows CIFS protocol
- has
Root BooleanAccess - Has root access to volume
- kerberos5Read
Only Boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write Boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 Boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 Boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index Number - Order index
- unix
Read BooleanOnly - Read only access
- unix
Read BooleanWrite - Read and write access
MountTargetPropertiesResponse, MountTargetPropertiesResponseArgs
- File
System stringId - UUID v4 used to identify the MountTarget
- Ip
Address string - The mount target's IPv4 address
- Mount
Target stringId - UUID v4 used to identify the MountTarget
- Smb
Server stringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- File
System stringId - UUID v4 used to identify the MountTarget
- Ip
Address string - The mount target's IPv4 address
- Mount
Target stringId - UUID v4 used to identify the MountTarget
- Smb
Server stringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file
System StringId - UUID v4 used to identify the MountTarget
- ip
Address String - The mount target's IPv4 address
- mount
Target StringId - UUID v4 used to identify the MountTarget
- smb
Server StringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file
System stringId - UUID v4 used to identify the MountTarget
- ip
Address string - The mount target's IPv4 address
- mount
Target stringId - UUID v4 used to identify the MountTarget
- smb
Server stringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file_
system_ strid - UUID v4 used to identify the MountTarget
- ip_
address str - The mount target's IPv4 address
- mount_
target_ strid - UUID v4 used to identify the MountTarget
- smb_
server_ strfqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file
System StringId - UUID v4 used to identify the MountTarget
- ip
Address String - The mount target's IPv4 address
- mount
Target StringId - UUID v4 used to identify the MountTarget
- smb
Server StringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
NetworkFeatures, NetworkFeaturesArgs
- Basic
- BasicBasic network features.
- Standard
- StandardStandard network features.
- Basic_Standard
- Basic_StandardUpdating from Basic to Standard network features.
- Standard_Basic
- Standard_BasicUpdating from Standard to Basic network features.
- Network
Features Basic - BasicBasic network features.
- Network
Features Standard - StandardStandard network features.
- Network
Features_Basic_Standard - Basic_StandardUpdating from Basic to Standard network features.
- Network
Features_Standard_Basic - Standard_BasicUpdating from Standard to Basic network features.
- Basic
- BasicBasic network features.
- Standard
- StandardStandard network features.
- Basic_Standard
- Basic_StandardUpdating from Basic to Standard network features.
- Standard_Basic
- Standard_BasicUpdating from Standard to Basic network features.
- Basic
- BasicBasic network features.
- Standard
- StandardStandard network features.
- Basic_Standard
- Basic_StandardUpdating from Basic to Standard network features.
- Standard_Basic
- Standard_BasicUpdating from Standard to Basic network features.
- BASIC
- BasicBasic network features.
- STANDARD
- StandardStandard network features.
- BASIC_STANDARD
- Basic_StandardUpdating from Basic to Standard network features.
- STANDARD_BASIC
- Standard_BasicUpdating from Standard to Basic network features.
- "Basic"
- BasicBasic network features.
- "Standard"
- StandardStandard network features.
- "Basic_Standard"
- Basic_StandardUpdating from Basic to Standard network features.
- "Standard_Basic"
- Standard_BasicUpdating from Standard to Basic network features.
PlacementKeyValuePairs, PlacementKeyValuePairsArgs
PlacementKeyValuePairsResponse, PlacementKeyValuePairsResponseArgs
RemotePath, RemotePathArgs
- External
Host stringName - The Path to a ONTAP Host
- Server
Name string - The name of a server on the ONTAP Host
- Volume
Name string - The name of a volume on the server
- External
Host stringName - The Path to a ONTAP Host
- Server
Name string - The name of a server on the ONTAP Host
- Volume
Name string - The name of a volume on the server
- external
Host StringName - The Path to a ONTAP Host
- server
Name String - The name of a server on the ONTAP Host
- volume
Name String - The name of a volume on the server
- external
Host stringName - The Path to a ONTAP Host
- server
Name string - The name of a server on the ONTAP Host
- volume
Name string - The name of a volume on the server
- external_
host_ strname - The Path to a ONTAP Host
- server_
name str - The name of a server on the ONTAP Host
- volume_
name str - The name of a volume on the server
- external
Host StringName - The Path to a ONTAP Host
- server
Name String - The name of a server on the ONTAP Host
- volume
Name String - The name of a volume on the server
RemotePathResponse, RemotePathResponseArgs
- External
Host stringName - The Path to a ONTAP Host
- Server
Name string - The name of a server on the ONTAP Host
- Volume
Name string - The name of a volume on the server
- External
Host stringName - The Path to a ONTAP Host
- Server
Name string - The name of a server on the ONTAP Host
- Volume
Name string - The name of a volume on the server
- external
Host StringName - The Path to a ONTAP Host
- server
Name String - The name of a server on the ONTAP Host
- volume
Name String - The name of a volume on the server
- external
Host stringName - The Path to a ONTAP Host
- server
Name string - The name of a server on the ONTAP Host
- volume
Name string - The name of a volume on the server
- external_
host_ strname - The Path to a ONTAP Host
- server_
name str - The name of a server on the ONTAP Host
- volume_
name str - The name of a volume on the server
- external
Host StringName - The Path to a ONTAP Host
- server
Name String - The name of a server on the ONTAP Host
- volume
Name String - The name of a volume on the server
ReplicationObject, ReplicationObjectArgs
- Endpoint
Type string | Pulumi.Azure Native. Net App. Endpoint Type - Indicates whether the local volume is the source or destination for the Volume Replication
- Remote
Path Pulumi.Azure Native. Net App. Inputs. Remote Path - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- Remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- Remote
Volume stringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- Replication
Schedule string | Pulumi.Azure Native. Net App. Replication Schedule - Schedule
- Endpoint
Type string | EndpointType - Indicates whether the local volume is the source or destination for the Volume Replication
- Remote
Path RemotePath - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- Remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- Remote
Volume stringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- Replication
Schedule string | ReplicationSchedule - Schedule
- endpoint
Type String | EndpointType - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Path RemotePath - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote
Volume StringRegion - The remote region for the other end of the Volume Replication.
- remote
Volume StringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication
Schedule String | ReplicationSchedule - Schedule
- endpoint
Type string | EndpointType - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Path RemotePath - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- remote
Volume stringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication
Schedule string | ReplicationSchedule - Schedule
- endpoint_
type str | EndpointType - Indicates whether the local volume is the source or destination for the Volume Replication
- remote_
path RemotePath - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote_
volume_ strregion - The remote region for the other end of the Volume Replication.
- remote_
volume_ strresource_ id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication_
schedule str | ReplicationSchedule - Schedule
- endpoint
Type String | "src" | "dst" - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Path Property Map - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote
Volume StringRegion - The remote region for the other end of the Volume Replication.
- remote
Volume StringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication
Schedule String | "_10minutely" | "hourly" | "daily" - Schedule
ReplicationObjectResponse, ReplicationObjectResponseArgs
- Replication
Id string - Id
- Endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
- Remote
Path Pulumi.Azure Native. Net App. Inputs. Remote Path Response - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- Remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- Remote
Volume stringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- Replication
Schedule string - Schedule
- Replication
Id string - Id
- Endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
- Remote
Path RemotePath Response - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- Remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- Remote
Volume stringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- Replication
Schedule string - Schedule
- replication
Id String - Id
- endpoint
Type String - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Path RemotePath Response - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote
Volume StringRegion - The remote region for the other end of the Volume Replication.
- remote
Volume StringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication
Schedule String - Schedule
- replication
Id string - Id
- endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Path RemotePath Response - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- remote
Volume stringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication
Schedule string - Schedule
- replication_
id str - Id
- endpoint_
type str - Indicates whether the local volume is the source or destination for the Volume Replication
- remote_
path RemotePath Response - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote_
volume_ strregion - The remote region for the other end of the Volume Replication.
- remote_
volume_ strresource_ id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication_
schedule str - Schedule
- replication
Id String - Id
- endpoint
Type String - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Path Property Map - The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remote
Volume StringRegion - The remote region for the other end of the Volume Replication.
- remote
Volume StringResource Id - The resource ID of the remote volume. Required for cross region and cross zone replication
- replication
Schedule String - Schedule
ReplicationSchedule, ReplicationScheduleArgs
- Replication
Schedule_10minutely - _10minutely
- Hourly
- hourly
- Daily
- daily
- Replication
Schedule_10minutely - _10minutely
- Replication
Schedule Hourly - hourly
- Replication
Schedule Daily - daily
- _10minutely
- _10minutely
- Hourly
- hourly
- Daily
- daily
- Replication
Schedule_10minutely - _10minutely
- Hourly
- hourly
- Daily
- daily
- REPLICATION_SCHEDULE_10MINUTELY
- _10minutely
- HOURLY
- hourly
- DAILY
- daily
- "_10minutely"
- _10minutely
- "hourly"
- hourly
- "daily"
- daily
SecurityStyle, SecurityStyleArgs
- Ntfs
- ntfs
- Unix
- unix
- Security
Style Ntfs - ntfs
- Security
Style Unix - unix
- Ntfs
- ntfs
- Unix
- unix
- Ntfs
- ntfs
- Unix
- unix
- NTFS
- ntfs
- UNIX
- unix
- "ntfs"
- ntfs
- "unix"
- unix
ServiceLevel, ServiceLevelArgs
- Standard
- StandardStandard service level
- Premium
- PremiumPremium service level
- Ultra
- UltraUltra service level
- Standard
ZRS - StandardZRSZone redundant storage service level
- Service
Level Standard - StandardStandard service level
- Service
Level Premium - PremiumPremium service level
- Service
Level Ultra - UltraUltra service level
- Service
Level Standard ZRS - StandardZRSZone redundant storage service level
- Standard
- StandardStandard service level
- Premium
- PremiumPremium service level
- Ultra
- UltraUltra service level
- Standard
ZRS - StandardZRSZone redundant storage service level
- Standard
- StandardStandard service level
- Premium
- PremiumPremium service level
- Ultra
- UltraUltra service level
- Standard
ZRS - StandardZRSZone redundant storage service level
- STANDARD
- StandardStandard service level
- PREMIUM
- PremiumPremium service level
- ULTRA
- UltraUltra service level
- STANDARD_ZRS
- StandardZRSZone redundant storage service level
- "Standard"
- StandardStandard service level
- "Premium"
- PremiumPremium service level
- "Ultra"
- UltraUltra service level
- "Standard
ZRS" - StandardZRSZone redundant storage service level
SmbAccessBasedEnumeration, SmbAccessBasedEnumerationArgs
- Disabled
- DisabledsmbAccessBasedEnumeration share setting is disabled
- Enabled
- EnabledsmbAccessBasedEnumeration share setting is enabled
- Smb
Access Based Enumeration Disabled - DisabledsmbAccessBasedEnumeration share setting is disabled
- Smb
Access Based Enumeration Enabled - EnabledsmbAccessBasedEnumeration share setting is enabled
- Disabled
- DisabledsmbAccessBasedEnumeration share setting is disabled
- Enabled
- EnabledsmbAccessBasedEnumeration share setting is enabled
- Disabled
- DisabledsmbAccessBasedEnumeration share setting is disabled
- Enabled
- EnabledsmbAccessBasedEnumeration share setting is enabled
- DISABLED
- DisabledsmbAccessBasedEnumeration share setting is disabled
- ENABLED
- EnabledsmbAccessBasedEnumeration share setting is enabled
- "Disabled"
- DisabledsmbAccessBasedEnumeration share setting is disabled
- "Enabled"
- EnabledsmbAccessBasedEnumeration share setting is enabled
SmbNonBrowsable, SmbNonBrowsableArgs
- Disabled
- DisabledsmbNonBrowsable share setting is disabled
- Enabled
- EnabledsmbNonBrowsable share setting is enabled
- Smb
Non Browsable Disabled - DisabledsmbNonBrowsable share setting is disabled
- Smb
Non Browsable Enabled - EnabledsmbNonBrowsable share setting is enabled
- Disabled
- DisabledsmbNonBrowsable share setting is disabled
- Enabled
- EnabledsmbNonBrowsable share setting is enabled
- Disabled
- DisabledsmbNonBrowsable share setting is disabled
- Enabled
- EnabledsmbNonBrowsable share setting is enabled
- DISABLED
- DisabledsmbNonBrowsable share setting is disabled
- ENABLED
- EnabledsmbNonBrowsable share setting is enabled
- "Disabled"
- DisabledsmbNonBrowsable share setting is disabled
- "Enabled"
- EnabledsmbNonBrowsable share setting is enabled
VolumeBackupProperties, VolumeBackupPropertiesArgs
- Backup
Policy stringId - Backup Policy Resource ID
- Backup
Vault stringId - Backup Vault Resource ID
- Policy
Enforced bool - Policy Enforced
- Backup
Policy stringId - Backup Policy Resource ID
- Backup
Vault stringId - Backup Vault Resource ID
- Policy
Enforced bool - Policy Enforced
- backup
Policy StringId - Backup Policy Resource ID
- backup
Vault StringId - Backup Vault Resource ID
- policy
Enforced Boolean - Policy Enforced
- backup
Policy stringId - Backup Policy Resource ID
- backup
Vault stringId - Backup Vault Resource ID
- policy
Enforced boolean - Policy Enforced
- backup_
policy_ strid - Backup Policy Resource ID
- backup_
vault_ strid - Backup Vault Resource ID
- policy_
enforced bool - Policy Enforced
- backup
Policy StringId - Backup Policy Resource ID
- backup
Vault StringId - Backup Vault Resource ID
- policy
Enforced Boolean - Policy Enforced
VolumeBackupPropertiesResponse, VolumeBackupPropertiesResponseArgs
- Backup
Policy stringId - Backup Policy Resource ID
- Backup
Vault stringId - Backup Vault Resource ID
- Policy
Enforced bool - Policy Enforced
- Backup
Policy stringId - Backup Policy Resource ID
- Backup
Vault stringId - Backup Vault Resource ID
- Policy
Enforced bool - Policy Enforced
- backup
Policy StringId - Backup Policy Resource ID
- backup
Vault StringId - Backup Vault Resource ID
- policy
Enforced Boolean - Policy Enforced
- backup
Policy stringId - Backup Policy Resource ID
- backup
Vault stringId - Backup Vault Resource ID
- policy
Enforced boolean - Policy Enforced
- backup_
policy_ strid - Backup Policy Resource ID
- backup_
vault_ strid - Backup Vault Resource ID
- policy_
enforced bool - Policy Enforced
- backup
Policy StringId - Backup Policy Resource ID
- backup
Vault StringId - Backup Vault Resource ID
- policy
Enforced Boolean - Policy Enforced
VolumeGroupMetaData, VolumeGroupMetaDataArgs
- Application
Identifier string - Application specific identifier
- Application
Type string | Pulumi.Azure Native. Net App. Application Type - Application Type
- Global
Placement List<Pulumi.Rules Azure Native. Net App. Inputs. Placement Key Value Pairs> - Application specific placement rules for the volume group
- Group
Description string - Group Description
- Application
Identifier string - Application specific identifier
- Application
Type string | ApplicationType - Application Type
- Global
Placement []PlacementRules Key Value Pairs - Application specific placement rules for the volume group
- Group
Description string - Group Description
- application
Identifier String - Application specific identifier
- application
Type String | ApplicationType - Application Type
- global
Placement List<PlacementRules Key Value Pairs> - Application specific placement rules for the volume group
- group
Description String - Group Description
- application
Identifier string - Application specific identifier
- application
Type string | ApplicationType - Application Type
- global
Placement PlacementRules Key Value Pairs[] - Application specific placement rules for the volume group
- group
Description string - Group Description
- application_
identifier str - Application specific identifier
- application_
type str | ApplicationType - Application Type
- global_
placement_ Sequence[Placementrules Key Value Pairs] - Application specific placement rules for the volume group
- group_
description str - Group Description
- application
Identifier String - Application specific identifier
- application
Type String | "SAP-HANA" | "ORACLE" - Application Type
- global
Placement List<Property Map>Rules - Application specific placement rules for the volume group
- group
Description String - Group Description
VolumeGroupMetaDataResponse, VolumeGroupMetaDataResponseArgs
- Volumes
Count double - Number of volumes in volume group
- Application
Identifier string - Application specific identifier
- Application
Type string - Application Type
- Global
Placement List<Pulumi.Rules Azure Native. Net App. Inputs. Placement Key Value Pairs Response> - Application specific placement rules for the volume group
- Group
Description string - Group Description
- Volumes
Count float64 - Number of volumes in volume group
- Application
Identifier string - Application specific identifier
- Application
Type string - Application Type
- Global
Placement []PlacementRules Key Value Pairs Response - Application specific placement rules for the volume group
- Group
Description string - Group Description
- volumes
Count Double - Number of volumes in volume group
- application
Identifier String - Application specific identifier
- application
Type String - Application Type
- global
Placement List<PlacementRules Key Value Pairs Response> - Application specific placement rules for the volume group
- group
Description String - Group Description
- volumes
Count number - Number of volumes in volume group
- application
Identifier string - Application specific identifier
- application
Type string - Application Type
- global
Placement PlacementRules Key Value Pairs Response[] - Application specific placement rules for the volume group
- group
Description string - Group Description
- volumes_
count float - Number of volumes in volume group
- application_
identifier str - Application specific identifier
- application_
type str - Application Type
- global_
placement_ Sequence[Placementrules Key Value Pairs Response] - Application specific placement rules for the volume group
- group_
description str - Group Description
- volumes
Count Number - Number of volumes in volume group
- application
Identifier String - Application specific identifier
- application
Type String - Application Type
- global
Placement List<Property Map>Rules - Application specific placement rules for the volume group
- group
Description String - Group Description
VolumeGroupVolumeProperties, VolumeGroupVolumePropertiesArgs
- Creation
Token string - A unique file path for the volume. Used when creating mount targets
- Subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- Usage
Threshold double - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- Avs
Data string | Pulumi.Store Azure Native. Net App. Avs Data Store - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- Backup
Id string - Resource identifier used to identify the Backup.
- Capacity
Pool stringResource Id - Pool Resource Id used in case of creating a volume through volume group
- Cool
Access bool - Specifies whether Cool Access(tiering) is enabled for the volume.
- Cool
Access string | Pulumi.Retrieval Policy Azure Native. Net App. Cool Access Retrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- Cool
Access string | Pulumi.Tiering Policy Azure Native. Net App. Cool Access Tiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- Coolness
Period int - Specifies the number of days after which data that is not accessed by clients will be tiered.
- Data
Protection Pulumi.Azure Native. Net App. Inputs. Volume Properties Data Protection - DataProtection type volumes include an object containing details of the replication
- Default
Group doubleQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- Default
User doubleQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- Delete
Base boolSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- Enable
Subvolumes string | Pulumi.Azure Native. Net App. Enable Subvolumes - Flag indicating whether subvolume operations are enabled on the volume
- Encryption
Key string | Pulumi.Source Azure Native. Net App. Encryption Key Source - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- Export
Policy Pulumi.Azure Native. Net App. Inputs. Volume Properties Export Policy - Set of export policy rules
- Is
Default boolQuota Enabled - Specifies if default quota is enabled for the volume.
- Is
Large boolVolume - Specifies whether volume is a Large Volume or Regular Volume.
- Is
Restoring bool - Restoring
- Kerberos
Enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- Key
Vault stringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- Ldap
Enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- Name string
- Resource name
- Network
Features string | Pulumi.Azure Native. Net App. Network Features - The original value of the network features type available to the volume at the time it was created.
- Placement
Rules List<Pulumi.Azure Native. Net App. Inputs. Placement Key Value Pairs> - Application specific placement rules for the particular volume
- Protocol
Types List<string> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- Proximity
Placement stringGroup - Proximity placement group associated with the volume
- Security
Style string | Pulumi.Azure Native. Net App. Security Style - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- Service
Level string | Pulumi.Azure Native. Net App. Service Level - The service level of the file system
- Smb
Access string | Pulumi.Based Enumeration Azure Native. Net App. Smb Access Based Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Smb
Continuously boolAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- Smb
Encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- Smb
Non string | Pulumi.Browsable Azure Native. Net App. Smb Non Browsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Snapshot
Directory boolVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- Snapshot
Id string - Resource identifier used to identify the Snapshot.
- Dictionary<string, string>
- Resource tags
- Throughput
Mibps double - Unix
Permissions string - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- Volume
Spec stringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- Volume
Type string - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- Zones List<string>
- Availability Zone
- Creation
Token string - A unique file path for the volume. Used when creating mount targets
- Subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- Usage
Threshold float64 - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- Avs
Data string | AvsStore Data Store - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- Backup
Id string - Resource identifier used to identify the Backup.
- Capacity
Pool stringResource Id - Pool Resource Id used in case of creating a volume through volume group
- Cool
Access bool - Specifies whether Cool Access(tiering) is enabled for the volume.
- Cool
Access string | CoolRetrieval Policy Access Retrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- Cool
Access string | CoolTiering Policy Access Tiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- Coolness
Period int - Specifies the number of days after which data that is not accessed by clients will be tiered.
- Data
Protection VolumeProperties Data Protection - DataProtection type volumes include an object containing details of the replication
- Default
Group float64Quota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- Default
User float64Quota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- Delete
Base boolSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- Enable
Subvolumes string | EnableSubvolumes - Flag indicating whether subvolume operations are enabled on the volume
- Encryption
Key string | EncryptionSource Key Source - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- Export
Policy VolumeProperties Export Policy - Set of export policy rules
- Is
Default boolQuota Enabled - Specifies if default quota is enabled for the volume.
- Is
Large boolVolume - Specifies whether volume is a Large Volume or Regular Volume.
- Is
Restoring bool - Restoring
- Kerberos
Enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- Key
Vault stringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- Ldap
Enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- Name string
- Resource name
- Network
Features string | NetworkFeatures - The original value of the network features type available to the volume at the time it was created.
- Placement
Rules []PlacementKey Value Pairs - Application specific placement rules for the particular volume
- Protocol
Types []string - Set of protocol types, default NFSv3, CIFS for SMB protocol
- Proximity
Placement stringGroup - Proximity placement group associated with the volume
- Security
Style string | SecurityStyle - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- Service
Level string | ServiceLevel - The service level of the file system
- Smb
Access string | SmbBased Enumeration Access Based Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Smb
Continuously boolAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- Smb
Encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- Smb
Non string | SmbBrowsable Non Browsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Snapshot
Directory boolVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- Snapshot
Id string - Resource identifier used to identify the Snapshot.
- map[string]string
- Resource tags
- Throughput
Mibps float64 - Unix
Permissions string - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- Volume
Spec stringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- Volume
Type string - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- Zones []string
- Availability Zone
- creation
Token String - A unique file path for the volume. Used when creating mount targets
- subnet
Id String - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- usage
Threshold Double - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- avs
Data String | AvsStore Data Store - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup
Id String - Resource identifier used to identify the Backup.
- capacity
Pool StringResource Id - Pool Resource Id used in case of creating a volume through volume group
- cool
Access Boolean - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool
Access String | CoolRetrieval Policy Access Retrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool
Access String | CoolTiering Policy Access Tiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness
Period Integer - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data
Protection VolumeProperties Data Protection - DataProtection type volumes include an object containing details of the replication
- default
Group DoubleQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default
User DoubleQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete
Base BooleanSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable
Subvolumes String | EnableSubvolumes - Flag indicating whether subvolume operations are enabled on the volume
- encryption
Key String | EncryptionSource Key Source - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export
Policy VolumeProperties Export Policy - Set of export policy rules
- is
Default BooleanQuota Enabled - Specifies if default quota is enabled for the volume.
- is
Large BooleanVolume - Specifies whether volume is a Large Volume or Regular Volume.
- is
Restoring Boolean - Restoring
- kerberos
Enabled Boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key
Vault StringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap
Enabled Boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- name String
- Resource name
- network
Features String | NetworkFeatures - The original value of the network features type available to the volume at the time it was created.
- placement
Rules List<PlacementKey Value Pairs> - Application specific placement rules for the particular volume
- protocol
Types List<String> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity
Placement StringGroup - Proximity placement group associated with the volume
- security
Style String | SecurityStyle - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level String | ServiceLevel - The service level of the file system
- smb
Access String | SmbBased Enumeration Access Based Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb
Continuously BooleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption Boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb
Non String | SmbBrowsable Non Browsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot
Directory BooleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot
Id String - Resource identifier used to identify the Snapshot.
- Map<String,String>
- Resource tags
- throughput
Mibps Double - unix
Permissions String - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume
Spec StringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume
Type String - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones List<String>
- Availability Zone
- creation
Token string - A unique file path for the volume. Used when creating mount targets
- subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- usage
Threshold number - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- avs
Data string | AvsStore Data Store - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup
Id string - Resource identifier used to identify the Backup.
- capacity
Pool stringResource Id - Pool Resource Id used in case of creating a volume through volume group
- cool
Access boolean - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool
Access string | CoolRetrieval Policy Access Retrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool
Access string | CoolTiering Policy Access Tiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness
Period number - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data
Protection VolumeProperties Data Protection - DataProtection type volumes include an object containing details of the replication
- default
Group numberQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default
User numberQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete
Base booleanSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable
Subvolumes string | EnableSubvolumes - Flag indicating whether subvolume operations are enabled on the volume
- encryption
Key string | EncryptionSource Key Source - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export
Policy VolumeProperties Export Policy - Set of export policy rules
- is
Default booleanQuota Enabled - Specifies if default quota is enabled for the volume.
- is
Large booleanVolume - Specifies whether volume is a Large Volume or Regular Volume.
- is
Restoring boolean - Restoring
- kerberos
Enabled boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key
Vault stringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap
Enabled boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- name string
- Resource name
- network
Features string | NetworkFeatures - The original value of the network features type available to the volume at the time it was created.
- placement
Rules PlacementKey Value Pairs[] - Application specific placement rules for the particular volume
- protocol
Types string[] - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity
Placement stringGroup - Proximity placement group associated with the volume
- security
Style string | SecurityStyle - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level string | ServiceLevel - The service level of the file system
- smb
Access string | SmbBased Enumeration Access Based Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb
Continuously booleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb
Non string | SmbBrowsable Non Browsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot
Directory booleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot
Id string - Resource identifier used to identify the Snapshot.
- {[key: string]: string}
- Resource tags
- throughput
Mibps number - unix
Permissions string - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume
Spec stringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume
Type string - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones string[]
- Availability Zone
- creation_
token str - A unique file path for the volume. Used when creating mount targets
- subnet_
id str - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- usage_
threshold float - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- avs_
data_ str | Avsstore Data Store - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup_
id str - Resource identifier used to identify the Backup.
- capacity_
pool_ strresource_ id - Pool Resource Id used in case of creating a volume through volume group
- cool_
access bool - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool_
access_ str | Coolretrieval_ policy Access Retrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool_
access_ str | Cooltiering_ policy Access Tiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness_
period int - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data_
protection VolumeProperties Data Protection - DataProtection type volumes include an object containing details of the replication
- default_
group_ floatquota_ in_ ki_ bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default_
user_ floatquota_ in_ ki_ bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete_
base_ boolsnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable_
subvolumes str | EnableSubvolumes - Flag indicating whether subvolume operations are enabled on the volume
- encryption_
key_ str | Encryptionsource Key Source - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export_
policy VolumeProperties Export Policy - Set of export policy rules
- is_
default_ boolquota_ enabled - Specifies if default quota is enabled for the volume.
- is_
large_ boolvolume - Specifies whether volume is a Large Volume or Regular Volume.
- is_
restoring bool - Restoring
- kerberos_
enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key_
vault_ strprivate_ endpoint_ resource_ id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap_
enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- name str
- Resource name
- network_
features str | NetworkFeatures - The original value of the network features type available to the volume at the time it was created.
- placement_
rules Sequence[PlacementKey Value Pairs] - Application specific placement rules for the particular volume
- protocol_
types Sequence[str] - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity_
placement_ strgroup - Proximity placement group associated with the volume
- security_
style str | SecurityStyle - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service_
level str | ServiceLevel - The service level of the file system
- smb_
access_ str | Smbbased_ enumeration Access Based Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb_
continuously_ boolavailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb_
encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb_
non_ str | Smbbrowsable Non Browsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot_
directory_ boolvisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot_
id str - Resource identifier used to identify the Snapshot.
- Mapping[str, str]
- Resource tags
- throughput_
mibps float - unix_
permissions str - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume_
spec_ strname - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume_
type str - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones Sequence[str]
- Availability Zone
- creation
Token String - A unique file path for the volume. Used when creating mount targets
- subnet
Id String - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- usage
Threshold Number - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- avs
Data String | "Enabled" | "Disabled"Store - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup
Id String - Resource identifier used to identify the Backup.
- capacity
Pool StringResource Id - Pool Resource Id used in case of creating a volume through volume group
- cool
Access Boolean - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool
Access String | "Default" | "OnRetrieval Policy Read" | "Never" - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool
Access String | "Auto" | "SnapshotTiering Policy Only" - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness
Period Number - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data
Protection Property Map - DataProtection type volumes include an object containing details of the replication
- default
Group NumberQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default
User NumberQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete
Base BooleanSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable
Subvolumes String | "Enabled" | "Disabled" - Flag indicating whether subvolume operations are enabled on the volume
- encryption
Key String | "Microsoft.Source Net App" | "Microsoft. Key Vault" - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export
Policy Property Map - Set of export policy rules
- is
Default BooleanQuota Enabled - Specifies if default quota is enabled for the volume.
- is
Large BooleanVolume - Specifies whether volume is a Large Volume or Regular Volume.
- is
Restoring Boolean - Restoring
- kerberos
Enabled Boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key
Vault StringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap
Enabled Boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- name String
- Resource name
- network
Features String | "Basic" | "Standard" | "Basic_Standard" | "Standard_Basic" - The original value of the network features type available to the volume at the time it was created.
- placement
Rules List<Property Map> - Application specific placement rules for the particular volume
- protocol
Types List<String> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity
Placement StringGroup - Proximity placement group associated with the volume
- security
Style String | "ntfs" | "unix" - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level String | "Standard" | "Premium" | "Ultra" | "StandardZRS" - The service level of the file system
- smb
Access String | "Disabled" | "Enabled"Based Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb
Continuously BooleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption Boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb
Non String | "Disabled" | "Enabled"Browsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot
Directory BooleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot
Id String - Resource identifier used to identify the Snapshot.
- Map<String>
- Resource tags
- throughput
Mibps Number - unix
Permissions String - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume
Spec StringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume
Type String - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones List<String>
- Availability Zone
VolumeGroupVolumePropertiesResponse, VolumeGroupVolumePropertiesResponseArgs
- Actual
Throughput doubleMibps - Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
- Baremetal
Tenant stringId - Unique Baremetal Tenant Identifier.
- Clone
Progress int - When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
- Creation
Token string - A unique file path for the volume. Used when creating mount targets
- Data
Store List<string>Resource Id - Data store resource unique identifier
- Effective
Network stringFeatures - The effective value of the network features type available to the volume, or current effective state of update.
- Encrypted bool
- Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
- File
Access stringLogs - Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
- File
System stringId - Unique FileSystem Identifier.
- Id string
- Resource Id
- Maximum
Number doubleOf Files - Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
- Mount
Targets List<Pulumi.Azure Native. Net App. Inputs. Mount Target Properties Response> - List of mount targets
- Network
Sibling stringSet Id - Network Sibling Set ID for the the group of volumes sharing networking resources.
- Originating
Resource stringId - Id of the snapshot or backup that the volume is restored from.
- Provisioned
Availability stringZone - The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
- Provisioning
State string - Azure lifecycle management
- Storage
To stringNetwork Proximity - Provides storage to network proximity information for the volume.
- Subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- T2Network string
- T2 network information
- Type string
- Resource type
- Usage
Threshold double - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- Volume
Group stringName - Volume Group Name
- Avs
Data stringStore - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- Backup
Id string - Resource identifier used to identify the Backup.
- Capacity
Pool stringResource Id - Pool Resource Id used in case of creating a volume through volume group
- Cool
Access bool - Specifies whether Cool Access(tiering) is enabled for the volume.
- Cool
Access stringRetrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- Cool
Access stringTiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- Coolness
Period int - Specifies the number of days after which data that is not accessed by clients will be tiered.
- Data
Protection Pulumi.Azure Native. Net App. Inputs. Volume Properties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- Default
Group doubleQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- Default
User doubleQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- Delete
Base boolSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- Enable
Subvolumes string - Flag indicating whether subvolume operations are enabled on the volume
- Encryption
Key stringSource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- Export
Policy Pulumi.Azure Native. Net App. Inputs. Volume Properties Response Export Policy - Set of export policy rules
- Is
Default boolQuota Enabled - Specifies if default quota is enabled for the volume.
- Is
Large boolVolume - Specifies whether volume is a Large Volume or Regular Volume.
- Is
Restoring bool - Restoring
- Kerberos
Enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- Key
Vault stringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- Ldap
Enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- Name string
- Resource name
- Network
Features string - The original value of the network features type available to the volume at the time it was created.
- Placement
Rules List<Pulumi.Azure Native. Net App. Inputs. Placement Key Value Pairs Response> - Application specific placement rules for the particular volume
- Protocol
Types List<string> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- Proximity
Placement stringGroup - Proximity placement group associated with the volume
- Security
Style string - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- Service
Level string - The service level of the file system
- Smb
Access stringBased Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Smb
Continuously boolAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- Smb
Encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- Smb
Non stringBrowsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Snapshot
Directory boolVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- Snapshot
Id string - Resource identifier used to identify the Snapshot.
- Dictionary<string, string>
- Resource tags
- Throughput
Mibps double - Unix
Permissions string - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- Volume
Spec stringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- Volume
Type string - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- Zones List<string>
- Availability Zone
- Actual
Throughput float64Mibps - Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
- Baremetal
Tenant stringId - Unique Baremetal Tenant Identifier.
- Clone
Progress int - When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
- Creation
Token string - A unique file path for the volume. Used when creating mount targets
- Data
Store []stringResource Id - Data store resource unique identifier
- Effective
Network stringFeatures - The effective value of the network features type available to the volume, or current effective state of update.
- Encrypted bool
- Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
- File
Access stringLogs - Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
- File
System stringId - Unique FileSystem Identifier.
- Id string
- Resource Id
- Maximum
Number float64Of Files - Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
- Mount
Targets []MountTarget Properties Response - List of mount targets
- Network
Sibling stringSet Id - Network Sibling Set ID for the the group of volumes sharing networking resources.
- Originating
Resource stringId - Id of the snapshot or backup that the volume is restored from.
- Provisioned
Availability stringZone - The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
- Provisioning
State string - Azure lifecycle management
- Storage
To stringNetwork Proximity - Provides storage to network proximity information for the volume.
- Subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- T2Network string
- T2 network information
- Type string
- Resource type
- Usage
Threshold float64 - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- Volume
Group stringName - Volume Group Name
- Avs
Data stringStore - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- Backup
Id string - Resource identifier used to identify the Backup.
- Capacity
Pool stringResource Id - Pool Resource Id used in case of creating a volume through volume group
- Cool
Access bool - Specifies whether Cool Access(tiering) is enabled for the volume.
- Cool
Access stringRetrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- Cool
Access stringTiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- Coolness
Period int - Specifies the number of days after which data that is not accessed by clients will be tiered.
- Data
Protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- Default
Group float64Quota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- Default
User float64Quota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- Delete
Base boolSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- Enable
Subvolumes string - Flag indicating whether subvolume operations are enabled on the volume
- Encryption
Key stringSource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- Export
Policy VolumeProperties Response Export Policy - Set of export policy rules
- Is
Default boolQuota Enabled - Specifies if default quota is enabled for the volume.
- Is
Large boolVolume - Specifies whether volume is a Large Volume or Regular Volume.
- Is
Restoring bool - Restoring
- Kerberos
Enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- Key
Vault stringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- Ldap
Enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- Name string
- Resource name
- Network
Features string - The original value of the network features type available to the volume at the time it was created.
- Placement
Rules []PlacementKey Value Pairs Response - Application specific placement rules for the particular volume
- Protocol
Types []string - Set of protocol types, default NFSv3, CIFS for SMB protocol
- Proximity
Placement stringGroup - Proximity placement group associated with the volume
- Security
Style string - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- Service
Level string - The service level of the file system
- Smb
Access stringBased Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Smb
Continuously boolAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- Smb
Encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- Smb
Non stringBrowsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- Snapshot
Directory boolVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- Snapshot
Id string - Resource identifier used to identify the Snapshot.
- map[string]string
- Resource tags
- Throughput
Mibps float64 - Unix
Permissions string - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- Volume
Spec stringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- Volume
Type string - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- Zones []string
- Availability Zone
- actual
Throughput DoubleMibps - Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
- baremetal
Tenant StringId - Unique Baremetal Tenant Identifier.
- clone
Progress Integer - When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
- creation
Token String - A unique file path for the volume. Used when creating mount targets
- data
Store List<String>Resource Id - Data store resource unique identifier
- effective
Network StringFeatures - The effective value of the network features type available to the volume, or current effective state of update.
- encrypted Boolean
- Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
- file
Access StringLogs - Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
- file
System StringId - Unique FileSystem Identifier.
- id String
- Resource Id
- maximum
Number DoubleOf Files - Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
- mount
Targets List<MountTarget Properties Response> - List of mount targets
- network
Sibling StringSet Id - Network Sibling Set ID for the the group of volumes sharing networking resources.
- originating
Resource StringId - Id of the snapshot or backup that the volume is restored from.
- provisioned
Availability StringZone - The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
- provisioning
State String - Azure lifecycle management
- storage
To StringNetwork Proximity - Provides storage to network proximity information for the volume.
- subnet
Id String - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- t2Network String
- T2 network information
- type String
- Resource type
- usage
Threshold Double - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- volume
Group StringName - Volume Group Name
- avs
Data StringStore - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup
Id String - Resource identifier used to identify the Backup.
- capacity
Pool StringResource Id - Pool Resource Id used in case of creating a volume through volume group
- cool
Access Boolean - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool
Access StringRetrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool
Access StringTiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness
Period Integer - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data
Protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- default
Group DoubleQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default
User DoubleQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete
Base BooleanSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable
Subvolumes String - Flag indicating whether subvolume operations are enabled on the volume
- encryption
Key StringSource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export
Policy VolumeProperties Response Export Policy - Set of export policy rules
- is
Default BooleanQuota Enabled - Specifies if default quota is enabled for the volume.
- is
Large BooleanVolume - Specifies whether volume is a Large Volume or Regular Volume.
- is
Restoring Boolean - Restoring
- kerberos
Enabled Boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key
Vault StringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap
Enabled Boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- name String
- Resource name
- network
Features String - The original value of the network features type available to the volume at the time it was created.
- placement
Rules List<PlacementKey Value Pairs Response> - Application specific placement rules for the particular volume
- protocol
Types List<String> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity
Placement StringGroup - Proximity placement group associated with the volume
- security
Style String - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level String - The service level of the file system
- smb
Access StringBased Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb
Continuously BooleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption Boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb
Non StringBrowsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot
Directory BooleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot
Id String - Resource identifier used to identify the Snapshot.
- Map<String,String>
- Resource tags
- throughput
Mibps Double - unix
Permissions String - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume
Spec StringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume
Type String - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones List<String>
- Availability Zone
- actual
Throughput numberMibps - Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
- baremetal
Tenant stringId - Unique Baremetal Tenant Identifier.
- clone
Progress number - When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
- creation
Token string - A unique file path for the volume. Used when creating mount targets
- data
Store string[]Resource Id - Data store resource unique identifier
- effective
Network stringFeatures - The effective value of the network features type available to the volume, or current effective state of update.
- encrypted boolean
- Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
- file
Access stringLogs - Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
- file
System stringId - Unique FileSystem Identifier.
- id string
- Resource Id
- maximum
Number numberOf Files - Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
- mount
Targets MountTarget Properties Response[] - List of mount targets
- network
Sibling stringSet Id - Network Sibling Set ID for the the group of volumes sharing networking resources.
- originating
Resource stringId - Id of the snapshot or backup that the volume is restored from.
- provisioned
Availability stringZone - The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
- provisioning
State string - Azure lifecycle management
- storage
To stringNetwork Proximity - Provides storage to network proximity information for the volume.
- subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- t2Network string
- T2 network information
- type string
- Resource type
- usage
Threshold number - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- volume
Group stringName - Volume Group Name
- avs
Data stringStore - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup
Id string - Resource identifier used to identify the Backup.
- capacity
Pool stringResource Id - Pool Resource Id used in case of creating a volume through volume group
- cool
Access boolean - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool
Access stringRetrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool
Access stringTiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness
Period number - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data
Protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- default
Group numberQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default
User numberQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete
Base booleanSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable
Subvolumes string - Flag indicating whether subvolume operations are enabled on the volume
- encryption
Key stringSource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export
Policy VolumeProperties Response Export Policy - Set of export policy rules
- is
Default booleanQuota Enabled - Specifies if default quota is enabled for the volume.
- is
Large booleanVolume - Specifies whether volume is a Large Volume or Regular Volume.
- is
Restoring boolean - Restoring
- kerberos
Enabled boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key
Vault stringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap
Enabled boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- name string
- Resource name
- network
Features string - The original value of the network features type available to the volume at the time it was created.
- placement
Rules PlacementKey Value Pairs Response[] - Application specific placement rules for the particular volume
- protocol
Types string[] - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity
Placement stringGroup - Proximity placement group associated with the volume
- security
Style string - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level string - The service level of the file system
- smb
Access stringBased Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb
Continuously booleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb
Non stringBrowsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot
Directory booleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot
Id string - Resource identifier used to identify the Snapshot.
- {[key: string]: string}
- Resource tags
- throughput
Mibps number - unix
Permissions string - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume
Spec stringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume
Type string - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones string[]
- Availability Zone
- actual_
throughput_ floatmibps - Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
- baremetal_
tenant_ strid - Unique Baremetal Tenant Identifier.
- clone_
progress int - When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
- creation_
token str - A unique file path for the volume. Used when creating mount targets
- data_
store_ Sequence[str]resource_ id - Data store resource unique identifier
- effective_
network_ strfeatures - The effective value of the network features type available to the volume, or current effective state of update.
- encrypted bool
- Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
- file_
access_ strlogs - Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
- file_
system_ strid - Unique FileSystem Identifier.
- id str
- Resource Id
- maximum_
number_ floatof_ files - Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
- mount_
targets Sequence[MountTarget Properties Response] - List of mount targets
- network_
sibling_ strset_ id - Network Sibling Set ID for the the group of volumes sharing networking resources.
- originating_
resource_ strid - Id of the snapshot or backup that the volume is restored from.
- provisioned_
availability_ strzone - The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
- provisioning_
state str - Azure lifecycle management
- storage_
to_ strnetwork_ proximity - Provides storage to network proximity information for the volume.
- subnet_
id str - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- t2_
network str - T2 network information
- type str
- Resource type
- usage_
threshold float - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- volume_
group_ strname - Volume Group Name
- avs_
data_ strstore - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup_
id str - Resource identifier used to identify the Backup.
- capacity_
pool_ strresource_ id - Pool Resource Id used in case of creating a volume through volume group
- cool_
access bool - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool_
access_ strretrieval_ policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool_
access_ strtiering_ policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness_
period int - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data_
protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- default_
group_ floatquota_ in_ ki_ bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default_
user_ floatquota_ in_ ki_ bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete_
base_ boolsnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable_
subvolumes str - Flag indicating whether subvolume operations are enabled on the volume
- encryption_
key_ strsource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export_
policy VolumeProperties Response Export Policy - Set of export policy rules
- is_
default_ boolquota_ enabled - Specifies if default quota is enabled for the volume.
- is_
large_ boolvolume - Specifies whether volume is a Large Volume or Regular Volume.
- is_
restoring bool - Restoring
- kerberos_
enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key_
vault_ strprivate_ endpoint_ resource_ id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap_
enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- name str
- Resource name
- network_
features str - The original value of the network features type available to the volume at the time it was created.
- placement_
rules Sequence[PlacementKey Value Pairs Response] - Application specific placement rules for the particular volume
- protocol_
types Sequence[str] - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity_
placement_ strgroup - Proximity placement group associated with the volume
- security_
style str - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service_
level str - The service level of the file system
- smb_
access_ strbased_ enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb_
continuously_ boolavailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb_
encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb_
non_ strbrowsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot_
directory_ boolvisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot_
id str - Resource identifier used to identify the Snapshot.
- Mapping[str, str]
- Resource tags
- throughput_
mibps float - unix_
permissions str - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume_
spec_ strname - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume_
type str - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones Sequence[str]
- Availability Zone
- actual
Throughput NumberMibps - Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
- baremetal
Tenant StringId - Unique Baremetal Tenant Identifier.
- clone
Progress Number - When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
- creation
Token String - A unique file path for the volume. Used when creating mount targets
- data
Store List<String>Resource Id - Data store resource unique identifier
- effective
Network StringFeatures - The effective value of the network features type available to the volume, or current effective state of update.
- encrypted Boolean
- Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
- file
Access StringLogs - Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
- file
System StringId - Unique FileSystem Identifier.
- id String
- Resource Id
- maximum
Number NumberOf Files - Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
- mount
Targets List<Property Map> - List of mount targets
- network
Sibling StringSet Id - Network Sibling Set ID for the the group of volumes sharing networking resources.
- originating
Resource StringId - Id of the snapshot or backup that the volume is restored from.
- provisioned
Availability StringZone - The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
- provisioning
State String - Azure lifecycle management
- storage
To StringNetwork Proximity - Provides storage to network proximity information for the volume.
- subnet
Id String - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- t2Network String
- T2 network information
- type String
- Resource type
- usage
Threshold Number - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
- volume
Group StringName - Volume Group Name
- avs
Data StringStore - Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
- backup
Id String - Resource identifier used to identify the Backup.
- capacity
Pool StringResource Id - Pool Resource Id used in case of creating a volume through volume group
- cool
Access Boolean - Specifies whether Cool Access(tiering) is enabled for the volume.
- cool
Access StringRetrieval Policy - coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
- cool
Access StringTiering Policy - coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
- coolness
Period Number - Specifies the number of days after which data that is not accessed by clients will be tiered.
- data
Protection Property Map - DataProtection type volumes include an object containing details of the replication
- default
Group NumberQuota In Ki Bs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- default
User NumberQuota In Ki Bs - Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
- delete
Base BooleanSnapshot - If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
- enable
Subvolumes String - Flag indicating whether subvolume operations are enabled on the volume
- encryption
Key StringSource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
- export
Policy Property Map - Set of export policy rules
- is
Default BooleanQuota Enabled - Specifies if default quota is enabled for the volume.
- is
Large BooleanVolume - Specifies whether volume is a Large Volume or Regular Volume.
- is
Restoring Boolean - Restoring
- kerberos
Enabled Boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- key
Vault StringPrivate Endpoint Resource Id - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
- ldap
Enabled Boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- name String
- Resource name
- network
Features String - The original value of the network features type available to the volume at the time it was created.
- placement
Rules List<Property Map> - Application specific placement rules for the particular volume
- protocol
Types List<String> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- proximity
Placement StringGroup - Proximity placement group associated with the volume
- security
Style String - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level String - The service level of the file system
- smb
Access StringBased Enumeration - Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
- smb
Continuously BooleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption Boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- smb
Non StringBrowsable - Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
- snapshot
Directory BooleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
- snapshot
Id String - Resource identifier used to identify the Snapshot.
- Map<String>
- Resource tags
- throughput
Mibps Number - unix
Permissions String - UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
- volume
Spec StringName - Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
- volume
Type String - What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection
- zones List<String>
- Availability Zone
VolumePropertiesDataProtection, VolumePropertiesDataProtectionArgs
- Backup
Pulumi.
Azure Native. Net App. Inputs. Volume Backup Properties - Backup Properties
- Replication
Pulumi.
Azure Native. Net App. Inputs. Replication Object - Replication properties
- Snapshot
Pulumi.
Azure Native. Net App. Inputs. Volume Snapshot Properties - Snapshot properties.
- Volume
Relocation Pulumi.Azure Native. Net App. Inputs. Volume Relocation Properties - VolumeRelocation properties
- Backup
Volume
Backup Properties - Backup Properties
- Replication
Replication
Object - Replication properties
- Snapshot
Volume
Snapshot Properties - Snapshot properties.
- Volume
Relocation VolumeRelocation Properties - VolumeRelocation properties
- backup
Volume
Backup Properties - Backup Properties
- replication
Replication
Object - Replication properties
- snapshot
Volume
Snapshot Properties - Snapshot properties.
- volume
Relocation VolumeRelocation Properties - VolumeRelocation properties
- backup
Volume
Backup Properties - Backup Properties
- replication
Replication
Object - Replication properties
- snapshot
Volume
Snapshot Properties - Snapshot properties.
- volume
Relocation VolumeRelocation Properties - VolumeRelocation properties
- backup
Volume
Backup Properties - Backup Properties
- replication
Replication
Object - Replication properties
- snapshot
Volume
Snapshot Properties - Snapshot properties.
- volume_
relocation VolumeRelocation Properties - VolumeRelocation properties
- backup Property Map
- Backup Properties
- replication Property Map
- Replication properties
- snapshot Property Map
- Snapshot properties.
- volume
Relocation Property Map - VolumeRelocation properties
VolumePropertiesExportPolicy, VolumePropertiesExportPolicyArgs
- Rules
List<Pulumi.
Azure Native. Net App. Inputs. Export Policy Rule> - Export policy rule
- Rules
[]Export
Policy Rule - Export policy rule
- rules
List<Export
Policy Rule> - Export policy rule
- rules
Export
Policy Rule[] - Export policy rule
- rules
Sequence[Export
Policy Rule] - Export policy rule
- rules List<Property Map>
- Export policy rule
VolumePropertiesResponseDataProtection, VolumePropertiesResponseDataProtectionArgs
- Backup
Pulumi.
Azure Native. Net App. Inputs. Volume Backup Properties Response - Backup Properties
- Replication
Pulumi.
Azure Native. Net App. Inputs. Replication Object Response - Replication properties
- Snapshot
Pulumi.
Azure Native. Net App. Inputs. Volume Snapshot Properties Response - Snapshot properties.
- Volume
Relocation Pulumi.Azure Native. Net App. Inputs. Volume Relocation Properties Response - VolumeRelocation properties
- Backup
Volume
Backup Properties Response - Backup Properties
- Replication
Replication
Object Response - Replication properties
- Snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- Volume
Relocation VolumeRelocation Properties Response - VolumeRelocation properties
- backup
Volume
Backup Properties Response - Backup Properties
- replication
Replication
Object Response - Replication properties
- snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- volume
Relocation VolumeRelocation Properties Response - VolumeRelocation properties
- backup
Volume
Backup Properties Response - Backup Properties
- replication
Replication
Object Response - Replication properties
- snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- volume
Relocation VolumeRelocation Properties Response - VolumeRelocation properties
- backup
Volume
Backup Properties Response - Backup Properties
- replication
Replication
Object Response - Replication properties
- snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- volume_
relocation VolumeRelocation Properties Response - VolumeRelocation properties
- backup Property Map
- Backup Properties
- replication Property Map
- Replication properties
- snapshot Property Map
- Snapshot properties.
- volume
Relocation Property Map - VolumeRelocation properties
VolumePropertiesResponseExportPolicy, VolumePropertiesResponseExportPolicyArgs
- Rules
List<Pulumi.
Azure Native. Net App. Inputs. Export Policy Rule Response> - Export policy rule
- Rules
[]Export
Policy Rule Response - Export policy rule
- rules
List<Export
Policy Rule Response> - Export policy rule
- rules
Export
Policy Rule Response[] - Export policy rule
- rules
Sequence[Export
Policy Rule Response] - Export policy rule
- rules List<Property Map>
- Export policy rule
VolumeRelocationProperties, VolumeRelocationPropertiesArgs
- Relocation
Requested bool - Has relocation been requested for this volume
- Relocation
Requested bool - Has relocation been requested for this volume
- relocation
Requested Boolean - Has relocation been requested for this volume
- relocation
Requested boolean - Has relocation been requested for this volume
- relocation_
requested bool - Has relocation been requested for this volume
- relocation
Requested Boolean - Has relocation been requested for this volume
VolumeRelocationPropertiesResponse, VolumeRelocationPropertiesResponseArgs
- Ready
To boolBe Finalized - Has relocation finished and is ready to be cleaned up
- Relocation
Requested bool - Has relocation been requested for this volume
- Ready
To boolBe Finalized - Has relocation finished and is ready to be cleaned up
- Relocation
Requested bool - Has relocation been requested for this volume
- ready
To BooleanBe Finalized - Has relocation finished and is ready to be cleaned up
- relocation
Requested Boolean - Has relocation been requested for this volume
- ready
To booleanBe Finalized - Has relocation finished and is ready to be cleaned up
- relocation
Requested boolean - Has relocation been requested for this volume
- ready_
to_ boolbe_ finalized - Has relocation finished and is ready to be cleaned up
- relocation_
requested bool - Has relocation been requested for this volume
- ready
To BooleanBe Finalized - Has relocation finished and is ready to be cleaned up
- relocation
Requested Boolean - Has relocation been requested for this volume
VolumeSnapshotProperties, VolumeSnapshotPropertiesArgs
- Snapshot
Policy stringId - Snapshot Policy ResourceId
- Snapshot
Policy stringId - Snapshot Policy ResourceId
- snapshot
Policy StringId - Snapshot Policy ResourceId
- snapshot
Policy stringId - Snapshot Policy ResourceId
- snapshot_
policy_ strid - Snapshot Policy ResourceId
- snapshot
Policy StringId - Snapshot Policy ResourceId
VolumeSnapshotPropertiesResponse, VolumeSnapshotPropertiesResponseArgs
- Snapshot
Policy stringId - Snapshot Policy ResourceId
- Snapshot
Policy stringId - Snapshot Policy ResourceId
- snapshot
Policy StringId - Snapshot Policy ResourceId
- snapshot
Policy stringId - Snapshot Policy ResourceId
- snapshot_
policy_ strid - Snapshot Policy ResourceId
- snapshot
Policy StringId - Snapshot Policy ResourceId
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:netapp:VolumeGroup group1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0