@pulumi/azure-native 2.35.0 → 2.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/azurearcdata/activeDirectoryConnector.d.ts +2 -0
- package/azurearcdata/activeDirectoryConnector.js +4 -2
- package/azurearcdata/dataController.d.ts +2 -0
- package/azurearcdata/dataController.js +4 -2
- package/azurearcdata/failoverGroup.d.ts +2 -0
- package/azurearcdata/failoverGroup.js +4 -2
- package/azurearcdata/getActiveDirectoryConnector.d.ts +4 -0
- package/azurearcdata/getActiveDirectoryConnector.js +5 -1
- package/azurearcdata/getDataController.d.ts +4 -0
- package/azurearcdata/getDataController.js +5 -1
- package/azurearcdata/getFailoverGroup.d.ts +4 -0
- package/azurearcdata/getFailoverGroup.js +5 -1
- package/azurearcdata/getPostgresInstance.d.ts +4 -0
- package/azurearcdata/getPostgresInstance.js +5 -1
- package/azurearcdata/getSqlManagedInstance.d.ts +4 -0
- package/azurearcdata/getSqlManagedInstance.js +5 -1
- package/azurearcdata/getSqlServerAvailabilityGroup.d.ts +75 -0
- package/azurearcdata/getSqlServerAvailabilityGroup.js +29 -0
- package/azurearcdata/getSqlServerAvailabilityGroupDetailView.d.ts +75 -0
- package/azurearcdata/getSqlServerAvailabilityGroupDetailView.js +29 -0
- package/azurearcdata/getSqlServerDatabase.d.ts +4 -0
- package/azurearcdata/getSqlServerDatabase.js +5 -1
- package/azurearcdata/getSqlServerInstance.d.ts +4 -0
- package/azurearcdata/getSqlServerInstance.js +5 -1
- package/azurearcdata/getSqlServerInstanceTelemetry.d.ts +98 -0
- package/azurearcdata/getSqlServerInstanceTelemetry.js +34 -0
- package/azurearcdata/index.d.ts +14 -1
- package/azurearcdata/index.js +17 -2
- package/azurearcdata/postgresInstance.d.ts +2 -0
- package/azurearcdata/postgresInstance.js +4 -2
- package/azurearcdata/sqlManagedInstance.d.ts +2 -0
- package/azurearcdata/sqlManagedInstance.js +4 -2
- package/azurearcdata/sqlServerAvailabilityGroup.d.ts +88 -0
- package/azurearcdata/sqlServerAvailabilityGroup.js +81 -0
- package/azurearcdata/sqlServerDatabase.d.ts +2 -0
- package/azurearcdata/sqlServerDatabase.js +4 -2
- package/azurearcdata/sqlServerInstance.d.ts +2 -0
- package/azurearcdata/sqlServerInstance.js +4 -2
- package/azurearcdata/v20230115preview/activeDirectoryConnector.js +2 -2
- package/azurearcdata/v20230115preview/dataController.js +2 -2
- package/azurearcdata/v20230115preview/failoverGroup.js +2 -2
- package/azurearcdata/v20230115preview/postgresInstance.js +2 -2
- package/azurearcdata/v20230115preview/sqlManagedInstance.js +2 -2
- package/azurearcdata/v20230115preview/sqlServerDatabase.js +2 -2
- package/azurearcdata/v20230115preview/sqlServerInstance.js +2 -2
- package/azurearcdata/v20240101/activeDirectoryConnector.d.ts +67 -0
- package/azurearcdata/v20240101/activeDirectoryConnector.js +77 -0
- package/azurearcdata/v20240101/dataController.d.ts +91 -0
- package/azurearcdata/v20240101/dataController.js +79 -0
- package/azurearcdata/v20240101/failoverGroup.d.ts +67 -0
- package/azurearcdata/v20240101/failoverGroup.js +77 -0
- package/azurearcdata/v20240101/getActiveDirectoryConnector.d.ts +63 -0
- package/azurearcdata/v20240101/getActiveDirectoryConnector.js +27 -0
- package/azurearcdata/v20240101/getDataController.d.ts +69 -0
- package/azurearcdata/v20240101/getDataController.js +26 -0
- package/azurearcdata/v20240101/getFailoverGroup.d.ts +63 -0
- package/azurearcdata/v20240101/getFailoverGroup.js +27 -0
- package/azurearcdata/v20240101/getPostgresInstance.d.ts +73 -0
- package/azurearcdata/v20240101/getPostgresInstance.js +26 -0
- package/azurearcdata/v20240101/getSqlManagedInstance.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlManagedInstance.js +26 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.js +27 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.js +27 -0
- package/azurearcdata/v20240101/getSqlServerDatabase.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlServerDatabase.js +27 -0
- package/azurearcdata/v20240101/getSqlServerInstance.d.ts +65 -0
- package/azurearcdata/v20240101/getSqlServerInstance.js +26 -0
- package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.d.ts +96 -0
- package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.js +32 -0
- package/azurearcdata/v20240101/index.d.ts +55 -0
- package/azurearcdata/v20240101/index.js +96 -0
- package/azurearcdata/v20240101/postgresInstance.d.ts +99 -0
- package/azurearcdata/v20240101/postgresInstance.js +81 -0
- package/azurearcdata/v20240101/sqlManagedInstance.d.ts +99 -0
- package/azurearcdata/v20240101/sqlManagedInstance.js +81 -0
- package/azurearcdata/v20240101/sqlServerAvailabilityGroup.d.ts +87 -0
- package/azurearcdata/v20240101/sqlServerAvailabilityGroup.js +80 -0
- package/azurearcdata/v20240101/sqlServerDatabase.d.ts +87 -0
- package/azurearcdata/v20240101/sqlServerDatabase.js +80 -0
- package/azurearcdata/v20240101/sqlServerInstance.d.ts +83 -0
- package/azurearcdata/v20240101/sqlServerInstance.js +73 -0
- package/azuresphere/v20240401/listCatalogDeployments.d.ts +1 -1
- package/azuresphere/v20240401/listCatalogDeviceGroups.d.ts +1 -1
- package/azuresphere/v20240401/listCatalogDeviceInsights.d.ts +1 -1
- package/azuresphere/v20240401/listCatalogDevices.d.ts +1 -1
- package/insights/dataCollectionEndpoint.d.ts +2 -0
- package/insights/dataCollectionEndpoint.js +4 -2
- package/insights/dataCollectionRule.d.ts +2 -0
- package/insights/dataCollectionRule.js +4 -2
- package/insights/dataCollectionRuleAssociation.d.ts +2 -0
- package/insights/dataCollectionRuleAssociation.js +4 -2
- package/insights/getDataCollectionEndpoint.d.ts +4 -0
- package/insights/getDataCollectionEndpoint.js +5 -1
- package/insights/getDataCollectionRule.d.ts +4 -0
- package/insights/getDataCollectionRule.js +5 -1
- package/insights/getDataCollectionRuleAssociation.d.ts +4 -0
- package/insights/getDataCollectionRuleAssociation.js +5 -1
- package/insights/index.d.ts +2 -1
- package/insights/index.js +4 -2
- package/insights/v20220601/dataCollectionEndpoint.js +2 -2
- package/insights/v20220601/dataCollectionRule.js +2 -2
- package/insights/v20220601/dataCollectionRuleAssociation.js +2 -2
- package/insights/v20230311/dataCollectionEndpoint.d.ts +148 -0
- package/insights/v20230311/dataCollectionEndpoint.js +97 -0
- package/insights/v20230311/dataCollectionRule.d.ts +182 -0
- package/insights/v20230311/dataCollectionRule.js +101 -0
- package/insights/v20230311/dataCollectionRuleAssociation.d.ts +90 -0
- package/insights/v20230311/dataCollectionRuleAssociation.js +79 -0
- package/insights/v20230311/getDataCollectionEndpoint.d.ts +113 -0
- package/insights/v20230311/getDataCollectionEndpoint.js +26 -0
- package/insights/v20230311/getDataCollectionRule.d.ts +124 -0
- package/insights/v20230311/getDataCollectionRule.js +26 -0
- package/insights/v20230311/getDataCollectionRuleAssociation.d.ts +75 -0
- package/insights/v20230311/getDataCollectionRuleAssociation.js +26 -0
- package/insights/v20230311/index.d.ts +19 -0
- package/insights/v20230311/index.js +55 -0
- package/loadtestservice/getLoadTest.d.ts +7 -7
- package/loadtestservice/getLoadTest.js +2 -2
- package/loadtestservice/loadTest.d.ts +4 -4
- package/loadtestservice/loadTest.js +1 -1
- package/loadtestservice/v20221201/getLoadTest.d.ts +7 -7
- package/loadtestservice/v20221201/getLoadTest.js +2 -2
- package/loadtestservice/v20221201/loadTest.d.ts +4 -4
- package/loadtestservice/v20221201/loadTest.js +1 -1
- package/netapp/account.d.ts +1 -1
- package/netapp/account.js +3 -3
- package/netapp/backup.d.ts +1 -1
- package/netapp/backup.js +1 -1
- package/netapp/backupPolicy.d.ts +1 -1
- package/netapp/backupPolicy.js +3 -3
- package/netapp/backupVault.d.ts +1 -1
- package/netapp/backupVault.js +3 -3
- package/netapp/getAccount.d.ts +2 -2
- package/netapp/getAccount.js +2 -2
- package/netapp/getBackup.d.ts +2 -2
- package/netapp/getBackup.js +2 -2
- package/netapp/getBackupPolicy.d.ts +2 -2
- package/netapp/getBackupPolicy.js +2 -2
- package/netapp/getBackupVault.d.ts +2 -2
- package/netapp/getBackupVault.js +2 -2
- package/netapp/getPool.d.ts +2 -2
- package/netapp/getPool.js +2 -2
- package/netapp/getSnapshot.d.ts +2 -2
- package/netapp/getSnapshot.js +2 -2
- package/netapp/getSnapshotPolicy.d.ts +2 -2
- package/netapp/getSnapshotPolicy.js +2 -2
- package/netapp/getSubvolume.d.ts +2 -2
- package/netapp/getSubvolume.js +2 -2
- package/netapp/getSubvolumeMetadata.d.ts +2 -2
- package/netapp/getSubvolumeMetadata.js +2 -2
- package/netapp/getVolume.d.ts +2 -2
- package/netapp/getVolume.js +2 -2
- package/netapp/getVolumeGroup.d.ts +2 -2
- package/netapp/getVolumeGroup.js +2 -2
- package/netapp/getVolumeGroupIdForLdapUser.d.ts +2 -2
- package/netapp/getVolumeGroupIdForLdapUser.js +2 -2
- package/netapp/getVolumeQuotaRule.d.ts +2 -2
- package/netapp/getVolumeQuotaRule.js +2 -2
- package/netapp/index.d.ts +2 -1
- package/netapp/index.js +4 -2
- package/netapp/listVolumeReplications.d.ts +2 -2
- package/netapp/listVolumeReplications.js +2 -2
- package/netapp/pool.d.ts +1 -1
- package/netapp/pool.js +3 -3
- package/netapp/snapshot.d.ts +1 -1
- package/netapp/snapshot.js +3 -3
- package/netapp/snapshotPolicy.d.ts +1 -1
- package/netapp/snapshotPolicy.js +3 -3
- package/netapp/subvolume.d.ts +1 -1
- package/netapp/subvolume.js +3 -3
- package/netapp/v20210401/backupPolicy.js +2 -2
- package/netapp/v20210401preview/backupPolicy.js +2 -2
- package/netapp/v20211001/volume.js +2 -2
- package/netapp/v20211001/volumeGroup.js +2 -2
- package/netapp/v20220501/account.js +2 -2
- package/netapp/v20221101/account.js +2 -2
- package/netapp/v20221101/backupPolicy.js +2 -2
- package/netapp/v20221101/pool.js +2 -2
- package/netapp/v20221101/snapshot.js +2 -2
- package/netapp/v20221101/snapshotPolicy.js +2 -2
- package/netapp/v20221101/subvolume.js +2 -2
- package/netapp/v20221101/volume.js +2 -2
- package/netapp/v20221101/volumeGroup.js +2 -2
- package/netapp/v20221101/volumeQuotaRule.js +2 -2
- package/netapp/v20221101preview/account.js +2 -2
- package/netapp/v20221101preview/backup.js +2 -2
- package/netapp/v20221101preview/backupPolicy.js +2 -2
- package/netapp/v20221101preview/backupVault.js +2 -2
- package/netapp/v20221101preview/pool.js +2 -2
- package/netapp/v20221101preview/snapshot.js +2 -2
- package/netapp/v20221101preview/snapshotPolicy.js +2 -2
- package/netapp/v20221101preview/subvolume.js +2 -2
- package/netapp/v20221101preview/volume.js +2 -2
- package/netapp/v20221101preview/volumeGroup.js +2 -2
- package/netapp/v20221101preview/volumeQuotaRule.js +2 -2
- package/netapp/v20230501/account.js +2 -2
- package/netapp/v20230501/backupPolicy.js +2 -2
- package/netapp/v20230501/pool.js +2 -2
- package/netapp/v20230501/snapshot.js +2 -2
- package/netapp/v20230501/snapshotPolicy.js +2 -2
- package/netapp/v20230501/subvolume.js +2 -2
- package/netapp/v20230501/volume.js +2 -2
- package/netapp/v20230501/volumeGroup.js +2 -2
- package/netapp/v20230501/volumeQuotaRule.js +2 -2
- package/netapp/v20230501preview/account.js +2 -2
- package/netapp/v20230501preview/backup.js +2 -2
- package/netapp/v20230501preview/backupPolicy.js +2 -2
- package/netapp/v20230501preview/backupVault.js +2 -2
- package/netapp/v20230501preview/pool.js +2 -2
- package/netapp/v20230501preview/snapshot.js +2 -2
- package/netapp/v20230501preview/snapshotPolicy.js +2 -2
- package/netapp/v20230501preview/subvolume.js +2 -2
- package/netapp/v20230501preview/volume.js +2 -2
- package/netapp/v20230501preview/volumeGroup.js +2 -2
- package/netapp/v20230501preview/volumeQuotaRule.js +2 -2
- package/netapp/v20230701/account.js +2 -2
- package/netapp/v20230701/backupPolicy.js +2 -2
- package/netapp/v20230701/pool.js +2 -2
- package/netapp/v20230701/snapshot.js +2 -2
- package/netapp/v20230701/snapshotPolicy.js +2 -2
- package/netapp/v20230701/subvolume.js +2 -2
- package/netapp/v20230701/volume.js +2 -2
- package/netapp/v20230701/volumeGroup.js +2 -2
- package/netapp/v20230701/volumeQuotaRule.js +2 -2
- package/netapp/v20230701preview/account.d.ts +123 -0
- package/netapp/v20230701preview/account.js +88 -0
- package/netapp/v20230701preview/backup.d.ts +122 -0
- package/netapp/v20230701preview/backup.js +101 -0
- package/netapp/v20230701preview/backupPolicy.d.ts +130 -0
- package/netapp/v20230701preview/backupPolicy.js +93 -0
- package/netapp/v20230701preview/backupVault.d.ts +82 -0
- package/netapp/v20230701preview/backupVault.js +77 -0
- package/netapp/v20230701preview/getAccount.d.ts +93 -0
- package/netapp/v20230701preview/getAccount.js +26 -0
- package/netapp/v20230701preview/getBackup.d.ts +111 -0
- package/netapp/v20230701preview/getBackup.js +28 -0
- package/netapp/v20230701preview/getBackupPolicy.d.ts +105 -0
- package/netapp/v20230701preview/getBackupPolicy.js +27 -0
- package/netapp/v20230701preview/getBackupVault.d.ts +73 -0
- package/netapp/v20230701preview/getBackupVault.js +27 -0
- package/netapp/v20230701preview/getPool.d.ts +109 -0
- package/netapp/v20230701preview/getPool.js +27 -0
- package/netapp/v20230701preview/getSnapshot.d.ts +91 -0
- package/netapp/v20230701preview/getSnapshot.js +29 -0
- package/netapp/v20230701preview/getSnapshotPolicy.d.ts +97 -0
- package/netapp/v20230701preview/getSnapshotPolicy.js +27 -0
- package/netapp/v20230701preview/getSubvolume.d.ts +91 -0
- package/netapp/v20230701preview/getSubvolume.js +29 -0
- package/netapp/v20230701preview/getSubvolumeMetadata.d.ts +110 -0
- package/netapp/v20230701preview/getSubvolumeMetadata.js +29 -0
- package/netapp/v20230701preview/getVolume.d.ts +305 -0
- package/netapp/v20230701preview/getVolume.js +28 -0
- package/netapp/v20230701preview/getVolumeGroup.d.ts +71 -0
- package/netapp/v20230701preview/getVolumeGroup.js +27 -0
- package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.d.ts +62 -0
- package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.js +29 -0
- package/netapp/v20230701preview/getVolumeQuotaRule.d.ts +101 -0
- package/netapp/v20230701preview/getVolumeQuotaRule.js +29 -0
- package/netapp/v20230701preview/index.d.ts +76 -0
- package/netapp/v20230701preview/index.js +120 -0
- package/netapp/v20230701preview/listVolumeReplications.d.ts +55 -0
- package/netapp/v20230701preview/listVolumeReplications.js +28 -0
- package/netapp/v20230701preview/pool.d.ts +139 -0
- package/netapp/v20230701preview/pool.js +102 -0
- package/netapp/v20230701preview/snapshot.d.ts +86 -0
- package/netapp/v20230701preview/snapshot.js +87 -0
- package/netapp/v20230701preview/snapshotPolicy.d.ts +127 -0
- package/netapp/v20230701preview/snapshotPolicy.js +89 -0
- package/netapp/v20230701preview/subvolume.d.ts +94 -0
- package/netapp/v20230701preview/subvolume.js +87 -0
- package/netapp/v20230701preview/volume.d.ts +468 -0
- package/netapp/v20230701preview/volume.js +203 -0
- package/netapp/v20230701preview/volumeGroup.d.ts +83 -0
- package/netapp/v20230701preview/volumeGroup.js +77 -0
- package/netapp/v20230701preview/volumeQuotaRule.d.ts +115 -0
- package/netapp/v20230701preview/volumeQuotaRule.js +91 -0
- package/netapp/volume.d.ts +1 -1
- package/netapp/volume.js +3 -3
- package/netapp/volumeGroup.d.ts +1 -1
- package/netapp/volumeGroup.js +3 -3
- package/netapp/volumeQuotaRule.d.ts +1 -1
- package/netapp/volumeQuotaRule.js +3 -3
- package/package.json +1 -1
- package/quota/getGroupQuota.d.ts +4 -4
- package/quota/getGroupQuota.js +4 -4
- package/quota/getGroupQuotaSubscription.d.ts +5 -5
- package/quota/getGroupQuotaSubscription.js +4 -4
- package/quota/groupQuota.d.ts +1 -1
- package/quota/groupQuota.js +4 -4
- package/quota/groupQuotaSubscription.d.ts +2 -2
- package/quota/groupQuotaSubscription.js +5 -5
- package/quota/v20230601preview/getGroupQuota.d.ts +4 -4
- package/quota/v20230601preview/getGroupQuota.js +4 -4
- package/quota/v20230601preview/getGroupQuotaSubscription.d.ts +5 -5
- package/quota/v20230601preview/getGroupQuotaSubscription.js +4 -4
- package/quota/v20230601preview/groupQuota.d.ts +1 -1
- package/quota/v20230601preview/groupQuota.js +4 -4
- package/quota/v20230601preview/groupQuotaSubscription.d.ts +2 -2
- package/quota/v20230601preview/groupQuotaSubscription.js +5 -5
- package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
- package/recoveryservices/getPrivateEndpointConnection.js +2 -2
- package/recoveryservices/getProtectedItem.d.ts +2 -2
- package/recoveryservices/getProtectedItem.js +2 -2
- package/recoveryservices/getProtectionContainer.d.ts +2 -2
- package/recoveryservices/getProtectionContainer.js +2 -2
- package/recoveryservices/getProtectionIntent.d.ts +2 -2
- package/recoveryservices/getProtectionIntent.js +2 -2
- package/recoveryservices/getProtectionPolicy.d.ts +2 -2
- package/recoveryservices/getProtectionPolicy.js +2 -2
- package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
- package/recoveryservices/getResourceGuardProxy.js +2 -2
- package/recoveryservices/privateEndpointConnection.d.ts +1 -1
- package/recoveryservices/privateEndpointConnection.js +3 -3
- package/recoveryservices/protectedItem.d.ts +1 -1
- package/recoveryservices/protectedItem.js +3 -3
- package/recoveryservices/protectionContainer.d.ts +1 -1
- package/recoveryservices/protectionContainer.js +3 -3
- package/recoveryservices/protectionIntent.d.ts +1 -1
- package/recoveryservices/protectionIntent.js +3 -3
- package/recoveryservices/protectionPolicy.d.ts +1 -1
- package/recoveryservices/protectionPolicy.js +3 -3
- package/recoveryservices/resourceGuardProxy.d.ts +1 -1
- package/recoveryservices/resourceGuardProxy.js +3 -3
- package/recoveryservices/v20230401/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20230401/protectedItem.js +2 -2
- package/recoveryservices/v20230401/protectionContainer.js +2 -2
- package/recoveryservices/v20230401/protectionIntent.js +2 -2
- package/recoveryservices/v20230401/protectionPolicy.js +2 -2
- package/recoveryservices/v20230401/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20230601/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20230601/protectedItem.js +2 -2
- package/recoveryservices/v20230601/protectionContainer.js +2 -2
- package/recoveryservices/v20230601/protectionIntent.js +2 -2
- package/recoveryservices/v20230601/protectionPolicy.js +2 -2
- package/recoveryservices/v20230601/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20230801/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20230801/protectedItem.js +2 -2
- package/recoveryservices/v20230801/protectionContainer.js +2 -2
- package/recoveryservices/v20230801/protectionIntent.js +2 -2
- package/recoveryservices/v20230801/protectionPolicy.js +2 -2
- package/recoveryservices/v20230801/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20240101/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20240101/protectedItem.js +2 -2
- package/recoveryservices/v20240101/protectionContainer.js +2 -2
- package/recoveryservices/v20240101/protectionIntent.js +2 -2
- package/recoveryservices/v20240101/protectionPolicy.js +2 -2
- package/recoveryservices/v20240101/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20240201/getPrivateEndpointConnection.d.ts +73 -0
- package/recoveryservices/v20240201/getPrivateEndpointConnection.js +27 -0
- package/recoveryservices/v20240201/getProtectedItem.d.ts +99 -0
- package/recoveryservices/v20240201/getProtectedItem.js +32 -0
- package/recoveryservices/v20240201/getProtectionContainer.d.ts +81 -0
- package/recoveryservices/v20240201/getProtectionContainer.js +28 -0
- package/recoveryservices/v20240201/getProtectionIntent.d.ts +83 -0
- package/recoveryservices/v20240201/getProtectionIntent.js +30 -0
- package/recoveryservices/v20240201/getProtectionPolicy.d.ts +75 -0
- package/recoveryservices/v20240201/getProtectionPolicy.js +29 -0
- package/recoveryservices/v20240201/getResourceGuardProxy.d.ts +64 -0
- package/recoveryservices/v20240201/getResourceGuardProxy.js +27 -0
- package/recoveryservices/v20240201/index.d.ts +36 -0
- package/recoveryservices/v20240201/index.js +44 -2
- package/recoveryservices/v20240201/privateEndpointConnection.d.ts +91 -0
- package/recoveryservices/v20240201/privateEndpointConnection.js +77 -0
- package/recoveryservices/v20240201/protectedItem.d.ts +99 -0
- package/recoveryservices/v20240201/protectedItem.js +85 -0
- package/recoveryservices/v20240201/protectionContainer.d.ts +95 -0
- package/recoveryservices/v20240201/protectionContainer.js +81 -0
- package/recoveryservices/v20240201/protectionIntent.d.ts +95 -0
- package/recoveryservices/v20240201/protectionIntent.js +81 -0
- package/recoveryservices/v20240201/protectionPolicy.d.ts +91 -0
- package/recoveryservices/v20240201/protectionPolicy.js +77 -0
- package/recoveryservices/v20240201/resourceGuardProxy.d.ts +85 -0
- package/recoveryservices/v20240201/resourceGuardProxy.js +74 -0
- package/resources/deployment.d.ts +1 -1
- package/resources/deployment.js +3 -3
- package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
- package/resources/deploymentAtManagementGroupScope.js +3 -3
- package/resources/deploymentAtScope.d.ts +1 -1
- package/resources/deploymentAtScope.js +3 -3
- package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
- package/resources/deploymentAtSubscriptionScope.js +3 -3
- package/resources/deploymentAtTenantScope.d.ts +1 -1
- package/resources/deploymentAtTenantScope.js +3 -3
- package/resources/getDeployment.d.ts +2 -2
- package/resources/getDeployment.js +2 -2
- package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
- package/resources/getDeploymentAtManagementGroupScope.js +2 -2
- package/resources/getDeploymentAtScope.d.ts +2 -2
- package/resources/getDeploymentAtScope.js +2 -2
- package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
- package/resources/getDeploymentAtSubscriptionScope.js +2 -2
- package/resources/getDeploymentAtTenantScope.d.ts +2 -2
- package/resources/getDeploymentAtTenantScope.js +2 -2
- package/resources/getResource.d.ts +2 -2
- package/resources/getResource.js +2 -2
- package/resources/getResourceGroup.d.ts +2 -2
- package/resources/getResourceGroup.js +2 -2
- package/resources/getTagAtScope.d.ts +2 -2
- package/resources/getTagAtScope.js +2 -2
- package/resources/index.d.ts +2 -1
- package/resources/index.js +4 -2
- package/resources/resource.d.ts +1 -1
- package/resources/resource.js +3 -3
- package/resources/resourceGroup.d.ts +1 -1
- package/resources/resourceGroup.js +3 -3
- package/resources/tagAtScope.d.ts +1 -1
- package/resources/tagAtScope.js +3 -3
- package/resources/v20220901/deployment.js +2 -2
- package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20220901/deploymentAtScope.js +2 -2
- package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20220901/deploymentAtTenantScope.js +2 -2
- package/resources/v20220901/resource.js +2 -2
- package/resources/v20220901/resourceGroup.js +2 -2
- package/resources/v20220901/tagAtScope.js +2 -2
- package/resources/v20230701/deployment.js +2 -2
- package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20230701/deploymentAtScope.js +2 -2
- package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20230701/deploymentAtTenantScope.js +2 -2
- package/resources/v20230701/resource.js +2 -2
- package/resources/v20230701/resourceGroup.js +2 -2
- package/resources/v20230701/tagAtScope.js +2 -2
- package/resources/v20240301/deployment.d.ts +79 -0
- package/resources/v20240301/deployment.js +74 -0
- package/resources/v20240301/deploymentAtManagementGroupScope.d.ts +79 -0
- package/resources/v20240301/deploymentAtManagementGroupScope.js +74 -0
- package/resources/v20240301/deploymentAtScope.d.ts +79 -0
- package/resources/v20240301/deploymentAtScope.js +74 -0
- package/resources/v20240301/deploymentAtSubscriptionScope.d.ts +75 -0
- package/resources/v20240301/deploymentAtSubscriptionScope.js +70 -0
- package/resources/v20240301/deploymentAtTenantScope.d.ts +75 -0
- package/resources/v20240301/deploymentAtTenantScope.js +70 -0
- package/resources/v20240301/getDeployment.d.ts +61 -0
- package/resources/v20240301/getDeployment.js +26 -0
- package/resources/v20240301/getDeploymentAtManagementGroupScope.d.ts +61 -0
- package/resources/v20240301/getDeploymentAtManagementGroupScope.js +26 -0
- package/resources/v20240301/getDeploymentAtScope.d.ts +61 -0
- package/resources/v20240301/getDeploymentAtScope.js +26 -0
- package/resources/v20240301/getDeploymentAtSubscriptionScope.d.ts +53 -0
- package/resources/v20240301/getDeploymentAtSubscriptionScope.js +25 -0
- package/resources/v20240301/getDeploymentAtTenantScope.d.ts +53 -0
- package/resources/v20240301/getDeploymentAtTenantScope.js +25 -0
- package/resources/v20240301/getResource.d.ts +109 -0
- package/resources/v20240301/getResource.js +29 -0
- package/resources/v20240301/getResourceGroup.d.ts +57 -0
- package/resources/v20240301/getResourceGroup.js +25 -0
- package/resources/v20240301/getTagAtScope.d.ts +43 -0
- package/resources/v20240301/getTagAtScope.js +25 -0
- package/resources/v20240301/index.d.ts +49 -0
- package/resources/v20240301/index.js +90 -0
- package/resources/v20240301/resource.d.ts +139 -0
- package/resources/v20240301/resource.js +95 -0
- package/resources/v20240301/resourceGroup.d.ts +78 -0
- package/resources/v20240301/resourceGroup.js +69 -0
- package/resources/v20240301/tagAtScope.d.ts +55 -0
- package/resources/v20240301/tagAtScope.js +69 -0
- package/security/devOpsConfiguration.d.ts +2 -0
- package/security/devOpsConfiguration.js +4 -2
- package/security/getDevOpsConfiguration.d.ts +4 -0
- package/security/getDevOpsConfiguration.js +5 -1
- package/security/index.d.ts +2 -1
- package/security/index.js +4 -2
- package/security/listAzureDevOpsOrgAvailable.d.ts +4 -0
- package/security/listAzureDevOpsOrgAvailable.js +5 -1
- package/security/listGitHubOwnerAvailable.d.ts +4 -0
- package/security/listGitHubOwnerAvailable.js +5 -1
- package/security/listGitLabGroupAvailable.d.ts +4 -0
- package/security/listGitLabGroupAvailable.js +5 -1
- package/security/listGitLabSubgroup.d.ts +4 -0
- package/security/listGitLabSubgroup.js +5 -1
- package/security/v20230901preview/devOpsConfiguration.js +2 -2
- package/security/v20240401/devOpsConfiguration.d.ts +63 -0
- package/security/v20240401/devOpsConfiguration.js +72 -0
- package/security/v20240401/getDevOpsConfiguration.d.ts +55 -0
- package/security/v20240401/getDevOpsConfiguration.js +26 -0
- package/security/v20240401/index.d.ts +19 -0
- package/security/v20240401/index.js +53 -0
- package/security/v20240401/listAzureDevOpsOrgAvailable.d.ts +43 -0
- package/security/v20240401/listAzureDevOpsOrgAvailable.js +26 -0
- package/security/v20240401/listGitHubOwnerAvailable.d.ts +43 -0
- package/security/v20240401/listGitHubOwnerAvailable.js +26 -0
- package/security/v20240401/listGitLabGroupAvailable.d.ts +43 -0
- package/security/v20240401/listGitLabGroupAvailable.js +26 -0
- package/security/v20240401/listGitLabSubgroup.d.ts +51 -0
- package/security/v20240401/listGitLabSubgroup.js +27 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/azurearcdata/index.d.ts +13 -1
- package/types/enums/azurearcdata/index.js +11 -2
- package/types/enums/azurearcdata/v20240101/index.d.ts +164 -0
- package/types/enums/azurearcdata/v20240101/index.js +106 -0
- package/types/enums/insights/index.d.ts +2 -1
- package/types/enums/insights/index.js +5 -3
- package/types/enums/insights/v20230311/index.d.ts +170 -0
- package/types/enums/insights/v20230311/index.js +130 -0
- package/types/enums/loadtestservice/index.d.ts +7 -1
- package/types/enums/loadtestservice/index.js +7 -1
- package/types/enums/loadtestservice/v20221201/index.d.ts +7 -1
- package/types/enums/loadtestservice/v20221201/index.js +7 -1
- package/types/enums/netapp/index.d.ts +2 -1
- package/types/enums/netapp/index.js +4 -2
- package/types/enums/netapp/v20230701preview/index.d.ts +241 -0
- package/types/enums/netapp/v20230701preview/index.js +172 -0
- package/types/enums/quota/index.d.ts +1 -1
- package/types/enums/quota/v20230601preview/index.d.ts +1 -1
- package/types/enums/recoveryservices/v20240201/index.d.ts +340 -0
- package/types/enums/recoveryservices/v20240201/index.js +238 -2
- package/types/enums/resources/index.d.ts +2 -1
- package/types/enums/resources/index.js +4 -2
- package/types/enums/resources/v20240301/index.d.ts +42 -0
- package/types/enums/resources/v20240301/index.js +28 -0
- package/types/enums/security/index.d.ts +2 -1
- package/types/enums/security/index.js +5 -3
- package/types/enums/security/v20240401/index.d.ts +30 -0
- package/types/enums/security/v20240401/index.js +20 -0
- package/types/input.d.ts +5784 -41
- package/types/input.js +116 -1
- package/types/output.d.ts +8098 -427
- package/types/output.js +116 -1
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Volume resource
|
|
7
|
+
*/
|
|
8
|
+
export declare class Volume extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Volume resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Volume;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Volume. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Volume;
|
|
23
|
+
/**
|
|
24
|
+
* Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
|
|
25
|
+
*/
|
|
26
|
+
readonly actualThroughputMibps: pulumi.Output<number>;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
|
|
29
|
+
*/
|
|
30
|
+
readonly avsDataStore: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* UUID v4 or resource identifier used to identify the Backup.
|
|
33
|
+
*/
|
|
34
|
+
readonly backupId: pulumi.Output<string | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Baremetal Tenant Identifier.
|
|
37
|
+
*/
|
|
38
|
+
readonly baremetalTenantId: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Pool Resource Id used in case of creating a volume through volume group
|
|
41
|
+
*/
|
|
42
|
+
readonly capacityPoolResourceId: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* 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.
|
|
45
|
+
*/
|
|
46
|
+
readonly cloneProgress: pulumi.Output<number>;
|
|
47
|
+
/**
|
|
48
|
+
* Specifies whether Cool Access(tiering) is enabled for the volume.
|
|
49
|
+
*/
|
|
50
|
+
readonly coolAccess: pulumi.Output<boolean | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* 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:
|
|
53
|
+
* Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
|
|
54
|
+
* OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
|
|
55
|
+
* Never - No client-driven data is pulled from cool tier to standard storage.
|
|
56
|
+
*/
|
|
57
|
+
readonly coolAccessRetrievalPolicy: pulumi.Output<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
60
|
+
*/
|
|
61
|
+
readonly coolnessPeriod: pulumi.Output<number | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* A unique file path for the volume. Used when creating mount targets
|
|
64
|
+
*/
|
|
65
|
+
readonly creationToken: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* DataProtection type volumes include an object containing details of the replication
|
|
68
|
+
*/
|
|
69
|
+
readonly dataProtection: pulumi.Output<outputs.netapp.v20230701preview.VolumePropertiesResponseDataProtection | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* Data store resource unique identifier
|
|
72
|
+
*/
|
|
73
|
+
readonly dataStoreResourceId: pulumi.Output<string[]>;
|
|
74
|
+
/**
|
|
75
|
+
* Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
|
|
76
|
+
*/
|
|
77
|
+
readonly defaultGroupQuotaInKiBs: pulumi.Output<number | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
|
|
80
|
+
*/
|
|
81
|
+
readonly defaultUserQuotaInKiBs: pulumi.Output<number | undefined>;
|
|
82
|
+
/**
|
|
83
|
+
* If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
|
|
84
|
+
*/
|
|
85
|
+
readonly deleteBaseSnapshot: pulumi.Output<boolean | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* Flag indicating whether subvolume operations are enabled on the volume
|
|
88
|
+
*/
|
|
89
|
+
readonly enableSubvolumes: pulumi.Output<string | undefined>;
|
|
90
|
+
/**
|
|
91
|
+
* Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
|
|
92
|
+
*/
|
|
93
|
+
readonly encrypted: pulumi.Output<boolean>;
|
|
94
|
+
/**
|
|
95
|
+
* 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'
|
|
96
|
+
*/
|
|
97
|
+
readonly encryptionKeySource: pulumi.Output<string | undefined>;
|
|
98
|
+
/**
|
|
99
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
100
|
+
*/
|
|
101
|
+
readonly etag: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Set of export policy rules
|
|
104
|
+
*/
|
|
105
|
+
readonly exportPolicy: pulumi.Output<outputs.netapp.v20230701preview.VolumePropertiesResponseExportPolicy | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
|
|
108
|
+
*/
|
|
109
|
+
readonly fileAccessLogs: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Unique FileSystem Identifier.
|
|
112
|
+
*/
|
|
113
|
+
readonly fileSystemId: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Space shared by short term clone volume with parent volume in bytes.
|
|
116
|
+
*/
|
|
117
|
+
readonly inheritedSizeInBytes: pulumi.Output<number>;
|
|
118
|
+
/**
|
|
119
|
+
* Specifies if default quota is enabled for the volume.
|
|
120
|
+
*/
|
|
121
|
+
readonly isDefaultQuotaEnabled: pulumi.Output<boolean | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* Specifies whether volume is a Large Volume or Regular Volume.
|
|
124
|
+
*/
|
|
125
|
+
readonly isLargeVolume: pulumi.Output<boolean | undefined>;
|
|
126
|
+
/**
|
|
127
|
+
* Restoring
|
|
128
|
+
*/
|
|
129
|
+
readonly isRestoring: pulumi.Output<boolean | undefined>;
|
|
130
|
+
/**
|
|
131
|
+
* Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
|
|
132
|
+
*/
|
|
133
|
+
readonly kerberosEnabled: pulumi.Output<boolean | undefined>;
|
|
134
|
+
/**
|
|
135
|
+
* The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
|
|
136
|
+
*/
|
|
137
|
+
readonly keyVaultPrivateEndpointResourceId: pulumi.Output<string | undefined>;
|
|
138
|
+
/**
|
|
139
|
+
* Specifies whether LDAP is enabled or not for a given NFS volume.
|
|
140
|
+
*/
|
|
141
|
+
readonly ldapEnabled: pulumi.Output<boolean | undefined>;
|
|
142
|
+
/**
|
|
143
|
+
* The geo-location where the resource lives
|
|
144
|
+
*/
|
|
145
|
+
readonly location: pulumi.Output<string>;
|
|
146
|
+
/**
|
|
147
|
+
* 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.
|
|
148
|
+
*/
|
|
149
|
+
readonly maximumNumberOfFiles: pulumi.Output<number>;
|
|
150
|
+
/**
|
|
151
|
+
* List of mount targets
|
|
152
|
+
*/
|
|
153
|
+
readonly mountTargets: pulumi.Output<outputs.netapp.v20230701preview.MountTargetPropertiesResponse[]>;
|
|
154
|
+
/**
|
|
155
|
+
* The name of the resource
|
|
156
|
+
*/
|
|
157
|
+
readonly name: pulumi.Output<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Network features available to the volume, or current state of update.
|
|
160
|
+
*/
|
|
161
|
+
readonly networkFeatures: pulumi.Output<string | undefined>;
|
|
162
|
+
/**
|
|
163
|
+
* Network Sibling Set ID for the the group of volumes sharing networking resources.
|
|
164
|
+
*/
|
|
165
|
+
readonly networkSiblingSetId: pulumi.Output<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Id of the snapshot or backup that the volume is restored from.
|
|
168
|
+
*/
|
|
169
|
+
readonly originatingResourceId: pulumi.Output<string>;
|
|
170
|
+
/**
|
|
171
|
+
* Application specific placement rules for the particular volume
|
|
172
|
+
*/
|
|
173
|
+
readonly placementRules: pulumi.Output<outputs.netapp.v20230701preview.PlacementKeyValuePairsResponse[] | undefined>;
|
|
174
|
+
/**
|
|
175
|
+
* Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
176
|
+
*/
|
|
177
|
+
readonly protocolTypes: pulumi.Output<string[] | undefined>;
|
|
178
|
+
/**
|
|
179
|
+
* The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
|
|
180
|
+
*/
|
|
181
|
+
readonly provisionedAvailabilityZone: pulumi.Output<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Azure lifecycle management
|
|
184
|
+
*/
|
|
185
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Proximity placement group associated with the volume
|
|
188
|
+
*/
|
|
189
|
+
readonly proximityPlacementGroup: pulumi.Output<string | undefined>;
|
|
190
|
+
/**
|
|
191
|
+
* The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
|
|
192
|
+
*/
|
|
193
|
+
readonly securityStyle: pulumi.Output<string | undefined>;
|
|
194
|
+
/**
|
|
195
|
+
* The service level of the file system
|
|
196
|
+
*/
|
|
197
|
+
readonly serviceLevel: pulumi.Output<string | undefined>;
|
|
198
|
+
/**
|
|
199
|
+
* Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
200
|
+
*/
|
|
201
|
+
readonly smbAccessBasedEnumeration: pulumi.Output<string | undefined>;
|
|
202
|
+
/**
|
|
203
|
+
* Enables continuously available share property for smb volume. Only applicable for SMB volume
|
|
204
|
+
*/
|
|
205
|
+
readonly smbContinuouslyAvailable: pulumi.Output<boolean | undefined>;
|
|
206
|
+
/**
|
|
207
|
+
* Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
|
|
208
|
+
*/
|
|
209
|
+
readonly smbEncryption: pulumi.Output<boolean | undefined>;
|
|
210
|
+
/**
|
|
211
|
+
* Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
212
|
+
*/
|
|
213
|
+
readonly smbNonBrowsable: pulumi.Output<string | undefined>;
|
|
214
|
+
/**
|
|
215
|
+
* 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).
|
|
216
|
+
*/
|
|
217
|
+
readonly snapshotDirectoryVisible: pulumi.Output<boolean | undefined>;
|
|
218
|
+
/**
|
|
219
|
+
* UUID v4 or resource identifier used to identify the Snapshot.
|
|
220
|
+
*/
|
|
221
|
+
readonly snapshotId: pulumi.Output<string | undefined>;
|
|
222
|
+
/**
|
|
223
|
+
* Provides storage to network proximity information for the volume.
|
|
224
|
+
*/
|
|
225
|
+
readonly storageToNetworkProximity: pulumi.Output<string>;
|
|
226
|
+
/**
|
|
227
|
+
* The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
|
|
228
|
+
*/
|
|
229
|
+
readonly subnetId: pulumi.Output<string>;
|
|
230
|
+
/**
|
|
231
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
232
|
+
*/
|
|
233
|
+
readonly systemData: pulumi.Output<outputs.netapp.v20230701preview.SystemDataResponse>;
|
|
234
|
+
/**
|
|
235
|
+
* T2 network information
|
|
236
|
+
*/
|
|
237
|
+
readonly t2Network: pulumi.Output<string>;
|
|
238
|
+
/**
|
|
239
|
+
* Resource tags.
|
|
240
|
+
*/
|
|
241
|
+
readonly tags: pulumi.Output<{
|
|
242
|
+
[key: string]: string;
|
|
243
|
+
} | undefined>;
|
|
244
|
+
readonly throughputMibps: pulumi.Output<number | undefined>;
|
|
245
|
+
/**
|
|
246
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
247
|
+
*/
|
|
248
|
+
readonly type: pulumi.Output<string>;
|
|
249
|
+
/**
|
|
250
|
+
* 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.
|
|
251
|
+
*/
|
|
252
|
+
readonly unixPermissions: pulumi.Output<string | undefined>;
|
|
253
|
+
/**
|
|
254
|
+
* Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
|
|
255
|
+
*/
|
|
256
|
+
readonly usageThreshold: pulumi.Output<number>;
|
|
257
|
+
/**
|
|
258
|
+
* Volume Group Name
|
|
259
|
+
*/
|
|
260
|
+
readonly volumeGroupName: pulumi.Output<string>;
|
|
261
|
+
/**
|
|
262
|
+
* Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
|
|
263
|
+
*/
|
|
264
|
+
readonly volumeSpecName: pulumi.Output<string | undefined>;
|
|
265
|
+
/**
|
|
266
|
+
* What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
|
|
267
|
+
*/
|
|
268
|
+
readonly volumeType: pulumi.Output<string | undefined>;
|
|
269
|
+
/**
|
|
270
|
+
* Availability Zone
|
|
271
|
+
*/
|
|
272
|
+
readonly zones: pulumi.Output<string[] | undefined>;
|
|
273
|
+
/**
|
|
274
|
+
* Create a Volume resource with the given unique name, arguments, and options.
|
|
275
|
+
*
|
|
276
|
+
* @param name The _unique_ name of the resource.
|
|
277
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
278
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
279
|
+
*/
|
|
280
|
+
constructor(name: string, args: VolumeArgs, opts?: pulumi.CustomResourceOptions);
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* The set of arguments for constructing a Volume resource.
|
|
284
|
+
*/
|
|
285
|
+
export interface VolumeArgs {
|
|
286
|
+
/**
|
|
287
|
+
* The name of the NetApp account
|
|
288
|
+
*/
|
|
289
|
+
accountName: pulumi.Input<string>;
|
|
290
|
+
/**
|
|
291
|
+
* Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
|
|
292
|
+
*/
|
|
293
|
+
avsDataStore?: pulumi.Input<string | enums.netapp.v20230701preview.AvsDataStore>;
|
|
294
|
+
/**
|
|
295
|
+
* UUID v4 or resource identifier used to identify the Backup.
|
|
296
|
+
*/
|
|
297
|
+
backupId?: pulumi.Input<string>;
|
|
298
|
+
/**
|
|
299
|
+
* Pool Resource Id used in case of creating a volume through volume group
|
|
300
|
+
*/
|
|
301
|
+
capacityPoolResourceId?: pulumi.Input<string>;
|
|
302
|
+
/**
|
|
303
|
+
* Specifies whether Cool Access(tiering) is enabled for the volume.
|
|
304
|
+
*/
|
|
305
|
+
coolAccess?: pulumi.Input<boolean>;
|
|
306
|
+
/**
|
|
307
|
+
* 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:
|
|
308
|
+
* Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
|
|
309
|
+
* OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
|
|
310
|
+
* Never - No client-driven data is pulled from cool tier to standard storage.
|
|
311
|
+
*/
|
|
312
|
+
coolAccessRetrievalPolicy?: pulumi.Input<string | enums.netapp.v20230701preview.CoolAccessRetrievalPolicy>;
|
|
313
|
+
/**
|
|
314
|
+
* Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
315
|
+
*/
|
|
316
|
+
coolnessPeriod?: pulumi.Input<number>;
|
|
317
|
+
/**
|
|
318
|
+
* A unique file path for the volume. Used when creating mount targets
|
|
319
|
+
*/
|
|
320
|
+
creationToken: pulumi.Input<string>;
|
|
321
|
+
/**
|
|
322
|
+
* DataProtection type volumes include an object containing details of the replication
|
|
323
|
+
*/
|
|
324
|
+
dataProtection?: pulumi.Input<inputs.netapp.v20230701preview.VolumePropertiesDataProtectionArgs>;
|
|
325
|
+
/**
|
|
326
|
+
* Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
|
|
327
|
+
*/
|
|
328
|
+
defaultGroupQuotaInKiBs?: pulumi.Input<number>;
|
|
329
|
+
/**
|
|
330
|
+
* Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
|
|
331
|
+
*/
|
|
332
|
+
defaultUserQuotaInKiBs?: pulumi.Input<number>;
|
|
333
|
+
/**
|
|
334
|
+
* If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
|
|
335
|
+
*/
|
|
336
|
+
deleteBaseSnapshot?: pulumi.Input<boolean>;
|
|
337
|
+
/**
|
|
338
|
+
* Flag indicating whether subvolume operations are enabled on the volume
|
|
339
|
+
*/
|
|
340
|
+
enableSubvolumes?: pulumi.Input<string | enums.netapp.v20230701preview.EnableSubvolumes>;
|
|
341
|
+
/**
|
|
342
|
+
* 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'
|
|
343
|
+
*/
|
|
344
|
+
encryptionKeySource?: pulumi.Input<string | enums.netapp.v20230701preview.EncryptionKeySource>;
|
|
345
|
+
/**
|
|
346
|
+
* Set of export policy rules
|
|
347
|
+
*/
|
|
348
|
+
exportPolicy?: pulumi.Input<inputs.netapp.v20230701preview.VolumePropertiesExportPolicyArgs>;
|
|
349
|
+
/**
|
|
350
|
+
* Specifies if default quota is enabled for the volume.
|
|
351
|
+
*/
|
|
352
|
+
isDefaultQuotaEnabled?: pulumi.Input<boolean>;
|
|
353
|
+
/**
|
|
354
|
+
* Specifies whether volume is a Large Volume or Regular Volume.
|
|
355
|
+
*/
|
|
356
|
+
isLargeVolume?: pulumi.Input<boolean>;
|
|
357
|
+
/**
|
|
358
|
+
* Restoring
|
|
359
|
+
*/
|
|
360
|
+
isRestoring?: pulumi.Input<boolean>;
|
|
361
|
+
/**
|
|
362
|
+
* Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
|
|
363
|
+
*/
|
|
364
|
+
kerberosEnabled?: pulumi.Input<boolean>;
|
|
365
|
+
/**
|
|
366
|
+
* The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
|
|
367
|
+
*/
|
|
368
|
+
keyVaultPrivateEndpointResourceId?: pulumi.Input<string>;
|
|
369
|
+
/**
|
|
370
|
+
* Specifies whether LDAP is enabled or not for a given NFS volume.
|
|
371
|
+
*/
|
|
372
|
+
ldapEnabled?: pulumi.Input<boolean>;
|
|
373
|
+
/**
|
|
374
|
+
* The geo-location where the resource lives
|
|
375
|
+
*/
|
|
376
|
+
location?: pulumi.Input<string>;
|
|
377
|
+
/**
|
|
378
|
+
* Network features available to the volume, or current state of update.
|
|
379
|
+
*/
|
|
380
|
+
networkFeatures?: pulumi.Input<string | enums.netapp.v20230701preview.NetworkFeatures>;
|
|
381
|
+
/**
|
|
382
|
+
* Application specific placement rules for the particular volume
|
|
383
|
+
*/
|
|
384
|
+
placementRules?: pulumi.Input<pulumi.Input<inputs.netapp.v20230701preview.PlacementKeyValuePairsArgs>[]>;
|
|
385
|
+
/**
|
|
386
|
+
* The name of the capacity pool
|
|
387
|
+
*/
|
|
388
|
+
poolName: pulumi.Input<string>;
|
|
389
|
+
/**
|
|
390
|
+
* Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
391
|
+
*/
|
|
392
|
+
protocolTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
393
|
+
/**
|
|
394
|
+
* Proximity placement group associated with the volume
|
|
395
|
+
*/
|
|
396
|
+
proximityPlacementGroup?: pulumi.Input<string>;
|
|
397
|
+
/**
|
|
398
|
+
* The name of the resource group. The name is case insensitive.
|
|
399
|
+
*/
|
|
400
|
+
resourceGroupName: pulumi.Input<string>;
|
|
401
|
+
/**
|
|
402
|
+
* The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
|
|
403
|
+
*/
|
|
404
|
+
securityStyle?: pulumi.Input<string | enums.netapp.v20230701preview.SecurityStyle>;
|
|
405
|
+
/**
|
|
406
|
+
* The service level of the file system
|
|
407
|
+
*/
|
|
408
|
+
serviceLevel?: pulumi.Input<string | enums.netapp.v20230701preview.ServiceLevel>;
|
|
409
|
+
/**
|
|
410
|
+
* Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
411
|
+
*/
|
|
412
|
+
smbAccessBasedEnumeration?: pulumi.Input<string | enums.netapp.v20230701preview.SmbAccessBasedEnumeration>;
|
|
413
|
+
/**
|
|
414
|
+
* Enables continuously available share property for smb volume. Only applicable for SMB volume
|
|
415
|
+
*/
|
|
416
|
+
smbContinuouslyAvailable?: pulumi.Input<boolean>;
|
|
417
|
+
/**
|
|
418
|
+
* Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
|
|
419
|
+
*/
|
|
420
|
+
smbEncryption?: pulumi.Input<boolean>;
|
|
421
|
+
/**
|
|
422
|
+
* Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
423
|
+
*/
|
|
424
|
+
smbNonBrowsable?: pulumi.Input<string | enums.netapp.v20230701preview.SmbNonBrowsable>;
|
|
425
|
+
/**
|
|
426
|
+
* 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).
|
|
427
|
+
*/
|
|
428
|
+
snapshotDirectoryVisible?: pulumi.Input<boolean>;
|
|
429
|
+
/**
|
|
430
|
+
* UUID v4 or resource identifier used to identify the Snapshot.
|
|
431
|
+
*/
|
|
432
|
+
snapshotId?: pulumi.Input<string>;
|
|
433
|
+
/**
|
|
434
|
+
* The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
|
|
435
|
+
*/
|
|
436
|
+
subnetId: pulumi.Input<string>;
|
|
437
|
+
/**
|
|
438
|
+
* Resource tags.
|
|
439
|
+
*/
|
|
440
|
+
tags?: pulumi.Input<{
|
|
441
|
+
[key: string]: pulumi.Input<string>;
|
|
442
|
+
}>;
|
|
443
|
+
throughputMibps?: pulumi.Input<number>;
|
|
444
|
+
/**
|
|
445
|
+
* 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.
|
|
446
|
+
*/
|
|
447
|
+
unixPermissions?: pulumi.Input<string>;
|
|
448
|
+
/**
|
|
449
|
+
* Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
|
|
450
|
+
*/
|
|
451
|
+
usageThreshold: pulumi.Input<number>;
|
|
452
|
+
/**
|
|
453
|
+
* The name of the volume
|
|
454
|
+
*/
|
|
455
|
+
volumeName?: pulumi.Input<string>;
|
|
456
|
+
/**
|
|
457
|
+
* Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
|
|
458
|
+
*/
|
|
459
|
+
volumeSpecName?: pulumi.Input<string>;
|
|
460
|
+
/**
|
|
461
|
+
* What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
|
|
462
|
+
*/
|
|
463
|
+
volumeType?: pulumi.Input<string>;
|
|
464
|
+
/**
|
|
465
|
+
* Availability Zone
|
|
466
|
+
*/
|
|
467
|
+
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
468
|
+
}
|