@azure/arm-recoveryservices-siterecovery 3.3.1 → 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/README.md +69 -80
- 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 +76 -33
- 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 +9563 -11175
- package/src/models/mappers.ts +15885 -6664
- package/src/models/parameters.ts +541 -92
- package/src/operations/index.ts +10 -5
- package/src/operations/migrationRecoveryPoints.ts +263 -0
- package/src/operations/operations.ts +97 -85
- package/src/operations/recoveryPoints.ts +180 -129
- package/src/operations/replicationAlertSettings.ts +146 -175
- package/src/operations/replicationAppliances.ts +143 -0
- package/src/operations/replicationEligibilityResultsOperations.ts +104 -0
- package/src/operations/replicationEvents.ts +122 -128
- package/src/operations/replicationFabrics.ts +722 -417
- package/src/operations/replicationJobs.ts +485 -289
- package/src/operations/replicationLogicalNetworks.ts +143 -133
- package/src/operations/replicationMigrationItems.ts +1292 -0
- package/src/operations/replicationNetworkMappings.ts +541 -349
- package/src/operations/replicationNetworks.ts +225 -207
- package/src/operations/replicationPolicies.ts +385 -257
- package/src/operations/replicationProtectableItems.ts +177 -139
- package/src/operations/replicationProtectedItems.ts +2408 -756
- package/src/operations/replicationProtectionContainerMappings.ts +634 -382
- package/src/operations/replicationProtectionContainers.ts +623 -392
- package/src/operations/replicationProtectionIntents.ts +231 -0
- package/src/operations/replicationRecoveryPlans.ts +1045 -493
- package/src/operations/replicationRecoveryServicesProviders.ts +590 -321
- package/src/operations/replicationStorageClassificationMappings.ts +443 -288
- package/src/operations/replicationStorageClassifications.ts +227 -204
- package/src/operations/replicationVaultHealth.ts +119 -87
- package/src/operations/replicationVaultSetting.ts +297 -0
- package/src/operations/replicationvCenters.ts +511 -347
- package/src/operations/supportedOperatingSystemsOperations.ts +63 -0
- package/src/operations/targetComputeSizes.ts +154 -85
- 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 +206 -77
- 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 -21622
- 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 -47
- package/esm/siteRecoveryManagementClient.d.ts.map +0 -1
- package/esm/siteRecoveryManagementClient.js +0 -61
- package/esm/siteRecoveryManagementClient.js.map +0 -1
- package/esm/siteRecoveryManagementClientContext.d.ts +0 -27
- package/esm/siteRecoveryManagementClientContext.d.ts.map +0 -1
- package/esm/siteRecoveryManagementClientContext.js +0 -72
- package/esm/siteRecoveryManagementClientContext.js.map +0 -1
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/recoveryPointsMappers.ts +0 -169
- package/src/models/replicationAlertSettingsMappers.ts +0 -171
- package/src/models/replicationEventsMappers.ts +0 -169
- package/src/models/replicationFabricsMappers.ts +0 -178
- package/src/models/replicationJobsMappers.ts +0 -172
- package/src/models/replicationLogicalNetworksMappers.ts +0 -169
- package/src/models/replicationNetworkMappingsMappers.ts +0 -181
- package/src/models/replicationNetworksMappers.ts +0 -169
- package/src/models/replicationPoliciesMappers.ts +0 -181
- package/src/models/replicationProtectableItemsMappers.ts +0 -169
- package/src/models/replicationProtectedItemsMappers.ts +0 -226
- package/src/models/replicationProtectionContainerMappingsMappers.ts +0 -180
- package/src/models/replicationProtectionContainersMappers.ts +0 -184
- package/src/models/replicationRecoveryPlansMappers.ts +0 -187
- package/src/models/replicationRecoveryServicesProvidersMappers.ts +0 -169
- package/src/models/replicationStorageClassificationMappingsMappers.ts +0 -171
- package/src/models/replicationStorageClassificationsMappers.ts +0 -169
- package/src/models/replicationVaultHealthMappers.ts +0 -168
- package/src/models/replicationvCentersMappers.ts +0 -173
- package/src/models/targetComputeSizesMappers.ts +0 -19
- package/src/siteRecoveryManagementClientContext.ts +0 -81
package/src/models/parameters.ts
CHANGED
|
@@ -1,70 +1,179 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
9
|
+
import {
|
|
10
|
+
OperationParameter,
|
|
11
|
+
OperationURLParameter,
|
|
12
|
+
OperationQueryParameter
|
|
13
|
+
} from "@azure/core-client";
|
|
14
|
+
import {
|
|
15
|
+
ConfigureAlertRequest as ConfigureAlertRequestMapper,
|
|
16
|
+
FabricCreationInput as FabricCreationInputMapper,
|
|
17
|
+
FailoverProcessServerRequest as FailoverProcessServerRequestMapper,
|
|
18
|
+
RenewCertificateInput as RenewCertificateInputMapper,
|
|
19
|
+
CreateNetworkMappingInput as CreateNetworkMappingInputMapper,
|
|
20
|
+
UpdateNetworkMappingInput as UpdateNetworkMappingInputMapper,
|
|
21
|
+
CreateProtectionContainerInput as CreateProtectionContainerInputMapper,
|
|
22
|
+
DiscoverProtectableItemRequest as DiscoverProtectableItemRequestMapper,
|
|
23
|
+
SwitchProtectionInput as SwitchProtectionInputMapper,
|
|
24
|
+
EnableMigrationInput as EnableMigrationInputMapper,
|
|
25
|
+
UpdateMigrationItemInput as UpdateMigrationItemInputMapper,
|
|
26
|
+
MigrateInput as MigrateInputMapper,
|
|
27
|
+
ResyncInput as ResyncInputMapper,
|
|
28
|
+
TestMigrateInput as TestMigrateInputMapper,
|
|
29
|
+
TestMigrateCleanupInput as TestMigrateCleanupInputMapper,
|
|
30
|
+
EnableProtectionInput as EnableProtectionInputMapper,
|
|
31
|
+
UpdateReplicationProtectedItemInput as UpdateReplicationProtectedItemInputMapper,
|
|
32
|
+
AddDisksInput as AddDisksInputMapper,
|
|
33
|
+
ApplyRecoveryPointInput as ApplyRecoveryPointInputMapper,
|
|
34
|
+
PlannedFailoverInput as PlannedFailoverInputMapper,
|
|
35
|
+
DisableProtectionInput as DisableProtectionInputMapper,
|
|
36
|
+
RemoveDisksInput as RemoveDisksInputMapper,
|
|
37
|
+
ReverseReplicationInput as ReverseReplicationInputMapper,
|
|
38
|
+
ResolveHealthInput as ResolveHealthInputMapper,
|
|
39
|
+
SwitchProviderInput as SwitchProviderInputMapper,
|
|
40
|
+
TestFailoverInput as TestFailoverInputMapper,
|
|
41
|
+
TestFailoverCleanupInput as TestFailoverCleanupInputMapper,
|
|
42
|
+
UnplannedFailoverInput as UnplannedFailoverInputMapper,
|
|
43
|
+
UpdateApplianceForReplicationProtectedItemInput as UpdateApplianceForReplicationProtectedItemInputMapper,
|
|
44
|
+
UpdateMobilityServiceRequest as UpdateMobilityServiceRequestMapper,
|
|
45
|
+
CreateProtectionContainerMappingInput as CreateProtectionContainerMappingInputMapper,
|
|
46
|
+
UpdateProtectionContainerMappingInput as UpdateProtectionContainerMappingInputMapper,
|
|
47
|
+
RemoveProtectionContainerMappingInput as RemoveProtectionContainerMappingInputMapper,
|
|
48
|
+
AddRecoveryServicesProviderInput as AddRecoveryServicesProviderInputMapper,
|
|
49
|
+
StorageClassificationMappingInput as StorageClassificationMappingInputMapper,
|
|
50
|
+
AddVCenterRequest as AddVCenterRequestMapper,
|
|
51
|
+
UpdateVCenterRequest as UpdateVCenterRequestMapper,
|
|
52
|
+
ResumeJobParams as ResumeJobParamsMapper,
|
|
53
|
+
JobQueryParameter as JobQueryParameterMapper,
|
|
54
|
+
CreatePolicyInput as CreatePolicyInputMapper,
|
|
55
|
+
UpdatePolicyInput as UpdatePolicyInputMapper,
|
|
56
|
+
CreateProtectionIntentInput as CreateProtectionIntentInputMapper,
|
|
57
|
+
CreateRecoveryPlanInput as CreateRecoveryPlanInputMapper,
|
|
58
|
+
UpdateRecoveryPlanInput as UpdateRecoveryPlanInputMapper,
|
|
59
|
+
RecoveryPlanPlannedFailoverInput as RecoveryPlanPlannedFailoverInputMapper,
|
|
60
|
+
RecoveryPlanTestFailoverInput as RecoveryPlanTestFailoverInputMapper,
|
|
61
|
+
RecoveryPlanTestFailoverCleanupInput as RecoveryPlanTestFailoverCleanupInputMapper,
|
|
62
|
+
RecoveryPlanUnplannedFailoverInput as RecoveryPlanUnplannedFailoverInputMapper,
|
|
63
|
+
VaultSettingCreationInput as VaultSettingCreationInputMapper
|
|
64
|
+
} from "../models/mappers";
|
|
12
65
|
|
|
13
|
-
export const
|
|
14
|
-
parameterPath: "
|
|
66
|
+
export const accept: OperationParameter = {
|
|
67
|
+
parameterPath: "accept",
|
|
15
68
|
mapper: {
|
|
16
|
-
|
|
17
|
-
|
|
69
|
+
defaultValue: "application/json",
|
|
70
|
+
isConstant: true,
|
|
71
|
+
serializedName: "Accept",
|
|
18
72
|
type: {
|
|
19
73
|
name: "String"
|
|
20
74
|
}
|
|
21
75
|
}
|
|
22
76
|
};
|
|
23
|
-
|
|
24
|
-
|
|
77
|
+
|
|
78
|
+
export const $host: OperationURLParameter = {
|
|
79
|
+
parameterPath: "$host",
|
|
25
80
|
mapper: {
|
|
81
|
+
serializedName: "$host",
|
|
26
82
|
required: true,
|
|
27
|
-
serializedName: "alertSettingName",
|
|
28
83
|
type: {
|
|
29
84
|
name: "String"
|
|
30
85
|
}
|
|
31
|
-
}
|
|
86
|
+
},
|
|
87
|
+
skipEncoding: true
|
|
32
88
|
};
|
|
33
|
-
|
|
89
|
+
|
|
90
|
+
export const apiVersion: OperationQueryParameter = {
|
|
34
91
|
parameterPath: "apiVersion",
|
|
35
92
|
mapper: {
|
|
36
|
-
|
|
93
|
+
defaultValue: "2021-11-01",
|
|
94
|
+
isConstant: true,
|
|
37
95
|
serializedName: "api-version",
|
|
38
96
|
type: {
|
|
39
97
|
name: "String"
|
|
40
98
|
}
|
|
41
99
|
}
|
|
42
100
|
};
|
|
43
|
-
|
|
44
|
-
|
|
101
|
+
|
|
102
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
103
|
+
parameterPath: "resourceGroupName",
|
|
45
104
|
mapper: {
|
|
105
|
+
serializedName: "resourceGroupName",
|
|
46
106
|
required: true,
|
|
47
|
-
serializedName: "eventName",
|
|
48
107
|
type: {
|
|
49
108
|
name: "String"
|
|
50
109
|
}
|
|
51
110
|
}
|
|
52
111
|
};
|
|
53
|
-
|
|
54
|
-
|
|
112
|
+
|
|
113
|
+
export const subscriptionId: OperationURLParameter = {
|
|
114
|
+
parameterPath: "subscriptionId",
|
|
55
115
|
mapper: {
|
|
116
|
+
serializedName: "subscriptionId",
|
|
117
|
+
required: true,
|
|
118
|
+
type: {
|
|
119
|
+
name: "String"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
export const nextLink: OperationURLParameter = {
|
|
125
|
+
parameterPath: "nextLink",
|
|
126
|
+
mapper: {
|
|
127
|
+
serializedName: "nextLink",
|
|
128
|
+
required: true,
|
|
129
|
+
type: {
|
|
130
|
+
name: "String"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
skipEncoding: true
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
export const resourceName: OperationURLParameter = {
|
|
137
|
+
parameterPath: "resourceName",
|
|
138
|
+
mapper: {
|
|
139
|
+
serializedName: "resourceName",
|
|
56
140
|
required: true,
|
|
57
|
-
serializedName: "fabricName",
|
|
58
141
|
type: {
|
|
59
142
|
name: "String"
|
|
60
143
|
}
|
|
61
144
|
}
|
|
62
145
|
};
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
146
|
+
|
|
147
|
+
export const alertSettingName: OperationURLParameter = {
|
|
148
|
+
parameterPath: "alertSettingName",
|
|
149
|
+
mapper: {
|
|
150
|
+
serializedName: "alertSettingName",
|
|
151
|
+
required: true,
|
|
152
|
+
type: {
|
|
153
|
+
name: "String"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
export const contentType: OperationParameter = {
|
|
159
|
+
parameterPath: ["options", "contentType"],
|
|
160
|
+
mapper: {
|
|
161
|
+
defaultValue: "application/json",
|
|
162
|
+
isConstant: true,
|
|
163
|
+
serializedName: "Content-Type",
|
|
164
|
+
type: {
|
|
165
|
+
name: "String"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
export const request: OperationParameter = {
|
|
171
|
+
parameterPath: "request",
|
|
172
|
+
mapper: ConfigureAlertRequestMapper
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
export const filter: OperationQueryParameter = {
|
|
176
|
+
parameterPath: ["options", "filter"],
|
|
68
177
|
mapper: {
|
|
69
178
|
serializedName: "$filter",
|
|
70
179
|
type: {
|
|
@@ -72,216 +181,556 @@ export const filter: msRest.OperationQueryParameter = {
|
|
|
72
181
|
}
|
|
73
182
|
}
|
|
74
183
|
};
|
|
75
|
-
|
|
76
|
-
|
|
184
|
+
|
|
185
|
+
export const virtualMachineName: OperationURLParameter = {
|
|
186
|
+
parameterPath: "virtualMachineName",
|
|
77
187
|
mapper: {
|
|
188
|
+
serializedName: "virtualMachineName",
|
|
78
189
|
required: true,
|
|
79
|
-
serializedName: "jobName",
|
|
80
190
|
type: {
|
|
81
191
|
name: "String"
|
|
82
192
|
}
|
|
83
193
|
}
|
|
84
194
|
};
|
|
85
|
-
|
|
86
|
-
|
|
195
|
+
|
|
196
|
+
export const eventName: OperationURLParameter = {
|
|
197
|
+
parameterPath: "eventName",
|
|
87
198
|
mapper: {
|
|
199
|
+
serializedName: "eventName",
|
|
88
200
|
required: true,
|
|
201
|
+
type: {
|
|
202
|
+
name: "String"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export const fabricName: OperationURLParameter = {
|
|
208
|
+
parameterPath: "fabricName",
|
|
209
|
+
mapper: {
|
|
210
|
+
serializedName: "fabricName",
|
|
211
|
+
required: true,
|
|
212
|
+
type: {
|
|
213
|
+
name: "String"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
export const input: OperationParameter = {
|
|
219
|
+
parameterPath: "input",
|
|
220
|
+
mapper: FabricCreationInputMapper
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
export const failoverProcessServerRequest: OperationParameter = {
|
|
224
|
+
parameterPath: "failoverProcessServerRequest",
|
|
225
|
+
mapper: FailoverProcessServerRequestMapper
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
export const renewCertificate: OperationParameter = {
|
|
229
|
+
parameterPath: "renewCertificate",
|
|
230
|
+
mapper: RenewCertificateInputMapper
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
export const logicalNetworkName: OperationURLParameter = {
|
|
234
|
+
parameterPath: "logicalNetworkName",
|
|
235
|
+
mapper: {
|
|
89
236
|
serializedName: "logicalNetworkName",
|
|
237
|
+
required: true,
|
|
90
238
|
type: {
|
|
91
239
|
name: "String"
|
|
92
240
|
}
|
|
93
241
|
}
|
|
94
242
|
};
|
|
95
|
-
|
|
96
|
-
|
|
243
|
+
|
|
244
|
+
export const networkName: OperationURLParameter = {
|
|
245
|
+
parameterPath: "networkName",
|
|
97
246
|
mapper: {
|
|
247
|
+
serializedName: "networkName",
|
|
98
248
|
required: true,
|
|
99
|
-
serializedName: "mappingName",
|
|
100
249
|
type: {
|
|
101
250
|
name: "String"
|
|
102
251
|
}
|
|
103
252
|
}
|
|
104
253
|
};
|
|
105
|
-
|
|
254
|
+
|
|
255
|
+
export const networkMappingName: OperationURLParameter = {
|
|
106
256
|
parameterPath: "networkMappingName",
|
|
107
257
|
mapper: {
|
|
108
|
-
required: true,
|
|
109
258
|
serializedName: "networkMappingName",
|
|
259
|
+
required: true,
|
|
110
260
|
type: {
|
|
111
261
|
name: "String"
|
|
112
262
|
}
|
|
113
263
|
}
|
|
114
264
|
};
|
|
115
|
-
|
|
116
|
-
|
|
265
|
+
|
|
266
|
+
export const input1: OperationParameter = {
|
|
267
|
+
parameterPath: "input",
|
|
268
|
+
mapper: CreateNetworkMappingInputMapper
|
|
269
|
+
};
|
|
270
|
+
|
|
271
|
+
export const input2: OperationParameter = {
|
|
272
|
+
parameterPath: "input",
|
|
273
|
+
mapper: UpdateNetworkMappingInputMapper
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
export const protectionContainerName: OperationURLParameter = {
|
|
277
|
+
parameterPath: "protectionContainerName",
|
|
117
278
|
mapper: {
|
|
279
|
+
serializedName: "protectionContainerName",
|
|
118
280
|
required: true,
|
|
119
|
-
serializedName: "networkName",
|
|
120
281
|
type: {
|
|
121
282
|
name: "String"
|
|
122
283
|
}
|
|
123
284
|
}
|
|
124
285
|
};
|
|
125
|
-
|
|
126
|
-
|
|
286
|
+
|
|
287
|
+
export const creationInput: OperationParameter = {
|
|
288
|
+
parameterPath: "creationInput",
|
|
289
|
+
mapper: CreateProtectionContainerInputMapper
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
export const discoverProtectableItemRequest: OperationParameter = {
|
|
293
|
+
parameterPath: "discoverProtectableItemRequest",
|
|
294
|
+
mapper: DiscoverProtectableItemRequestMapper
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
export const switchInput: OperationParameter = {
|
|
298
|
+
parameterPath: "switchInput",
|
|
299
|
+
mapper: SwitchProtectionInputMapper
|
|
300
|
+
};
|
|
301
|
+
|
|
302
|
+
export const skipToken: OperationQueryParameter = {
|
|
303
|
+
parameterPath: ["options", "skipToken"],
|
|
304
|
+
mapper: {
|
|
305
|
+
serializedName: "skipToken",
|
|
306
|
+
type: {
|
|
307
|
+
name: "String"
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
export const takeToken: OperationQueryParameter = {
|
|
313
|
+
parameterPath: ["options", "takeToken"],
|
|
127
314
|
mapper: {
|
|
315
|
+
serializedName: "takeToken",
|
|
316
|
+
type: {
|
|
317
|
+
name: "String"
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
export const migrationItemName: OperationURLParameter = {
|
|
323
|
+
parameterPath: "migrationItemName",
|
|
324
|
+
mapper: {
|
|
325
|
+
serializedName: "migrationItemName",
|
|
128
326
|
required: true,
|
|
129
|
-
serializedName: "nextLink",
|
|
130
327
|
type: {
|
|
131
328
|
name: "String"
|
|
132
329
|
}
|
|
133
|
-
}
|
|
134
|
-
skipEncoding: true
|
|
330
|
+
}
|
|
135
331
|
};
|
|
136
|
-
|
|
137
|
-
|
|
332
|
+
|
|
333
|
+
export const input3: OperationParameter = {
|
|
334
|
+
parameterPath: "input",
|
|
335
|
+
mapper: EnableMigrationInputMapper
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
export const deleteOption: OperationQueryParameter = {
|
|
339
|
+
parameterPath: ["options", "deleteOption"],
|
|
340
|
+
mapper: {
|
|
341
|
+
serializedName: "deleteOption",
|
|
342
|
+
type: {
|
|
343
|
+
name: "String"
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
export const input4: OperationParameter = {
|
|
349
|
+
parameterPath: "input",
|
|
350
|
+
mapper: UpdateMigrationItemInputMapper
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
export const migrateInput: OperationParameter = {
|
|
354
|
+
parameterPath: "migrateInput",
|
|
355
|
+
mapper: MigrateInputMapper
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
export const input5: OperationParameter = {
|
|
359
|
+
parameterPath: "input",
|
|
360
|
+
mapper: ResyncInputMapper
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
export const testMigrateInput: OperationParameter = {
|
|
364
|
+
parameterPath: "testMigrateInput",
|
|
365
|
+
mapper: TestMigrateInputMapper
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
export const testMigrateCleanupInput: OperationParameter = {
|
|
369
|
+
parameterPath: "testMigrateCleanupInput",
|
|
370
|
+
mapper: TestMigrateCleanupInputMapper
|
|
371
|
+
};
|
|
372
|
+
|
|
373
|
+
export const migrationRecoveryPointName: OperationURLParameter = {
|
|
374
|
+
parameterPath: "migrationRecoveryPointName",
|
|
138
375
|
mapper: {
|
|
376
|
+
serializedName: "migrationRecoveryPointName",
|
|
139
377
|
required: true,
|
|
140
|
-
serializedName: "policyName",
|
|
141
378
|
type: {
|
|
142
379
|
name: "String"
|
|
143
380
|
}
|
|
144
381
|
}
|
|
145
382
|
};
|
|
146
|
-
|
|
383
|
+
|
|
384
|
+
export const take: OperationQueryParameter = {
|
|
385
|
+
parameterPath: ["options", "take"],
|
|
386
|
+
mapper: {
|
|
387
|
+
serializedName: "$take",
|
|
388
|
+
type: {
|
|
389
|
+
name: "String"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
};
|
|
393
|
+
|
|
394
|
+
export const skipToken1: OperationQueryParameter = {
|
|
395
|
+
parameterPath: ["options", "skipToken"],
|
|
396
|
+
mapper: {
|
|
397
|
+
serializedName: "$skipToken",
|
|
398
|
+
type: {
|
|
399
|
+
name: "String"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
export const protectableItemName: OperationURLParameter = {
|
|
147
405
|
parameterPath: "protectableItemName",
|
|
148
406
|
mapper: {
|
|
149
|
-
required: true,
|
|
150
407
|
serializedName: "protectableItemName",
|
|
408
|
+
required: true,
|
|
151
409
|
type: {
|
|
152
410
|
name: "String"
|
|
153
411
|
}
|
|
154
412
|
}
|
|
155
413
|
};
|
|
156
|
-
|
|
157
|
-
|
|
414
|
+
|
|
415
|
+
export const replicatedProtectedItemName: OperationURLParameter = {
|
|
416
|
+
parameterPath: "replicatedProtectedItemName",
|
|
158
417
|
mapper: {
|
|
418
|
+
serializedName: "replicatedProtectedItemName",
|
|
159
419
|
required: true,
|
|
160
|
-
serializedName: "protectionContainerName",
|
|
161
420
|
type: {
|
|
162
421
|
name: "String"
|
|
163
422
|
}
|
|
164
423
|
}
|
|
165
424
|
};
|
|
166
|
-
|
|
167
|
-
|
|
425
|
+
|
|
426
|
+
export const input6: OperationParameter = {
|
|
427
|
+
parameterPath: "input",
|
|
428
|
+
mapper: EnableProtectionInputMapper
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
export const updateProtectionInput: OperationParameter = {
|
|
432
|
+
parameterPath: "updateProtectionInput",
|
|
433
|
+
mapper: UpdateReplicationProtectedItemInputMapper
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
export const addDisksInput: OperationParameter = {
|
|
437
|
+
parameterPath: "addDisksInput",
|
|
438
|
+
mapper: AddDisksInputMapper
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
export const applyRecoveryPointInput: OperationParameter = {
|
|
442
|
+
parameterPath: "applyRecoveryPointInput",
|
|
443
|
+
mapper: ApplyRecoveryPointInputMapper
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
export const failoverInput: OperationParameter = {
|
|
447
|
+
parameterPath: "failoverInput",
|
|
448
|
+
mapper: PlannedFailoverInputMapper
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
export const disableProtectionInput: OperationParameter = {
|
|
452
|
+
parameterPath: "disableProtectionInput",
|
|
453
|
+
mapper: DisableProtectionInputMapper
|
|
454
|
+
};
|
|
455
|
+
|
|
456
|
+
export const removeDisksInput: OperationParameter = {
|
|
457
|
+
parameterPath: "removeDisksInput",
|
|
458
|
+
mapper: RemoveDisksInputMapper
|
|
459
|
+
};
|
|
460
|
+
|
|
461
|
+
export const reprotectInput: OperationParameter = {
|
|
462
|
+
parameterPath: "reprotectInput",
|
|
463
|
+
mapper: ReverseReplicationInputMapper
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
export const resolveHealthInput: OperationParameter = {
|
|
467
|
+
parameterPath: "resolveHealthInput",
|
|
468
|
+
mapper: ResolveHealthInputMapper
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
export const switchProviderInput: OperationParameter = {
|
|
472
|
+
parameterPath: "switchProviderInput",
|
|
473
|
+
mapper: SwitchProviderInputMapper
|
|
474
|
+
};
|
|
475
|
+
|
|
476
|
+
export const testfailoverInput: OperationParameter = {
|
|
477
|
+
parameterPath: "testfailoverInput",
|
|
478
|
+
mapper: TestFailoverInputMapper
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
export const cleanupInput: OperationParameter = {
|
|
482
|
+
parameterPath: "cleanupInput",
|
|
483
|
+
mapper: TestFailoverCleanupInputMapper
|
|
484
|
+
};
|
|
485
|
+
|
|
486
|
+
export const failoverInput1: OperationParameter = {
|
|
487
|
+
parameterPath: "failoverInput",
|
|
488
|
+
mapper: UnplannedFailoverInputMapper
|
|
489
|
+
};
|
|
490
|
+
|
|
491
|
+
export const applianceUpdateInput: OperationParameter = {
|
|
492
|
+
parameterPath: "applianceUpdateInput",
|
|
493
|
+
mapper: UpdateApplianceForReplicationProtectedItemInputMapper
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
export const updateMobilityServiceRequest: OperationParameter = {
|
|
497
|
+
parameterPath: "updateMobilityServiceRequest",
|
|
498
|
+
mapper: UpdateMobilityServiceRequestMapper
|
|
499
|
+
};
|
|
500
|
+
|
|
501
|
+
export const replicationProtectedItemName: OperationURLParameter = {
|
|
502
|
+
parameterPath: "replicationProtectedItemName",
|
|
168
503
|
mapper: {
|
|
504
|
+
serializedName: "replicationProtectedItemName",
|
|
169
505
|
required: true,
|
|
170
|
-
serializedName: "providerName",
|
|
171
506
|
type: {
|
|
172
507
|
name: "String"
|
|
173
508
|
}
|
|
174
509
|
}
|
|
175
510
|
};
|
|
176
|
-
|
|
177
|
-
|
|
511
|
+
|
|
512
|
+
export const recoveryPointName: OperationURLParameter = {
|
|
513
|
+
parameterPath: "recoveryPointName",
|
|
178
514
|
mapper: {
|
|
515
|
+
serializedName: "recoveryPointName",
|
|
179
516
|
required: true,
|
|
180
|
-
serializedName: "recoveryPlanName",
|
|
181
517
|
type: {
|
|
182
518
|
name: "String"
|
|
183
519
|
}
|
|
184
520
|
}
|
|
185
521
|
};
|
|
186
|
-
|
|
187
|
-
|
|
522
|
+
|
|
523
|
+
export const mappingName: OperationURLParameter = {
|
|
524
|
+
parameterPath: "mappingName",
|
|
188
525
|
mapper: {
|
|
526
|
+
serializedName: "mappingName",
|
|
189
527
|
required: true,
|
|
190
|
-
serializedName: "recoveryPointName",
|
|
191
528
|
type: {
|
|
192
529
|
name: "String"
|
|
193
530
|
}
|
|
194
531
|
}
|
|
195
532
|
};
|
|
196
|
-
|
|
197
|
-
|
|
533
|
+
|
|
534
|
+
export const creationInput1: OperationParameter = {
|
|
535
|
+
parameterPath: "creationInput",
|
|
536
|
+
mapper: CreateProtectionContainerMappingInputMapper
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
export const updateInput: OperationParameter = {
|
|
540
|
+
parameterPath: "updateInput",
|
|
541
|
+
mapper: UpdateProtectionContainerMappingInputMapper
|
|
542
|
+
};
|
|
543
|
+
|
|
544
|
+
export const removalInput: OperationParameter = {
|
|
545
|
+
parameterPath: "removalInput",
|
|
546
|
+
mapper: RemoveProtectionContainerMappingInputMapper
|
|
547
|
+
};
|
|
548
|
+
|
|
549
|
+
export const providerName: OperationURLParameter = {
|
|
550
|
+
parameterPath: "providerName",
|
|
198
551
|
mapper: {
|
|
552
|
+
serializedName: "providerName",
|
|
199
553
|
required: true,
|
|
200
|
-
serializedName: "replicatedProtectedItemName",
|
|
201
554
|
type: {
|
|
202
555
|
name: "String"
|
|
203
556
|
}
|
|
204
557
|
}
|
|
205
558
|
};
|
|
206
|
-
|
|
207
|
-
|
|
559
|
+
|
|
560
|
+
export const addProviderInput: OperationParameter = {
|
|
561
|
+
parameterPath: "addProviderInput",
|
|
562
|
+
mapper: AddRecoveryServicesProviderInputMapper
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
export const storageClassificationName: OperationURLParameter = {
|
|
566
|
+
parameterPath: "storageClassificationName",
|
|
208
567
|
mapper: {
|
|
568
|
+
serializedName: "storageClassificationName",
|
|
209
569
|
required: true,
|
|
210
|
-
serializedName: "replicationProtectedItemName",
|
|
211
570
|
type: {
|
|
212
571
|
name: "String"
|
|
213
572
|
}
|
|
214
573
|
}
|
|
215
574
|
};
|
|
216
|
-
|
|
217
|
-
|
|
575
|
+
|
|
576
|
+
export const storageClassificationMappingName: OperationURLParameter = {
|
|
577
|
+
parameterPath: "storageClassificationMappingName",
|
|
218
578
|
mapper: {
|
|
579
|
+
serializedName: "storageClassificationMappingName",
|
|
219
580
|
required: true,
|
|
220
|
-
serializedName: "resourceGroupName",
|
|
221
581
|
type: {
|
|
222
582
|
name: "String"
|
|
223
583
|
}
|
|
224
584
|
}
|
|
225
585
|
};
|
|
226
|
-
|
|
227
|
-
|
|
586
|
+
|
|
587
|
+
export const pairingInput: OperationParameter = {
|
|
588
|
+
parameterPath: "pairingInput",
|
|
589
|
+
mapper: StorageClassificationMappingInputMapper
|
|
590
|
+
};
|
|
591
|
+
|
|
592
|
+
export const vcenterName: OperationURLParameter = {
|
|
593
|
+
parameterPath: "vcenterName",
|
|
228
594
|
mapper: {
|
|
595
|
+
serializedName: "vcenterName",
|
|
229
596
|
required: true,
|
|
230
|
-
serializedName: "resourceName",
|
|
231
597
|
type: {
|
|
232
598
|
name: "String"
|
|
233
599
|
}
|
|
234
600
|
}
|
|
235
601
|
};
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
602
|
+
|
|
603
|
+
export const addVCenterRequest: OperationParameter = {
|
|
604
|
+
parameterPath: "addVCenterRequest",
|
|
605
|
+
mapper: AddVCenterRequestMapper
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
export const updateVCenterRequest: OperationParameter = {
|
|
609
|
+
parameterPath: "updateVCenterRequest",
|
|
610
|
+
mapper: UpdateVCenterRequestMapper
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
export const jobName: OperationURLParameter = {
|
|
614
|
+
parameterPath: "jobName",
|
|
241
615
|
mapper: {
|
|
242
|
-
serializedName: "
|
|
616
|
+
serializedName: "jobName",
|
|
617
|
+
required: true,
|
|
243
618
|
type: {
|
|
244
619
|
name: "String"
|
|
245
620
|
}
|
|
246
621
|
}
|
|
247
622
|
};
|
|
248
|
-
|
|
249
|
-
|
|
623
|
+
|
|
624
|
+
export const resumeJobParams: OperationParameter = {
|
|
625
|
+
parameterPath: "resumeJobParams",
|
|
626
|
+
mapper: ResumeJobParamsMapper
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
export const jobQueryParameter: OperationParameter = {
|
|
630
|
+
parameterPath: "jobQueryParameter",
|
|
631
|
+
mapper: JobQueryParameterMapper
|
|
632
|
+
};
|
|
633
|
+
|
|
634
|
+
export const policyName: OperationURLParameter = {
|
|
635
|
+
parameterPath: "policyName",
|
|
250
636
|
mapper: {
|
|
637
|
+
serializedName: "policyName",
|
|
251
638
|
required: true,
|
|
252
|
-
serializedName: "storageClassificationMappingName",
|
|
253
639
|
type: {
|
|
254
640
|
name: "String"
|
|
255
641
|
}
|
|
256
642
|
}
|
|
257
643
|
};
|
|
258
|
-
|
|
259
|
-
|
|
644
|
+
|
|
645
|
+
export const input7: OperationParameter = {
|
|
646
|
+
parameterPath: "input",
|
|
647
|
+
mapper: CreatePolicyInputMapper
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
export const input8: OperationParameter = {
|
|
651
|
+
parameterPath: "input",
|
|
652
|
+
mapper: UpdatePolicyInputMapper
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
export const intentObjectName: OperationURLParameter = {
|
|
656
|
+
parameterPath: "intentObjectName",
|
|
260
657
|
mapper: {
|
|
658
|
+
serializedName: "intentObjectName",
|
|
261
659
|
required: true,
|
|
262
|
-
serializedName: "storageClassificationName",
|
|
263
660
|
type: {
|
|
264
661
|
name: "String"
|
|
265
662
|
}
|
|
266
663
|
}
|
|
267
664
|
};
|
|
268
|
-
|
|
269
|
-
|
|
665
|
+
|
|
666
|
+
export const input9: OperationParameter = {
|
|
667
|
+
parameterPath: "input",
|
|
668
|
+
mapper: CreateProtectionIntentInputMapper
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
export const recoveryPlanName: OperationURLParameter = {
|
|
672
|
+
parameterPath: "recoveryPlanName",
|
|
270
673
|
mapper: {
|
|
674
|
+
serializedName: "recoveryPlanName",
|
|
271
675
|
required: true,
|
|
272
|
-
serializedName: "subscriptionId",
|
|
273
676
|
type: {
|
|
274
677
|
name: "String"
|
|
275
678
|
}
|
|
276
679
|
}
|
|
277
680
|
};
|
|
278
|
-
|
|
279
|
-
|
|
681
|
+
|
|
682
|
+
export const input10: OperationParameter = {
|
|
683
|
+
parameterPath: "input",
|
|
684
|
+
mapper: CreateRecoveryPlanInputMapper
|
|
685
|
+
};
|
|
686
|
+
|
|
687
|
+
export const input11: OperationParameter = {
|
|
688
|
+
parameterPath: "input",
|
|
689
|
+
mapper: UpdateRecoveryPlanInputMapper
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export const input12: OperationParameter = {
|
|
693
|
+
parameterPath: "input",
|
|
694
|
+
mapper: RecoveryPlanPlannedFailoverInputMapper
|
|
695
|
+
};
|
|
696
|
+
|
|
697
|
+
export const input13: OperationParameter = {
|
|
698
|
+
parameterPath: "input",
|
|
699
|
+
mapper: RecoveryPlanTestFailoverInputMapper
|
|
700
|
+
};
|
|
701
|
+
|
|
702
|
+
export const input14: OperationParameter = {
|
|
703
|
+
parameterPath: "input",
|
|
704
|
+
mapper: RecoveryPlanTestFailoverCleanupInputMapper
|
|
705
|
+
};
|
|
706
|
+
|
|
707
|
+
export const input15: OperationParameter = {
|
|
708
|
+
parameterPath: "input",
|
|
709
|
+
mapper: RecoveryPlanUnplannedFailoverInputMapper
|
|
710
|
+
};
|
|
711
|
+
|
|
712
|
+
export const instanceType: OperationQueryParameter = {
|
|
713
|
+
parameterPath: ["options", "instanceType"],
|
|
714
|
+
mapper: {
|
|
715
|
+
serializedName: "instanceType",
|
|
716
|
+
type: {
|
|
717
|
+
name: "String"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
};
|
|
721
|
+
|
|
722
|
+
export const vaultSettingName: OperationURLParameter = {
|
|
723
|
+
parameterPath: "vaultSettingName",
|
|
280
724
|
mapper: {
|
|
725
|
+
serializedName: "vaultSettingName",
|
|
281
726
|
required: true,
|
|
282
|
-
serializedName: "vCenterName",
|
|
283
727
|
type: {
|
|
284
728
|
name: "String"
|
|
285
729
|
}
|
|
286
730
|
}
|
|
287
731
|
};
|
|
732
|
+
|
|
733
|
+
export const input16: OperationParameter = {
|
|
734
|
+
parameterPath: "input",
|
|
735
|
+
mapper: VaultSettingCreationInputMapper
|
|
736
|
+
};
|