@azure/arm-netapp 15.0.0 → 15.1.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/CHANGELOG.md +43 -0
- package/README.md +11 -0
- package/dist/index.js +1277 -216
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/accountBackupsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountBackupsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountBackupsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/accountBackupsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/accountBackupsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountBackupsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountBackupsGetSample.js +32 -0
- package/dist-esm/samples-dev/accountBackupsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/accountBackupsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountBackupsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountBackupsListSample.js +45 -0
- package/dist-esm/samples-dev/accountBackupsListSample.js.map +1 -0
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +48 -0
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/accountsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountsGetSample.js +31 -0
- package/dist-esm/samples-dev/accountsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/accountsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountsListSample.js +44 -0
- package/dist-esm/samples-dev/accountsListSample.js.map +1 -0
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountsUpdateSample.js +32 -0
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupPoliciesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesCreateSample.js +39 -0
- package/dist-esm/samples-dev/backupPoliciesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesGetSample.js +32 -0
- package/dist-esm/samples-dev/backupPoliciesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupPoliciesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesListSample.js +45 -0
- package/dist-esm/samples-dev/backupPoliciesListSample.js.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupPoliciesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupPoliciesUpdateSample.js +39 -0
- package/dist-esm/samples-dev/backupPoliciesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsCreateSample.js +35 -0
- package/dist-esm/samples-dev/backupsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsDeleteSample.js +34 -0
- package/dist-esm/samples-dev/backupsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsGetSample.js +34 -0
- package/dist-esm/samples-dev/backupsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsGetStatusSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsGetStatusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsGetStatusSample.js +33 -0
- package/dist-esm/samples-dev/backupsGetStatusSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsGetVolumeRestoreStatusSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsGetVolumeRestoreStatusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsGetVolumeRestoreStatusSample.js +33 -0
- package/dist-esm/samples-dev/backupsGetVolumeRestoreStatusSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsListSample.js +47 -0
- package/dist-esm/samples-dev/backupsListSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsUpdateSample.js +36 -0
- package/dist-esm/samples-dev/backupsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/netAppResourceCheckFilePathAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/netAppResourceCheckFilePathAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/netAppResourceCheckFilePathAvailabilitySample.js +32 -0
- package/dist-esm/samples-dev/netAppResourceCheckFilePathAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/netAppResourceCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/netAppResourceCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/netAppResourceCheckNameAvailabilitySample.js +33 -0
- package/dist-esm/samples-dev/netAppResourceCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/netAppResourceCheckQuotaAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/netAppResourceCheckQuotaAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/netAppResourceCheckQuotaAvailabilitySample.js +33 -0
- package/dist-esm/samples-dev/netAppResourceCheckQuotaAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsGetSample.js +31 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsListSample.js +44 -0
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsListSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +43 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +38 -0
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/poolsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/poolsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolsGetSample.js +32 -0
- package/dist-esm/samples-dev/poolsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/poolsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolsListSample.js +45 -0
- package/dist-esm/samples-dev/poolsListSample.js.map +1 -0
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/poolsUpdateSample.js +33 -0
- package/dist-esm/samples-dev/poolsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotPoliciesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesCreateSample.js +50 -0
- package/dist-esm/samples-dev/snapshotPoliciesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotPoliciesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/snapshotPoliciesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotPoliciesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesGetSample.js +32 -0
- package/dist-esm/samples-dev/snapshotPoliciesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotPoliciesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesListSample.js +45 -0
- package/dist-esm/samples-dev/snapshotPoliciesListSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesListVolumesSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotPoliciesListVolumesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesListVolumesSample.js +32 -0
- package/dist-esm/samples-dev/snapshotPoliciesListVolumesSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotPoliciesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotPoliciesUpdateSample.js +50 -0
- package/dist-esm/samples-dev/snapshotPoliciesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotsCreateSample.js +35 -0
- package/dist-esm/samples-dev/snapshotsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotsDeleteSample.js +34 -0
- package/dist-esm/samples-dev/snapshotsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotsGetSample.js +34 -0
- package/dist-esm/samples-dev/snapshotsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotsListSample.js +47 -0
- package/dist-esm/samples-dev/snapshotsListSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotsRestoreFilesSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotsRestoreFilesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotsRestoreFilesSample.js +37 -0
- package/dist-esm/samples-dev/snapshotsRestoreFilesSample.js.map +1 -0
- package/dist-esm/samples-dev/snapshotsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/snapshotsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/snapshotsUpdateSample.js +35 -0
- package/dist-esm/samples-dev/snapshotsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/subvolumesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/subvolumesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subvolumesCreateSample.js +35 -0
- package/dist-esm/samples-dev/subvolumesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/subvolumesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/subvolumesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subvolumesDeleteSample.js +34 -0
- package/dist-esm/samples-dev/subvolumesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/subvolumesGetMetadataSample.d.ts +2 -0
- package/dist-esm/samples-dev/subvolumesGetMetadataSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subvolumesGetMetadataSample.js +34 -0
- package/dist-esm/samples-dev/subvolumesGetMetadataSample.js.map +1 -0
- package/dist-esm/samples-dev/subvolumesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/subvolumesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subvolumesGetSample.js +34 -0
- package/dist-esm/samples-dev/subvolumesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/subvolumesListByVolumeSample.d.ts +2 -0
- package/dist-esm/samples-dev/subvolumesListByVolumeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subvolumesListByVolumeSample.js +47 -0
- package/dist-esm/samples-dev/subvolumesListByVolumeSample.js.map +1 -0
- package/dist-esm/samples-dev/subvolumesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/subvolumesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subvolumesUpdateSample.js +35 -0
- package/dist-esm/samples-dev/subvolumesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/vaultsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/vaultsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vaultsListSample.js +45 -0
- package/dist-esm/samples-dev/vaultsListSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeGroupsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +76 -0
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeGroupsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +32 -0
- package/dist-esm/samples-dev/volumeGroupsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsListByNetAppAccountSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeGroupsListByNetAppAccountSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeGroupsListByNetAppAccountSample.js +45 -0
- package/dist-esm/samples-dev/volumeGroupsListByNetAppAccountSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesAuthorizeReplicationSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesAuthorizeReplicationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesAuthorizeReplicationSample.js +36 -0
- package/dist-esm/samples-dev/volumesAuthorizeReplicationSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesBreakReplicationSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesBreakReplicationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesBreakReplicationSample.js +35 -0
- package/dist-esm/samples-dev/volumesBreakReplicationSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js +42 -0
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesDeleteReplicationSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesDeleteReplicationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesDeleteReplicationSample.js +33 -0
- package/dist-esm/samples-dev/volumesDeleteReplicationSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesDeleteSample.js +33 -0
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesGetSample.js +33 -0
- package/dist-esm/samples-dev/volumesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesListSample.js +46 -0
- package/dist-esm/samples-dev/volumesListSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesPoolChangeSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesPoolChangeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesPoolChangeSample.js +36 -0
- package/dist-esm/samples-dev/volumesPoolChangeSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesReInitializeReplicationSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesReInitializeReplicationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesReInitializeReplicationSample.js +33 -0
- package/dist-esm/samples-dev/volumesReInitializeReplicationSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesReplicationStatusSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesReplicationStatusSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesReplicationStatusSample.js +33 -0
- package/dist-esm/samples-dev/volumesReplicationStatusSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesResyncReplicationSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesResyncReplicationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesResyncReplicationSample.js +33 -0
- package/dist-esm/samples-dev/volumesResyncReplicationSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesRevertSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesRevertSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesRevertSample.js +36 -0
- package/dist-esm/samples-dev/volumesRevertSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumesUpdateSample.js +34 -0
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +201 -2
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +8 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +316 -8
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +9 -4
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +45 -9
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/netAppManagementClient.d.ts +2 -1
- package/dist-esm/src/netAppManagementClient.d.ts.map +1 -1
- package/dist-esm/src/netAppManagementClient.js +4 -3
- package/dist-esm/src/netAppManagementClient.js.map +1 -1
- package/dist-esm/src/operations/backupPolicies.js +2 -2
- package/dist-esm/src/operations/backups.js +2 -2
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/snapshotPolicies.js +2 -2
- package/dist-esm/src/operations/snapshots.d.ts +23 -1
- package/dist-esm/src/operations/snapshots.d.ts.map +1 -1
- package/dist-esm/src/operations/snapshots.js +84 -0
- package/dist-esm/src/operations/snapshots.js.map +1 -1
- package/dist-esm/src/operations/subvolumes.d.ts +139 -0
- package/dist-esm/src/operations/subvolumes.d.ts.map +1 -0
- package/dist-esm/src/operations/subvolumes.js +564 -0
- package/dist-esm/src/operations/subvolumes.js.map +1 -0
- package/dist-esm/src/operations/volumeGroups.js +1 -1
- package/dist-esm/src/operations/volumes.js +1 -1
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts +23 -1
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/subvolumes.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/subvolumes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subvolumes.js +9 -0
- package/dist-esm/src/operationsInterfaces/subvolumes.js.map +1 -0
- package/package.json +33 -12
- package/review/arm-netapp.api.md +149 -0
- package/rollup.config.js +6 -72
- package/src/models/index.ts +228 -2
- package/src/models/mappers.ts +329 -8
- package/src/models/parameters.ts +53 -9
- package/src/netAppManagementClient.ts +8 -4
- package/src/operations/backupPolicies.ts +2 -2
- package/src/operations/backups.ts +2 -2
- package/src/operations/index.ts +1 -0
- package/src/operations/snapshotPolicies.ts +2 -2
- package/src/operations/snapshots.ts +131 -1
- package/src/operations/subvolumes.ts +843 -0
- package/src/operations/volumeGroups.ts +1 -1
- package/src/operations/volumes.ts +1 -1
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/snapshots.ts +41 -1
- package/src/operationsInterfaces/subvolumes.ts +220 -0
- package/tsconfig.json +19 -5
- package/types/arm-netapp.d.ts +353 -2
package/types/arm-netapp.d.ts
CHANGED
|
@@ -250,6 +250,8 @@ export declare interface ActiveDirectory {
|
|
|
250
250
|
allowLocalNfsUsersWithLdap?: boolean;
|
|
251
251
|
/** If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted. */
|
|
252
252
|
encryptDCConnections?: boolean;
|
|
253
|
+
/** LDAP Search scope options */
|
|
254
|
+
ldapSearchScope?: LdapSearchScopeOpt;
|
|
253
255
|
}
|
|
254
256
|
|
|
255
257
|
/**
|
|
@@ -546,6 +548,11 @@ export declare interface BackupPolicy {
|
|
|
546
548
|
tags?: {
|
|
547
549
|
[propertyName: string]: string;
|
|
548
550
|
};
|
|
551
|
+
/**
|
|
552
|
+
* The system meta data relating to this resource.
|
|
553
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
554
|
+
*/
|
|
555
|
+
readonly systemData?: SystemData;
|
|
549
556
|
/**
|
|
550
557
|
* Backup Policy Resource ID
|
|
551
558
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -939,12 +946,17 @@ export declare interface CapacityPool {
|
|
|
939
946
|
tags?: {
|
|
940
947
|
[propertyName: string]: string;
|
|
941
948
|
};
|
|
949
|
+
/**
|
|
950
|
+
* The system meta data relating to this resource.
|
|
951
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
952
|
+
*/
|
|
953
|
+
readonly systemData?: SystemData;
|
|
942
954
|
/**
|
|
943
955
|
* UUID v4 used to identify the Pool
|
|
944
956
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
945
957
|
*/
|
|
946
958
|
readonly poolId?: string;
|
|
947
|
-
/** Provisioned size of the pool (in bytes). Allowed values are in
|
|
959
|
+
/** Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104). */
|
|
948
960
|
size: number;
|
|
949
961
|
/** The service level of the file system */
|
|
950
962
|
serviceLevel: ServiceLevel;
|
|
@@ -1002,7 +1014,7 @@ export declare interface CapacityPoolPatch {
|
|
|
1002
1014
|
tags?: {
|
|
1003
1015
|
[propertyName: string]: string;
|
|
1004
1016
|
};
|
|
1005
|
-
/** Provisioned size of the pool (in bytes). Allowed values are in
|
|
1017
|
+
/** Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104). */
|
|
1006
1018
|
size?: number;
|
|
1007
1019
|
/** The qos type of the pool */
|
|
1008
1020
|
qosType?: QosType;
|
|
@@ -1098,6 +1110,16 @@ export declare interface Dimension {
|
|
|
1098
1110
|
displayName?: string;
|
|
1099
1111
|
}
|
|
1100
1112
|
|
|
1113
|
+
/**
|
|
1114
|
+
* Defines values for EnableSubvolumes. \
|
|
1115
|
+
* {@link KnownEnableSubvolumes} can be used interchangeably with EnableSubvolumes,
|
|
1116
|
+
* this enum contains the known values that the service supports.
|
|
1117
|
+
* ### Known values supported by the service
|
|
1118
|
+
* **Enabled**: subvolumes are enabled \
|
|
1119
|
+
* **Disabled**: subvolumes are not enabled
|
|
1120
|
+
*/
|
|
1121
|
+
export declare type EnableSubvolumes = string;
|
|
1122
|
+
|
|
1101
1123
|
/**
|
|
1102
1124
|
* Defines values for EncryptionType. \
|
|
1103
1125
|
* {@link KnownEncryptionType} can be used interchangeably with EncryptionType,
|
|
@@ -1245,6 +1267,14 @@ export declare enum KnownCreatedByType {
|
|
|
1245
1267
|
Key = "Key"
|
|
1246
1268
|
}
|
|
1247
1269
|
|
|
1270
|
+
/** Known values of {@link EnableSubvolumes} that the service accepts. */
|
|
1271
|
+
export declare enum KnownEnableSubvolumes {
|
|
1272
|
+
/** subvolumes are enabled */
|
|
1273
|
+
Enabled = "Enabled",
|
|
1274
|
+
/** subvolumes are not enabled */
|
|
1275
|
+
Disabled = "Disabled"
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1248
1278
|
/** Known values of {@link EncryptionType} that the service accepts. */
|
|
1249
1279
|
export declare enum KnownEncryptionType {
|
|
1250
1280
|
/** EncryptionType Single, volumes will use single encryption at rest */
|
|
@@ -1334,6 +1364,16 @@ export declare enum KnownVolumeStorageToNetworkProximity {
|
|
|
1334
1364
|
T2 = "T2"
|
|
1335
1365
|
}
|
|
1336
1366
|
|
|
1367
|
+
/** LDAP search scope */
|
|
1368
|
+
export declare interface LdapSearchScopeOpt {
|
|
1369
|
+
/** This specifies the user DN, which overrides the base DN for user lookups. */
|
|
1370
|
+
userDN?: string;
|
|
1371
|
+
/** This specifies the group DN, which overrides the base DN for group lookups. */
|
|
1372
|
+
groupDN?: string;
|
|
1373
|
+
/** This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server. */
|
|
1374
|
+
groupMembershipFilter?: string;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1337
1377
|
/** Log Definition of a single resource metric. */
|
|
1338
1378
|
export declare interface LogSpecification {
|
|
1339
1379
|
/** Name of log specification. */
|
|
@@ -1580,6 +1620,7 @@ export declare class NetAppManagementClient extends coreClient.ServiceClient {
|
|
|
1580
1620
|
backupPolicies: BackupPolicies;
|
|
1581
1621
|
vaults: Vaults;
|
|
1582
1622
|
volumeGroups: VolumeGroups;
|
|
1623
|
+
subvolumes: Subvolumes;
|
|
1583
1624
|
}
|
|
1584
1625
|
|
|
1585
1626
|
/** Optional parameters. */
|
|
@@ -2235,6 +2276,11 @@ export declare interface SnapshotPolicy {
|
|
|
2235
2276
|
tags?: {
|
|
2236
2277
|
[propertyName: string]: string;
|
|
2237
2278
|
};
|
|
2279
|
+
/**
|
|
2280
|
+
* The system meta data relating to this resource.
|
|
2281
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2282
|
+
*/
|
|
2283
|
+
readonly systemData?: SystemData;
|
|
2238
2284
|
/** Schedule for hourly snapshots */
|
|
2239
2285
|
hourlySchedule?: HourlySchedule;
|
|
2240
2286
|
/** Schedule for daily snapshots */
|
|
@@ -2338,6 +2384,14 @@ export declare interface SnapshotPolicyVolumeList {
|
|
|
2338
2384
|
value?: Volume[];
|
|
2339
2385
|
}
|
|
2340
2386
|
|
|
2387
|
+
/** Restore payload for Single File Snapshot Restore */
|
|
2388
|
+
export declare interface SnapshotRestoreFiles {
|
|
2389
|
+
/** List of files to be restored */
|
|
2390
|
+
filePaths: string[];
|
|
2391
|
+
/** Destination folder where the files will be restored */
|
|
2392
|
+
destinationPath?: string;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2341
2395
|
/** Interface representing a Snapshots. */
|
|
2342
2396
|
export declare interface Snapshots {
|
|
2343
2397
|
/**
|
|
@@ -2423,6 +2477,28 @@ export declare interface Snapshots {
|
|
|
2423
2477
|
* @param options The options parameters.
|
|
2424
2478
|
*/
|
|
2425
2479
|
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsDeleteOptionalParams): Promise<void>;
|
|
2480
|
+
/**
|
|
2481
|
+
* Restore the specified files from the specified snapshot to the active filesystem
|
|
2482
|
+
* @param resourceGroupName The name of the resource group.
|
|
2483
|
+
* @param accountName The name of the NetApp account
|
|
2484
|
+
* @param poolName The name of the capacity pool
|
|
2485
|
+
* @param volumeName The name of the volume
|
|
2486
|
+
* @param snapshotName The name of the snapshot
|
|
2487
|
+
* @param body Restore payload supplied in the body of the operation.
|
|
2488
|
+
* @param options The options parameters.
|
|
2489
|
+
*/
|
|
2490
|
+
beginRestoreFiles(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: SnapshotRestoreFiles, options?: SnapshotsRestoreFilesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2491
|
+
/**
|
|
2492
|
+
* Restore the specified files from the specified snapshot to the active filesystem
|
|
2493
|
+
* @param resourceGroupName The name of the resource group.
|
|
2494
|
+
* @param accountName The name of the NetApp account
|
|
2495
|
+
* @param poolName The name of the capacity pool
|
|
2496
|
+
* @param volumeName The name of the volume
|
|
2497
|
+
* @param snapshotName The name of the snapshot
|
|
2498
|
+
* @param body Restore payload supplied in the body of the operation.
|
|
2499
|
+
* @param options The options parameters.
|
|
2500
|
+
*/
|
|
2501
|
+
beginRestoreFilesAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: SnapshotRestoreFiles, options?: SnapshotsRestoreFilesOptionalParams): Promise<void>;
|
|
2426
2502
|
}
|
|
2427
2503
|
|
|
2428
2504
|
/** Optional parameters. */
|
|
@@ -2464,6 +2540,14 @@ export declare interface SnapshotsListOptionalParams extends coreClient.Operatio
|
|
|
2464
2540
|
/** Contains response data for the list operation. */
|
|
2465
2541
|
export declare type SnapshotsListResponse = SnapshotsList;
|
|
2466
2542
|
|
|
2543
|
+
/** Optional parameters. */
|
|
2544
|
+
export declare interface SnapshotsRestoreFilesOptionalParams extends coreClient.OperationOptions {
|
|
2545
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2546
|
+
updateIntervalInMs?: number;
|
|
2547
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2548
|
+
resumeFrom?: string;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2467
2551
|
/** Optional parameters. */
|
|
2468
2552
|
export declare interface SnapshotsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2469
2553
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2500,6 +2584,250 @@ export declare interface SubscriptionQuotaItemList {
|
|
|
2500
2584
|
value?: SubscriptionQuotaItem[];
|
|
2501
2585
|
}
|
|
2502
2586
|
|
|
2587
|
+
/** Subvolume Information properties */
|
|
2588
|
+
export declare type SubvolumeInfo = ProxyResource & {
|
|
2589
|
+
/**
|
|
2590
|
+
* The system meta data relating to this resource.
|
|
2591
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2592
|
+
*/
|
|
2593
|
+
readonly systemData?: SystemData;
|
|
2594
|
+
/** Path to the subvolume */
|
|
2595
|
+
path?: string;
|
|
2596
|
+
/** Truncate subvolume to the provided size in bytes */
|
|
2597
|
+
size?: number;
|
|
2598
|
+
/** parent path to the subvolume */
|
|
2599
|
+
parentPath?: string;
|
|
2600
|
+
/**
|
|
2601
|
+
* Azure lifecycle management
|
|
2602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2603
|
+
*/
|
|
2604
|
+
readonly provisioningState?: string;
|
|
2605
|
+
};
|
|
2606
|
+
|
|
2607
|
+
/** Result of the post subvolume and action is to get metadata of the subvolume. */
|
|
2608
|
+
export declare interface SubvolumeModel {
|
|
2609
|
+
/**
|
|
2610
|
+
* Resource Id
|
|
2611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2612
|
+
*/
|
|
2613
|
+
readonly id?: string;
|
|
2614
|
+
/**
|
|
2615
|
+
* Resource name
|
|
2616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2617
|
+
*/
|
|
2618
|
+
readonly name?: string;
|
|
2619
|
+
/**
|
|
2620
|
+
* Resource type
|
|
2621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2622
|
+
*/
|
|
2623
|
+
readonly type?: string;
|
|
2624
|
+
/** Path to the subvolume */
|
|
2625
|
+
path?: string;
|
|
2626
|
+
/** Path to the parent subvolume */
|
|
2627
|
+
parentPath?: string;
|
|
2628
|
+
/** Size of subvolume */
|
|
2629
|
+
size?: number;
|
|
2630
|
+
/** Bytes used */
|
|
2631
|
+
bytesUsed?: number;
|
|
2632
|
+
/** Permissions of the subvolume */
|
|
2633
|
+
permissions?: string;
|
|
2634
|
+
/** Creation time and date */
|
|
2635
|
+
creationTimeStamp?: Date;
|
|
2636
|
+
/** Most recent access time and date */
|
|
2637
|
+
accessedTimeStamp?: Date;
|
|
2638
|
+
/** Most recent modification time and date */
|
|
2639
|
+
modifiedTimeStamp?: Date;
|
|
2640
|
+
/** Most recent change time and date */
|
|
2641
|
+
changedTimeStamp?: Date;
|
|
2642
|
+
/** Azure lifecycle management */
|
|
2643
|
+
provisioningState?: string;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
/** Subvolume Patch Request properties */
|
|
2647
|
+
export declare interface SubvolumePatchRequest {
|
|
2648
|
+
/** Truncate subvolume to the provided size in bytes */
|
|
2649
|
+
size?: number;
|
|
2650
|
+
/** path to the subvolume */
|
|
2651
|
+
path?: string;
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
/** Interface representing a Subvolumes. */
|
|
2655
|
+
export declare interface Subvolumes {
|
|
2656
|
+
/**
|
|
2657
|
+
* Returns a list of the subvolumes in the volume
|
|
2658
|
+
* @param resourceGroupName The name of the resource group.
|
|
2659
|
+
* @param accountName The name of the NetApp account
|
|
2660
|
+
* @param poolName The name of the capacity pool
|
|
2661
|
+
* @param volumeName The name of the volume
|
|
2662
|
+
* @param options The options parameters.
|
|
2663
|
+
*/
|
|
2664
|
+
listByVolume(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: SubvolumesListByVolumeOptionalParams): PagedAsyncIterableIterator<SubvolumeInfo>;
|
|
2665
|
+
/**
|
|
2666
|
+
* Returns the path associated with the subvolumeName provided
|
|
2667
|
+
* @param resourceGroupName The name of the resource group.
|
|
2668
|
+
* @param accountName The name of the NetApp account
|
|
2669
|
+
* @param poolName The name of the capacity pool
|
|
2670
|
+
* @param volumeName The name of the volume
|
|
2671
|
+
* @param subvolumeName The name of the subvolume.
|
|
2672
|
+
* @param options The options parameters.
|
|
2673
|
+
*/
|
|
2674
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetOptionalParams): Promise<SubvolumesGetResponse>;
|
|
2675
|
+
/**
|
|
2676
|
+
* Creates a subvolume in the path or clones the subvolume mentioned in the parentPath
|
|
2677
|
+
* @param resourceGroupName The name of the resource group.
|
|
2678
|
+
* @param accountName The name of the NetApp account
|
|
2679
|
+
* @param poolName The name of the capacity pool
|
|
2680
|
+
* @param volumeName The name of the volume
|
|
2681
|
+
* @param subvolumeName The name of the subvolume.
|
|
2682
|
+
* @param body Subvolume object supplied in the body of the operation.
|
|
2683
|
+
* @param options The options parameters.
|
|
2684
|
+
*/
|
|
2685
|
+
beginCreate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumeInfo, options?: SubvolumesCreateOptionalParams): Promise<PollerLike<PollOperationState<SubvolumesCreateResponse>, SubvolumesCreateResponse>>;
|
|
2686
|
+
/**
|
|
2687
|
+
* Creates a subvolume in the path or clones the subvolume mentioned in the parentPath
|
|
2688
|
+
* @param resourceGroupName The name of the resource group.
|
|
2689
|
+
* @param accountName The name of the NetApp account
|
|
2690
|
+
* @param poolName The name of the capacity pool
|
|
2691
|
+
* @param volumeName The name of the volume
|
|
2692
|
+
* @param subvolumeName The name of the subvolume.
|
|
2693
|
+
* @param body Subvolume object supplied in the body of the operation.
|
|
2694
|
+
* @param options The options parameters.
|
|
2695
|
+
*/
|
|
2696
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumeInfo, options?: SubvolumesCreateOptionalParams): Promise<SubvolumesCreateResponse>;
|
|
2697
|
+
/**
|
|
2698
|
+
* Patch a subvolume
|
|
2699
|
+
* @param resourceGroupName The name of the resource group.
|
|
2700
|
+
* @param accountName The name of the NetApp account
|
|
2701
|
+
* @param poolName The name of the capacity pool
|
|
2702
|
+
* @param volumeName The name of the volume
|
|
2703
|
+
* @param subvolumeName The name of the subvolume.
|
|
2704
|
+
* @param body Subvolume object supplied in the body of the operation.
|
|
2705
|
+
* @param options The options parameters.
|
|
2706
|
+
*/
|
|
2707
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumePatchRequest, options?: SubvolumesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SubvolumesUpdateResponse>, SubvolumesUpdateResponse>>;
|
|
2708
|
+
/**
|
|
2709
|
+
* Patch a subvolume
|
|
2710
|
+
* @param resourceGroupName The name of the resource group.
|
|
2711
|
+
* @param accountName The name of the NetApp account
|
|
2712
|
+
* @param poolName The name of the capacity pool
|
|
2713
|
+
* @param volumeName The name of the volume
|
|
2714
|
+
* @param subvolumeName The name of the subvolume.
|
|
2715
|
+
* @param body Subvolume object supplied in the body of the operation.
|
|
2716
|
+
* @param options The options parameters.
|
|
2717
|
+
*/
|
|
2718
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, body: SubvolumePatchRequest, options?: SubvolumesUpdateOptionalParams): Promise<SubvolumesUpdateResponse>;
|
|
2719
|
+
/**
|
|
2720
|
+
* Delete subvolume
|
|
2721
|
+
* @param resourceGroupName The name of the resource group.
|
|
2722
|
+
* @param accountName The name of the NetApp account
|
|
2723
|
+
* @param poolName The name of the capacity pool
|
|
2724
|
+
* @param volumeName The name of the volume
|
|
2725
|
+
* @param subvolumeName The name of the subvolume.
|
|
2726
|
+
* @param options The options parameters.
|
|
2727
|
+
*/
|
|
2728
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2729
|
+
/**
|
|
2730
|
+
* Delete subvolume
|
|
2731
|
+
* @param resourceGroupName The name of the resource group.
|
|
2732
|
+
* @param accountName The name of the NetApp account
|
|
2733
|
+
* @param poolName The name of the capacity pool
|
|
2734
|
+
* @param volumeName The name of the volume
|
|
2735
|
+
* @param subvolumeName The name of the subvolume.
|
|
2736
|
+
* @param options The options parameters.
|
|
2737
|
+
*/
|
|
2738
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesDeleteOptionalParams): Promise<void>;
|
|
2739
|
+
/**
|
|
2740
|
+
* Get details of the specified subvolume
|
|
2741
|
+
* @param resourceGroupName The name of the resource group.
|
|
2742
|
+
* @param accountName The name of the NetApp account
|
|
2743
|
+
* @param poolName The name of the capacity pool
|
|
2744
|
+
* @param volumeName The name of the volume
|
|
2745
|
+
* @param subvolumeName The name of the subvolume.
|
|
2746
|
+
* @param options The options parameters.
|
|
2747
|
+
*/
|
|
2748
|
+
beginGetMetadata(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetMetadataOptionalParams): Promise<PollerLike<PollOperationState<SubvolumesGetMetadataResponse>, SubvolumesGetMetadataResponse>>;
|
|
2749
|
+
/**
|
|
2750
|
+
* Get details of the specified subvolume
|
|
2751
|
+
* @param resourceGroupName The name of the resource group.
|
|
2752
|
+
* @param accountName The name of the NetApp account
|
|
2753
|
+
* @param poolName The name of the capacity pool
|
|
2754
|
+
* @param volumeName The name of the volume
|
|
2755
|
+
* @param subvolumeName The name of the subvolume.
|
|
2756
|
+
* @param options The options parameters.
|
|
2757
|
+
*/
|
|
2758
|
+
beginGetMetadataAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, subvolumeName: string, options?: SubvolumesGetMetadataOptionalParams): Promise<SubvolumesGetMetadataResponse>;
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2761
|
+
/** Optional parameters. */
|
|
2762
|
+
export declare interface SubvolumesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2763
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2764
|
+
updateIntervalInMs?: number;
|
|
2765
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2766
|
+
resumeFrom?: string;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
/** Contains response data for the create operation. */
|
|
2770
|
+
export declare type SubvolumesCreateResponse = SubvolumeInfo;
|
|
2771
|
+
|
|
2772
|
+
/** Optional parameters. */
|
|
2773
|
+
export declare interface SubvolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2774
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2775
|
+
updateIntervalInMs?: number;
|
|
2776
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2777
|
+
resumeFrom?: string;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
/** Optional parameters. */
|
|
2781
|
+
export declare interface SubvolumesGetMetadataOptionalParams extends coreClient.OperationOptions {
|
|
2782
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2783
|
+
updateIntervalInMs?: number;
|
|
2784
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2785
|
+
resumeFrom?: string;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
/** Contains response data for the getMetadata operation. */
|
|
2789
|
+
export declare type SubvolumesGetMetadataResponse = SubvolumeModel;
|
|
2790
|
+
|
|
2791
|
+
/** Optional parameters. */
|
|
2792
|
+
export declare interface SubvolumesGetOptionalParams extends coreClient.OperationOptions {
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
/** Contains response data for the get operation. */
|
|
2796
|
+
export declare type SubvolumesGetResponse = SubvolumeInfo;
|
|
2797
|
+
|
|
2798
|
+
/** List of Subvolumes */
|
|
2799
|
+
export declare interface SubvolumesList {
|
|
2800
|
+
/** A list of Subvolumes */
|
|
2801
|
+
value?: SubvolumeInfo[];
|
|
2802
|
+
/** URL to get the next set of results. */
|
|
2803
|
+
nextLink?: string;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
/** Optional parameters. */
|
|
2807
|
+
export declare interface SubvolumesListByVolumeNextOptionalParams extends coreClient.OperationOptions {
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
/** Contains response data for the listByVolumeNext operation. */
|
|
2811
|
+
export declare type SubvolumesListByVolumeNextResponse = SubvolumesList;
|
|
2812
|
+
|
|
2813
|
+
/** Optional parameters. */
|
|
2814
|
+
export declare interface SubvolumesListByVolumeOptionalParams extends coreClient.OperationOptions {
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
/** Contains response data for the listByVolume operation. */
|
|
2818
|
+
export declare type SubvolumesListByVolumeResponse = SubvolumesList;
|
|
2819
|
+
|
|
2820
|
+
/** Optional parameters. */
|
|
2821
|
+
export declare interface SubvolumesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2822
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2823
|
+
updateIntervalInMs?: number;
|
|
2824
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2825
|
+
resumeFrom?: string;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
/** Contains response data for the update operation. */
|
|
2829
|
+
export declare type SubvolumesUpdateResponse = SubvolumeInfo;
|
|
2830
|
+
|
|
2503
2831
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2504
2832
|
export declare interface SystemData {
|
|
2505
2833
|
/** The identity that created the resource. */
|
|
@@ -2591,6 +2919,11 @@ export declare interface Volume {
|
|
|
2591
2919
|
tags?: {
|
|
2592
2920
|
[propertyName: string]: string;
|
|
2593
2921
|
};
|
|
2922
|
+
/**
|
|
2923
|
+
* The system meta data relating to this resource.
|
|
2924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2925
|
+
*/
|
|
2926
|
+
readonly systemData?: SystemData;
|
|
2594
2927
|
/**
|
|
2595
2928
|
* Unique FileSystem Identifier.
|
|
2596
2929
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2680,6 +3013,11 @@ export declare interface Volume {
|
|
|
2680
3013
|
defaultUserQuotaInKiBs?: number;
|
|
2681
3014
|
/** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
|
|
2682
3015
|
defaultGroupQuotaInKiBs?: number;
|
|
3016
|
+
/**
|
|
3017
|
+
* 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.
|
|
3018
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3019
|
+
*/
|
|
3020
|
+
readonly maximumNumberOfFiles?: number;
|
|
2683
3021
|
/**
|
|
2684
3022
|
* Volume Group Name
|
|
2685
3023
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2698,6 +3036,8 @@ export declare interface Volume {
|
|
|
2698
3036
|
volumeSpecName?: string;
|
|
2699
3037
|
/** Application specific placement rules for the particular volume */
|
|
2700
3038
|
placementRules?: PlacementKeyValuePairs[];
|
|
3039
|
+
/** Flag indicating whether subvolume operations are enabled on the volume */
|
|
3040
|
+
enableSubvolumes?: EnableSubvolumes;
|
|
2701
3041
|
}
|
|
2702
3042
|
|
|
2703
3043
|
/** Volume Backup Properties */
|
|
@@ -3006,6 +3346,11 @@ export declare interface VolumeGroupVolumeProperties {
|
|
|
3006
3346
|
defaultUserQuotaInKiBs?: number;
|
|
3007
3347
|
/** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
|
|
3008
3348
|
defaultGroupQuotaInKiBs?: number;
|
|
3349
|
+
/**
|
|
3350
|
+
* 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.
|
|
3351
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3352
|
+
*/
|
|
3353
|
+
readonly maximumNumberOfFiles?: number;
|
|
3009
3354
|
/**
|
|
3010
3355
|
* Volume Group Name
|
|
3011
3356
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3024,6 +3369,8 @@ export declare interface VolumeGroupVolumeProperties {
|
|
|
3024
3369
|
volumeSpecName?: string;
|
|
3025
3370
|
/** Application specific placement rules for the particular volume */
|
|
3026
3371
|
placementRules?: PlacementKeyValuePairs[];
|
|
3372
|
+
/** Flag indicating whether subvolume operations are enabled on the volume */
|
|
3373
|
+
enableSubvolumes?: EnableSubvolumes;
|
|
3027
3374
|
}
|
|
3028
3375
|
|
|
3029
3376
|
/** List of volume resources */
|
|
@@ -3073,6 +3420,8 @@ export declare interface VolumePatch {
|
|
|
3073
3420
|
defaultUserQuotaInKiBs?: number;
|
|
3074
3421
|
/** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
|
|
3075
3422
|
defaultGroupQuotaInKiBs?: number;
|
|
3423
|
+
/** 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. */
|
|
3424
|
+
unixPermissions?: string;
|
|
3076
3425
|
}
|
|
3077
3426
|
|
|
3078
3427
|
/** DataProtection type volumes include an object containing details of the replication */
|
|
@@ -3366,6 +3715,8 @@ export declare type VolumesCreateOrUpdateResponse = Volume;
|
|
|
3366
3715
|
|
|
3367
3716
|
/** Optional parameters. */
|
|
3368
3717
|
export declare interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3718
|
+
/** An option to force delete the volume. Will cleanup resources connected to the particular volume */
|
|
3719
|
+
forceDelete?: boolean;
|
|
3369
3720
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3370
3721
|
updateIntervalInMs?: number;
|
|
3371
3722
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|