@azure/arm-recoveryservices-siterecovery 0.1.0 → 4.0.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 +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +21 -21
- package/README.md +98 -96
- package/dist/index.js +32127 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +9867 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +382 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +722 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +19684 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +90 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +593 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +7 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +36 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/migrationRecoveryPoints.d.ts +51 -0
- package/dist-esm/src/operations/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist-esm/src/operations/migrationRecoveryPoints.js +186 -0
- package/dist-esm/src/operations/migrationRecoveryPoints.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +123 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/recoveryPoints.d.ts +51 -0
- package/dist-esm/src/operations/recoveryPoints.d.ts.map +1 -0
- package/dist-esm/src/operations/recoveryPoints.js +191 -0
- package/dist-esm/src/operations/recoveryPoints.js.map +1 -0
- package/dist-esm/src/operations/replicationAlertSettings.d.ts +45 -0
- package/dist-esm/src/operations/replicationAlertSettings.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationAlertSettings.js +182 -0
- package/dist-esm/src/operations/replicationAlertSettings.js.map +1 -0
- package/dist-esm/src/operations/replicationAppliances.d.ts +32 -0
- package/dist-esm/src/operations/replicationAppliances.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationAppliances.js +125 -0
- package/dist-esm/src/operations/replicationAppliances.js.map +1 -0
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.d.ts +25 -0
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.js +75 -0
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist-esm/src/operations/replicationEvents.d.ts +38 -0
- package/dist-esm/src/operations/replicationEvents.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationEvents.js +152 -0
- package/dist-esm/src/operations/replicationEvents.js.map +1 -0
- package/dist-esm/src/operations/replicationFabrics.d.ts +129 -0
- package/dist-esm/src/operations/replicationFabrics.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationFabrics.js +649 -0
- package/dist-esm/src/operations/replicationFabrics.js.map +1 -0
- package/dist-esm/src/operations/replicationJobs.d.ts +89 -0
- package/dist-esm/src/operations/replicationJobs.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationJobs.js +459 -0
- package/dist-esm/src/operations/replicationJobs.js.map +1 -0
- package/dist-esm/src/operations/replicationLogicalNetworks.d.ts +43 -0
- package/dist-esm/src/operations/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationLogicalNetworks.js +160 -0
- package/dist-esm/src/operations/replicationLogicalNetworks.js.map +1 -0
- package/dist-esm/src/operations/replicationMigrationItems.d.ts +190 -0
- package/dist-esm/src/operations/replicationMigrationItems.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationMigrationItems.js +902 -0
- package/dist-esm/src/operations/replicationMigrationItems.js.map +1 -0
- package/dist-esm/src/operations/replicationNetworkMappings.d.ts +118 -0
- package/dist-esm/src/operations/replicationNetworkMappings.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationNetworkMappings.js +506 -0
- package/dist-esm/src/operations/replicationNetworkMappings.js.map +1 -0
- package/dist-esm/src/operations/replicationNetworks.d.ts +61 -0
- package/dist-esm/src/operations/replicationNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationNetworks.js +260 -0
- package/dist-esm/src/operations/replicationNetworks.js.map +1 -0
- package/dist-esm/src/operations/replicationPolicies.d.ts +79 -0
- package/dist-esm/src/operations/replicationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationPolicies.js +373 -0
- package/dist-esm/src/operations/replicationPolicies.js.map +1 -0
- package/dist-esm/src/operations/replicationProtectableItems.d.ts +47 -0
- package/dist-esm/src/operations/replicationProtectableItems.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationProtectableItems.js +177 -0
- package/dist-esm/src/operations/replicationProtectableItems.js.map +1 -0
- package/dist-esm/src/operations/replicationProtectedItems.d.ts +412 -0
- package/dist-esm/src/operations/replicationProtectedItems.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationProtectedItems.js +1977 -0
- package/dist-esm/src/operations/replicationProtectedItems.js.map +1 -0
- package/dist-esm/src/operations/replicationProtectionContainerMappings.d.ts +136 -0
- package/dist-esm/src/operations/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationProtectionContainerMappings.js +596 -0
- package/dist-esm/src/operations/replicationProtectionContainerMappings.js.map +1 -0
- package/dist-esm/src/operations/replicationProtectionContainers.d.ts +124 -0
- package/dist-esm/src/operations/replicationProtectionContainers.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationProtectionContainers.js +577 -0
- package/dist-esm/src/operations/replicationProtectionContainers.js.map +1 -0
- package/dist-esm/src/operations/replicationProtectionIntents.d.ts +45 -0
- package/dist-esm/src/operations/replicationProtectionIntents.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationProtectionIntents.js +190 -0
- package/dist-esm/src/operations/replicationProtectionIntents.js.map +1 -0
- package/dist-esm/src/operations/replicationRecoveryPlans.d.ts +171 -0
- package/dist-esm/src/operations/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationRecoveryPlans.js +914 -0
- package/dist-esm/src/operations/replicationRecoveryPlans.js.map +1 -0
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.d.ts +120 -0
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.js +550 -0
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist-esm/src/operations/replicationStorageClassificationMappings.d.ts +100 -0
- package/dist-esm/src/operations/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationStorageClassificationMappings.js +437 -0
- package/dist-esm/src/operations/replicationStorageClassificationMappings.js.map +1 -0
- package/dist-esm/src/operations/replicationStorageClassifications.d.ts +61 -0
- package/dist-esm/src/operations/replicationStorageClassifications.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationStorageClassifications.js +260 -0
- package/dist-esm/src/operations/replicationStorageClassifications.js.map +1 -0
- package/dist-esm/src/operations/replicationVaultHealth.d.ts +29 -0
- package/dist-esm/src/operations/replicationVaultHealth.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationVaultHealth.js +123 -0
- package/dist-esm/src/operations/replicationVaultHealth.js.map +1 -0
- package/dist-esm/src/operations/replicationVaultSetting.d.ts +53 -0
- package/dist-esm/src/operations/replicationVaultSetting.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationVaultSetting.js +233 -0
- package/dist-esm/src/operations/replicationVaultSetting.js.map +1 -0
- package/dist-esm/src/operations/replicationvCenters.d.ts +108 -0
- package/dist-esm/src/operations/replicationvCenters.d.ts.map +1 -0
- package/dist-esm/src/operations/replicationvCenters.js +490 -0
- package/dist-esm/src/operations/replicationvCenters.js.map +1 -0
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.d.ts +18 -0
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.js +48 -0
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist-esm/src/operations/targetComputeSizes.d.ts +42 -0
- package/dist-esm/src/operations/targetComputeSizes.d.ts.map +1 -0
- package/dist-esm/src/operations/targetComputeSizes.js +152 -0
- package/dist-esm/src/operations/targetComputeSizes.js.map +1 -0
- package/{esm/operations/index.js → dist-esm/src/operationsInterfaces/index.d.ts} +8 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +36 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoveryPoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.d.ts +24 -0
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationAppliances.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/replicationAppliances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationAppliances.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationAppliances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationEvents.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/replicationEvents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationEvents.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationEvents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationFabrics.d.ts +108 -0
- package/dist-esm/src/operationsInterfaces/replicationFabrics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationFabrics.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationFabrics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationJobs.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/replicationJobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationJobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationJobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.d.ts +151 -0
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.d.ts +79 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworks.d.ts +24 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationPolicies.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/replicationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.d.ts +373 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.d.ts +97 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.d.ts +87 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.d.ts +24 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.d.ts +150 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.d.ts +83 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.d.ts +24 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationvCenters.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/replicationvCenters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicationvCenters.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicationvCenters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.js +9 -0
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.js.map +1 -0
- package/dist-esm/src/siteRecoveryManagementClient.d.ts +50 -0
- package/dist-esm/src/siteRecoveryManagementClient.d.ts.map +1 -0
- package/dist-esm/src/siteRecoveryManagementClient.js +89 -0
- package/dist-esm/src/siteRecoveryManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +79 -34
- package/review/arm-recoveryservices-siterecovery.api.md +7219 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +11124 -0
- package/src/models/mappers.ts +21728 -0
- package/src/models/parameters.ts +736 -0
- package/{lib → src}/operations/index.ts +10 -5
- package/src/operations/migrationRecoveryPoints.ts +263 -0
- package/src/operations/operations.ts +141 -0
- package/src/operations/recoveryPoints.ts +266 -0
- package/src/operations/replicationAlertSettings.ts +222 -0
- package/src/operations/replicationAppliances.ts +143 -0
- package/src/operations/replicationEligibilityResultsOperations.ts +104 -0
- package/src/operations/replicationEvents.ts +180 -0
- package/src/operations/replicationFabrics.ts +907 -0
- package/src/operations/replicationJobs.ts +623 -0
- package/src/operations/replicationLogicalNetworks.ts +205 -0
- package/src/operations/replicationMigrationItems.ts +1292 -0
- package/src/operations/replicationNetworkMappings.ts +708 -0
- package/src/operations/replicationNetworks.ts +313 -0
- package/src/operations/replicationPolicies.ts +500 -0
- package/src/operations/replicationProtectableItems.ts +246 -0
- package/src/operations/replicationProtectedItems.ts +2903 -0
- package/src/operations/replicationProtectionContainerMappings.ts +842 -0
- package/src/operations/replicationProtectionContainers.ts +799 -0
- package/src/operations/replicationProtectionIntents.ts +231 -0
- package/src/operations/replicationRecoveryPlans.ts +1300 -0
- package/src/operations/replicationRecoveryServicesProviders.ts +750 -0
- package/src/operations/replicationStorageClassificationMappings.ts +599 -0
- package/src/operations/replicationStorageClassifications.ts +318 -0
- package/src/operations/replicationVaultHealth.ts +163 -0
- package/src/operations/replicationVaultSetting.ts +297 -0
- package/src/operations/replicationvCenters.ts +658 -0
- package/src/operations/supportedOperatingSystemsOperations.ts +63 -0
- package/src/operations/targetComputeSizes.ts +214 -0
- package/src/operationsInterfaces/index.ts +36 -0
- package/src/operationsInterfaces/migrationRecoveryPoints.ts +48 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/recoveryPoints.ts +48 -0
- package/src/operationsInterfaces/replicationAlertSettings.ts +50 -0
- package/src/operationsInterfaces/replicationAppliances.ts +25 -0
- package/src/operationsInterfaces/replicationEligibilityResultsOperations.ts +36 -0
- package/src/operationsInterfaces/replicationEvents.ts +36 -0
- package/src/operationsInterfaces/replicationFabrics.ts +209 -0
- package/src/operationsInterfaces/replicationJobs.ts +143 -0
- package/src/operationsInterfaces/replicationLogicalNetworks.ts +40 -0
- package/src/operationsInterfaces/replicationMigrationItems.ts +308 -0
- package/src/operationsInterfaces/replicationNetworkMappings.ts +156 -0
- package/src/operationsInterfaces/replicationNetworks.ts +48 -0
- package/src/operationsInterfaces/replicationPolicies.ts +116 -0
- package/src/operationsInterfaces/replicationProtectableItems.ts +44 -0
- package/src/operationsInterfaces/replicationProtectedItems.ts +757 -0
- package/src/operationsInterfaces/replicationProtectionContainerMappings.ts +188 -0
- package/src/operationsInterfaces/replicationProtectionContainers.ts +178 -0
- package/src/operationsInterfaces/replicationProtectionIntents.ts +50 -0
- package/src/operationsInterfaces/replicationRecoveryPlans.ts +311 -0
- package/src/operationsInterfaces/replicationRecoveryServicesProviders.ts +160 -0
- package/src/operationsInterfaces/replicationStorageClassificationMappings.ts +120 -0
- package/src/operationsInterfaces/replicationStorageClassifications.ts +48 -0
- package/src/operationsInterfaces/replicationVaultHealth.ts +45 -0
- package/src/operationsInterfaces/replicationVaultSetting.ts +67 -0
- package/src/operationsInterfaces/replicationvCenters.ts +140 -0
- package/src/operationsInterfaces/supportedOperatingSystemsOperations.ts +23 -0
- package/src/operationsInterfaces/targetComputeSizes.ts +31 -0
- package/src/siteRecoveryManagementClient.ts +220 -0
- package/tsconfig.json +4 -4
- package/types/arm-recoveryservices-siterecovery.d.ts +12535 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-recoveryservices-siterecovery.js +0 -21612
- package/dist/arm-recoveryservices-siterecovery.js.map +0 -1
- package/dist/arm-recoveryservices-siterecovery.min.js +0 -1
- package/dist/arm-recoveryservices-siterecovery.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -12202
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -458
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -11364
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -29
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -285
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/recoveryPointsMappers.d.ts +0 -2
- package/esm/models/recoveryPointsMappers.d.ts.map +0 -1
- package/esm/models/recoveryPointsMappers.js +0 -11
- package/esm/models/recoveryPointsMappers.js.map +0 -1
- package/esm/models/replicationAlertSettingsMappers.d.ts +0 -2
- package/esm/models/replicationAlertSettingsMappers.d.ts.map +0 -1
- package/esm/models/replicationAlertSettingsMappers.js +0 -11
- package/esm/models/replicationAlertSettingsMappers.js.map +0 -1
- package/esm/models/replicationEventsMappers.d.ts +0 -2
- package/esm/models/replicationEventsMappers.d.ts.map +0 -1
- package/esm/models/replicationEventsMappers.js +0 -11
- package/esm/models/replicationEventsMappers.js.map +0 -1
- package/esm/models/replicationFabricsMappers.d.ts +0 -2
- package/esm/models/replicationFabricsMappers.d.ts.map +0 -1
- package/esm/models/replicationFabricsMappers.js +0 -11
- package/esm/models/replicationFabricsMappers.js.map +0 -1
- package/esm/models/replicationJobsMappers.d.ts +0 -2
- package/esm/models/replicationJobsMappers.d.ts.map +0 -1
- package/esm/models/replicationJobsMappers.js +0 -11
- package/esm/models/replicationJobsMappers.js.map +0 -1
- package/esm/models/replicationLogicalNetworksMappers.d.ts +0 -2
- package/esm/models/replicationLogicalNetworksMappers.d.ts.map +0 -1
- package/esm/models/replicationLogicalNetworksMappers.js +0 -11
- package/esm/models/replicationLogicalNetworksMappers.js.map +0 -1
- package/esm/models/replicationNetworkMappingsMappers.d.ts +0 -2
- package/esm/models/replicationNetworkMappingsMappers.d.ts.map +0 -1
- package/esm/models/replicationNetworkMappingsMappers.js +0 -11
- package/esm/models/replicationNetworkMappingsMappers.js.map +0 -1
- package/esm/models/replicationNetworksMappers.d.ts +0 -2
- package/esm/models/replicationNetworksMappers.d.ts.map +0 -1
- package/esm/models/replicationNetworksMappers.js +0 -11
- package/esm/models/replicationNetworksMappers.js.map +0 -1
- package/esm/models/replicationPoliciesMappers.d.ts +0 -2
- package/esm/models/replicationPoliciesMappers.d.ts.map +0 -1
- package/esm/models/replicationPoliciesMappers.js +0 -11
- package/esm/models/replicationPoliciesMappers.js.map +0 -1
- package/esm/models/replicationProtectableItemsMappers.d.ts +0 -2
- package/esm/models/replicationProtectableItemsMappers.d.ts.map +0 -1
- package/esm/models/replicationProtectableItemsMappers.js +0 -11
- package/esm/models/replicationProtectableItemsMappers.js.map +0 -1
- package/esm/models/replicationProtectedItemsMappers.d.ts +0 -2
- package/esm/models/replicationProtectedItemsMappers.d.ts.map +0 -1
- package/esm/models/replicationProtectedItemsMappers.js +0 -11
- package/esm/models/replicationProtectedItemsMappers.js.map +0 -1
- package/esm/models/replicationProtectionContainerMappingsMappers.d.ts +0 -2
- package/esm/models/replicationProtectionContainerMappingsMappers.d.ts.map +0 -1
- package/esm/models/replicationProtectionContainerMappingsMappers.js +0 -11
- package/esm/models/replicationProtectionContainerMappingsMappers.js.map +0 -1
- package/esm/models/replicationProtectionContainersMappers.d.ts +0 -2
- package/esm/models/replicationProtectionContainersMappers.d.ts.map +0 -1
- package/esm/models/replicationProtectionContainersMappers.js +0 -11
- package/esm/models/replicationProtectionContainersMappers.js.map +0 -1
- package/esm/models/replicationRecoveryPlansMappers.d.ts +0 -2
- package/esm/models/replicationRecoveryPlansMappers.d.ts.map +0 -1
- package/esm/models/replicationRecoveryPlansMappers.js +0 -11
- package/esm/models/replicationRecoveryPlansMappers.js.map +0 -1
- package/esm/models/replicationRecoveryServicesProvidersMappers.d.ts +0 -2
- package/esm/models/replicationRecoveryServicesProvidersMappers.d.ts.map +0 -1
- package/esm/models/replicationRecoveryServicesProvidersMappers.js +0 -11
- package/esm/models/replicationRecoveryServicesProvidersMappers.js.map +0 -1
- package/esm/models/replicationStorageClassificationMappingsMappers.d.ts +0 -2
- package/esm/models/replicationStorageClassificationMappingsMappers.d.ts.map +0 -1
- package/esm/models/replicationStorageClassificationMappingsMappers.js +0 -11
- package/esm/models/replicationStorageClassificationMappingsMappers.js.map +0 -1
- package/esm/models/replicationStorageClassificationsMappers.d.ts +0 -2
- package/esm/models/replicationStorageClassificationsMappers.d.ts.map +0 -1
- package/esm/models/replicationStorageClassificationsMappers.js +0 -11
- package/esm/models/replicationStorageClassificationsMappers.js.map +0 -1
- package/esm/models/replicationVaultHealthMappers.d.ts +0 -2
- package/esm/models/replicationVaultHealthMappers.d.ts.map +0 -1
- package/esm/models/replicationVaultHealthMappers.js +0 -11
- package/esm/models/replicationVaultHealthMappers.js.map +0 -1
- package/esm/models/replicationvCentersMappers.d.ts +0 -2
- package/esm/models/replicationvCentersMappers.d.ts.map +0 -1
- package/esm/models/replicationvCentersMappers.js +0 -11
- package/esm/models/replicationvCentersMappers.js.map +0 -1
- package/esm/models/targetComputeSizesMappers.d.ts +0 -2
- package/esm/models/targetComputeSizesMappers.d.ts.map +0 -1
- package/esm/models/targetComputeSizesMappers.js +0 -11
- package/esm/models/targetComputeSizesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -48
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -81
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/recoveryPoints.d.ts +0 -85
- package/esm/operations/recoveryPoints.d.ts.map +0 -1
- package/esm/operations/recoveryPoints.js +0 -125
- package/esm/operations/recoveryPoints.js.map +0 -1
- package/esm/operations/replicationAlertSettings.d.ts +0 -89
- package/esm/operations/replicationAlertSettings.d.ts.map +0 -1
- package/esm/operations/replicationAlertSettings.js +0 -150
- package/esm/operations/replicationAlertSettings.js.map +0 -1
- package/esm/operations/replicationEvents.d.ts +0 -67
- package/esm/operations/replicationEvents.d.ts.map +0 -1
- package/esm/operations/replicationEvents.js +0 -114
- package/esm/operations/replicationEvents.js.map +0 -1
- package/esm/operations/replicationFabrics.d.ts +0 -186
- package/esm/operations/replicationFabrics.d.ts.map +0 -1
- package/esm/operations/replicationFabrics.js +0 -479
- package/esm/operations/replicationFabrics.js.map +0 -1
- package/esm/operations/replicationJobs.d.ts +0 -134
- package/esm/operations/replicationJobs.d.ts.map +0 -1
- package/esm/operations/replicationJobs.js +0 -325
- package/esm/operations/replicationJobs.js.map +0 -1
- package/esm/operations/replicationLogicalNetworks.d.ts +0 -73
- package/esm/operations/replicationLogicalNetworks.d.ts.map +0 -1
- package/esm/operations/replicationLogicalNetworks.js +0 -117
- package/esm/operations/replicationLogicalNetworks.js.map +0 -1
- package/esm/operations/replicationNetworkMappings.d.ts +0 -179
- package/esm/operations/replicationNetworkMappings.d.ts.map +0 -1
- package/esm/operations/replicationNetworkMappings.js +0 -363
- package/esm/operations/replicationNetworkMappings.js.map +0 -1
- package/esm/operations/replicationNetworks.d.ts +0 -108
- package/esm/operations/replicationNetworks.d.ts.map +0 -1
- package/esm/operations/replicationNetworks.js +0 -172
- package/esm/operations/replicationNetworks.js.map +0 -1
- package/esm/operations/replicationPolicies.d.ts +0 -120
- package/esm/operations/replicationPolicies.d.ts.map +0 -1
- package/esm/operations/replicationPolicies.js +0 -276
- package/esm/operations/replicationPolicies.js.map +0 -1
- package/esm/operations/replicationProtectableItems.d.ts +0 -81
- package/esm/operations/replicationProtectableItems.d.ts.map +0 -1
- package/esm/operations/replicationProtectableItems.js +0 -122
- package/esm/operations/replicationProtectableItems.js.map +0 -1
- package/esm/operations/replicationProtectedItems.d.ts +0 -410
- package/esm/operations/replicationProtectedItems.d.ts.map +0 -1
- package/esm/operations/replicationProtectedItems.js +0 -1013
- package/esm/operations/replicationProtectedItems.js.map +0 -1
- package/esm/operations/replicationProtectionContainerMappings.d.ts +0 -203
- package/esm/operations/replicationProtectionContainerMappings.d.ts.map +0 -1
- package/esm/operations/replicationProtectionContainerMappings.js +0 -426
- package/esm/operations/replicationProtectionContainerMappings.js.map +0 -1
- package/esm/operations/replicationProtectionContainers.d.ts +0 -191
- package/esm/operations/replicationProtectionContainers.d.ts.map +0 -1
- package/esm/operations/replicationProtectionContainers.js +0 -412
- package/esm/operations/replicationProtectionContainers.js.map +0 -1
- package/esm/operations/replicationRecoveryPlans.d.ts +0 -224
- package/esm/operations/replicationRecoveryPlans.d.ts.map +0 -1
- package/esm/operations/replicationRecoveryPlans.js +0 -604
- package/esm/operations/replicationRecoveryPlans.js.map +0 -1
- package/esm/operations/replicationRecoveryServicesProviders.d.ts +0 -172
- package/esm/operations/replicationRecoveryServicesProviders.d.ts.map +0 -1
- package/esm/operations/replicationRecoveryServicesProviders.js +0 -336
- package/esm/operations/replicationRecoveryServicesProviders.js.map +0 -1
- package/esm/operations/replicationStorageClassificationMappings.d.ts +0 -159
- package/esm/operations/replicationStorageClassificationMappings.d.ts.map +0 -1
- package/esm/operations/replicationStorageClassificationMappings.js +0 -298
- package/esm/operations/replicationStorageClassificationMappings.js.map +0 -1
- package/esm/operations/replicationStorageClassifications.d.ts +0 -108
- package/esm/operations/replicationStorageClassifications.d.ts.map +0 -1
- package/esm/operations/replicationStorageClassifications.js +0 -172
- package/esm/operations/replicationStorageClassifications.js.map +0 -1
- package/esm/operations/replicationVaultHealth.d.ts +0 -42
- package/esm/operations/replicationVaultHealth.d.ts.map +0 -1
- package/esm/operations/replicationVaultHealth.js +0 -100
- package/esm/operations/replicationVaultHealth.js.map +0 -1
- package/esm/operations/replicationvCenters.d.ts +0 -167
- package/esm/operations/replicationvCenters.d.ts.map +0 -1
- package/esm/operations/replicationvCenters.js +0 -347
- package/esm/operations/replicationvCenters.js.map +0 -1
- package/esm/operations/targetComputeSizes.d.ts +0 -57
- package/esm/operations/targetComputeSizes.d.ts.map +0 -1
- package/esm/operations/targetComputeSizes.js +0 -88
- package/esm/operations/targetComputeSizes.js.map +0 -1
- package/esm/siteRecoveryManagementClient.d.ts +0 -41
- package/esm/siteRecoveryManagementClient.d.ts.map +0 -1
- package/esm/siteRecoveryManagementClient.js +0 -56
- package/esm/siteRecoveryManagementClient.js.map +0 -1
- package/esm/siteRecoveryManagementClientContext.d.ts +0 -21
- package/esm/siteRecoveryManagementClientContext.d.ts.map +0 -1
- package/esm/siteRecoveryManagementClientContext.js +0 -67
- package/esm/siteRecoveryManagementClientContext.js.map +0 -1
- package/lib/models/index.ts +0 -12736
- package/lib/models/mappers.ts +0 -12507
- package/lib/models/operationsMappers.ts +0 -18
- package/lib/models/parameters.ts +0 -287
- package/lib/models/recoveryPointsMappers.ts +0 -169
- package/lib/models/replicationAlertSettingsMappers.ts +0 -171
- package/lib/models/replicationEventsMappers.ts +0 -169
- package/lib/models/replicationFabricsMappers.ts +0 -178
- package/lib/models/replicationJobsMappers.ts +0 -172
- package/lib/models/replicationLogicalNetworksMappers.ts +0 -169
- package/lib/models/replicationNetworkMappingsMappers.ts +0 -181
- package/lib/models/replicationNetworksMappers.ts +0 -169
- package/lib/models/replicationPoliciesMappers.ts +0 -181
- package/lib/models/replicationProtectableItemsMappers.ts +0 -169
- package/lib/models/replicationProtectedItemsMappers.ts +0 -226
- package/lib/models/replicationProtectionContainerMappingsMappers.ts +0 -180
- package/lib/models/replicationProtectionContainersMappers.ts +0 -184
- package/lib/models/replicationRecoveryPlansMappers.ts +0 -187
- package/lib/models/replicationRecoveryServicesProvidersMappers.ts +0 -169
- package/lib/models/replicationStorageClassificationMappingsMappers.ts +0 -171
- package/lib/models/replicationStorageClassificationsMappers.ts +0 -169
- package/lib/models/replicationVaultHealthMappers.ts +0 -168
- package/lib/models/replicationvCentersMappers.ts +0 -173
- package/lib/models/targetComputeSizesMappers.ts +0 -19
- package/lib/operations/operations.ts +0 -129
- package/lib/operations/recoveryPoints.ts +0 -215
- package/lib/operations/replicationAlertSettings.ts +0 -251
- package/lib/operations/replicationEvents.ts +0 -186
- package/lib/operations/replicationFabrics.ts +0 -602
- package/lib/operations/replicationJobs.ts +0 -427
- package/lib/operations/replicationLogicalNetworks.ts +0 -195
- package/lib/operations/replicationNetworkMappings.ts +0 -516
- package/lib/operations/replicationNetworks.ts +0 -295
- package/lib/operations/replicationPolicies.ts +0 -372
- package/lib/operations/replicationProtectableItems.ts +0 -208
- package/lib/operations/replicationProtectedItems.ts +0 -1251
- package/lib/operations/replicationProtectionContainerMappings.ts +0 -590
- package/lib/operations/replicationProtectionContainers.ts +0 -568
- package/lib/operations/replicationRecoveryPlans.ts +0 -748
- package/lib/operations/replicationRecoveryServicesProviders.ts +0 -481
- package/lib/operations/replicationStorageClassificationMappings.ts +0 -444
- package/lib/operations/replicationStorageClassifications.ts +0 -295
- package/lib/operations/replicationVaultHealth.ts +0 -131
- package/lib/operations/replicationvCenters.ts +0 -494
- package/lib/operations/targetComputeSizes.ts +0 -145
- package/lib/siteRecoveryManagementClient.ts +0 -85
- package/lib/siteRecoveryManagementClientContext.ts +0 -75
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replicationProtectableItems.d.ts","sourceRoot":"","sources":["../../lib/operations/replicationProtectableItems.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,mCAAmC,EAAE,MAAM,wCAAwC,CAAC;AAE7F,wDAAwD;AACxD,qBAAa,2BAA2B;IACtC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;;;;OAQG;IACH,qCAAqC,CAAC,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8EAA8E,GAAG,OAAO,CAAC,MAAM,CAAC,wEAAwE,CAAC;IACrR;;;;OAIG;IACH,qCAAqC,CAAC,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IACpK;;;;;OAKG;IACH,qCAAqC,CAAC,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,8EAA8E,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAYpQ;;;;;;;;OAQG;IACH,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sCAAsC,CAAC;IAClL;;;;;OAKG;IACH,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IACrJ;;;;;;OAMG;IACH,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IAazL;;;;;;;OAOG;IACH,yCAAyC,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,4EAA4E,CAAC;IAClM;;;OAGG;IACH,yCAAyC,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IACzI;;;;OAIG;IACH,yCAAyC,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;CAU9K"}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/replicationProtectableItemsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a ReplicationProtectableItems. */
|
|
14
|
-
var ReplicationProtectableItems = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a ReplicationProtectableItems.
|
|
17
|
-
* @param {SiteRecoveryManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function ReplicationProtectableItems(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
ReplicationProtectableItems.prototype.listByReplicationProtectionContainers = function (fabricName, protectionContainerName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
fabricName: fabricName,
|
|
25
|
-
protectionContainerName: protectionContainerName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByReplicationProtectionContainersOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
ReplicationProtectableItems.prototype.get = function (fabricName, protectionContainerName, protectableItemName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
fabricName: fabricName,
|
|
32
|
-
protectionContainerName: protectionContainerName,
|
|
33
|
-
protectableItemName: protectableItemName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
ReplicationProtectableItems.prototype.listByReplicationProtectionContainersNext = function (nextPageLink, options, callback) {
|
|
38
|
-
return this.client.sendOperationRequest({
|
|
39
|
-
nextPageLink: nextPageLink,
|
|
40
|
-
options: options
|
|
41
|
-
}, listByReplicationProtectionContainersNextOperationSpec, callback);
|
|
42
|
-
};
|
|
43
|
-
return ReplicationProtectableItems;
|
|
44
|
-
}());
|
|
45
|
-
export { ReplicationProtectableItems };
|
|
46
|
-
// Operation Specifications
|
|
47
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
48
|
-
var listByReplicationProtectionContainersOperationSpec = {
|
|
49
|
-
httpMethod: "GET",
|
|
50
|
-
path: "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems",
|
|
51
|
-
urlParameters: [
|
|
52
|
-
Parameters.resourceName,
|
|
53
|
-
Parameters.resourceGroupName,
|
|
54
|
-
Parameters.subscriptionId,
|
|
55
|
-
Parameters.fabricName,
|
|
56
|
-
Parameters.protectionContainerName
|
|
57
|
-
],
|
|
58
|
-
queryParameters: [
|
|
59
|
-
Parameters.apiVersion,
|
|
60
|
-
Parameters.filter
|
|
61
|
-
],
|
|
62
|
-
headerParameters: [
|
|
63
|
-
Parameters.acceptLanguage
|
|
64
|
-
],
|
|
65
|
-
responses: {
|
|
66
|
-
200: {
|
|
67
|
-
bodyMapper: Mappers.ProtectableItemCollection
|
|
68
|
-
},
|
|
69
|
-
default: {
|
|
70
|
-
bodyMapper: Mappers.CloudError
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
serializer: serializer
|
|
74
|
-
};
|
|
75
|
-
var getOperationSpec = {
|
|
76
|
-
httpMethod: "GET",
|
|
77
|
-
path: "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}",
|
|
78
|
-
urlParameters: [
|
|
79
|
-
Parameters.resourceName,
|
|
80
|
-
Parameters.resourceGroupName,
|
|
81
|
-
Parameters.subscriptionId,
|
|
82
|
-
Parameters.fabricName,
|
|
83
|
-
Parameters.protectionContainerName,
|
|
84
|
-
Parameters.protectableItemName
|
|
85
|
-
],
|
|
86
|
-
queryParameters: [
|
|
87
|
-
Parameters.apiVersion
|
|
88
|
-
],
|
|
89
|
-
headerParameters: [
|
|
90
|
-
Parameters.acceptLanguage
|
|
91
|
-
],
|
|
92
|
-
responses: {
|
|
93
|
-
200: {
|
|
94
|
-
bodyMapper: Mappers.ProtectableItem
|
|
95
|
-
},
|
|
96
|
-
default: {
|
|
97
|
-
bodyMapper: Mappers.CloudError
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
serializer: serializer
|
|
101
|
-
};
|
|
102
|
-
var listByReplicationProtectionContainersNextOperationSpec = {
|
|
103
|
-
httpMethod: "GET",
|
|
104
|
-
baseUrl: "https://management.azure.com",
|
|
105
|
-
path: "{nextLink}",
|
|
106
|
-
urlParameters: [
|
|
107
|
-
Parameters.nextPageLink
|
|
108
|
-
],
|
|
109
|
-
headerParameters: [
|
|
110
|
-
Parameters.acceptLanguage
|
|
111
|
-
],
|
|
112
|
-
responses: {
|
|
113
|
-
200: {
|
|
114
|
-
bodyMapper: Mappers.ProtectableItemCollection
|
|
115
|
-
},
|
|
116
|
-
default: {
|
|
117
|
-
bodyMapper: Mappers.CloudError
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
serializer: serializer
|
|
121
|
-
};
|
|
122
|
-
//# sourceMappingURL=replicationProtectableItems.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replicationProtectableItems.js","sourceRoot":"","sources":["../../lib/operations/replicationProtectableItems.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,410 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { SiteRecoveryManagementClientContext } from "../siteRecoveryManagementClientContext";
|
|
5
|
-
/** Class representing a ReplicationProtectedItems. */
|
|
6
|
-
export declare class ReplicationProtectedItems {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a ReplicationProtectedItems.
|
|
10
|
-
* @param {SiteRecoveryManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: SiteRecoveryManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Gets the list of ASR replication protected items in the protection container.
|
|
15
|
-
* @summary Gets the list of Replication protected items.
|
|
16
|
-
* @param fabricName Fabric name.
|
|
17
|
-
* @param protectionContainerName Protection container name.
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<Models.ReplicationProtectedItemsListByReplicationProtectionContainersResponse>
|
|
20
|
-
*/
|
|
21
|
-
listByReplicationProtectionContainers(fabricName: string, protectionContainerName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsListByReplicationProtectionContainersResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* @param fabricName Fabric name.
|
|
24
|
-
* @param protectionContainerName Protection container name.
|
|
25
|
-
* @param callback The callback
|
|
26
|
-
*/
|
|
27
|
-
listByReplicationProtectionContainers(fabricName: string, protectionContainerName: string, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
28
|
-
/**
|
|
29
|
-
* @param fabricName Fabric name.
|
|
30
|
-
* @param protectionContainerName Protection container name.
|
|
31
|
-
* @param options The optional parameters
|
|
32
|
-
* @param callback The callback
|
|
33
|
-
*/
|
|
34
|
-
listByReplicationProtectionContainers(fabricName: string, protectionContainerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
35
|
-
/**
|
|
36
|
-
* Gets the details of an ASR replication protected item.
|
|
37
|
-
* @summary Gets the details of a Replication protected item.
|
|
38
|
-
* @param fabricName Fabric unique name.
|
|
39
|
-
* @param protectionContainerName Protection container name.
|
|
40
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
41
|
-
* @param [options] The optional parameters
|
|
42
|
-
* @returns Promise<Models.ReplicationProtectedItemsGetResponse>
|
|
43
|
-
*/
|
|
44
|
-
get(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsGetResponse>;
|
|
45
|
-
/**
|
|
46
|
-
* @param fabricName Fabric unique name.
|
|
47
|
-
* @param protectionContainerName Protection container name.
|
|
48
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
get(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, callback: msRest.ServiceCallback<Models.ReplicationProtectedItem>): void;
|
|
52
|
-
/**
|
|
53
|
-
* @param fabricName Fabric unique name.
|
|
54
|
-
* @param protectionContainerName Protection container name.
|
|
55
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
56
|
-
* @param options The optional parameters
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
get(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationProtectedItem>): void;
|
|
60
|
-
/**
|
|
61
|
-
* The operation to create an ASR replication protected item (Enable replication).
|
|
62
|
-
* @summary Enables protection.
|
|
63
|
-
* @param fabricName Name of the fabric.
|
|
64
|
-
* @param protectionContainerName Protection container name.
|
|
65
|
-
* @param replicatedProtectedItemName A name for the replication protected item.
|
|
66
|
-
* @param input Enable Protection Input.
|
|
67
|
-
* @param [options] The optional parameters
|
|
68
|
-
* @returns Promise<Models.ReplicationProtectedItemsCreateResponse>
|
|
69
|
-
*/
|
|
70
|
-
create(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, input: Models.EnableProtectionInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsCreateResponse>;
|
|
71
|
-
/**
|
|
72
|
-
* The operation to delete or purge a replication protected item. This operation will force delete
|
|
73
|
-
* the replication protected item. Use the remove operation on replication protected item to
|
|
74
|
-
* perform a clean disable replication for the item.
|
|
75
|
-
* @summary Purges protection.
|
|
76
|
-
* @param fabricName Fabric name.
|
|
77
|
-
* @param protectionContainerName Protection container name.
|
|
78
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
79
|
-
* @param [options] The optional parameters
|
|
80
|
-
* @returns Promise<msRest.RestResponse>
|
|
81
|
-
*/
|
|
82
|
-
purge(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
83
|
-
/**
|
|
84
|
-
* The operation to update the recovery settings of an ASR replication protected item.
|
|
85
|
-
* @summary Updates protection.
|
|
86
|
-
* @param fabricName Fabric name.
|
|
87
|
-
* @param protectionContainerName Protection container name.
|
|
88
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
89
|
-
* @param updateProtectionInput Update protection input.
|
|
90
|
-
* @param [options] The optional parameters
|
|
91
|
-
* @returns Promise<Models.ReplicationProtectedItemsUpdateResponse>
|
|
92
|
-
*/
|
|
93
|
-
update(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, updateProtectionInput: Models.UpdateReplicationProtectedItemInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsUpdateResponse>;
|
|
94
|
-
/**
|
|
95
|
-
* The operation to change the recovery point of a failed over replication protected item.
|
|
96
|
-
* @summary Change or apply recovery point.
|
|
97
|
-
* @param fabricName The ARM fabric name.
|
|
98
|
-
* @param protectionContainerName The protection container name.
|
|
99
|
-
* @param replicatedProtectedItemName The replicated protected item's name.
|
|
100
|
-
* @param applyRecoveryPointInput The ApplyRecoveryPointInput.
|
|
101
|
-
* @param [options] The optional parameters
|
|
102
|
-
* @returns Promise<Models.ReplicationProtectedItemsApplyRecoveryPointResponse>
|
|
103
|
-
*/
|
|
104
|
-
applyRecoveryPoint(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, applyRecoveryPointInput: Models.ApplyRecoveryPointInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsApplyRecoveryPointResponse>;
|
|
105
|
-
/**
|
|
106
|
-
* Operation to commit the failover of the replication protected item.
|
|
107
|
-
* @summary Execute commit failover
|
|
108
|
-
* @param fabricName Unique fabric name.
|
|
109
|
-
* @param protectionContainerName Protection container name.
|
|
110
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
111
|
-
* @param [options] The optional parameters
|
|
112
|
-
* @returns Promise<Models.ReplicationProtectedItemsFailoverCommitResponse>
|
|
113
|
-
*/
|
|
114
|
-
failoverCommit(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsFailoverCommitResponse>;
|
|
115
|
-
/**
|
|
116
|
-
* Operation to initiate a planned failover of the replication protected item.
|
|
117
|
-
* @summary Execute planned failover
|
|
118
|
-
* @param fabricName Unique fabric name.
|
|
119
|
-
* @param protectionContainerName Protection container name.
|
|
120
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
121
|
-
* @param failoverInput Disable protection input.
|
|
122
|
-
* @param [options] The optional parameters
|
|
123
|
-
* @returns Promise<Models.ReplicationProtectedItemsPlannedFailoverResponse>
|
|
124
|
-
*/
|
|
125
|
-
plannedFailover(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, failoverInput: Models.PlannedFailoverInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsPlannedFailoverResponse>;
|
|
126
|
-
/**
|
|
127
|
-
* The operation to disable replication on a replication protected item. This will also remove the
|
|
128
|
-
* item.
|
|
129
|
-
* @summary Disables protection.
|
|
130
|
-
* @param fabricName Fabric name.
|
|
131
|
-
* @param protectionContainerName Protection container name.
|
|
132
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
133
|
-
* @param disableProtectionInput Disable protection input.
|
|
134
|
-
* @param [options] The optional parameters
|
|
135
|
-
* @returns Promise<msRest.RestResponse>
|
|
136
|
-
*/
|
|
137
|
-
deleteMethod(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, disableProtectionInput: Models.DisableProtectionInput, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
138
|
-
/**
|
|
139
|
-
* The operation to start resynchronize/repair replication for a replication protected item
|
|
140
|
-
* requiring resynchronization.
|
|
141
|
-
* @summary Resynchronize or repair replication.
|
|
142
|
-
* @param fabricName The name of the fabric.
|
|
143
|
-
* @param protectionContainerName The name of the container.
|
|
144
|
-
* @param replicatedProtectedItemName The name of the replication protected item.
|
|
145
|
-
* @param [options] The optional parameters
|
|
146
|
-
* @returns Promise<Models.ReplicationProtectedItemsRepairReplicationResponse>
|
|
147
|
-
*/
|
|
148
|
-
repairReplication(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsRepairReplicationResponse>;
|
|
149
|
-
/**
|
|
150
|
-
* Operation to reprotect or reverse replicate a failed over replication protected item.
|
|
151
|
-
* @summary Execute Reverse Replication\Reprotect
|
|
152
|
-
* @param fabricName Unique fabric name.
|
|
153
|
-
* @param protectionContainerName Protection container name.
|
|
154
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
155
|
-
* @param rrInput Disable protection input.
|
|
156
|
-
* @param [options] The optional parameters
|
|
157
|
-
* @returns Promise<Models.ReplicationProtectedItemsReprotectResponse>
|
|
158
|
-
*/
|
|
159
|
-
reprotect(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, rrInput: Models.ReverseReplicationInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsReprotectResponse>;
|
|
160
|
-
/**
|
|
161
|
-
* Operation to perform a test failover of the replication protected item.
|
|
162
|
-
* @summary Execute test failover
|
|
163
|
-
* @param fabricName Unique fabric name.
|
|
164
|
-
* @param protectionContainerName Protection container name.
|
|
165
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
166
|
-
* @param failoverInput Test failover input.
|
|
167
|
-
* @param [options] The optional parameters
|
|
168
|
-
* @returns Promise<Models.ReplicationProtectedItemsTestFailoverResponse>
|
|
169
|
-
*/
|
|
170
|
-
testFailover(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, failoverInput: Models.TestFailoverInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsTestFailoverResponse>;
|
|
171
|
-
/**
|
|
172
|
-
* Operation to clean up the test failover of a replication protected item.
|
|
173
|
-
* @summary Execute test failover cleanup.
|
|
174
|
-
* @param fabricName Unique fabric name.
|
|
175
|
-
* @param protectionContainerName Protection container name.
|
|
176
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
177
|
-
* @param cleanupInput Test failover cleanup input.
|
|
178
|
-
* @param [options] The optional parameters
|
|
179
|
-
* @returns Promise<Models.ReplicationProtectedItemsTestFailoverCleanupResponse>
|
|
180
|
-
*/
|
|
181
|
-
testFailoverCleanup(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, cleanupInput: Models.TestFailoverCleanupInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsTestFailoverCleanupResponse>;
|
|
182
|
-
/**
|
|
183
|
-
* Operation to initiate a failover of the replication protected item.
|
|
184
|
-
* @summary Execute unplanned failover
|
|
185
|
-
* @param fabricName Unique fabric name.
|
|
186
|
-
* @param protectionContainerName Protection container name.
|
|
187
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
188
|
-
* @param failoverInput Disable protection input.
|
|
189
|
-
* @param [options] The optional parameters
|
|
190
|
-
* @returns Promise<Models.ReplicationProtectedItemsUnplannedFailoverResponse>
|
|
191
|
-
*/
|
|
192
|
-
unplannedFailover(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, failoverInput: Models.UnplannedFailoverInput, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsUnplannedFailoverResponse>;
|
|
193
|
-
/**
|
|
194
|
-
* The operation to update(push update) the installed mobility service software on a replication
|
|
195
|
-
* protected item to the latest available version.
|
|
196
|
-
* @summary Update the mobility service on a protected item.
|
|
197
|
-
* @param fabricName The name of the fabric containing the protected item.
|
|
198
|
-
* @param protectionContainerName The name of the container containing the protected item.
|
|
199
|
-
* @param replicationProtectedItemName The name of the protected item on which the agent is to be
|
|
200
|
-
* updated.
|
|
201
|
-
* @param updateMobilityServiceRequest Request to update the mobility service on the protected
|
|
202
|
-
* item.
|
|
203
|
-
* @param [options] The optional parameters
|
|
204
|
-
* @returns Promise<Models.ReplicationProtectedItemsUpdateMobilityServiceResponse>
|
|
205
|
-
*/
|
|
206
|
-
updateMobilityService(fabricName: string, protectionContainerName: string, replicationProtectedItemName: string, updateMobilityServiceRequest: Models.UpdateMobilityServiceRequest, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsUpdateMobilityServiceResponse>;
|
|
207
|
-
/**
|
|
208
|
-
* Gets the list of ASR replication protected items in the vault.
|
|
209
|
-
* @summary Gets the list of replication protected items.
|
|
210
|
-
* @param [options] The optional parameters
|
|
211
|
-
* @returns Promise<Models.ReplicationProtectedItemsListResponse>
|
|
212
|
-
*/
|
|
213
|
-
list(options?: Models.ReplicationProtectedItemsListOptionalParams): Promise<Models.ReplicationProtectedItemsListResponse>;
|
|
214
|
-
/**
|
|
215
|
-
* @param callback The callback
|
|
216
|
-
*/
|
|
217
|
-
list(callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
218
|
-
/**
|
|
219
|
-
* @param options The optional parameters
|
|
220
|
-
* @param callback The callback
|
|
221
|
-
*/
|
|
222
|
-
list(options: Models.ReplicationProtectedItemsListOptionalParams, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
223
|
-
/**
|
|
224
|
-
* The operation to create an ASR replication protected item (Enable replication).
|
|
225
|
-
* @summary Enables protection.
|
|
226
|
-
* @param fabricName Name of the fabric.
|
|
227
|
-
* @param protectionContainerName Protection container name.
|
|
228
|
-
* @param replicatedProtectedItemName A name for the replication protected item.
|
|
229
|
-
* @param input Enable Protection Input.
|
|
230
|
-
* @param [options] The optional parameters
|
|
231
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
232
|
-
*/
|
|
233
|
-
beginCreate(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, input: Models.EnableProtectionInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
234
|
-
/**
|
|
235
|
-
* The operation to delete or purge a replication protected item. This operation will force delete
|
|
236
|
-
* the replication protected item. Use the remove operation on replication protected item to
|
|
237
|
-
* perform a clean disable replication for the item.
|
|
238
|
-
* @summary Purges protection.
|
|
239
|
-
* @param fabricName Fabric name.
|
|
240
|
-
* @param protectionContainerName Protection container name.
|
|
241
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
242
|
-
* @param [options] The optional parameters
|
|
243
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
244
|
-
*/
|
|
245
|
-
beginPurge(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
246
|
-
/**
|
|
247
|
-
* The operation to update the recovery settings of an ASR replication protected item.
|
|
248
|
-
* @summary Updates protection.
|
|
249
|
-
* @param fabricName Fabric name.
|
|
250
|
-
* @param protectionContainerName Protection container name.
|
|
251
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
252
|
-
* @param updateProtectionInput Update protection input.
|
|
253
|
-
* @param [options] The optional parameters
|
|
254
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
255
|
-
*/
|
|
256
|
-
beginUpdate(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, updateProtectionInput: Models.UpdateReplicationProtectedItemInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
257
|
-
/**
|
|
258
|
-
* The operation to change the recovery point of a failed over replication protected item.
|
|
259
|
-
* @summary Change or apply recovery point.
|
|
260
|
-
* @param fabricName The ARM fabric name.
|
|
261
|
-
* @param protectionContainerName The protection container name.
|
|
262
|
-
* @param replicatedProtectedItemName The replicated protected item's name.
|
|
263
|
-
* @param applyRecoveryPointInput The ApplyRecoveryPointInput.
|
|
264
|
-
* @param [options] The optional parameters
|
|
265
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
266
|
-
*/
|
|
267
|
-
beginApplyRecoveryPoint(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, applyRecoveryPointInput: Models.ApplyRecoveryPointInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
268
|
-
/**
|
|
269
|
-
* Operation to commit the failover of the replication protected item.
|
|
270
|
-
* @summary Execute commit failover
|
|
271
|
-
* @param fabricName Unique fabric name.
|
|
272
|
-
* @param protectionContainerName Protection container name.
|
|
273
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
274
|
-
* @param [options] The optional parameters
|
|
275
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
276
|
-
*/
|
|
277
|
-
beginFailoverCommit(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
278
|
-
/**
|
|
279
|
-
* Operation to initiate a planned failover of the replication protected item.
|
|
280
|
-
* @summary Execute planned failover
|
|
281
|
-
* @param fabricName Unique fabric name.
|
|
282
|
-
* @param protectionContainerName Protection container name.
|
|
283
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
284
|
-
* @param failoverInput Disable protection input.
|
|
285
|
-
* @param [options] The optional parameters
|
|
286
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
287
|
-
*/
|
|
288
|
-
beginPlannedFailover(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, failoverInput: Models.PlannedFailoverInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
289
|
-
/**
|
|
290
|
-
* The operation to disable replication on a replication protected item. This will also remove the
|
|
291
|
-
* item.
|
|
292
|
-
* @summary Disables protection.
|
|
293
|
-
* @param fabricName Fabric name.
|
|
294
|
-
* @param protectionContainerName Protection container name.
|
|
295
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
296
|
-
* @param disableProtectionInput Disable protection input.
|
|
297
|
-
* @param [options] The optional parameters
|
|
298
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
299
|
-
*/
|
|
300
|
-
beginDeleteMethod(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, disableProtectionInput: Models.DisableProtectionInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
301
|
-
/**
|
|
302
|
-
* The operation to start resynchronize/repair replication for a replication protected item
|
|
303
|
-
* requiring resynchronization.
|
|
304
|
-
* @summary Resynchronize or repair replication.
|
|
305
|
-
* @param fabricName The name of the fabric.
|
|
306
|
-
* @param protectionContainerName The name of the container.
|
|
307
|
-
* @param replicatedProtectedItemName The name of the replication protected item.
|
|
308
|
-
* @param [options] The optional parameters
|
|
309
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
310
|
-
*/
|
|
311
|
-
beginRepairReplication(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
312
|
-
/**
|
|
313
|
-
* Operation to reprotect or reverse replicate a failed over replication protected item.
|
|
314
|
-
* @summary Execute Reverse Replication\Reprotect
|
|
315
|
-
* @param fabricName Unique fabric name.
|
|
316
|
-
* @param protectionContainerName Protection container name.
|
|
317
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
318
|
-
* @param rrInput Disable protection input.
|
|
319
|
-
* @param [options] The optional parameters
|
|
320
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
321
|
-
*/
|
|
322
|
-
beginReprotect(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, rrInput: Models.ReverseReplicationInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
323
|
-
/**
|
|
324
|
-
* Operation to perform a test failover of the replication protected item.
|
|
325
|
-
* @summary Execute test failover
|
|
326
|
-
* @param fabricName Unique fabric name.
|
|
327
|
-
* @param protectionContainerName Protection container name.
|
|
328
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
329
|
-
* @param failoverInput Test failover input.
|
|
330
|
-
* @param [options] The optional parameters
|
|
331
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
332
|
-
*/
|
|
333
|
-
beginTestFailover(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, failoverInput: Models.TestFailoverInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
334
|
-
/**
|
|
335
|
-
* Operation to clean up the test failover of a replication protected item.
|
|
336
|
-
* @summary Execute test failover cleanup.
|
|
337
|
-
* @param fabricName Unique fabric name.
|
|
338
|
-
* @param protectionContainerName Protection container name.
|
|
339
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
340
|
-
* @param cleanupInput Test failover cleanup input.
|
|
341
|
-
* @param [options] The optional parameters
|
|
342
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
343
|
-
*/
|
|
344
|
-
beginTestFailoverCleanup(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, cleanupInput: Models.TestFailoverCleanupInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
345
|
-
/**
|
|
346
|
-
* Operation to initiate a failover of the replication protected item.
|
|
347
|
-
* @summary Execute unplanned failover
|
|
348
|
-
* @param fabricName Unique fabric name.
|
|
349
|
-
* @param protectionContainerName Protection container name.
|
|
350
|
-
* @param replicatedProtectedItemName Replication protected item name.
|
|
351
|
-
* @param failoverInput Disable protection input.
|
|
352
|
-
* @param [options] The optional parameters
|
|
353
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
354
|
-
*/
|
|
355
|
-
beginUnplannedFailover(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, failoverInput: Models.UnplannedFailoverInput, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
356
|
-
/**
|
|
357
|
-
* The operation to update(push update) the installed mobility service software on a replication
|
|
358
|
-
* protected item to the latest available version.
|
|
359
|
-
* @summary Update the mobility service on a protected item.
|
|
360
|
-
* @param fabricName The name of the fabric containing the protected item.
|
|
361
|
-
* @param protectionContainerName The name of the container containing the protected item.
|
|
362
|
-
* @param replicationProtectedItemName The name of the protected item on which the agent is to be
|
|
363
|
-
* updated.
|
|
364
|
-
* @param updateMobilityServiceRequest Request to update the mobility service on the protected
|
|
365
|
-
* item.
|
|
366
|
-
* @param [options] The optional parameters
|
|
367
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
368
|
-
*/
|
|
369
|
-
beginUpdateMobilityService(fabricName: string, protectionContainerName: string, replicationProtectedItemName: string, updateMobilityServiceRequest: Models.UpdateMobilityServiceRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
370
|
-
/**
|
|
371
|
-
* Gets the list of ASR replication protected items in the protection container.
|
|
372
|
-
* @summary Gets the list of Replication protected items.
|
|
373
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
374
|
-
* @param [options] The optional parameters
|
|
375
|
-
* @returns
|
|
376
|
-
* Promise<Models.ReplicationProtectedItemsListByReplicationProtectionContainersNextResponse>
|
|
377
|
-
*/
|
|
378
|
-
listByReplicationProtectionContainersNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsListByReplicationProtectionContainersNextResponse>;
|
|
379
|
-
/**
|
|
380
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
381
|
-
* @param callback The callback
|
|
382
|
-
*/
|
|
383
|
-
listByReplicationProtectionContainersNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
384
|
-
/**
|
|
385
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
386
|
-
* @param options The optional parameters
|
|
387
|
-
* @param callback The callback
|
|
388
|
-
*/
|
|
389
|
-
listByReplicationProtectionContainersNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
390
|
-
/**
|
|
391
|
-
* Gets the list of ASR replication protected items in the vault.
|
|
392
|
-
* @summary Gets the list of replication protected items.
|
|
393
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
394
|
-
* @param [options] The optional parameters
|
|
395
|
-
* @returns Promise<Models.ReplicationProtectedItemsListNextResponse>
|
|
396
|
-
*/
|
|
397
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationProtectedItemsListNextResponse>;
|
|
398
|
-
/**
|
|
399
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
400
|
-
* @param callback The callback
|
|
401
|
-
*/
|
|
402
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
403
|
-
/**
|
|
404
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
405
|
-
* @param options The optional parameters
|
|
406
|
-
* @param callback The callback
|
|
407
|
-
*/
|
|
408
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationProtectedItemCollection>): void;
|
|
409
|
-
}
|
|
410
|
-
//# sourceMappingURL=replicationProtectedItems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replicationProtectedItems.d.ts","sourceRoot":"","sources":["../../lib/operations/replicationProtectedItems.ts"],"names":[],"mappings":"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"}
|