@azure/arm-recoveryservices-siterecovery 5.2.1-alpha.20250217.1 → 5.2.1-alpha.20250219.1
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/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +617 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +29 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +36 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/migrationRecoveryPoints.d.ts +63 -0
- package/dist/browser/operations/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/browser/operations/migrationRecoveryPoints.js +222 -0
- package/dist/browser/operations/migrationRecoveryPoints.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +38 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +142 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/recoveryPoints.d.ts +63 -0
- package/dist/browser/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/browser/operations/recoveryPoints.js +222 -0
- package/dist/browser/operations/recoveryPoints.js.map +1 -0
- package/dist/browser/operations/replicationAlertSettings.d.ts +60 -0
- package/dist/browser/operations/replicationAlertSettings.d.ts.map +1 -0
- package/dist/browser/operations/replicationAlertSettings.js +210 -0
- package/dist/browser/operations/replicationAlertSettings.js.map +1 -0
- package/dist/browser/operations/replicationAppliances.d.ts +41 -0
- package/dist/browser/operations/replicationAppliances.d.ts.map +1 -0
- package/dist/browser/operations/replicationAppliances.js +147 -0
- package/dist/browser/operations/replicationAppliances.js.map +1 -0
- package/dist/browser/operations/replicationEligibilityResultsOperations.d.ts +29 -0
- package/dist/browser/operations/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/browser/operations/replicationEligibilityResultsOperations.js +79 -0
- package/dist/browser/operations/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/browser/operations/replicationEvents.d.ts +50 -0
- package/dist/browser/operations/replicationEvents.d.ts.map +1 -0
- package/dist/browser/operations/replicationEvents.js +177 -0
- package/dist/browser/operations/replicationEvents.js.map +1 -0
- package/dist/browser/operations/replicationFabrics.d.ts +201 -0
- package/dist/browser/operations/replicationFabrics.d.ts.map +1 -0
- package/dist/browser/operations/replicationFabrics.js +828 -0
- package/dist/browser/operations/replicationFabrics.js.map +1 -0
- package/dist/browser/operations/replicationJobs.d.ts +125 -0
- package/dist/browser/operations/replicationJobs.d.ts.map +1 -0
- package/dist/browser/operations/replicationJobs.js +522 -0
- package/dist/browser/operations/replicationJobs.js.map +1 -0
- package/dist/browser/operations/replicationLogicalNetworks.d.ts +55 -0
- package/dist/browser/operations/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/browser/operations/replicationLogicalNetworks.js +191 -0
- package/dist/browser/operations/replicationLogicalNetworks.js.map +1 -0
- package/dist/browser/operations/replicationMigrationItems.d.ts +301 -0
- package/dist/browser/operations/replicationMigrationItems.d.ts.map +1 -0
- package/dist/browser/operations/replicationMigrationItems.js +1235 -0
- package/dist/browser/operations/replicationMigrationItems.js.map +1 -0
- package/dist/browser/operations/replicationNetworkMappings.d.ts +157 -0
- package/dist/browser/operations/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/browser/operations/replicationNetworkMappings.js +613 -0
- package/dist/browser/operations/replicationNetworkMappings.js.map +1 -0
- package/dist/browser/operations/replicationNetworks.d.ts +82 -0
- package/dist/browser/operations/replicationNetworks.d.ts.map +1 -0
- package/dist/browser/operations/replicationNetworks.js +306 -0
- package/dist/browser/operations/replicationNetworks.js.map +1 -0
- package/dist/browser/operations/replicationPolicies.d.ts +109 -0
- package/dist/browser/operations/replicationPolicies.d.ts.map +1 -0
- package/dist/browser/operations/replicationPolicies.js +422 -0
- package/dist/browser/operations/replicationPolicies.js.map +1 -0
- package/dist/browser/operations/replicationProtectableItems.d.ts +59 -0
- package/dist/browser/operations/replicationProtectableItems.d.ts.map +1 -0
- package/dist/browser/operations/replicationProtectableItems.js +217 -0
- package/dist/browser/operations/replicationProtectableItems.js.map +1 -0
- package/dist/browser/operations/replicationProtectedItems.d.ts +547 -0
- package/dist/browser/operations/replicationProtectedItems.d.ts.map +1 -0
- package/dist/browser/operations/replicationProtectedItems.js +2225 -0
- package/dist/browser/operations/replicationProtectedItems.js.map +1 -0
- package/dist/browser/operations/replicationProtectionContainerMappings.d.ts +181 -0
- package/dist/browser/operations/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/browser/operations/replicationProtectionContainerMappings.js +707 -0
- package/dist/browser/operations/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/browser/operations/replicationProtectionContainers.d.ts +169 -0
- package/dist/browser/operations/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/browser/operations/replicationProtectionContainers.js +683 -0
- package/dist/browser/operations/replicationProtectionContainers.js.map +1 -0
- package/dist/browser/operations/replicationProtectionIntents.d.ts +60 -0
- package/dist/browser/operations/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/browser/operations/replicationProtectionIntents.js +214 -0
- package/dist/browser/operations/replicationProtectionIntents.js.map +1 -0
- package/dist/browser/operations/replicationRecoveryPlans.d.ts +243 -0
- package/dist/browser/operations/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/browser/operations/replicationRecoveryPlans.js +1055 -0
- package/dist/browser/operations/replicationRecoveryPlans.js.map +1 -0
- package/dist/browser/operations/replicationRecoveryServicesProviders.d.ts +165 -0
- package/dist/browser/operations/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/browser/operations/replicationRecoveryServicesProviders.js +653 -0
- package/dist/browser/operations/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/browser/operations/replicationStorageClassificationMappings.d.ts +133 -0
- package/dist/browser/operations/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/browser/operations/replicationStorageClassificationMappings.js +518 -0
- package/dist/browser/operations/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/browser/operations/replicationStorageClassifications.d.ts +82 -0
- package/dist/browser/operations/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/browser/operations/replicationStorageClassifications.js +312 -0
- package/dist/browser/operations/replicationStorageClassifications.js.map +1 -0
- package/dist/browser/operations/replicationVaultHealth.d.ts +38 -0
- package/dist/browser/operations/replicationVaultHealth.d.ts.map +1 -0
- package/dist/browser/operations/replicationVaultHealth.js +133 -0
- package/dist/browser/operations/replicationVaultHealth.js.map +1 -0
- package/dist/browser/operations/replicationVaultSetting.d.ts +71 -0
- package/dist/browser/operations/replicationVaultSetting.d.ts.map +1 -0
- package/dist/browser/operations/replicationVaultSetting.js +272 -0
- package/dist/browser/operations/replicationVaultSetting.js.map +1 -0
- package/dist/browser/operations/replicationvCenters.d.ts +147 -0
- package/dist/browser/operations/replicationvCenters.d.ts.map +1 -0
- package/dist/browser/operations/replicationvCenters.js +580 -0
- package/dist/browser/operations/replicationvCenters.js.map +1 -0
- package/dist/browser/operations/supportedOperatingSystemsOperations.d.ts +21 -0
- package/dist/browser/operations/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/browser/operations/supportedOperatingSystemsOperations.js +51 -0
- package/dist/browser/operations/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/browser/operations/targetComputeSizes.d.ts +51 -0
- package/dist/browser/operations/targetComputeSizes.d.ts.map +1 -0
- package/dist/browser/operations/targetComputeSizes.js +178 -0
- package/dist/browser/operations/targetComputeSizes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +29 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +36 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/migrationRecoveryPoints.d.ts +29 -0
- package/dist/browser/operationsInterfaces/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationRecoveryPoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/recoveryPoints.d.ts +29 -0
- package/dist/browser/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationAlertSettings.d.ts +33 -0
- package/dist/browser/operationsInterfaces/replicationAlertSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationAlertSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationAppliances.d.ts +14 -0
- package/dist/browser/operationsInterfaces/replicationAppliances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationAppliances.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationEligibilityResultsOperations.d.ts +21 -0
- package/dist/browser/operationsInterfaces/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationEvents.d.ts +23 -0
- package/dist/browser/operationsInterfaces/replicationEvents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationEvents.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationFabrics.d.ts +174 -0
- package/dist/browser/operationsInterfaces/replicationFabrics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationFabrics.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationJobs.d.ts +98 -0
- package/dist/browser/operationsInterfaces/replicationJobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationJobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationLogicalNetworks.d.ts +25 -0
- package/dist/browser/operationsInterfaces/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationLogicalNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationMigrationItems.d.ts +250 -0
- package/dist/browser/operationsInterfaces/replicationMigrationItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationMigrationItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationNetworkMappings.d.ts +106 -0
- package/dist/browser/operationsInterfaces/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationNetworkMappings.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationNetworks.d.ts +33 -0
- package/dist/browser/operationsInterfaces/replicationNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationPolicies.d.ts +82 -0
- package/dist/browser/operationsInterfaces/replicationPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectableItems.d.ts +27 -0
- package/dist/browser/operationsInterfaces/replicationProtectableItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectableItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectedItems.d.ts +496 -0
- package/dist/browser/operationsInterfaces/replicationProtectedItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectedItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectionContainerMappings.d.ts +130 -0
- package/dist/browser/operationsInterfaces/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectionContainers.d.ts +120 -0
- package/dist/browser/operationsInterfaces/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectionContainers.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectionIntents.d.ts +33 -0
- package/dist/browser/operationsInterfaces/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationProtectionIntents.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationRecoveryPlans.d.ts +216 -0
- package/dist/browser/operationsInterfaces/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationRecoveryPlans.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationRecoveryServicesProviders.d.ts +116 -0
- package/dist/browser/operationsInterfaces/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationStorageClassificationMappings.d.ts +82 -0
- package/dist/browser/operationsInterfaces/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationStorageClassifications.d.ts +33 -0
- package/dist/browser/operationsInterfaces/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationStorageClassifications.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationVaultHealth.d.ts +30 -0
- package/dist/browser/operationsInterfaces/replicationVaultHealth.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationVaultHealth.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationVaultSetting.d.ts +44 -0
- package/dist/browser/operationsInterfaces/replicationVaultSetting.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationVaultSetting.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationvCenters.d.ts +98 -0
- package/dist/browser/operationsInterfaces/replicationvCenters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationvCenters.js.map +1 -0
- package/dist/browser/operationsInterfaces/supportedOperatingSystemsOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/targetComputeSizes.d.ts +17 -0
- package/dist/browser/operationsInterfaces/targetComputeSizes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/targetComputeSizes.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/siteRecoveryManagementClient.d.ts +47 -0
- package/dist/browser/siteRecoveryManagementClient.d.ts.map +1 -0
- package/dist/browser/siteRecoveryManagementClient.js +131 -0
- package/dist/browser/siteRecoveryManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +10583 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +605 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +744 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +20703 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +93 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +621 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +29 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +39 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/migrationRecoveryPoints.d.ts +63 -0
- package/dist/commonjs/operations/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationRecoveryPoints.js +226 -0
- package/dist/commonjs/operations/migrationRecoveryPoints.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +38 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +146 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/recoveryPoints.d.ts +63 -0
- package/dist/commonjs/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/commonjs/operations/recoveryPoints.js +226 -0
- package/dist/commonjs/operations/recoveryPoints.js.map +1 -0
- package/dist/commonjs/operations/replicationAlertSettings.d.ts +60 -0
- package/dist/commonjs/operations/replicationAlertSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationAlertSettings.js +214 -0
- package/dist/commonjs/operations/replicationAlertSettings.js.map +1 -0
- package/dist/commonjs/operations/replicationAppliances.d.ts +41 -0
- package/dist/commonjs/operations/replicationAppliances.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationAppliances.js +151 -0
- package/dist/commonjs/operations/replicationAppliances.js.map +1 -0
- package/dist/commonjs/operations/replicationEligibilityResultsOperations.d.ts +29 -0
- package/dist/commonjs/operations/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationEligibilityResultsOperations.js +84 -0
- package/dist/commonjs/operations/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/commonjs/operations/replicationEvents.d.ts +50 -0
- package/dist/commonjs/operations/replicationEvents.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationEvents.js +181 -0
- package/dist/commonjs/operations/replicationEvents.js.map +1 -0
- package/dist/commonjs/operations/replicationFabrics.d.ts +201 -0
- package/dist/commonjs/operations/replicationFabrics.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationFabrics.js +832 -0
- package/dist/commonjs/operations/replicationFabrics.js.map +1 -0
- package/dist/commonjs/operations/replicationJobs.d.ts +125 -0
- package/dist/commonjs/operations/replicationJobs.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationJobs.js +526 -0
- package/dist/commonjs/operations/replicationJobs.js.map +1 -0
- package/dist/commonjs/operations/replicationLogicalNetworks.d.ts +55 -0
- package/dist/commonjs/operations/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationLogicalNetworks.js +195 -0
- package/dist/commonjs/operations/replicationLogicalNetworks.js.map +1 -0
- package/dist/commonjs/operations/replicationMigrationItems.d.ts +301 -0
- package/dist/commonjs/operations/replicationMigrationItems.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationMigrationItems.js +1239 -0
- package/dist/commonjs/operations/replicationMigrationItems.js.map +1 -0
- package/dist/commonjs/operations/replicationNetworkMappings.d.ts +157 -0
- package/dist/commonjs/operations/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationNetworkMappings.js +617 -0
- package/dist/commonjs/operations/replicationNetworkMappings.js.map +1 -0
- package/dist/commonjs/operations/replicationNetworks.d.ts +82 -0
- package/dist/commonjs/operations/replicationNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationNetworks.js +310 -0
- package/dist/commonjs/operations/replicationNetworks.js.map +1 -0
- package/dist/commonjs/operations/replicationPolicies.d.ts +109 -0
- package/dist/commonjs/operations/replicationPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationPolicies.js +426 -0
- package/dist/commonjs/operations/replicationPolicies.js.map +1 -0
- package/dist/commonjs/operations/replicationProtectableItems.d.ts +59 -0
- package/dist/commonjs/operations/replicationProtectableItems.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationProtectableItems.js +221 -0
- package/dist/commonjs/operations/replicationProtectableItems.js.map +1 -0
- package/dist/commonjs/operations/replicationProtectedItems.d.ts +547 -0
- package/dist/commonjs/operations/replicationProtectedItems.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationProtectedItems.js +2229 -0
- package/dist/commonjs/operations/replicationProtectedItems.js.map +1 -0
- package/dist/commonjs/operations/replicationProtectionContainerMappings.d.ts +181 -0
- package/dist/commonjs/operations/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationProtectionContainerMappings.js +711 -0
- package/dist/commonjs/operations/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/commonjs/operations/replicationProtectionContainers.d.ts +169 -0
- package/dist/commonjs/operations/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationProtectionContainers.js +687 -0
- package/dist/commonjs/operations/replicationProtectionContainers.js.map +1 -0
- package/dist/commonjs/operations/replicationProtectionIntents.d.ts +60 -0
- package/dist/commonjs/operations/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationProtectionIntents.js +218 -0
- package/dist/commonjs/operations/replicationProtectionIntents.js.map +1 -0
- package/dist/commonjs/operations/replicationRecoveryPlans.d.ts +243 -0
- package/dist/commonjs/operations/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationRecoveryPlans.js +1059 -0
- package/dist/commonjs/operations/replicationRecoveryPlans.js.map +1 -0
- package/dist/commonjs/operations/replicationRecoveryServicesProviders.d.ts +165 -0
- package/dist/commonjs/operations/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationRecoveryServicesProviders.js +657 -0
- package/dist/commonjs/operations/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/commonjs/operations/replicationStorageClassificationMappings.d.ts +133 -0
- package/dist/commonjs/operations/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationStorageClassificationMappings.js +522 -0
- package/dist/commonjs/operations/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/commonjs/operations/replicationStorageClassifications.d.ts +82 -0
- package/dist/commonjs/operations/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationStorageClassifications.js +316 -0
- package/dist/commonjs/operations/replicationStorageClassifications.js.map +1 -0
- package/dist/commonjs/operations/replicationVaultHealth.d.ts +38 -0
- package/dist/commonjs/operations/replicationVaultHealth.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationVaultHealth.js +138 -0
- package/dist/commonjs/operations/replicationVaultHealth.js.map +1 -0
- package/dist/commonjs/operations/replicationVaultSetting.d.ts +71 -0
- package/dist/commonjs/operations/replicationVaultSetting.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationVaultSetting.js +276 -0
- package/dist/commonjs/operations/replicationVaultSetting.js.map +1 -0
- package/dist/commonjs/operations/replicationvCenters.d.ts +147 -0
- package/dist/commonjs/operations/replicationvCenters.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationvCenters.js +584 -0
- package/dist/commonjs/operations/replicationvCenters.js.map +1 -0
- package/dist/commonjs/operations/supportedOperatingSystemsOperations.d.ts +21 -0
- package/dist/commonjs/operations/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/supportedOperatingSystemsOperations.js +56 -0
- package/dist/commonjs/operations/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/commonjs/operations/targetComputeSizes.d.ts +51 -0
- package/dist/commonjs/operations/targetComputeSizes.d.ts.map +1 -0
- package/dist/commonjs/operations/targetComputeSizes.js +182 -0
- package/dist/commonjs/operations/targetComputeSizes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +39 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationRecoveryPoints.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationRecoveryPoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationRecoveryPoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationAlertSettings.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/replicationAlertSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationAlertSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationAlertSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationAppliances.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/replicationAppliances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationAppliances.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationAppliances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationEligibilityResultsOperations.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationEligibilityResultsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationEvents.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/replicationEvents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationEvents.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationEvents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationFabrics.d.ts +174 -0
- package/dist/commonjs/operationsInterfaces/replicationFabrics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationFabrics.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationFabrics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationJobs.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/replicationJobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationJobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationJobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationLogicalNetworks.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationLogicalNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationLogicalNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationMigrationItems.d.ts +250 -0
- package/dist/commonjs/operationsInterfaces/replicationMigrationItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationMigrationItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationMigrationItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworkMappings.d.ts +106 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworkMappings.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworkMappings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworks.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationPolicies.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/replicationPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectableItems.d.ts +27 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectableItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectableItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectableItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectedItems.d.ts +496 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectedItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectedItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectedItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainerMappings.d.ts +130 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainerMappings.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainers.d.ts +120 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainers.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionContainers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionIntents.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionIntents.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationProtectionIntents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryPlans.d.ts +216 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryPlans.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryPlans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryServicesProviders.d.ts +116 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryServicesProviders.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassificationMappings.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassificationMappings.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassifications.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassifications.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationStorageClassifications.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultHealth.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultHealth.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultHealth.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultHealth.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultSetting.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultSetting.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultSetting.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationVaultSetting.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationvCenters.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/replicationvCenters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationvCenters.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationvCenters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/supportedOperatingSystemsOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/supportedOperatingSystemsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/targetComputeSizes.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/targetComputeSizes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/targetComputeSizes.js +10 -0
- package/dist/commonjs/operationsInterfaces/targetComputeSizes.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/siteRecoveryManagementClient.d.ts +47 -0
- package/dist/commonjs/siteRecoveryManagementClient.d.ts.map +1 -0
- package/dist/commonjs/siteRecoveryManagementClient.js +136 -0
- package/dist/commonjs/siteRecoveryManagementClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +10583 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +602 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +744 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +20690 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +93 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +617 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +29 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +36 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/migrationRecoveryPoints.d.ts +63 -0
- package/dist/esm/operations/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/esm/operations/migrationRecoveryPoints.js +222 -0
- package/dist/esm/operations/migrationRecoveryPoints.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +38 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +142 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/recoveryPoints.d.ts +63 -0
- package/dist/esm/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/esm/operations/recoveryPoints.js +222 -0
- package/dist/esm/operations/recoveryPoints.js.map +1 -0
- package/dist/esm/operations/replicationAlertSettings.d.ts +60 -0
- package/dist/esm/operations/replicationAlertSettings.d.ts.map +1 -0
- package/dist/esm/operations/replicationAlertSettings.js +210 -0
- package/dist/esm/operations/replicationAlertSettings.js.map +1 -0
- package/dist/esm/operations/replicationAppliances.d.ts +41 -0
- package/dist/esm/operations/replicationAppliances.d.ts.map +1 -0
- package/dist/esm/operations/replicationAppliances.js +147 -0
- package/dist/esm/operations/replicationAppliances.js.map +1 -0
- package/dist/esm/operations/replicationEligibilityResultsOperations.d.ts +29 -0
- package/dist/esm/operations/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/esm/operations/replicationEligibilityResultsOperations.js +79 -0
- package/dist/esm/operations/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/esm/operations/replicationEvents.d.ts +50 -0
- package/dist/esm/operations/replicationEvents.d.ts.map +1 -0
- package/dist/esm/operations/replicationEvents.js +177 -0
- package/dist/esm/operations/replicationEvents.js.map +1 -0
- package/dist/esm/operations/replicationFabrics.d.ts +201 -0
- package/dist/esm/operations/replicationFabrics.d.ts.map +1 -0
- package/dist/esm/operations/replicationFabrics.js +828 -0
- package/dist/esm/operations/replicationFabrics.js.map +1 -0
- package/dist/esm/operations/replicationJobs.d.ts +125 -0
- package/dist/esm/operations/replicationJobs.d.ts.map +1 -0
- package/dist/esm/operations/replicationJobs.js +522 -0
- package/dist/esm/operations/replicationJobs.js.map +1 -0
- package/dist/esm/operations/replicationLogicalNetworks.d.ts +55 -0
- package/dist/esm/operations/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/esm/operations/replicationLogicalNetworks.js +191 -0
- package/dist/esm/operations/replicationLogicalNetworks.js.map +1 -0
- package/dist/esm/operations/replicationMigrationItems.d.ts +301 -0
- package/dist/esm/operations/replicationMigrationItems.d.ts.map +1 -0
- package/dist/esm/operations/replicationMigrationItems.js +1235 -0
- package/dist/esm/operations/replicationMigrationItems.js.map +1 -0
- package/dist/esm/operations/replicationNetworkMappings.d.ts +157 -0
- package/dist/esm/operations/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/esm/operations/replicationNetworkMappings.js +613 -0
- package/dist/esm/operations/replicationNetworkMappings.js.map +1 -0
- package/dist/esm/operations/replicationNetworks.d.ts +82 -0
- package/dist/esm/operations/replicationNetworks.d.ts.map +1 -0
- package/dist/esm/operations/replicationNetworks.js +306 -0
- package/dist/esm/operations/replicationNetworks.js.map +1 -0
- package/dist/esm/operations/replicationPolicies.d.ts +109 -0
- package/dist/esm/operations/replicationPolicies.d.ts.map +1 -0
- package/dist/esm/operations/replicationPolicies.js +422 -0
- package/dist/esm/operations/replicationPolicies.js.map +1 -0
- package/dist/esm/operations/replicationProtectableItems.d.ts +59 -0
- package/dist/esm/operations/replicationProtectableItems.d.ts.map +1 -0
- package/dist/esm/operations/replicationProtectableItems.js +217 -0
- package/dist/esm/operations/replicationProtectableItems.js.map +1 -0
- package/dist/esm/operations/replicationProtectedItems.d.ts +547 -0
- package/dist/esm/operations/replicationProtectedItems.d.ts.map +1 -0
- package/dist/esm/operations/replicationProtectedItems.js +2225 -0
- package/dist/esm/operations/replicationProtectedItems.js.map +1 -0
- package/dist/esm/operations/replicationProtectionContainerMappings.d.ts +181 -0
- package/dist/esm/operations/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/esm/operations/replicationProtectionContainerMappings.js +707 -0
- package/dist/esm/operations/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/esm/operations/replicationProtectionContainers.d.ts +169 -0
- package/dist/esm/operations/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/esm/operations/replicationProtectionContainers.js +683 -0
- package/dist/esm/operations/replicationProtectionContainers.js.map +1 -0
- package/dist/esm/operations/replicationProtectionIntents.d.ts +60 -0
- package/dist/esm/operations/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/esm/operations/replicationProtectionIntents.js +214 -0
- package/dist/esm/operations/replicationProtectionIntents.js.map +1 -0
- package/dist/esm/operations/replicationRecoveryPlans.d.ts +243 -0
- package/dist/esm/operations/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/esm/operations/replicationRecoveryPlans.js +1055 -0
- package/dist/esm/operations/replicationRecoveryPlans.js.map +1 -0
- package/dist/esm/operations/replicationRecoveryServicesProviders.d.ts +165 -0
- package/dist/esm/operations/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/esm/operations/replicationRecoveryServicesProviders.js +653 -0
- package/dist/esm/operations/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/esm/operations/replicationStorageClassificationMappings.d.ts +133 -0
- package/dist/esm/operations/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/esm/operations/replicationStorageClassificationMappings.js +518 -0
- package/dist/esm/operations/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/esm/operations/replicationStorageClassifications.d.ts +82 -0
- package/dist/esm/operations/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/esm/operations/replicationStorageClassifications.js +312 -0
- package/dist/esm/operations/replicationStorageClassifications.js.map +1 -0
- package/dist/esm/operations/replicationVaultHealth.d.ts +38 -0
- package/dist/esm/operations/replicationVaultHealth.d.ts.map +1 -0
- package/dist/esm/operations/replicationVaultHealth.js +133 -0
- package/dist/esm/operations/replicationVaultHealth.js.map +1 -0
- package/dist/esm/operations/replicationVaultSetting.d.ts +71 -0
- package/dist/esm/operations/replicationVaultSetting.d.ts.map +1 -0
- package/dist/esm/operations/replicationVaultSetting.js +272 -0
- package/dist/esm/operations/replicationVaultSetting.js.map +1 -0
- package/dist/esm/operations/replicationvCenters.d.ts +147 -0
- package/dist/esm/operations/replicationvCenters.d.ts.map +1 -0
- package/dist/esm/operations/replicationvCenters.js +580 -0
- package/dist/esm/operations/replicationvCenters.js.map +1 -0
- package/dist/esm/operations/supportedOperatingSystemsOperations.d.ts +21 -0
- package/dist/esm/operations/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/esm/operations/supportedOperatingSystemsOperations.js +51 -0
- package/dist/esm/operations/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/esm/operations/targetComputeSizes.d.ts +51 -0
- package/dist/esm/operations/targetComputeSizes.d.ts.map +1 -0
- package/dist/esm/operations/targetComputeSizes.js +178 -0
- package/dist/esm/operations/targetComputeSizes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +29 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +36 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/migrationRecoveryPoints.d.ts +29 -0
- package/dist/esm/operationsInterfaces/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationRecoveryPoints.js +9 -0
- package/dist/esm/operationsInterfaces/migrationRecoveryPoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.d.ts +29 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.js +9 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationAlertSettings.d.ts +33 -0
- package/dist/esm/operationsInterfaces/replicationAlertSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationAlertSettings.js +9 -0
- package/dist/esm/operationsInterfaces/replicationAlertSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationAppliances.d.ts +14 -0
- package/dist/esm/operationsInterfaces/replicationAppliances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationAppliances.js +9 -0
- package/dist/esm/operationsInterfaces/replicationAppliances.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationEligibilityResultsOperations.d.ts +21 -0
- package/dist/esm/operationsInterfaces/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationEligibilityResultsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationEvents.d.ts +23 -0
- package/dist/esm/operationsInterfaces/replicationEvents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationEvents.js +9 -0
- package/dist/esm/operationsInterfaces/replicationEvents.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationFabrics.d.ts +174 -0
- package/dist/esm/operationsInterfaces/replicationFabrics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationFabrics.js +9 -0
- package/dist/esm/operationsInterfaces/replicationFabrics.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationJobs.d.ts +98 -0
- package/dist/esm/operationsInterfaces/replicationJobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationJobs.js +9 -0
- package/dist/esm/operationsInterfaces/replicationJobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationLogicalNetworks.d.ts +25 -0
- package/dist/esm/operationsInterfaces/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationLogicalNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/replicationLogicalNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationMigrationItems.d.ts +250 -0
- package/dist/esm/operationsInterfaces/replicationMigrationItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationMigrationItems.js +9 -0
- package/dist/esm/operationsInterfaces/replicationMigrationItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationNetworkMappings.d.ts +106 -0
- package/dist/esm/operationsInterfaces/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationNetworkMappings.js +9 -0
- package/dist/esm/operationsInterfaces/replicationNetworkMappings.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationNetworks.d.ts +33 -0
- package/dist/esm/operationsInterfaces/replicationNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/replicationNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationPolicies.d.ts +82 -0
- package/dist/esm/operationsInterfaces/replicationPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/replicationPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectableItems.d.ts +27 -0
- package/dist/esm/operationsInterfaces/replicationProtectableItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectableItems.js +9 -0
- package/dist/esm/operationsInterfaces/replicationProtectableItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectedItems.d.ts +496 -0
- package/dist/esm/operationsInterfaces/replicationProtectedItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectedItems.js +9 -0
- package/dist/esm/operationsInterfaces/replicationProtectedItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainerMappings.d.ts +130 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainerMappings.js +9 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainers.d.ts +120 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainers.js +9 -0
- package/dist/esm/operationsInterfaces/replicationProtectionContainers.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectionIntents.d.ts +33 -0
- package/dist/esm/operationsInterfaces/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationProtectionIntents.js +9 -0
- package/dist/esm/operationsInterfaces/replicationProtectionIntents.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryPlans.d.ts +216 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryPlans.js +9 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryPlans.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryServicesProviders.d.ts +116 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryServicesProviders.js +9 -0
- package/dist/esm/operationsInterfaces/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassificationMappings.d.ts +82 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassificationMappings.js +9 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassifications.d.ts +33 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassifications.js +9 -0
- package/dist/esm/operationsInterfaces/replicationStorageClassifications.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationVaultHealth.d.ts +30 -0
- package/dist/esm/operationsInterfaces/replicationVaultHealth.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationVaultHealth.js +9 -0
- package/dist/esm/operationsInterfaces/replicationVaultHealth.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationVaultSetting.d.ts +44 -0
- package/dist/esm/operationsInterfaces/replicationVaultSetting.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationVaultSetting.js +9 -0
- package/dist/esm/operationsInterfaces/replicationVaultSetting.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationvCenters.d.ts +98 -0
- package/dist/esm/operationsInterfaces/replicationvCenters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationvCenters.js +9 -0
- package/dist/esm/operationsInterfaces/replicationvCenters.js.map +1 -0
- package/dist/esm/operationsInterfaces/supportedOperatingSystemsOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/supportedOperatingSystemsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/targetComputeSizes.d.ts +17 -0
- package/dist/esm/operationsInterfaces/targetComputeSizes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/targetComputeSizes.js +9 -0
- package/dist/esm/operationsInterfaces/targetComputeSizes.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/siteRecoveryManagementClient.d.ts +47 -0
- package/dist/esm/siteRecoveryManagementClient.d.ts.map +1 -0
- package/dist/esm/siteRecoveryManagementClient.js +131 -0
- package/dist/esm/siteRecoveryManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +10583 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +602 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +744 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +20690 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +93 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +617 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +29 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +36 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/migrationRecoveryPoints.d.ts +63 -0
- package/dist/react-native/operations/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/react-native/operations/migrationRecoveryPoints.js +222 -0
- package/dist/react-native/operations/migrationRecoveryPoints.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +38 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +142 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/recoveryPoints.d.ts +63 -0
- package/dist/react-native/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/react-native/operations/recoveryPoints.js +222 -0
- package/dist/react-native/operations/recoveryPoints.js.map +1 -0
- package/dist/react-native/operations/replicationAlertSettings.d.ts +60 -0
- package/dist/react-native/operations/replicationAlertSettings.d.ts.map +1 -0
- package/dist/react-native/operations/replicationAlertSettings.js +210 -0
- package/dist/react-native/operations/replicationAlertSettings.js.map +1 -0
- package/dist/react-native/operations/replicationAppliances.d.ts +41 -0
- package/dist/react-native/operations/replicationAppliances.d.ts.map +1 -0
- package/dist/react-native/operations/replicationAppliances.js +147 -0
- package/dist/react-native/operations/replicationAppliances.js.map +1 -0
- package/dist/react-native/operations/replicationEligibilityResultsOperations.d.ts +29 -0
- package/dist/react-native/operations/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/replicationEligibilityResultsOperations.js +79 -0
- package/dist/react-native/operations/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/react-native/operations/replicationEvents.d.ts +50 -0
- package/dist/react-native/operations/replicationEvents.d.ts.map +1 -0
- package/dist/react-native/operations/replicationEvents.js +177 -0
- package/dist/react-native/operations/replicationEvents.js.map +1 -0
- package/dist/react-native/operations/replicationFabrics.d.ts +201 -0
- package/dist/react-native/operations/replicationFabrics.d.ts.map +1 -0
- package/dist/react-native/operations/replicationFabrics.js +828 -0
- package/dist/react-native/operations/replicationFabrics.js.map +1 -0
- package/dist/react-native/operations/replicationJobs.d.ts +125 -0
- package/dist/react-native/operations/replicationJobs.d.ts.map +1 -0
- package/dist/react-native/operations/replicationJobs.js +522 -0
- package/dist/react-native/operations/replicationJobs.js.map +1 -0
- package/dist/react-native/operations/replicationLogicalNetworks.d.ts +55 -0
- package/dist/react-native/operations/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/replicationLogicalNetworks.js +191 -0
- package/dist/react-native/operations/replicationLogicalNetworks.js.map +1 -0
- package/dist/react-native/operations/replicationMigrationItems.d.ts +301 -0
- package/dist/react-native/operations/replicationMigrationItems.d.ts.map +1 -0
- package/dist/react-native/operations/replicationMigrationItems.js +1235 -0
- package/dist/react-native/operations/replicationMigrationItems.js.map +1 -0
- package/dist/react-native/operations/replicationNetworkMappings.d.ts +157 -0
- package/dist/react-native/operations/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/react-native/operations/replicationNetworkMappings.js +613 -0
- package/dist/react-native/operations/replicationNetworkMappings.js.map +1 -0
- package/dist/react-native/operations/replicationNetworks.d.ts +82 -0
- package/dist/react-native/operations/replicationNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/replicationNetworks.js +306 -0
- package/dist/react-native/operations/replicationNetworks.js.map +1 -0
- package/dist/react-native/operations/replicationPolicies.d.ts +109 -0
- package/dist/react-native/operations/replicationPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/replicationPolicies.js +422 -0
- package/dist/react-native/operations/replicationPolicies.js.map +1 -0
- package/dist/react-native/operations/replicationProtectableItems.d.ts +59 -0
- package/dist/react-native/operations/replicationProtectableItems.d.ts.map +1 -0
- package/dist/react-native/operations/replicationProtectableItems.js +217 -0
- package/dist/react-native/operations/replicationProtectableItems.js.map +1 -0
- package/dist/react-native/operations/replicationProtectedItems.d.ts +547 -0
- package/dist/react-native/operations/replicationProtectedItems.d.ts.map +1 -0
- package/dist/react-native/operations/replicationProtectedItems.js +2225 -0
- package/dist/react-native/operations/replicationProtectedItems.js.map +1 -0
- package/dist/react-native/operations/replicationProtectionContainerMappings.d.ts +181 -0
- package/dist/react-native/operations/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/react-native/operations/replicationProtectionContainerMappings.js +707 -0
- package/dist/react-native/operations/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/react-native/operations/replicationProtectionContainers.d.ts +169 -0
- package/dist/react-native/operations/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/react-native/operations/replicationProtectionContainers.js +683 -0
- package/dist/react-native/operations/replicationProtectionContainers.js.map +1 -0
- package/dist/react-native/operations/replicationProtectionIntents.d.ts +60 -0
- package/dist/react-native/operations/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/react-native/operations/replicationProtectionIntents.js +214 -0
- package/dist/react-native/operations/replicationProtectionIntents.js.map +1 -0
- package/dist/react-native/operations/replicationRecoveryPlans.d.ts +243 -0
- package/dist/react-native/operations/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/react-native/operations/replicationRecoveryPlans.js +1055 -0
- package/dist/react-native/operations/replicationRecoveryPlans.js.map +1 -0
- package/dist/react-native/operations/replicationRecoveryServicesProviders.d.ts +165 -0
- package/dist/react-native/operations/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/react-native/operations/replicationRecoveryServicesProviders.js +653 -0
- package/dist/react-native/operations/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/react-native/operations/replicationStorageClassificationMappings.d.ts +133 -0
- package/dist/react-native/operations/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/react-native/operations/replicationStorageClassificationMappings.js +518 -0
- package/dist/react-native/operations/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/react-native/operations/replicationStorageClassifications.d.ts +82 -0
- package/dist/react-native/operations/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/react-native/operations/replicationStorageClassifications.js +312 -0
- package/dist/react-native/operations/replicationStorageClassifications.js.map +1 -0
- package/dist/react-native/operations/replicationVaultHealth.d.ts +38 -0
- package/dist/react-native/operations/replicationVaultHealth.d.ts.map +1 -0
- package/dist/react-native/operations/replicationVaultHealth.js +133 -0
- package/dist/react-native/operations/replicationVaultHealth.js.map +1 -0
- package/dist/react-native/operations/replicationVaultSetting.d.ts +71 -0
- package/dist/react-native/operations/replicationVaultSetting.d.ts.map +1 -0
- package/dist/react-native/operations/replicationVaultSetting.js +272 -0
- package/dist/react-native/operations/replicationVaultSetting.js.map +1 -0
- package/dist/react-native/operations/replicationvCenters.d.ts +147 -0
- package/dist/react-native/operations/replicationvCenters.d.ts.map +1 -0
- package/dist/react-native/operations/replicationvCenters.js +580 -0
- package/dist/react-native/operations/replicationvCenters.js.map +1 -0
- package/dist/react-native/operations/supportedOperatingSystemsOperations.d.ts +21 -0
- package/dist/react-native/operations/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/supportedOperatingSystemsOperations.js +51 -0
- package/dist/react-native/operations/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/react-native/operations/targetComputeSizes.d.ts +51 -0
- package/dist/react-native/operations/targetComputeSizes.d.ts.map +1 -0
- package/dist/react-native/operations/targetComputeSizes.js +178 -0
- package/dist/react-native/operations/targetComputeSizes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +36 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationRecoveryPoints.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/migrationRecoveryPoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationRecoveryPoints.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationRecoveryPoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.js +9 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationAlertSettings.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/replicationAlertSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationAlertSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationAlertSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationAppliances.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/replicationAppliances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationAppliances.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationAppliances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationEligibilityResultsOperations.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/replicationEligibilityResultsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationEligibilityResultsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationEligibilityResultsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationEvents.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/replicationEvents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationEvents.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationEvents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationFabrics.d.ts +174 -0
- package/dist/react-native/operationsInterfaces/replicationFabrics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationFabrics.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationFabrics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationJobs.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/replicationJobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationJobs.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationJobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationLogicalNetworks.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/replicationLogicalNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationLogicalNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationLogicalNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationMigrationItems.d.ts +250 -0
- package/dist/react-native/operationsInterfaces/replicationMigrationItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationMigrationItems.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationMigrationItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationNetworkMappings.d.ts +106 -0
- package/dist/react-native/operationsInterfaces/replicationNetworkMappings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationNetworkMappings.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationNetworkMappings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationNetworks.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/replicationNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationPolicies.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/replicationPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectableItems.d.ts +27 -0
- package/dist/react-native/operationsInterfaces/replicationProtectableItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectableItems.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationProtectableItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectedItems.d.ts +496 -0
- package/dist/react-native/operationsInterfaces/replicationProtectedItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectedItems.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationProtectedItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainerMappings.d.ts +130 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainerMappings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainerMappings.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainerMappings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainers.d.ts +120 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainers.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionContainers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionIntents.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionIntents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionIntents.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationProtectionIntents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryPlans.d.ts +216 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryPlans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryPlans.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryPlans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryServicesProviders.d.ts +116 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryServicesProviders.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryServicesProviders.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationRecoveryServicesProviders.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassificationMappings.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassificationMappings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassificationMappings.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassificationMappings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassifications.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassifications.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassifications.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationStorageClassifications.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationVaultHealth.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/replicationVaultHealth.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationVaultHealth.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationVaultHealth.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationVaultSetting.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/replicationVaultSetting.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationVaultSetting.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationVaultSetting.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationvCenters.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/replicationvCenters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationvCenters.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationvCenters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/supportedOperatingSystemsOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/supportedOperatingSystemsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/supportedOperatingSystemsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/supportedOperatingSystemsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/targetComputeSizes.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/targetComputeSizes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/targetComputeSizes.js +9 -0
- package/dist/react-native/operationsInterfaces/targetComputeSizes.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/siteRecoveryManagementClient.d.ts +47 -0
- package/dist/react-native/siteRecoveryManagementClient.d.ts.map +1 -0
- package/dist/react-native/siteRecoveryManagementClient.js +131 -0
- package/dist/react-native/siteRecoveryManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -35898
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/migrationRecoveryPointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationRecoveryPointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationRecoveryPointsGetSample.js +0 -41
- package/dist-esm/samples-dev/migrationRecoveryPointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationRecoveryPointsListByReplicationMigrationItemsSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationRecoveryPointsListByReplicationMigrationItemsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationRecoveryPointsListByReplicationMigrationItemsSample.js +0 -56
- package/dist-esm/samples-dev/migrationRecoveryPointsListByReplicationMigrationItemsSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -52
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsGetSample.js +0 -41
- package/dist-esm/samples-dev/recoveryPointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsListByReplicationProtectedItemsSample.d.ts +0 -2
- package/dist-esm/samples-dev/recoveryPointsListByReplicationProtectedItemsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsListByReplicationProtectedItemsSample.js +0 -56
- package/dist-esm/samples-dev/recoveryPointsListByReplicationProtectedItemsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationAlertSettingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationAlertSettingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationAlertSettingsCreateSample.js +0 -38
- package/dist-esm/samples-dev/replicationAlertSettingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationAlertSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationAlertSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationAlertSettingsGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationAlertSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationAlertSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationAlertSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationAlertSettingsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationAlertSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationAppliancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationAppliancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationAppliancesListSample.js +0 -53
- package/dist-esm/samples-dev/replicationAppliancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationEligibilityResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationEligibilityResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationEligibilityResultsGetSample.js +0 -37
- package/dist-esm/samples-dev/replicationEligibilityResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationEligibilityResultsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationEligibilityResultsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationEligibilityResultsListSample.js +0 -37
- package/dist-esm/samples-dev/replicationEligibilityResultsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationEventsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationEventsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationEventsGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationEventsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationEventsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationEventsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationEventsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationEventsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsCheckConsistencySample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsCheckConsistencySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsCheckConsistencySample.js +0 -38
- package/dist-esm/samples-dev/replicationFabricsCheckConsistencySample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsCreateSample.js +0 -36
- package/dist-esm/samples-dev/replicationFabricsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/replicationFabricsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationFabricsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationFabricsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsMigrateToAadSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsMigrateToAadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsMigrateToAadSample.js +0 -38
- package/dist-esm/samples-dev/replicationFabricsMigrateToAadSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsPurgeSample.js +0 -38
- package/dist-esm/samples-dev/replicationFabricsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsReassociateGatewaySample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsReassociateGatewaySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsReassociateGatewaySample.js +0 -40
- package/dist-esm/samples-dev/replicationFabricsReassociateGatewaySample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsRemoveInfraSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsRemoveInfraSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsRemoveInfraSample.js +0 -38
- package/dist-esm/samples-dev/replicationFabricsRemoveInfraSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsRenewCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationFabricsRenewCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationFabricsRenewCertificateSample.js +0 -34
- package/dist-esm/samples-dev/replicationFabricsRenewCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationJobsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationJobsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationJobsCancelSample.js +0 -38
- package/dist-esm/samples-dev/replicationJobsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationJobsExportSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationJobsExportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationJobsExportSample.js +0 -36
- package/dist-esm/samples-dev/replicationJobsExportSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationJobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationJobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationJobsGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationJobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationJobsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationJobsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationJobsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationJobsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationJobsRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationJobsRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationJobsRestartSample.js +0 -38
- package/dist-esm/samples-dev/replicationJobsRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationJobsResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationJobsResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationJobsResumeSample.js +0 -32
- package/dist-esm/samples-dev/replicationJobsResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationLogicalNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationLogicalNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationLogicalNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationLogicalNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationLogicalNetworksListByReplicationFabricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationLogicalNetworksListByReplicationFabricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationLogicalNetworksListByReplicationFabricsSample.js +0 -54
- package/dist-esm/samples-dev/replicationLogicalNetworksListByReplicationFabricsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsCreateSample.js +0 -54
- package/dist-esm/samples-dev/replicationMigrationItemsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/replicationMigrationItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationMigrationItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsListByReplicationProtectionContainersSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsListByReplicationProtectionContainersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsListByReplicationProtectionContainersSample.js +0 -55
- package/dist-esm/samples-dev/replicationMigrationItemsListByReplicationProtectionContainersSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationMigrationItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsMigrateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsMigrateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsMigrateSample.js +0 -41
- package/dist-esm/samples-dev/replicationMigrationItemsMigrateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsPauseReplicationSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsPauseReplicationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsPauseReplicationSample.js +0 -36
- package/dist-esm/samples-dev/replicationMigrationItemsPauseReplicationSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsResumeReplicationSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsResumeReplicationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsResumeReplicationSample.js +0 -41
- package/dist-esm/samples-dev/replicationMigrationItemsResumeReplicationSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsResyncSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsResyncSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsResyncSample.js +0 -41
- package/dist-esm/samples-dev/replicationMigrationItemsResyncSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateCleanupSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateCleanupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateCleanupSample.js +0 -36
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateCleanupSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateSample.js +0 -42
- package/dist-esm/samples-dev/replicationMigrationItemsTestMigrateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationMigrationItemsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationMigrationItemsUpdateSample.js +0 -36
- package/dist-esm/samples-dev/replicationMigrationItemsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworkMappingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsCreateSample.js +0 -40
- package/dist-esm/samples-dev/replicationNetworkMappingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworkMappingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/replicationNetworkMappingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworkMappingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationNetworkMappingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsListByReplicationNetworksSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworkMappingsListByReplicationNetworksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsListByReplicationNetworksSample.js +0 -55
- package/dist-esm/samples-dev/replicationNetworkMappingsListByReplicationNetworksSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworkMappingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationNetworkMappingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworkMappingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworkMappingsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/replicationNetworkMappingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworksListByReplicationFabricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworksListByReplicationFabricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworksListByReplicationFabricsSample.js +0 -54
- package/dist-esm/samples-dev/replicationNetworksListByReplicationFabricsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationNetworksListSample.js +0 -53
- package/dist-esm/samples-dev/replicationNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationPoliciesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesCreateSample.js +0 -36
- package/dist-esm/samples-dev/replicationPoliciesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/replicationPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesListSample.js +0 -53
- package/dist-esm/samples-dev/replicationPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationPoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationPoliciesUpdateSample.js +0 -36
- package/dist-esm/samples-dev/replicationPoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectableItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectableItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectableItemsGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectableItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectableItemsListByReplicationProtectionContainersSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectableItemsListByReplicationProtectionContainersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectableItemsListByReplicationProtectionContainersSample.js +0 -55
- package/dist-esm/samples-dev/replicationProtectableItemsListByReplicationProtectionContainersSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsAddDisksSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsAddDisksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsAddDisksSample.js +0 -47
- package/dist-esm/samples-dev/replicationProtectedItemsAddDisksSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsApplyRecoveryPointSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsApplyRecoveryPointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsApplyRecoveryPointSample.js +0 -39
- package/dist-esm/samples-dev/replicationProtectedItemsApplyRecoveryPointSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsCreateSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCancelSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCommitSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsFailoverCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsListByReplicationProtectionContainersSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsListByReplicationProtectionContainersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsListByReplicationProtectionContainersSample.js +0 -55
- package/dist-esm/samples-dev/replicationProtectedItemsListByReplicationProtectionContainersSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationProtectedItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsPlannedFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsPlannedFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsPlannedFailoverSample.js +0 -39
- package/dist-esm/samples-dev/replicationProtectedItemsPlannedFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsPurgeSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsRemoveDisksSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsRemoveDisksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsRemoveDisksSample.js +0 -41
- package/dist-esm/samples-dev/replicationProtectedItemsRemoveDisksSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsRepairReplicationSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsRepairReplicationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsRepairReplicationSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsRepairReplicationSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsReprotectSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsReprotectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsReprotectSample.js +0 -39
- package/dist-esm/samples-dev/replicationProtectedItemsReprotectSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsResolveHealthErrorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsResolveHealthErrorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsResolveHealthErrorsSample.js +0 -36
- package/dist-esm/samples-dev/replicationProtectedItemsResolveHealthErrorsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsSwitchProviderSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsSwitchProviderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsSwitchProviderSample.js +0 -44
- package/dist-esm/samples-dev/replicationProtectedItemsSwitchProviderSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverCleanupSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverCleanupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverCleanupSample.js +0 -36
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverCleanupSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverSample.js +0 -41
- package/dist-esm/samples-dev/replicationProtectedItemsTestFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUnplannedFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsUnplannedFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUnplannedFailoverSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectedItemsUnplannedFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateApplianceSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateApplianceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateApplianceSample.js +0 -42
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateApplianceSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateMobilityServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateMobilityServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateMobilityServiceSample.js +0 -36
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateMobilityServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateSample.js +0 -56
- package/dist-esm/samples-dev/replicationProtectedItemsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsCreateSample.js +0 -42
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListByReplicationProtectionContainersSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListByReplicationProtectionContainersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListByReplicationProtectionContainersSample.js +0 -55
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListByReplicationProtectionContainersSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsPurgeSample.js +0 -40
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsUpdateSample.js +0 -42
- package/dist-esm/samples-dev/replicationProtectionContainerMappingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersCreateSample.js +0 -37
- package/dist-esm/samples-dev/replicationProtectionContainersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/replicationProtectionContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersDiscoverProtectableItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersDiscoverProtectableItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersDiscoverProtectableItemSample.js +0 -39
- package/dist-esm/samples-dev/replicationProtectionContainersDiscoverProtectableItemSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationProtectionContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersListByReplicationFabricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersListByReplicationFabricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersListByReplicationFabricsSample.js +0 -54
- package/dist-esm/samples-dev/replicationProtectionContainersListByReplicationFabricsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersListSample.js +0 -53
- package/dist-esm/samples-dev/replicationProtectionContainersListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersSwitchProtectionSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionContainersSwitchProtectionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionContainersSwitchProtectionSample.js +0 -38
- package/dist-esm/samples-dev/replicationProtectionContainersSwitchProtectionSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionIntentsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionIntentsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionIntentsCreateSample.js +0 -44
- package/dist-esm/samples-dev/replicationProtectionIntentsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionIntentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionIntentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionIntentsGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationProtectionIntentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionIntentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationProtectionIntentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationProtectionIntentsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationProtectionIntentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansCreateSample.js +0 -51
- package/dist-esm/samples-dev/replicationRecoveryPlansCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansDeleteSample.js +0 -38
- package/dist-esm/samples-dev/replicationRecoveryPlansDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCancelSample.js +0 -38
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCommitSample.js +0 -38
- package/dist-esm/samples-dev/replicationRecoveryPlansFailoverCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationRecoveryPlansGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansListSample.js +0 -53
- package/dist-esm/samples-dev/replicationRecoveryPlansListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansPlannedFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansPlannedFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansPlannedFailoverSample.js +0 -37
- package/dist-esm/samples-dev/replicationRecoveryPlansPlannedFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansReprotectSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansReprotectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansReprotectSample.js +0 -38
- package/dist-esm/samples-dev/replicationRecoveryPlansReprotectSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverCleanupSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverCleanupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverCleanupSample.js +0 -34
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverCleanupSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverSample.js +0 -39
- package/dist-esm/samples-dev/replicationRecoveryPlansTestFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansUnplannedFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansUnplannedFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansUnplannedFailoverSample.js +0 -38
- package/dist-esm/samples-dev/replicationRecoveryPlansUnplannedFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryPlansUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryPlansUpdateSample.js +0 -71
- package/dist-esm/samples-dev/replicationRecoveryPlansUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersCreateSample.js +0 -51
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListByReplicationFabricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListByReplicationFabricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListByReplicationFabricsSample.js +0 -54
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListByReplicationFabricsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListSample.js +0 -53
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersPurgeSample.js +0 -39
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersRefreshProviderSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersRefreshProviderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersRefreshProviderSample.js +0 -39
- package/dist-esm/samples-dev/replicationRecoveryServicesProvidersRefreshProviderSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsCreateSample.js +0 -38
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListByReplicationStorageClassificationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListByReplicationStorageClassificationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListByReplicationStorageClassificationsSample.js +0 -55
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListByReplicationStorageClassificationsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationStorageClassificationMappingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationsGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationStorageClassificationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationsListByReplicationFabricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationsListByReplicationFabricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationsListByReplicationFabricsSample.js +0 -54
- package/dist-esm/samples-dev/replicationStorageClassificationsListByReplicationFabricsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationStorageClassificationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationStorageClassificationsListSample.js +0 -53
- package/dist-esm/samples-dev/replicationStorageClassificationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationVaultHealthGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationVaultHealthGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationVaultHealthGetSample.js +0 -37
- package/dist-esm/samples-dev/replicationVaultHealthGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationVaultHealthRefreshSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationVaultHealthRefreshSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationVaultHealthRefreshSample.js +0 -37
- package/dist-esm/samples-dev/replicationVaultHealthRefreshSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationVaultSettingCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationVaultSettingCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationVaultSettingCreateSample.js +0 -36
- package/dist-esm/samples-dev/replicationVaultSettingCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationVaultSettingGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationVaultSettingGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationVaultSettingGetSample.js +0 -38
- package/dist-esm/samples-dev/replicationVaultSettingGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationVaultSettingListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationVaultSettingListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationVaultSettingListSample.js +0 -53
- package/dist-esm/samples-dev/replicationVaultSettingListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationvCentersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersCreateSample.js +0 -41
- package/dist-esm/samples-dev/replicationvCentersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationvCentersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/replicationvCentersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationvCentersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationvCentersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersListByReplicationFabricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationvCentersListByReplicationFabricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersListByReplicationFabricsSample.js +0 -54
- package/dist-esm/samples-dev/replicationvCentersListByReplicationFabricsSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationvCentersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersListSample.js +0 -53
- package/dist-esm/samples-dev/replicationvCentersListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationvCentersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationvCentersUpdateSample.js +0 -35
- package/dist-esm/samples-dev/replicationvCentersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/supportedOperatingSystemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/supportedOperatingSystemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/supportedOperatingSystemsGetSample.js +0 -37
- package/dist-esm/samples-dev/supportedOperatingSystemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/targetComputeSizesListByReplicationProtectedItemsSample.d.ts +0 -2
- package/dist-esm/samples-dev/targetComputeSizesListByReplicationProtectedItemsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/targetComputeSizesListByReplicationProtectedItemsSample.js +0 -56
- package/dist-esm/samples-dev/targetComputeSizesListByReplicationProtectedItemsSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -617
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -29
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -36
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/migrationRecoveryPoints.d.ts +0 -63
- package/dist-esm/src/operations/migrationRecoveryPoints.d.ts.map +0 -1
- package/dist-esm/src/operations/migrationRecoveryPoints.js +0 -222
- package/dist-esm/src/operations/migrationRecoveryPoints.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -38
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -142
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/recoveryPoints.d.ts +0 -63
- package/dist-esm/src/operations/recoveryPoints.d.ts.map +0 -1
- package/dist-esm/src/operations/recoveryPoints.js +0 -222
- package/dist-esm/src/operations/recoveryPoints.js.map +0 -1
- package/dist-esm/src/operations/replicationAlertSettings.d.ts +0 -60
- package/dist-esm/src/operations/replicationAlertSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationAlertSettings.js +0 -210
- package/dist-esm/src/operations/replicationAlertSettings.js.map +0 -1
- package/dist-esm/src/operations/replicationAppliances.d.ts +0 -41
- package/dist-esm/src/operations/replicationAppliances.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationAppliances.js +0 -147
- package/dist-esm/src/operations/replicationAppliances.js.map +0 -1
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.d.ts +0 -29
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.js +0 -79
- package/dist-esm/src/operations/replicationEligibilityResultsOperations.js.map +0 -1
- package/dist-esm/src/operations/replicationEvents.d.ts +0 -50
- package/dist-esm/src/operations/replicationEvents.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationEvents.js +0 -177
- package/dist-esm/src/operations/replicationEvents.js.map +0 -1
- package/dist-esm/src/operations/replicationFabrics.d.ts +0 -201
- package/dist-esm/src/operations/replicationFabrics.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationFabrics.js +0 -860
- package/dist-esm/src/operations/replicationFabrics.js.map +0 -1
- package/dist-esm/src/operations/replicationJobs.d.ts +0 -125
- package/dist-esm/src/operations/replicationJobs.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationJobs.js +0 -538
- package/dist-esm/src/operations/replicationJobs.js.map +0 -1
- package/dist-esm/src/operations/replicationLogicalNetworks.d.ts +0 -55
- package/dist-esm/src/operations/replicationLogicalNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationLogicalNetworks.js +0 -191
- package/dist-esm/src/operations/replicationLogicalNetworks.js.map +0 -1
- package/dist-esm/src/operations/replicationMigrationItems.d.ts +0 -301
- package/dist-esm/src/operations/replicationMigrationItems.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationMigrationItems.js +0 -1271
- package/dist-esm/src/operations/replicationMigrationItems.js.map +0 -1
- package/dist-esm/src/operations/replicationNetworkMappings.d.ts +0 -157
- package/dist-esm/src/operations/replicationNetworkMappings.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationNetworkMappings.js +0 -625
- package/dist-esm/src/operations/replicationNetworkMappings.js.map +0 -1
- package/dist-esm/src/operations/replicationNetworks.d.ts +0 -82
- package/dist-esm/src/operations/replicationNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationNetworks.js +0 -306
- package/dist-esm/src/operations/replicationNetworks.js.map +0 -1
- package/dist-esm/src/operations/replicationPolicies.d.ts +0 -109
- package/dist-esm/src/operations/replicationPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationPolicies.js +0 -434
- package/dist-esm/src/operations/replicationPolicies.js.map +0 -1
- package/dist-esm/src/operations/replicationProtectableItems.d.ts +0 -59
- package/dist-esm/src/operations/replicationProtectableItems.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationProtectableItems.js +0 -217
- package/dist-esm/src/operations/replicationProtectableItems.js.map +0 -1
- package/dist-esm/src/operations/replicationProtectedItems.d.ts +0 -547
- package/dist-esm/src/operations/replicationProtectedItems.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationProtectedItems.js +0 -2301
- package/dist-esm/src/operations/replicationProtectedItems.js.map +0 -1
- package/dist-esm/src/operations/replicationProtectionContainerMappings.d.ts +0 -181
- package/dist-esm/src/operations/replicationProtectionContainerMappings.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationProtectionContainerMappings.js +0 -723
- package/dist-esm/src/operations/replicationProtectionContainerMappings.js.map +0 -1
- package/dist-esm/src/operations/replicationProtectionContainers.d.ts +0 -169
- package/dist-esm/src/operations/replicationProtectionContainers.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationProtectionContainers.js +0 -699
- package/dist-esm/src/operations/replicationProtectionContainers.js.map +0 -1
- package/dist-esm/src/operations/replicationProtectionIntents.d.ts +0 -60
- package/dist-esm/src/operations/replicationProtectionIntents.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationProtectionIntents.js +0 -214
- package/dist-esm/src/operations/replicationProtectionIntents.js.map +0 -1
- package/dist-esm/src/operations/replicationRecoveryPlans.d.ts +0 -243
- package/dist-esm/src/operations/replicationRecoveryPlans.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationRecoveryPlans.js +0 -1095
- package/dist-esm/src/operations/replicationRecoveryPlans.js.map +0 -1
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.d.ts +0 -165
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.js +0 -669
- package/dist-esm/src/operations/replicationRecoveryServicesProviders.js.map +0 -1
- package/dist-esm/src/operations/replicationStorageClassificationMappings.d.ts +0 -133
- package/dist-esm/src/operations/replicationStorageClassificationMappings.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationStorageClassificationMappings.js +0 -526
- package/dist-esm/src/operations/replicationStorageClassificationMappings.js.map +0 -1
- package/dist-esm/src/operations/replicationStorageClassifications.d.ts +0 -82
- package/dist-esm/src/operations/replicationStorageClassifications.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationStorageClassifications.js +0 -312
- package/dist-esm/src/operations/replicationStorageClassifications.js.map +0 -1
- package/dist-esm/src/operations/replicationVaultHealth.d.ts +0 -38
- package/dist-esm/src/operations/replicationVaultHealth.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationVaultHealth.js +0 -138
- package/dist-esm/src/operations/replicationVaultHealth.js.map +0 -1
- package/dist-esm/src/operations/replicationVaultSetting.d.ts +0 -71
- package/dist-esm/src/operations/replicationVaultSetting.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationVaultSetting.js +0 -276
- package/dist-esm/src/operations/replicationVaultSetting.js.map +0 -1
- package/dist-esm/src/operations/replicationvCenters.d.ts +0 -147
- package/dist-esm/src/operations/replicationvCenters.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationvCenters.js +0 -592
- package/dist-esm/src/operations/replicationvCenters.js.map +0 -1
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.d.ts +0 -21
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.js +0 -51
- package/dist-esm/src/operations/supportedOperatingSystemsOperations.js.map +0 -1
- package/dist-esm/src/operations/targetComputeSizes.d.ts +0 -51
- package/dist-esm/src/operations/targetComputeSizes.d.ts.map +0 -1
- package/dist-esm/src/operations/targetComputeSizes.js +0 -178
- package/dist-esm/src/operations/targetComputeSizes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -36
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrationRecoveryPoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/recoveryPoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationAlertSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationAppliances.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/replicationAppliances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationAppliances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationEligibilityResultsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationEvents.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/replicationEvents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationEvents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationFabrics.d.ts +0 -174
- package/dist-esm/src/operationsInterfaces/replicationFabrics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationFabrics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationJobs.d.ts +0 -98
- package/dist-esm/src/operationsInterfaces/replicationJobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationJobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationLogicalNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.d.ts +0 -250
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationMigrationItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.d.ts +0 -106
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationNetworkMappings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationNetworks.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/replicationNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationPolicies.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/replicationPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.d.ts +0 -27
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectableItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.d.ts +0 -496
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectedItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.d.ts +0 -130
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainerMappings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.d.ts +0 -120
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectionContainers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationProtectionIntents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.d.ts +0 -216
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationRecoveryPlans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.d.ts +0 -116
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationRecoveryServicesProviders.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationStorageClassificationMappings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationStorageClassifications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationVaultHealth.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationVaultSetting.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationvCenters.d.ts +0 -98
- package/dist-esm/src/operationsInterfaces/replicationvCenters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationvCenters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/supportedOperatingSystemsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/targetComputeSizes.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/siteRecoveryManagementClient.d.ts +0 -47
- package/dist-esm/src/siteRecoveryManagementClient.d.ts.map +0 -1
- package/dist-esm/src/siteRecoveryManagementClient.js +0 -134
- package/dist-esm/src/siteRecoveryManagementClient.js.map +0 -1
- package/dist-esm/test/recoveryservicessiterecovery_examples.spec.d.ts +0 -4
- package/dist-esm/test/recoveryservicessiterecovery_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/recoveryservicessiterecovery_examples.spec.js +0 -74
- package/dist-esm/test/recoveryservicessiterecovery_examples.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -12058
- package/src/models/mappers.ts +0 -23006
- package/src/models/parameters.ts +0 -765
- package/src/operations/index.ts +0 -36
- package/src/operations/migrationRecoveryPoints.ts +0 -318
- package/src/operations/operations.ts +0 -170
- package/src/operations/recoveryPoints.ts +0 -318
- package/src/operations/replicationAlertSettings.ts +0 -277
- package/src/operations/replicationAppliances.ts +0 -190
- package/src/operations/replicationEligibilityResultsOperations.ts +0 -109
- package/src/operations/replicationEvents.ts +0 -231
- package/src/operations/replicationFabrics.ts +0 -1215
- package/src/operations/replicationJobs.ts +0 -757
- package/src/operations/replicationLogicalNetworks.ts +0 -266
- package/src/operations/replicationMigrationItems.ts +0 -1825
- package/src/operations/replicationNetworkMappings.ts +0 -883
- package/src/operations/replicationNetworks.ts +0 -413
- package/src/operations/replicationPolicies.ts +0 -608
- package/src/operations/replicationProtectableItems.ts +0 -305
- package/src/operations/replicationProtectedItems.ts +0 -3324
- package/src/operations/replicationProtectionContainerMappings.ts +0 -1023
- package/src/operations/replicationProtectionContainers.ts +0 -983
- package/src/operations/replicationProtectionIntents.ts +0 -283
- package/src/operations/replicationRecoveryPlans.ts +0 -1558
- package/src/operations/replicationRecoveryServicesProviders.ts +0 -936
- package/src/operations/replicationStorageClassificationMappings.ts +0 -737
- package/src/operations/replicationStorageClassifications.ts +0 -421
- package/src/operations/replicationVaultHealth.ts +0 -195
- package/src/operations/replicationVaultSetting.ts +0 -377
- package/src/operations/replicationvCenters.ts +0 -828
- package/src/operations/supportedOperatingSystemsOperations.ts +0 -71
- package/src/operations/targetComputeSizes.ts +0 -260
- package/src/operationsInterfaces/index.ts +0 -36
- package/src/operationsInterfaces/migrationRecoveryPoints.ts +0 -58
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/recoveryPoints.ts +0 -58
- package/src/operationsInterfaces/replicationAlertSettings.ts +0 -65
- package/src/operationsInterfaces/replicationAppliances.ts +0 -30
- package/src/operationsInterfaces/replicationEligibilityResultsOperations.ts +0 -42
- package/src/operationsInterfaces/replicationEvents.ts +0 -46
- package/src/operationsInterfaces/replicationFabrics.ts +0 -324
- package/src/operationsInterfaces/replicationJobs.ts +0 -193
- package/src/operationsInterfaces/replicationLogicalNetworks.ts +0 -50
- package/src/operationsInterfaces/replicationMigrationItems.ts +0 -489
- package/src/operationsInterfaces/replicationNetworkMappings.ts +0 -201
- package/src/operationsInterfaces/replicationNetworks.ts +0 -63
- package/src/operationsInterfaces/replicationPolicies.ts +0 -156
- package/src/operationsInterfaces/replicationProtectableItems.ts +0 -54
- package/src/operationsInterfaces/replicationProtectedItems.ts +0 -960
- package/src/operationsInterfaces/replicationProtectionContainerMappings.ts +0 -243
- package/src/operationsInterfaces/replicationProtectionContainers.ts +0 -229
- package/src/operationsInterfaces/replicationProtectionIntents.ts +0 -65
- package/src/operationsInterfaces/replicationRecoveryPlans.ts +0 -421
- package/src/operationsInterfaces/replicationRecoveryServicesProviders.ts +0 -213
- package/src/operationsInterfaces/replicationStorageClassificationMappings.ts +0 -153
- package/src/operationsInterfaces/replicationStorageClassifications.ts +0 -63
- package/src/operationsInterfaces/replicationVaultHealth.ts +0 -60
- package/src/operationsInterfaces/replicationVaultSetting.ts +0 -87
- package/src/operationsInterfaces/replicationvCenters.ts +0 -185
- package/src/operationsInterfaces/supportedOperatingSystemsOperations.ts +0 -28
- package/src/operationsInterfaces/targetComputeSizes.ts +0 -36
- package/src/pagingHelper.ts +0 -39
- package/src/siteRecoveryManagementClient.ts +0 -264
- package/tsconfig.json +0 -33
- package/types/arm-recoveryservices-siterecovery.d.ts +0 -13972
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrationRecoveryPoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/recoveryPoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationAlertSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationAppliances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationEligibilityResultsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationEvents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationFabrics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationJobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationLogicalNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationMigrationItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationNetworkMappings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationProtectableItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationProtectedItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationProtectionContainerMappings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationProtectionContainers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationProtectionIntents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationRecoveryPlans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationRecoveryServicesProviders.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationStorageClassificationMappings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationStorageClassifications.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationVaultHealth.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationVaultSetting.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationvCenters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/supportedOperatingSystemsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/targetComputeSizes.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAq+RH,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAKX;AALD,WAAY,qCAAqC;IAC/C,cAAc;IACd,4DAAmB,CAAA;IACnB,iBAAiB;IACjB,kEAAyB,CAAA;AAC3B,CAAC,EALW,qCAAqC,KAArC,qCAAqC,QAKhD;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAmCX;AAnCD,WAAY,mBAAmB;IAC7B,WAAW;IACX,oCAAa,CAAA;IACb,gCAAgC;IAChC,8EAAuD,CAAA;IACvD,4BAA4B;IAC5B,sEAA+C,CAAA;IAC/C,iCAAiC;IACjC,gFAAyD,CAAA;IACzD,6BAA6B;IAC7B,wEAAiD,CAAA;IACjD,+BAA+B;IAC/B,4EAAqD,CAAA;IACrD,2BAA2B;IAC3B,oEAA6C,CAAA;IAC7C,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,0BAA0B;IAC1B,kEAA2C,CAAA;IAC3C,yBAAyB;IACzB,gEAAyC,CAAA;IACzC,sBAAsB;IACtB,0DAAmC,CAAA;IACnC,uBAAuB;IACvB,4DAAqC,CAAA;IACrC,sBAAsB;IACtB,0DAAmC,CAAA;IACnC,2BAA2B;IAC3B,oEAA6C,CAAA;IAC7C,0BAA0B;IAC1B,kEAA2C,CAAA;IAC3C,wCAAwC;IACxC,8FAAuE,CAAA;IACvE,kCAAkC;IAClC,kFAA2D,CAAA;AAC7D,CAAC,EAnCW,mBAAmB,KAAnB,mBAAmB,QAmC9B;AA2BD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAeX;AAfD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,8BAA8B;IAC9B,8EAAmD,CAAA;IACnD,6BAA6B;IAC7B,4EAAiD,CAAA;IACjD,0BAA0B;IAC1B,sEAA2C,CAAA;IAC3C,qCAAqC;IACrC,4FAAiE,CAAA;IACjE,4CAA4C;IAC5C,0GAA+E,CAAA;IAC/E,sCAAsC;IACtC,8FAAmE,CAAA;AACrE,CAAC,EAfW,uBAAuB,KAAvB,uBAAuB,QAelC;AAiBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,WAAW;IACX,sCAAa,CAAA;IACb,aAAa;IACb,0CAAiB,CAAA;IACjB,cAAc;IACd,4CAAmB,CAAA;IACnB,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EATW,qBAAqB,KAArB,qBAAqB,QAShC;AAcD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAeX;AAfD,WAAY,2BAA2B;IACrC,uBAAuB;IACvB,oEAAqC,CAAA;IACrC,kBAAkB;IAClB,0DAA2B,CAAA;IAC3B,yBAAyB;IACzB,wEAAyC,CAAA;IACzC,cAAc;IACd,kDAAmB,CAAA;IACnB,kBAAkB;IAClB,0DAA2B,CAAA;IAC3B,uBAAuB;IACvB,oEAAqC,CAAA;IACrC,wBAAwB;IACxB,sEAAuC,CAAA;AACzC,CAAC,EAfW,2BAA2B,KAA3B,2BAA2B,QAetC;AAiBD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAOX;AAPD,WAAY,+BAA+B;IACzC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,4BAA4B;IAC5B,kFAA+C,CAAA;IAC/C,sBAAsB;IACtB,sEAAmC,CAAA;AACrC,CAAC,EAPW,+BAA+B,KAA/B,+BAA+B,QAO1C;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mBAAmB;IACnB,iDAA6B,CAAA;IAC7B,oBAAoB;IACpB,mDAA+B,CAAA;IAC/B,oBAAoB;IACpB,mDAA+B,CAAA;AACjC,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,mBAAmB;IACnB,6DAA6B,CAAA;IAC7B,wBAAwB;IACxB,uEAAuC,CAAA;AACzC,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IACjC,gBAAgB;IAChB,kDAAuB,CAAA;IACvB,mBAAmB;IACnB,wDAA6B,CAAA;IAC7B,iBAAiB;IACjB,oDAAyB,CAAA;IACzB,qBAAqB;IACrB,4DAAiC,CAAA;IACjC,6BAA6B;IAC7B,4EAAiD,CAAA;AACnD,CAAC,EAXW,uBAAuB,KAAvB,uBAAuB,QAWlC;AAeD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAOX;AAPD,WAAY,qCAAqC;IAC/C,WAAW;IACX,sDAAa,CAAA;IACb,UAAU;IACV,oDAAW,CAAA;IACX,YAAY;IACZ,wDAAe,CAAA;AACjB,CAAC,EAPW,qCAAqC,KAArC,qCAAqC,QAOhD;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;IACrB,WAAW;IACX,2CAAa,CAAA;IACb,eAAe;IACf,mDAAqB,CAAA;AACvB,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AAaD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCA6BX;AA7BD,WAAY,sCAAsC;IAChD,uBAAuB;IACvB,+EAAqC,CAAA;IACrC,aAAa;IACb,2DAAiB,CAAA;IACjB,sBAAsB;IACtB,6EAAmC,CAAA;IACnC,wBAAwB;IACxB,iFAAuC,CAAA;IACvC,wBAAwB;IACxB,iFAAuC,CAAA;IACvC,mBAAmB;IACnB,uEAA6B,CAAA;IAC7B,0BAA0B;IAC1B,qFAA2C,CAAA;IAC3C,eAAe;IACf,+DAAqB,CAAA;IACrB,uBAAuB;IACvB,+EAAqC,CAAA;IACrC,qBAAqB;IACrB,2EAAiC,CAAA;IACjC,gBAAgB;IAChB,iEAAuB,CAAA;IACvB,wBAAwB;IACxB,iFAAuC,CAAA;IACvC,uBAAuB;IACvB,+EAAqC,CAAA;IACrC,wBAAwB;IACxB,iFAAuC,CAAA;AACzC,CAAC,EA7BW,sCAAsC,KAAtC,sCAAsC,QA6BjD;AAwBD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAC3C,wBAAwB;IACxB,4EAAuC,CAAA;IACvC,wBAAwB;IACxB,4EAAuC,CAAA;AACzC,CAAC,EALW,iCAAiC,KAAjC,iCAAiC,QAK5C;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,oBAAoB;IACpB,+DAA+B,CAAA;IAC/B,cAAc;IACd,mDAAmB,CAAA;IACnB,sBAAsB;IACtB,mEAAmC,CAAA;AACrC,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,eAAe;IACf,kDAAqB,CAAA;IACrB,kBAAkB;IAClB,wDAA2B,CAAA;AAC7B,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAuBX;AAvBD,WAAY,wBAAwB;IAClC,WAAW;IACX,yCAAa,CAAA;IACb,kBAAkB;IAClB,uDAA2B,CAAA;IAC3B,mBAAmB;IACnB,yDAA6B,CAAA;IAC7B,oBAAoB;IACpB,2DAA+B,CAAA;IAC/B,2BAA2B;IAC3B,yEAA6C,CAAA;IAC7C,oBAAoB;IACpB,2DAA+B,CAAA;IAC/B,2BAA2B;IAC3B,yEAA6C,CAAA;IAC7C,qCAAqC;IACrC,6FAAiE,CAAA;IACjE,kCAAkC;IAClC,uFAA2D,CAAA;IAC3D,wCAAwC;IACxC,mGAAuE,CAAA;IACvE,yCAAyC;IACzC,qGAAyE,CAAA;AAC3E,CAAC,EAvBW,wBAAwB,KAAxB,wBAAwB,QAuBnC;AAqBD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,WAAW;IACX,8BAAa,CAAA;IACb,cAAc;IACd,oCAAmB,CAAA;IACnB,YAAY;IACZ,gCAAe,CAAA;IACf,WAAW;IACX,8BAAa,CAAA;AACf,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAcD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;IACrB,cAAc;IACd,iDAAmB,CAAA;AACrB,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,4FAA4F;AAC5F,MAAM,CAAN,IAAY,wCAKX;AALD,WAAY,wCAAwC;IAClD,mBAAmB;IACnB,yEAA6B,CAAA;IAC7B,6BAA6B;IAC7B,6FAAiD,CAAA;AACnD,CAAC,EALW,wCAAwC,KAAxC,wCAAwC,QAKnD;AAYD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAOX;AAPD,WAAY,gCAAgC;IAC1C,aAAa;IACb,qDAAiB,CAAA;IACjB,sBAAsB;IACtB,uEAAmC,CAAA;IACnC,uBAAuB;IACvB,yEAAqC,CAAA;AACvC,CAAC,EAPW,gCAAgC,KAAhC,gCAAgC,QAO3C;AAaD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,eAAe;IACf,sDAAqB,CAAA;IACrB,cAAc;IACd,oDAAmB,CAAA;AACrB,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,aAAa;IACb,8CAAiB,CAAA;IACjB,cAAc;IACd,gDAAmB,CAAA;AACrB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,+BAA+B;IAC/B,mFAAqD,CAAA;IACrD,yBAAyB;IACzB,uEAAyC,CAAA;AAC3C,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,kBAAkB;IAClB,4DAA2B,CAAA;IAC3B,oBAAoB;IACpB,gEAA+B,CAAA;AACjC,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,uBAAuB;IACvB,8DAAqC,CAAA;AACvC,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAaD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,aAAa;IACb,6CAAiB,CAAA;IACjB,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,kBAAkB;IAClB,oDAA4B,CAAA;IAC5B,iBAAiB;IACjB,kDAA0B,CAAA;IAC1B,qBAAqB;IACrB,0DAAkC,CAAA;AACpC,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,mBAAmB;IACnB,0DAA6B,CAAA;IAC7B,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,WAAW;IACX,0CAAa,CAAA;IACb,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AAcD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;IACnB,iBAAiB;IACjB,gDAAyB,CAAA;AAC3B,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,cAAc;IACd,8CAAmB,CAAA;IACnB,cAAc;IACd,8CAAmB,CAAA;IACnB,eAAe;IACf,gDAAqB,CAAA;IACrB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EATW,uBAAuB,KAAvB,uBAAuB,QASlC;AAcD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BA6BX;AA7BD,WAAY,8BAA8B;IACxC,6BAA6B;IAC7B,mFAAiD,CAAA;IACjD,qBAAqB;IACrB,mEAAiC,CAAA;IACjC,uBAAuB;IACvB,uEAAqC,CAAA;IACrC,0BAA0B;IAC1B,6EAA2C,CAAA;IAC3C,+BAA+B;IAC/B,uFAAqD,CAAA;IACrD,mCAAmC;IACnC,+FAA6D,CAAA;IAC7D,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,oCAAoC;IACpC,iGAA+D,CAAA;IAC/D,0BAA0B;IAC1B,6EAA2C,CAAA;IAC3C,mCAAmC;IACnC,+FAA6D,CAAA;IAC7D,yBAAyB;IACzB,2EAAyC,CAAA;IACzC,0BAA0B;IAC1B,6EAA2C,CAAA;IAC3C,2BAA2B;IAC3B,+EAA6C,CAAA;IAC7C,cAAc;IACd,qDAAmB,CAAA;AACrB,CAAC,EA7BW,8BAA8B,KAA9B,8BAA8B,QA6BzC;AAwBD,2FAA2F;AAC3F,MAAM,CAAN,IAAY,uCAKX;AALD,WAAY,uCAAuC;IACjD,4BAA4B;IAC5B,0FAA+C,CAAA;IAC/C,sBAAsB;IACtB,8EAAmC,CAAA;AACrC,CAAC,EALW,uCAAuC,KAAvC,uCAAuC,QAKlD;AAYD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAWX;AAXD,WAAY,kCAAkC;IAC5C,WAAW;IACX,mDAAa,CAAA;IACb,iBAAiB;IACjB,+DAAyB,CAAA;IACzB,mBAAmB;IACnB,mEAA6B,CAAA;IAC7B,iBAAiB;IACjB,+DAAyB,CAAA;IACzB,aAAa;IACb,uDAAiB,CAAA;AACnB,CAAC,EAXW,kCAAkC,KAAlC,kCAAkC,QAW7C;AAeD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,WAAW;IACX,iDAAa,CAAA;IACb,iBAAiB;IACjB,6DAAyB,CAAA;IACzB,mBAAmB;IACnB,iEAA6B,CAAA;IAC7B,iBAAiB;IACjB,6DAAyB,CAAA;AAC3B,CAAC,EATW,gCAAgC,KAAhC,gCAAgC,QAS3C;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,mCAAmC;IACnC,iFAA6D,CAAA;IAC7D,+BAA+B;IAC/B,yEAAqD,CAAA;AACvD,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BASX;AATD,WAAY,0BAA0B;IACpC,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,aAAa;IACb,+CAAiB,CAAA;IACjB,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,cAAc;IACd,iDAAmB,CAAA;AACrB,CAAC,EATW,0BAA0B,KAA1B,0BAA0B,QASrC;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,aAAa;IACb,6CAAiB,CAAA;AACnB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BASX;AATD,WAAY,8BAA8B;IACxC,WAAW;IACX,+CAAa,CAAA;IACb,cAAc;IACd,qDAAmB,CAAA;IACnB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;AACnB,CAAC,EATW,8BAA8B,KAA9B,8BAA8B,QASzC;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,aAAa;IACb,gDAAiB,CAAA;IACjB,kCAAkC;IAClC,0FAA2D,CAAA;IAC3D,4BAA4B;IAC5B,8EAA+C,CAAA;IAC/C,sBAAsB;IACtB,kEAAmC,CAAA;AACrC,CAAC,EATW,2BAA2B,KAA3B,2BAA2B,QAStC;AAcD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,kCAAkC;IAClC,0FAA2D,CAAA;IAC3D,4BAA4B;IAC5B,8EAA+C,CAAA;AACjD,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACzC,cAAc;IACd,sDAAmB,CAAA;IACnB,eAAe;IACf,wDAAqB,CAAA;AACvB,CAAC,EALW,+BAA+B,KAA/B,+BAA+B,QAK1C;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,yBAAyB;IACzB,gEAAyC,CAAA;AAC3C,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAYD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAKX;AALD,WAAY,oCAAoC;IAC9C,yBAAyB;IACzB,iFAAyC,CAAA;IACzC,eAAe;IACf,6DAAqB,CAAA;AACvB,CAAC,EALW,oCAAoC,KAApC,oCAAoC,QAK/C;AAYD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAOX;AAPD,WAAY,0CAA0C;IACpD,aAAa;IACb,+DAAiB,CAAA;IACjB,kCAAkC;IAClC,yGAA2D,CAAA;IAC3D,sBAAsB;IACtB,iFAAmC,CAAA;AACrC,CAAC,EAPW,0CAA0C,KAA1C,0CAA0C,QAOrD;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,aAAa;IACb,qDAAiB,CAAA;IACjB,kCAAkC;IAClC,+FAA2D,CAAA;IAC3D,4BAA4B;IAC5B,mFAA+C,CAAA;IAC/C,sBAAsB;IACtB,uEAAmC,CAAA;AACrC,CAAC,EATW,gCAAgC,KAAhC,gCAAgC,QAS3C;AAcD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACxC,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;AACnB,CAAC,EAPW,8BAA8B,KAA9B,8BAA8B,QAOzC;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BASX;AATD,WAAY,0BAA0B;IACpC,aAAa;IACb,+CAAiB,CAAA;IACjB,kCAAkC;IAClC,yFAA2D,CAAA;IAC3D,4BAA4B;IAC5B,6EAA+C,CAAA;IAC/C,sBAAsB;IACtB,iEAAmC,CAAA;AACrC,CAAC,EATW,0BAA0B,KAA1B,0BAA0B,QASrC;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,oBAAoB;IACpB,oDAA+B,CAAA;IAC/B,qBAAqB;IACrB,sDAAiC,CAAA;AACnC,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type ApplianceSpecificDetailsUnion =\n | ApplianceSpecificDetails\n | InMageRcmApplianceSpecificDetails;\nexport type EventProviderSpecificDetailsUnion =\n | EventProviderSpecificDetails\n | A2AEventDetails\n | HyperVReplica2012EventDetails\n | HyperVReplica2012R2EventDetails\n | HyperVReplicaAzureEventDetails\n | HyperVReplicaBaseEventDetails\n | InMageAzureV2EventDetails\n | InMageRcmEventDetails\n | InMageRcmFailbackEventDetails\n | VMwareCbtEventDetails;\nexport type EventSpecificDetailsUnion =\n | EventSpecificDetails\n | JobStatusEventDetails;\nexport type FabricSpecificDetailsUnion =\n | FabricSpecificDetails\n | AzureFabricSpecificDetails\n | HyperVSiteDetails\n | InMageRcmFabricSpecificDetails\n | VmmDetails\n | VMwareDetails\n | VMwareV2FabricSpecificDetails;\nexport type FabricSpecificCreationInputUnion =\n | FabricSpecificCreationInput\n | AzureFabricCreationInput\n | InMageRcmFabricCreationInput\n | VMwareV2FabricCreationInput;\nexport type NetworkMappingFabricSpecificSettingsUnion =\n | NetworkMappingFabricSpecificSettings\n | AzureToAzureNetworkMappingSettings\n | VmmToAzureNetworkMappingSettings\n | VmmToVmmNetworkMappingSettings;\nexport type FabricSpecificCreateNetworkMappingInputUnion =\n | FabricSpecificCreateNetworkMappingInput\n | AzureToAzureCreateNetworkMappingInput\n | VmmToAzureCreateNetworkMappingInput\n | VmmToVmmCreateNetworkMappingInput;\nexport type FabricSpecificUpdateNetworkMappingInputUnion =\n | FabricSpecificUpdateNetworkMappingInput\n | AzureToAzureUpdateNetworkMappingInput\n | VmmToAzureUpdateNetworkMappingInput\n | VmmToVmmUpdateNetworkMappingInput;\nexport type ReplicationProviderSpecificContainerCreationInputUnion =\n | ReplicationProviderSpecificContainerCreationInput\n | A2AContainerCreationInput\n | A2ACrossClusterMigrationContainerCreationInput\n | VMwareCbtContainerCreationInput;\nexport type MigrationProviderSpecificSettingsUnion =\n | MigrationProviderSpecificSettings\n | VMwareCbtMigrationDetails;\nexport type EnableMigrationProviderSpecificInputUnion =\n | EnableMigrationProviderSpecificInput\n | VMwareCbtEnableMigrationInput;\nexport type UpdateMigrationItemProviderSpecificInputUnion =\n | UpdateMigrationItemProviderSpecificInput\n | VMwareCbtUpdateMigrationItemInput;\nexport type MigrateProviderSpecificInputUnion =\n | MigrateProviderSpecificInput\n | VMwareCbtMigrateInput;\nexport type ResumeReplicationProviderSpecificInputUnion =\n | ResumeReplicationProviderSpecificInput\n | VMwareCbtResumeReplicationInput;\nexport type ResyncProviderSpecificInputUnion =\n | ResyncProviderSpecificInput\n | VMwareCbtResyncInput;\nexport type TestMigrateProviderSpecificInputUnion =\n | TestMigrateProviderSpecificInput\n | VMwareCbtTestMigrateInput;\nexport type ConfigurationSettingsUnion =\n | ConfigurationSettings\n | HyperVVirtualMachineDetailsUnion\n | ReplicationGroupDetails\n | VMwareVirtualMachineDetails;\nexport type ReplicationProviderSpecificSettingsUnion =\n | ReplicationProviderSpecificSettings\n | A2ACrossClusterMigrationReplicationDetails\n | A2AReplicationDetails\n | HyperVReplicaAzureReplicationDetails\n | HyperVReplicaBaseReplicationDetails\n | HyperVReplicaBlueReplicationDetails\n | HyperVReplicaReplicationDetails\n | InMageAzureV2ReplicationDetails\n | InMageRcmFailbackReplicationDetails\n | InMageRcmReplicationDetails\n | InMageReplicationDetails;\nexport type EnableProtectionProviderSpecificInputUnion =\n | EnableProtectionProviderSpecificInput\n | A2ACrossClusterMigrationEnableProtectionInput\n | A2AEnableProtectionInput\n | HyperVReplicaAzureEnableProtectionInput\n | InMageAzureV2EnableProtectionInput\n | InMageEnableProtectionInput\n | InMageRcmEnableProtectionInput;\nexport type UpdateReplicationProtectedItemProviderInputUnion =\n | UpdateReplicationProtectedItemProviderInput\n | A2AUpdateReplicationProtectedItemInput\n | HyperVReplicaAzureUpdateReplicationProtectedItemInput\n | InMageAzureV2UpdateReplicationProtectedItemInput\n | InMageRcmUpdateReplicationProtectedItemInput;\nexport type AddDisksProviderSpecificInputUnion =\n | AddDisksProviderSpecificInput\n | A2AAddDisksInput;\nexport type ApplyRecoveryPointProviderSpecificInputUnion =\n | ApplyRecoveryPointProviderSpecificInput\n | A2AApplyRecoveryPointInput\n | A2ACrossClusterMigrationApplyRecoveryPointInput\n | HyperVReplicaAzureApplyRecoveryPointInput\n | InMageAzureV2ApplyRecoveryPointInput\n | InMageRcmApplyRecoveryPointInput;\nexport type PlannedFailoverProviderSpecificFailoverInputUnion =\n | PlannedFailoverProviderSpecificFailoverInput\n | HyperVReplicaAzureFailbackProviderInput\n | HyperVReplicaAzurePlannedFailoverProviderInput\n | InMageRcmFailbackPlannedFailoverProviderInput;\nexport type ProviderSpecificRecoveryPointDetailsUnion =\n | ProviderSpecificRecoveryPointDetails\n | A2ARecoveryPointDetails\n | InMageAzureV2RecoveryPointDetails\n | InMageRcmRecoveryPointDetails;\nexport type DisableProtectionProviderSpecificInputUnion =\n | DisableProtectionProviderSpecificInput\n | InMageDisableProtectionProviderSpecificInput;\nexport type RemoveDisksProviderSpecificInputUnion =\n | RemoveDisksProviderSpecificInput\n | A2ARemoveDisksInput;\nexport type ReverseReplicationProviderSpecificInputUnion =\n | ReverseReplicationProviderSpecificInput\n | A2AReprotectInput\n | HyperVReplicaAzureReprotectInput\n | InMageAzureV2ReprotectInput\n | InMageRcmFailbackReprotectInput\n | InMageRcmReprotectInput\n | InMageReprotectInput;\nexport type SwitchProviderSpecificInputUnion =\n | SwitchProviderSpecificInput\n | InMageAzureV2SwitchProviderInput;\nexport type TestFailoverProviderSpecificInputUnion =\n | TestFailoverProviderSpecificInput\n | A2ATestFailoverInput\n | HyperVReplicaAzureTestFailoverInput\n | InMageAzureV2TestFailoverInput\n | InMageRcmTestFailoverInput\n | InMageTestFailoverInput;\nexport type UnplannedFailoverProviderSpecificInputUnion =\n | UnplannedFailoverProviderSpecificInput\n | A2AUnplannedFailoverInput\n | HyperVReplicaAzureUnplannedFailoverInput\n | InMageAzureV2UnplannedFailoverInput\n | InMageRcmUnplannedFailoverInput\n | InMageUnplannedFailoverInput;\nexport type UpdateApplianceForReplicationProtectedItemProviderSpecificInputUnion =\n\n | UpdateApplianceForReplicationProtectedItemProviderSpecificInput\n | InMageRcmUpdateApplianceForReplicationProtectedItemInput;\nexport type ProtectionContainerMappingProviderSpecificDetailsUnion =\n | ProtectionContainerMappingProviderSpecificDetails\n | A2AProtectionContainerMappingDetails\n | InMageRcmProtectionContainerMappingDetails\n | VMwareCbtProtectionContainerMappingDetails;\nexport type ReplicationProviderSpecificContainerMappingInputUnion =\n | ReplicationProviderSpecificContainerMappingInput\n | A2AContainerMappingInput\n | VMwareCbtContainerMappingInput;\nexport type ReplicationProviderSpecificUpdateContainerMappingInputUnion =\n | ReplicationProviderSpecificUpdateContainerMappingInput\n | A2AUpdateContainerMappingInput\n | InMageRcmUpdateContainerMappingInput;\nexport type SwitchProtectionProviderSpecificInputUnion =\n | SwitchProtectionProviderSpecificInput\n | A2ASwitchProtectionInput;\nexport type TaskTypeDetailsUnion =\n | TaskTypeDetails\n | AutomationRunbookTaskDetails\n | ConsistencyCheckTaskDetails\n | JobTaskDetailsUnion\n | ManualActionTaskDetails\n | ScriptActionTaskDetails\n | VmNicUpdatesTaskDetails;\nexport type GroupTaskDetailsUnion =\n | GroupTaskDetails\n | InlineWorkflowTaskDetails\n | RecoveryPlanGroupTaskDetailsUnion;\nexport type JobDetailsUnion =\n | JobDetails\n | AsrJobDetails\n | ExportJobDetails\n | FailoverJobDetails\n | SwitchProtectionJobDetails\n | TestFailoverJobDetails;\nexport type PolicyProviderSpecificDetailsUnion =\n | PolicyProviderSpecificDetails\n | A2APolicyDetails\n | HyperVReplicaAzurePolicyDetails\n | HyperVReplicaBasePolicyDetails\n | HyperVReplicaBluePolicyDetails\n | HyperVReplicaPolicyDetails\n | InMageAzureV2PolicyDetails\n | InMageBasePolicyDetails\n | InMagePolicyDetails\n | InMageRcmFailbackPolicyDetails\n | InMageRcmPolicyDetails\n | VmwareCbtPolicyDetails;\nexport type PolicyProviderSpecificInputUnion =\n | PolicyProviderSpecificInput\n | A2ACrossClusterMigrationPolicyCreationInput\n | A2APolicyCreationInput\n | HyperVReplicaAzurePolicyInput\n | HyperVReplicaPolicyInputUnion\n | InMageAzureV2PolicyInput\n | InMagePolicyInput\n | InMageRcmFailbackPolicyCreationInput\n | InMageRcmPolicyCreationInput\n | VMwareCbtPolicyCreationInput;\nexport type ReplicationProtectionIntentProviderSpecificSettingsUnion =\n | ReplicationProtectionIntentProviderSpecificSettings\n | A2AReplicationIntentDetails;\nexport type CreateProtectionIntentProviderSpecificDetailsUnion =\n | CreateProtectionIntentProviderSpecificDetails\n | A2ACreateProtectionIntentInput;\nexport type RecoveryPlanActionDetailsUnion =\n | RecoveryPlanActionDetails\n | RecoveryPlanAutomationRunbookActionDetails\n | RecoveryPlanManualActionDetails\n | RecoveryPlanScriptActionDetails;\nexport type RecoveryPlanProviderSpecificDetailsUnion =\n | RecoveryPlanProviderSpecificDetails\n | RecoveryPlanA2ADetails;\nexport type RecoveryPlanProviderSpecificInputUnion =\n | RecoveryPlanProviderSpecificInput\n | RecoveryPlanA2AInput;\nexport type RecoveryPlanProviderSpecificFailoverInputUnion =\n | RecoveryPlanProviderSpecificFailoverInput\n | RecoveryPlanA2AFailoverInput\n | RecoveryPlanHyperVReplicaAzureFailbackInput\n | RecoveryPlanHyperVReplicaAzureFailoverInput\n | RecoveryPlanInMageAzureV2FailoverInput\n | RecoveryPlanInMageFailoverInput\n | RecoveryPlanInMageRcmFailbackFailoverInput\n | RecoveryPlanInMageRcmFailoverInput;\nexport type ProtectionProfileCustomDetailsUnion =\n | ProtectionProfileCustomDetails\n | ExistingProtectionProfile\n | NewProtectionProfile;\nexport type StorageAccountCustomDetailsUnion =\n | StorageAccountCustomDetails\n | ExistingStorageAccount;\nexport type RecoveryAvailabilitySetCustomDetailsUnion =\n | RecoveryAvailabilitySetCustomDetails\n | ExistingRecoveryAvailabilitySet;\nexport type RecoveryVirtualNetworkCustomDetailsUnion =\n | RecoveryVirtualNetworkCustomDetails\n | ExistingRecoveryVirtualNetwork\n | NewRecoveryVirtualNetwork;\nexport type RecoveryProximityPlacementGroupCustomDetailsUnion =\n | RecoveryProximityPlacementGroupCustomDetails\n | ExistingRecoveryProximityPlacementGroup;\nexport type RecoveryResourceGroupCustomDetailsUnion =\n | RecoveryResourceGroupCustomDetails\n | ExistingRecoveryResourceGroup;\nexport type HyperVVirtualMachineDetailsUnion =\n | HyperVVirtualMachineDetails\n | VmmVirtualMachineDetails;\nexport type JobTaskDetailsUnion =\n | JobTaskDetails\n | FabricReplicationGroupTaskDetails\n | VirtualMachineTaskDetails;\nexport type RecoveryPlanGroupTaskDetailsUnion =\n | RecoveryPlanGroupTaskDetails\n | RecoveryPlanShutdownGroupTaskDetails;\nexport type HyperVReplicaPolicyInputUnion =\n | HyperVReplicaPolicyInput\n | HyperVReplicaBluePolicyInput;\n\n/** Collection of ClientDiscovery details. */\nexport interface OperationsDiscoveryCollection {\n /** The ClientDiscovery details. */\n value?: OperationsDiscovery[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Operations discovery class. */\nexport interface OperationsDiscovery {\n /** Name of the API. The name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service. Examples of operations include: * Microsoft.Compute/virtualMachine/capture/action * Microsoft.Compute/virtualMachine/restart/action * Microsoft.Compute/virtualMachine/write * Microsoft.Compute/virtualMachine/read * Microsoft.Compute/virtualMachine/delete Each action should include, in order: (1) Resource Provider Namespace (2) Type hierarchy for which the action applies (e.g. server/databases for a SQL Azure database) (3) Read, Write, Action or Delete indicating which type applies. If it is a PUT/PATCH on a collection or named value, Write should be used. If it is a GET, Read should be used. If it is a DELETE, Delete should be used. If it is a POST, Action should be used. As a note: all resource providers would need to include the \"{Resource Provider Namespace}/register/action\" operation in their response. This API is used to register for their service, and should include details about the operation (e.g. a localized name for the resource provider + any special considerations like PII release). */\n name?: string;\n /** Object type. */\n display?: Display;\n /** Origin. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is \"user,system\". */\n origin?: string;\n /** Properties. Reserved for future use. */\n properties?: Record<string, unknown>;\n}\n\n/** Contains the localized display information for this particular operation / action. These value will be used by several clients for (1) custom role definitions for RBAC; (2) complex query filters for the event service; and (3) audit history / records for management operations. */\nexport interface Display {\n /** The provider. The localized friendly form of the resource provider name - it is expected to also include the publisher/company responsible. It should use Title Casing and begin with \"Microsoft\" for 1st party services. e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute.\". */\n provider?: string;\n /** The resource. The localized friendly form of the resource related to this action/operation - it should match the public documentation for the resource provider. It should use Title Casing. This value should be unique for a particular URL type (e.g. nested types should *not* reuse their parent's display.resource field). e.g. \"Virtual Machines\" or \"Scheduler Job Collections\", or \"Virtual Machine VM Sizes\" or \"Scheduler Jobs\". */\n resource?: string;\n /** The operation. The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing. Prescriptive guidance: Read Create or Update Delete 'ActionName'. */\n operation?: string;\n /** The description. The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise - it will be used in tool tips and detailed views. Prescriptive guidance for namespaces: Read any 'display.provider' resource Create or Update any 'display.provider' resource Delete any 'display.provider' resource Perform any other action on any 'display.provider' resource Prescriptive guidance for namespaces: Read any 'display.resource' Create or Update any 'display.resource' Delete any 'display.resource' 'ActionName' any 'display.resources'. */\n description?: string;\n}\n\n/** Collection of alerts. */\nexport interface AlertCollection {\n /** The list of alerts. */\n value?: Alert[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** The properties of an alert. */\nexport interface AlertProperties {\n /** A value indicating whether to send email to subscription administrator. */\n sendToOwners?: string;\n /** The custom email address for sending emails. */\n customEmailAddresses?: string[];\n /** The locale for the email notification. */\n locale?: string;\n}\n\n/** Azure resource. */\nexport interface Resource {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource Location */\n location?: string;\n}\n\n/** Request to configure alerts for the system. */\nexport interface ConfigureAlertRequest {\n /** The properties of a configure alert request. */\n properties?: ConfigureAlertRequestProperties;\n}\n\n/** Properties of a configure alert request. */\nexport interface ConfigureAlertRequestProperties {\n /** A value indicating whether to send email to subscription administrator. */\n sendToOwners?: string;\n /** The custom email address for sending emails. */\n customEmailAddresses?: string[];\n /** The locale for the email notification. */\n locale?: string;\n}\n\n/** Collection of appliance details. */\nexport interface ApplianceCollection {\n /** The appliance details. */\n value?: ReplicationAppliance[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Replication appliance definition. */\nexport interface ReplicationAppliance {\n /** Appliance related data. */\n properties?: ReplicationApplianceProperties;\n}\n\n/** Replication appliance properties. */\nexport interface ReplicationApplianceProperties {\n /** Provider specific settings. */\n providerSpecificDetails?: ApplianceSpecificDetailsUnion;\n}\n\n/** Appliance specific details. */\nexport interface ApplianceSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n}\n\n/** Replication eligibility results collection response model. */\nexport interface ReplicationEligibilityResultsCollection {\n /** The replication eligibility results details. */\n value?: ReplicationEligibilityResults[];\n}\n\n/** Replication eligibility results response model. */\nexport interface ReplicationEligibilityResults {\n /**\n * Gets the name of this object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the object type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets Unique ARM identifier for this object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets properties model for replication eligibility results API.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: ReplicationEligibilityResultsProperties;\n}\n\n/** Properties model for replication eligibility results API. */\nexport interface ReplicationEligibilityResultsProperties {\n /**\n * The client request Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientRequestId?: string;\n /** The error details. */\n errors?: ReplicationEligibilityResultsErrorInfo[];\n}\n\n/** Error model that can be exposed to the user. */\nexport interface ReplicationEligibilityResultsErrorInfo {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n /** The possible causes. */\n possibleCauses?: string;\n /** The recommended action. */\n recommendedAction?: string;\n /**\n * The error status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** Collection of fabric details. */\nexport interface EventCollection {\n /** The list of events. */\n value?: Event[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** The properties of a monitoring event. */\nexport interface EventProperties {\n /** The Id of the monitoring event. */\n eventCode?: string;\n /** The event name. */\n description?: string;\n /** The type of the event. for example: VM Health, Server Health, Job Failure etc. */\n eventType?: string;\n /** The friendly name of the source of the event on which it is raised (for example, VM, VMM etc). */\n affectedObjectFriendlyName?: string;\n /** The affected object correlationId for the event. */\n affectedObjectCorrelationId?: string;\n /** The severity of the event. */\n severity?: string;\n /** The time of occurrence of the event. */\n timeOfOccurrence?: Date;\n /** The ARM ID of the fabric. */\n fabricId?: string;\n /** The provider specific settings. */\n providerSpecificDetails?: EventProviderSpecificDetailsUnion;\n /** The event specific settings. */\n eventSpecificDetails?: EventSpecificDetailsUnion;\n /** The list of errors / warnings capturing details associated with the issue(s). */\n healthErrors?: HealthError[];\n}\n\n/** Model class for provider specific details for an event. */\nexport interface EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"HyperVReplica2012\"\n | \"HyperVReplica2012R2\"\n | \"HyperVReplicaAzure\"\n | \"HyperVReplicaBaseEventDetails\"\n | \"InMageAzureV2\"\n | \"InMageRcm\"\n | \"InMageRcmFailback\"\n | \"VMwareCbt\";\n}\n\n/** Model class for event specific details for an event. */\nexport interface EventSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"JobStatus\";\n}\n\n/** Health Error. */\nexport interface HealthError {\n /** The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException. */\n innerHealthErrors?: InnerHealthError[];\n /** Source of error. */\n errorSource?: string;\n /** Type of error. */\n errorType?: string;\n /** Level of error. */\n errorLevel?: string;\n /** Category of error. */\n errorCategory?: string;\n /** Error code. */\n errorCode?: string;\n /** Summary message of the entity. */\n summaryMessage?: string;\n /** Error message. */\n errorMessage?: string;\n /** Possible causes of error. */\n possibleCauses?: string;\n /** Recommended action to resolve error. */\n recommendedAction?: string;\n /** Error creation time (UTC). */\n creationTimeUtc?: Date;\n /** DRA error message. */\n recoveryProviderErrorMessage?: string;\n /** ID of the entity. */\n entityId?: string;\n /** The health error unique id. */\n errorId?: string;\n /** Value indicating whether the health error is customer resolvable. */\n customerResolvability?: HealthErrorCustomerResolvability;\n}\n\n/** Implements InnerHealthError class. HealthError object has a list of InnerHealthErrors as child errors. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException. */\nexport interface InnerHealthError {\n /** Source of error. */\n errorSource?: string;\n /** Type of error. */\n errorType?: string;\n /** Level of error. */\n errorLevel?: string;\n /** Category of error. */\n errorCategory?: string;\n /** Error code. */\n errorCode?: string;\n /** Summary message of the entity. */\n summaryMessage?: string;\n /** Error message. */\n errorMessage?: string;\n /** Possible causes of error. */\n possibleCauses?: string;\n /** Recommended action to resolve error. */\n recommendedAction?: string;\n /** Error creation time (UTC). */\n creationTimeUtc?: Date;\n /** DRA error message. */\n recoveryProviderErrorMessage?: string;\n /** ID of the entity. */\n entityId?: string;\n /** The health error unique id. */\n errorId?: string;\n /** Value indicating whether the health error is customer resolvable. */\n customerResolvability?: HealthErrorCustomerResolvability;\n}\n\n/** Collection of fabric details. */\nexport interface FabricCollection {\n /** The fabric details. */\n value?: Fabric[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Fabric properties. */\nexport interface FabricProperties {\n /** Friendly name of the fabric. */\n friendlyName?: string;\n /** Encryption details for the fabric. */\n encryptionDetails?: EncryptionDetails;\n /** Rollover encryption details for the fabric. */\n rolloverEncryptionDetails?: EncryptionDetails;\n /** Dra Registration Id. */\n internalIdentifier?: string;\n /** BCDR state of the fabric. */\n bcdrState?: string;\n /** Fabric specific settings. */\n customDetails?: FabricSpecificDetailsUnion;\n /** Fabric health error details. */\n healthErrorDetails?: HealthError[];\n /** Health of fabric. */\n health?: string;\n}\n\n/** Encryption details for the fabric. */\nexport interface EncryptionDetails {\n /** The key encryption key state for the Vmm. */\n kekState?: string;\n /** The key encryption key certificate thumbprint. */\n kekCertThumbprint?: string;\n /** The key encryption key certificate expiry date. */\n kekCertExpiryDate?: Date;\n}\n\n/** Fabric specific details. */\nexport interface FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"Azure\"\n | \"HyperVSite\"\n | \"InMageRcm\"\n | \"VMM\"\n | \"VMware\"\n | \"VMwareV2\";\n}\n\n/** Site details provided during the time of site creation. */\nexport interface FabricCreationInput {\n /** Fabric creation input. */\n properties?: FabricCreationInputProperties;\n}\n\n/** Properties of site details provided during the time of site creation. */\nexport interface FabricCreationInputProperties {\n /** Fabric provider specific creation input. */\n customDetails?: FabricSpecificCreationInputUnion;\n}\n\n/** Fabric provider specific settings. */\nexport interface FabricSpecificCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"Azure\" | \"InMageRcm\" | \"VMwareV2\";\n}\n\n/** Request to failover a process server. */\nexport interface FailoverProcessServerRequest {\n /** The properties of the PS Failover request. */\n properties?: FailoverProcessServerRequestProperties;\n}\n\n/** The properties of the Failover Process Server request. */\nexport interface FailoverProcessServerRequestProperties {\n /** The container identifier. */\n containerName?: string;\n /** The source process server. */\n sourceProcessServerId?: string;\n /** The new process server. */\n targetProcessServerId?: string;\n /** The VMS to migrate. */\n vmsToMigrate?: string[];\n /** A value for failover type. It can be systemlevel/serverlevel. */\n updateType?: string;\n}\n\n/** Certificate renewal input. */\nexport interface RenewCertificateInput {\n /** Renew certificate input properties. */\n properties?: RenewCertificateInputProperties;\n}\n\n/** Renew Certificate input properties. */\nexport interface RenewCertificateInputProperties {\n /** Renew certificate type. */\n renewCertificateType?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** List of logical networks. */\nexport interface LogicalNetworkCollection {\n /** The Logical Networks list details. */\n value?: LogicalNetwork[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Logical Network Properties. */\nexport interface LogicalNetworkProperties {\n /** The Friendly Name. */\n friendlyName?: string;\n /** A value indicating whether Network Virtualization is enabled for the logical network. */\n networkVirtualizationStatus?: string;\n /** A value indicating whether logical network is used as private test network by test failover. */\n logicalNetworkUsage?: string;\n /** A value indicating whether logical network definitions are isolated. */\n logicalNetworkDefinitionsStatus?: string;\n}\n\n/** List of networks. */\nexport interface NetworkCollection {\n /** The Networks list details. */\n value?: Network[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Network Properties. */\nexport interface NetworkProperties {\n /** The Fabric Type. */\n fabricType?: string;\n /** The List of subnets. */\n subnets?: Subnet[];\n /** The Friendly Name. */\n friendlyName?: string;\n /** The Network Type. */\n networkType?: string;\n}\n\n/** Subnets of the network. */\nexport interface Subnet {\n /** The subnet name. */\n name?: string;\n /** The subnet friendly name. */\n friendlyName?: string;\n /** The list of addresses for the subnet. */\n addressList?: string[];\n}\n\n/** List of network mappings. As with NetworkMapping, it should be possible to reuse a prev version of this class. It doesn't seem likely this class could be anything more than a slightly bespoke collection of NetworkMapping. Hence it makes sense to override Load with Base.NetworkMapping instead of existing CurrentVersion.NetworkMapping. */\nexport interface NetworkMappingCollection {\n /** The Network Mappings list. */\n value?: NetworkMapping[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Network Mapping Properties. */\nexport interface NetworkMappingProperties {\n /** The pairing state for network mapping. */\n state?: string;\n /** The primary network friendly name. */\n primaryNetworkFriendlyName?: string;\n /** The primary network id for network mapping. */\n primaryNetworkId?: string;\n /** The primary fabric friendly name. */\n primaryFabricFriendlyName?: string;\n /** The recovery network friendly name. */\n recoveryNetworkFriendlyName?: string;\n /** The recovery network id for network mapping. */\n recoveryNetworkId?: string;\n /** The recovery fabric ARM id. */\n recoveryFabricArmId?: string;\n /** The recovery fabric friendly name. */\n recoveryFabricFriendlyName?: string;\n /** The fabric specific settings. */\n fabricSpecificSettings?: NetworkMappingFabricSpecificSettingsUnion;\n}\n\n/** Network Mapping fabric specific settings. */\nexport interface NetworkMappingFabricSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AzureToAzure\" | \"VmmToAzure\" | \"VmmToVmm\";\n}\n\n/** Create network mappings input. */\nexport interface CreateNetworkMappingInput {\n /** Input properties for creating network mapping. */\n properties: CreateNetworkMappingInputProperties;\n}\n\n/** Common input details for network mapping operation. */\nexport interface CreateNetworkMappingInputProperties {\n /** Recovery fabric Name. */\n recoveryFabricName?: string;\n /** Recovery network Id. */\n recoveryNetworkId: string;\n /** Fabric specific input properties. */\n fabricSpecificDetails?: FabricSpecificCreateNetworkMappingInputUnion;\n}\n\n/** Input details specific to fabrics during Network Mapping. */\nexport interface FabricSpecificCreateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AzureToAzure\" | \"VmmToAzure\" | \"VmmToVmm\";\n}\n\n/** Update network mapping input. */\nexport interface UpdateNetworkMappingInput {\n /** The input properties needed to update network mapping. */\n properties?: UpdateNetworkMappingInputProperties;\n}\n\n/** Common input details for network mapping operation. */\nexport interface UpdateNetworkMappingInputProperties {\n /** Recovery fabric name. */\n recoveryFabricName?: string;\n /** Recovery network Id. */\n recoveryNetworkId?: string;\n /** Fabrics specific input network Id. */\n fabricSpecificDetails?: FabricSpecificUpdateNetworkMappingInputUnion;\n}\n\n/** Input details specific to fabrics during Network Mapping. */\nexport interface FabricSpecificUpdateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AzureToAzure\" | \"VmmToAzure\" | \"VmmToVmm\";\n}\n\n/** Protection Container collection. */\nexport interface ProtectionContainerCollection {\n /** The Protection Container details. */\n value?: ProtectionContainer[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Protection profile custom data details. */\nexport interface ProtectionContainerProperties {\n /** Fabric friendly name. */\n fabricFriendlyName?: string;\n /** The name. */\n friendlyName?: string;\n /** The fabric type. */\n fabricType?: string;\n /** Number of protected PEs. */\n protectedItemCount?: number;\n /** The pairing status of this cloud. */\n pairingStatus?: string;\n /** The role of this cloud. */\n role?: string;\n /** Fabric specific details. */\n fabricSpecificDetails?: ProtectionContainerFabricSpecificDetails;\n}\n\n/** Base class for fabric specific details of container. */\nexport interface ProtectionContainerFabricSpecificDetails {\n /**\n * Gets the class type. Overridden in derived classes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceType?: string;\n}\n\n/** Create protection container input. */\nexport interface CreateProtectionContainerInput {\n /** Create protection container input properties. */\n properties?: CreateProtectionContainerInputProperties;\n}\n\n/** Create protection container input properties. */\nexport interface CreateProtectionContainerInputProperties {\n /** Provider specific inputs for container creation. */\n providerSpecificInput?: ReplicationProviderSpecificContainerCreationInputUnion[];\n}\n\n/** Provider specific input for container creation operation. */\nexport interface ReplicationProviderSpecificContainerCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\" | \"A2ACrossClusterMigration\" | \"VMwareCbt\";\n}\n\n/** Request to add a physical machine as a protectable item in a container. */\nexport interface DiscoverProtectableItemRequest {\n /** The properties of a discover protectable item request. */\n properties?: DiscoverProtectableItemRequestProperties;\n}\n\n/** Discover protectable item properties. */\nexport interface DiscoverProtectableItemRequestProperties {\n /** The friendly name of the physical machine. */\n friendlyName?: string;\n /** The IP address of the physical machine to be discovered. */\n ipAddress?: string;\n /** The OS type on the physical machine. */\n osType?: string;\n}\n\n/** Migration item collection. */\nexport interface MigrationItemCollection {\n /** The list of migration items. */\n value?: MigrationItem[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Migration item properties. */\nexport interface MigrationItemProperties {\n /**\n * The on-premise virtual machine name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineName?: string;\n /**\n * The ARM Id of policy governing this item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyId?: string;\n /**\n * The name of policy governing this item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyFriendlyName?: string;\n /**\n * The recovery services provider ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryServicesProviderId?: string;\n /**\n * The replication status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicationStatus?: string;\n /**\n * The migration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: MigrationState;\n /**\n * The migration state description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationStateDescription?: string;\n /**\n * The last test migration time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastTestMigrationTime?: Date;\n /**\n * The status of the last test migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastTestMigrationStatus?: string;\n /**\n * The last migration time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastMigrationTime?: Date;\n /**\n * The status of the last migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastMigrationStatus?: string;\n /**\n * The test migrate state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly testMigrateState?: TestMigrationState;\n /**\n * The test migrate state description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly testMigrateStateDescription?: string;\n /**\n * The consolidated health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The list of health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n /**\n * The allowed operations on the migration item based on the current migration state of the item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedOperations?: MigrationItemOperation[];\n /**\n * The current job details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentJob?: CurrentJobDetails;\n /**\n * The critical past job details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly criticalJobHistory?: CriticalJobHistoryDetails[];\n /**\n * The correlation Id for events associated with this migration item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventCorrelationId?: string;\n /** The migration provider custom settings. */\n providerSpecificDetails?: MigrationProviderSpecificSettingsUnion;\n}\n\n/** Current job details of the migration item. */\nexport interface CurrentJobDetails {\n /**\n * The job name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobName?: string;\n /**\n * The ARM Id of the job being executed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n}\n\n/** Critical past job details of the migration item. */\nexport interface CriticalJobHistoryDetails {\n /**\n * The job name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobName?: string;\n /**\n * The ARM Id of the job being executed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The job state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobStatus?: string;\n}\n\n/** Migration provider specific settings. */\nexport interface MigrationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Enable migration input. */\nexport interface EnableMigrationInput {\n /** Enable migration input properties. */\n properties: EnableMigrationInputProperties;\n}\n\n/** Enable migration input properties. */\nexport interface EnableMigrationInputProperties {\n /** The policy Id. */\n policyId: string;\n /** The provider specific details. */\n providerSpecificDetails: EnableMigrationProviderSpecificInputUnion;\n}\n\n/** Enable migration provider specific input. */\nexport interface EnableMigrationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Update migration item input. */\nexport interface UpdateMigrationItemInput {\n /** Update migration item input properties. */\n properties?: UpdateMigrationItemInputProperties;\n}\n\n/** Update migration item input properties. */\nexport interface UpdateMigrationItemInputProperties {\n /** The provider specific input to update migration item. */\n providerSpecificDetails: UpdateMigrationItemProviderSpecificInputUnion;\n}\n\n/** Update migration item provider specific input. */\nexport interface UpdateMigrationItemProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Input for migrate. */\nexport interface MigrateInput {\n /** Migrate input properties. */\n properties: MigrateInputProperties;\n}\n\n/** Migrate input properties. */\nexport interface MigrateInputProperties {\n /** The provider specific details. */\n providerSpecificDetails: MigrateProviderSpecificInputUnion;\n}\n\n/** Migrate provider specific input. */\nexport interface MigrateProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Collection of migration recovery points. */\nexport interface MigrationRecoveryPointCollection {\n /** The migration recovery point details. */\n value?: MigrationRecoveryPoint[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Migration item recovery point properties. */\nexport interface MigrationRecoveryPointProperties {\n /**\n * The recovery point time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryPointTime?: Date;\n /**\n * The recovery point type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryPointType?: MigrationRecoveryPointType;\n}\n\n/** Pause replication input. */\nexport interface PauseReplicationInput {\n /** Pause replication input properties. */\n properties: PauseReplicationInputProperties;\n}\n\n/** Pause replication input properties. */\nexport interface PauseReplicationInputProperties {\n /** The class type. */\n instanceType: string;\n}\n\n/** Resume replication input. */\nexport interface ResumeReplicationInput {\n /** Resume replication input properties. */\n properties: ResumeReplicationInputProperties;\n}\n\n/** Resume replication input properties. */\nexport interface ResumeReplicationInputProperties {\n /** The provider specific input for resume replication. */\n providerSpecificDetails: ResumeReplicationProviderSpecificInputUnion;\n}\n\n/** Resume replication provider specific input. */\nexport interface ResumeReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Resync input. */\nexport interface ResyncInput {\n /** Resync input properties. */\n properties: ResyncInputProperties;\n}\n\n/** Resync input properties. */\nexport interface ResyncInputProperties {\n /** The provider specific details. */\n providerSpecificDetails: ResyncProviderSpecificInputUnion;\n}\n\n/** Resync provider specific input. */\nexport interface ResyncProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Input for test migrate. */\nexport interface TestMigrateInput {\n /** Test migrate input properties. */\n properties: TestMigrateInputProperties;\n}\n\n/** Test migrate input properties. */\nexport interface TestMigrateInputProperties {\n /** The provider specific details. */\n providerSpecificDetails: TestMigrateProviderSpecificInputUnion;\n}\n\n/** Test migrate provider specific input. */\nexport interface TestMigrateProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** Input for test migrate cleanup. */\nexport interface TestMigrateCleanupInput {\n /** Test migrate cleanup input properties. */\n properties: TestMigrateCleanupInputProperties;\n}\n\n/** Test migrate cleanup input properties. */\nexport interface TestMigrateCleanupInputProperties {\n /** Test migrate cleanup comments. */\n comments?: string;\n}\n\n/** Protectable item collection. */\nexport interface ProtectableItemCollection {\n /** The Protectable item details. */\n value?: ProtectableItem[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Replication protected item custom data details. */\nexport interface ProtectableItemProperties {\n /** The name. */\n friendlyName?: string;\n /** The protection status. */\n protectionStatus?: string;\n /** The ARM resource of protected items. */\n replicationProtectedItemId?: string;\n /** The recovery provider ARM Id. */\n recoveryServicesProviderId?: string;\n /** The Current protection readiness errors. */\n protectionReadinessErrors?: string[];\n /** The list of replication providers supported for the protectable item. */\n supportedReplicationProviders?: string[];\n /** The Replication provider custom settings. */\n customDetails?: ConfigurationSettingsUnion;\n}\n\n/** Replication provider specific settings. */\nexport interface ConfigurationSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"HyperVVirtualMachine\"\n | \"ReplicationGroupDetails\"\n | \"VmmVirtualMachine\"\n | \"VMwareVirtualMachine\";\n}\n\n/** Replication protected item collection. */\nexport interface ReplicationProtectedItemCollection {\n /** The Replication protected item details. */\n value?: ReplicationProtectedItem[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Replication protected item custom data details. */\nexport interface ReplicationProtectedItemProperties {\n /** The name. */\n friendlyName?: string;\n /** The type of protected item type. */\n protectedItemType?: string;\n /** The protected item ARM Id. */\n protectableItemId?: string;\n /** The recovery provider ARM Id. */\n recoveryServicesProviderId?: string;\n /** The friendly name of the primary fabric. */\n primaryFabricFriendlyName?: string;\n /** The fabric provider of the primary fabric. */\n primaryFabricProvider?: string;\n /** The friendly name of recovery fabric. */\n recoveryFabricFriendlyName?: string;\n /** The Arm Id of recovery fabric. */\n recoveryFabricId?: string;\n /** The name of primary protection container friendly name. */\n primaryProtectionContainerFriendlyName?: string;\n /** The name of recovery container friendly name. */\n recoveryProtectionContainerFriendlyName?: string;\n /** The protection status. */\n protectionState?: string;\n /** The protection state description. */\n protectionStateDescription?: string;\n /** The Current active location of the PE. */\n activeLocation?: string;\n /** The Test failover state. */\n testFailoverState?: string;\n /** The Test failover state description. */\n testFailoverStateDescription?: string;\n /** The switch provider state. */\n switchProviderState?: string;\n /** The switch provider state description. */\n switchProviderStateDescription?: string;\n /** The allowed operations on the Replication protected item. */\n allowedOperations?: string[];\n /** The consolidated protection health for the VM taking any issues with SRS as well as all the replication units associated with the VM's replication group into account. This is a string representation of the ProtectionHealth enumeration. */\n replicationHealth?: string;\n /** The consolidated failover health for the VM. */\n failoverHealth?: string;\n /** List of health errors. */\n healthErrors?: HealthError[];\n /** The ID of Policy governing this PE. */\n policyId?: string;\n /** The name of Policy governing this PE. */\n policyFriendlyName?: string;\n /** The Last successful failover time. */\n lastSuccessfulFailoverTime?: Date;\n /** The Last successful test failover time. */\n lastSuccessfulTestFailoverTime?: Date;\n /** The current scenario. */\n currentScenario?: CurrentScenarioDetails;\n /** The recovery point ARM Id to which the Vm was failed over. */\n failoverRecoveryPointId?: string;\n /** The Replication provider custom settings. */\n providerSpecificDetails?: ReplicationProviderSpecificSettingsUnion;\n /** The recovery container Id. */\n recoveryContainerId?: string;\n /** The correlation Id for events associated with this protected item. */\n eventCorrelationId?: string;\n}\n\n/** Current scenario details of the protected entity. */\nexport interface CurrentScenarioDetails {\n /** Scenario name. */\n scenarioName?: string;\n /** ARM Id of the job being executed. */\n jobId?: string;\n /** Start time of the workflow. */\n startTime?: Date;\n}\n\n/** Replication provider specific settings. */\nexport interface ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2ACrossClusterMigration\"\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"HyperVReplicaBaseReplicationDetails\"\n | \"HyperVReplica2012R2\"\n | \"HyperVReplica2012\"\n | \"InMageAzureV2\"\n | \"InMageRcmFailback\"\n | \"InMageRcm\"\n | \"InMage\";\n}\n\n/** Enable protection input. */\nexport interface EnableProtectionInput {\n /** Enable protection input properties. */\n properties?: EnableProtectionInputProperties;\n}\n\n/** Enable protection input properties. */\nexport interface EnableProtectionInputProperties {\n /** The Policy Id. */\n policyId?: string;\n /** The protectable item Id. */\n protectableItemId?: string;\n /** The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. */\n providerSpecificDetails?: EnableProtectionProviderSpecificInputUnion;\n}\n\n/** Enable protection provider specific input. */\nexport interface EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2ACrossClusterMigration\"\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"InMageAzureV2\"\n | \"InMage\"\n | \"InMageRcm\";\n}\n\n/** Update replication protected item input. */\nexport interface UpdateReplicationProtectedItemInput {\n /** Update replication protected item properties. */\n properties?: UpdateReplicationProtectedItemInputProperties;\n}\n\n/** Update protected item input properties. */\nexport interface UpdateReplicationProtectedItemInputProperties {\n /** Target Azure VM name given by the user. */\n recoveryAzureVMName?: string;\n /** Target Azure VM size. */\n recoveryAzureVMSize?: string;\n /** Target Azure Network Id. */\n selectedRecoveryAzureNetworkId?: string;\n /** The Azure Network Id for test failover. */\n selectedTfoAzureNetworkId?: string;\n /** The selected source nic Id which will be used as the primary nic during failover. */\n selectedSourceNicId?: string;\n /** The selected option to enable RDP\\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. */\n enableRdpOnTargetOption?: string;\n /** The list of VM nic details. */\n vmNics?: VMNicInputDetails[];\n /** License type. */\n licenseType?: LicenseType;\n /** The target availability set Id. */\n recoveryAvailabilitySetId?: string;\n /** The provider specific input to update replication protected item. */\n providerSpecificDetails?: UpdateReplicationProtectedItemProviderInputUnion;\n}\n\n/** Hyper V VM network input details. */\nexport interface VMNicInputDetails {\n /** The nic Id. */\n nicId?: string;\n /** The IP configurations to be used by NIC during test failover and failover. */\n ipConfigs?: IPConfigInputDetails[];\n /** Selection type for failover. */\n selectionType?: string;\n /** The id of the NSG associated with the NIC. */\n recoveryNetworkSecurityGroupId?: string;\n /** Whether the NIC has accelerated networking enabled. */\n enableAcceleratedNetworkingOnRecovery?: boolean;\n /** The NSG to be used by NIC during test failover. */\n tfoNetworkSecurityGroupId?: string;\n /** Whether the test NIC has accelerated networking enabled. */\n enableAcceleratedNetworkingOnTfo?: boolean;\n /** The name of the NIC to be used when creating target NICs. */\n recoveryNicName?: string;\n /** The resource group of the NIC to be used when creating target NICs. */\n recoveryNicResourceGroupName?: string;\n /** A value indicating whether an existing NIC is allowed to be reused during failover subject to availability. */\n reuseExistingNic?: boolean;\n /** The name of the NIC to be used when creating target NICs in TFO. */\n tfoNicName?: string;\n /** The resource group of the NIC to be used when creating target NICs in TFO. */\n tfoNicResourceGroupName?: string;\n /** A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability. */\n tfoReuseExistingNic?: boolean;\n /** Target NIC name. */\n targetNicName?: string;\n}\n\nexport interface IPConfigInputDetails {\n ipConfigName?: string;\n isPrimary?: boolean;\n isSeletedForFailover?: boolean;\n recoverySubnetName?: string;\n recoveryStaticIPAddress?: string;\n recoveryPublicIPAddressId?: string;\n recoveryLBBackendAddressPoolIds?: string[];\n tfoSubnetName?: string;\n tfoStaticIPAddress?: string;\n tfoPublicIPAddressId?: string;\n tfoLBBackendAddressPoolIds?: string[];\n}\n\n/** Update replication protected item provider specific input. */\nexport interface UpdateReplicationProtectedItemProviderInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\" | \"HyperVReplicaAzure\" | \"InMageAzureV2\" | \"InMageRcm\";\n}\n\n/** Input for add disk(s) operation. */\nexport interface AddDisksInput {\n /** Add disks input properties. */\n properties?: AddDisksInputProperties;\n}\n\n/** Add Disks input properties. */\nexport interface AddDisksInputProperties {\n /** The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. */\n providerSpecificDetails: AddDisksProviderSpecificInputUnion;\n}\n\n/** Add Disks provider specific input. */\nexport interface AddDisksProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Input to apply recovery point. */\nexport interface ApplyRecoveryPointInput {\n /** The input properties to apply recovery point. */\n properties: ApplyRecoveryPointInputProperties;\n}\n\n/** Input properties to apply recovery point. */\nexport interface ApplyRecoveryPointInputProperties {\n /** The recovery point Id. */\n recoveryPointId?: string;\n /** Provider specific input for applying recovery point. */\n providerSpecificDetails: ApplyRecoveryPointProviderSpecificInputUnion;\n}\n\n/** Provider specific input for apply recovery point. */\nexport interface ApplyRecoveryPointProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"A2ACrossClusterMigration\"\n | \"HyperVReplicaAzure\"\n | \"InMageAzureV2\"\n | \"InMageRcm\";\n}\n\n/** Input definition for planned failover. */\nexport interface PlannedFailoverInput {\n /** Planned failover input properties. */\n properties?: PlannedFailoverInputProperties;\n}\n\n/** Input definition for planned failover input properties. */\nexport interface PlannedFailoverInputProperties {\n /** Failover direction. */\n failoverDirection?: string;\n /** Provider specific settings. */\n providerSpecificDetails?: PlannedFailoverProviderSpecificFailoverInputUnion;\n}\n\n/** Provider specific failover input. */\nexport interface PlannedFailoverProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"HyperVReplicaAzureFailback\"\n | \"HyperVReplicaAzure\"\n | \"InMageRcmFailback\";\n}\n\n/** Collection of recovery point details. */\nexport interface RecoveryPointCollection {\n /** The recovery point details. */\n value?: RecoveryPoint[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Recovery point properties. */\nexport interface RecoveryPointProperties {\n /** The recovery point time. */\n recoveryPointTime?: Date;\n /** The recovery point type: ApplicationConsistent, CrashConsistent. */\n recoveryPointType?: string;\n /** The provider specific details for the recovery point. */\n providerSpecificDetails?: ProviderSpecificRecoveryPointDetailsUnion;\n}\n\n/** Replication provider specific recovery point details. */\nexport interface ProviderSpecificRecoveryPointDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\" | \"InMageAzureV2\" | \"InMageRcm\";\n}\n\n/** Disable protection input. */\nexport interface DisableProtectionInput {\n /** Disable protection input properties. */\n properties: DisableProtectionInputProperties;\n}\n\n/** Disable protection input properties. */\nexport interface DisableProtectionInputProperties {\n /** Disable protection reason. It can have values NotSpecified/MigrationComplete. */\n disableProtectionReason?: DisableProtectionReason;\n /** Replication provider specific input. */\n replicationProviderInput?: DisableProtectionProviderSpecificInputUnion;\n}\n\n/** Disable protection provider specific input. */\nexport interface DisableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n}\n\n/** Input for remove disk(s) operation. */\nexport interface RemoveDisksInput {\n /** Remove disk input properties. */\n properties?: RemoveDisksInputProperties;\n}\n\n/** Remove Disk input properties. */\nexport interface RemoveDisksInputProperties {\n /** The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. */\n providerSpecificDetails?: RemoveDisksProviderSpecificInputUnion;\n}\n\n/** Remove Disk provider specific input. */\nexport interface RemoveDisksProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Reverse replication input. */\nexport interface ReverseReplicationInput {\n /** Reverse replication properties. */\n properties?: ReverseReplicationInputProperties;\n}\n\n/** Reverse replication input properties. */\nexport interface ReverseReplicationInputProperties {\n /** Failover direction. */\n failoverDirection?: string;\n /** Provider specific reverse replication input. */\n providerSpecificDetails?: ReverseReplicationProviderSpecificInputUnion;\n}\n\n/** Provider specific reverse replication input. */\nexport interface ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"InMageAzureV2\"\n | \"InMageRcmFailback\"\n | \"InMageRcm\"\n | \"InMage\";\n}\n\n/** Resolve health input. */\nexport interface ResolveHealthInput {\n /** Disable resolve health input properties. */\n properties?: ResolveHealthInputProperties;\n}\n\n/** Resolve health input properties. */\nexport interface ResolveHealthInputProperties {\n /** Health errors. */\n healthErrors?: ResolveHealthError[];\n}\n\n/** Resolve health errors input properties. */\nexport interface ResolveHealthError {\n /** Health error id. */\n healthErrorId?: string;\n}\n\n/** Input definition for switch provider. */\nexport interface SwitchProviderInput {\n /** Switch provider input properties. */\n properties?: SwitchProviderInputProperties;\n}\n\n/** Input definition for switch provider input properties. */\nexport interface SwitchProviderInputProperties {\n /** Target provider type. */\n targetInstanceType?: string;\n /** Provider specific settings. */\n providerSpecificDetails?: SwitchProviderSpecificInputUnion;\n}\n\n/** Provider specific switch provider input. */\nexport interface SwitchProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n}\n\n/** Target compute size collection. */\nexport interface TargetComputeSizeCollection {\n /** The list of target compute sizes. */\n value?: TargetComputeSize[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Represents applicable recovery vm sizes. */\nexport interface TargetComputeSize {\n /** The Id. */\n id?: string;\n /** The name. */\n name?: string;\n /** The Type of the object. */\n type?: string;\n /** The custom data. */\n properties?: TargetComputeSizeProperties;\n}\n\n/** Represents applicable recovery vm sizes properties. */\nexport interface TargetComputeSizeProperties {\n /** Target compute size name. */\n name?: string;\n /** Target compute size display name. */\n friendlyName?: string;\n /** The maximum cpu cores count supported by target compute size. */\n cpuCoresCount?: number;\n /**\n * The Available vCPUs supported by target compute size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCPUsAvailable?: number;\n /** The maximum memory in GB supported by target compute size. */\n memoryInGB?: number;\n /** The maximum data disks count supported by target compute size. */\n maxDataDiskCount?: number;\n /** The maximum Nics count supported by target compute size. */\n maxNicsCount?: number;\n /** The reasons why the target compute size is not applicable for the protected item. */\n errors?: ComputeSizeErrorDetails[];\n /** The value indicating whether the target compute size supports high Iops. */\n highIopsSupported?: string;\n /** The supported HyperV Generations. */\n hyperVGenerations?: string[];\n}\n\n/** Represents the error used to indicate why the target compute size is not applicable. */\nexport interface ComputeSizeErrorDetails {\n /** The error message. */\n message?: string;\n /** The severity of the error. */\n severity?: string;\n}\n\n/** Input definition for test failover. */\nexport interface TestFailoverInput {\n /** Test failover input properties. */\n properties: TestFailoverInputProperties;\n}\n\n/** Input definition for test failover input properties. */\nexport interface TestFailoverInputProperties {\n /** Test failover direction. */\n failoverDirection?: string;\n /** Network type to be used for test failover. */\n networkType?: string;\n /** The id of the network to be used for test failover. */\n networkId?: string;\n /** Provider specific settings. */\n providerSpecificDetails?: TestFailoverProviderSpecificInputUnion;\n}\n\n/** Provider specific test failover input. */\nexport interface TestFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"InMageAzureV2\"\n | \"InMageRcm\"\n | \"InMage\";\n}\n\n/** Input definition for test failover cleanup. */\nexport interface TestFailoverCleanupInput {\n /** Test failover cleanup input properties. */\n properties: TestFailoverCleanupInputProperties;\n}\n\n/** Input definition for test failover cleanup input properties. */\nexport interface TestFailoverCleanupInputProperties {\n /** Test failover cleanup comments. */\n comments?: string;\n}\n\n/** Input definition for unplanned failover. */\nexport interface UnplannedFailoverInput {\n /** Unplanned failover input properties. */\n properties: UnplannedFailoverInputProperties;\n}\n\n/** Input definition for unplanned failover input properties. */\nexport interface UnplannedFailoverInputProperties {\n /** Failover direction. */\n failoverDirection?: string;\n /** Source site operations status. */\n sourceSiteOperations?: string;\n /** Provider specific settings. */\n providerSpecificDetails?: UnplannedFailoverProviderSpecificInputUnion;\n}\n\n/** Provider specific unplanned failover input. */\nexport interface UnplannedFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"InMageAzureV2\"\n | \"InMageRcm\"\n | \"InMage\";\n}\n\n/** Update appliance for replication protected item input. */\nexport interface UpdateApplianceForReplicationProtectedItemInput {\n /** Update appliance replication protected item properties. */\n properties: UpdateApplianceForReplicationProtectedItemInputProperties;\n}\n\n/** Update appliance for protected item input properties. */\nexport interface UpdateApplianceForReplicationProtectedItemInputProperties {\n /** The target appliance Id. */\n targetApplianceId: string;\n /** The provider specific input to update replication protected item. */\n providerSpecificDetails: UpdateApplianceForReplicationProtectedItemProviderSpecificInputUnion;\n}\n\n/** Update replication protected item provider specific input. */\nexport interface UpdateApplianceForReplicationProtectedItemProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n}\n\n/** Request to update the mobility service on a protected item. */\nexport interface UpdateMobilityServiceRequest {\n /** The properties of the update mobility service request. */\n properties?: UpdateMobilityServiceRequestProperties;\n}\n\n/** The properties of an update mobility service request. */\nexport interface UpdateMobilityServiceRequestProperties {\n /** The CS run as account Id. */\n runAsAccountId?: string;\n}\n\n/** Protection container mapping collection class. */\nexport interface ProtectionContainerMappingCollection {\n /** List of container mappings. */\n value?: ProtectionContainerMapping[];\n /** Link to fetch rest of the data. */\n nextLink?: string;\n}\n\n/** Protection container mapping properties. */\nexport interface ProtectionContainerMappingProperties {\n /** Paired protection container ARM ID. */\n targetProtectionContainerId?: string;\n /** Friendly name of paired container. */\n targetProtectionContainerFriendlyName?: string;\n /** Provider specific provider details. */\n providerSpecificDetails?: ProtectionContainerMappingProviderSpecificDetailsUnion;\n /** Health of pairing. */\n health?: string;\n /** Health error. */\n healthErrorDetails?: HealthError[];\n /** Policy ARM Id. */\n policyId?: string;\n /** Association Status. */\n state?: string;\n /** Friendly name of source protection container. */\n sourceProtectionContainerFriendlyName?: string;\n /** Friendly name of source fabric. */\n sourceFabricFriendlyName?: string;\n /** Friendly name of target fabric. */\n targetFabricFriendlyName?: string;\n /** Friendly name of replication policy. */\n policyFriendlyName?: string;\n}\n\n/** Container mapping provider specific details. */\nexport interface ProtectionContainerMappingProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\" | \"InMageRcm\" | \"VMwareCbt\";\n}\n\n/** Configure pairing input. */\nexport interface CreateProtectionContainerMappingInput {\n /** Configure protection input properties. */\n properties?: CreateProtectionContainerMappingInputProperties;\n}\n\n/** Configure pairing input properties. */\nexport interface CreateProtectionContainerMappingInputProperties {\n /** The target unique protection container name. */\n targetProtectionContainerId?: string;\n /** Applicable policy. */\n policyId?: string;\n /** Provider specific input for pairing. */\n providerSpecificInput?: ReplicationProviderSpecificContainerMappingInputUnion;\n}\n\n/** Provider specific input for pairing operations. */\nexport interface ReplicationProviderSpecificContainerMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\" | \"VMwareCbt\";\n}\n\n/** Container pairing update input. */\nexport interface UpdateProtectionContainerMappingInput {\n /** Update protection container mapping input properties. */\n properties?: UpdateProtectionContainerMappingInputProperties;\n}\n\n/** Container pairing update input. */\nexport interface UpdateProtectionContainerMappingInputProperties {\n /** Provider specific input for updating protection container mapping. */\n providerSpecificInput?: ReplicationProviderSpecificUpdateContainerMappingInputUnion;\n}\n\n/** Provider specific input for update pairing operations. */\nexport interface ReplicationProviderSpecificUpdateContainerMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\" | \"InMageRcm\";\n}\n\n/** Container unpairing input. */\nexport interface RemoveProtectionContainerMappingInput {\n /** Configure protection input properties. */\n properties?: RemoveProtectionContainerMappingInputProperties;\n}\n\n/** Unpairing input properties. */\nexport interface RemoveProtectionContainerMappingInputProperties {\n /** Provider specific input for unpairing. */\n providerSpecificInput?: ReplicationProviderContainerUnmappingInput;\n}\n\n/** Provider specific input for unpairing operations. */\nexport interface ReplicationProviderContainerUnmappingInput {\n /** The class type. */\n instanceType?: string;\n}\n\n/** Switch protection input. */\nexport interface SwitchProtectionInput {\n /** Switch protection properties. */\n properties?: SwitchProtectionInputProperties;\n}\n\n/** Switch protection input properties. */\nexport interface SwitchProtectionInputProperties {\n /** The unique replication protected item name. */\n replicationProtectedItemName?: string;\n /** Provider specific switch protection input. */\n providerSpecificDetails?: SwitchProtectionProviderSpecificInputUnion;\n}\n\n/** Provider specific switch protection input. */\nexport interface SwitchProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Collection of providers. */\nexport interface RecoveryServicesProviderCollection {\n /** The Servers details. */\n value?: RecoveryServicesProvider[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Recovery services provider properties. */\nexport interface RecoveryServicesProviderProperties {\n /** Type of the site. */\n fabricType?: string;\n /** Friendly name of the DRA. */\n friendlyName?: string;\n /** The provider version. */\n providerVersion?: string;\n /** The fabric provider. */\n serverVersion?: string;\n /** DRA version status. */\n providerVersionState?: string;\n /** Expiry date of the version. */\n providerVersionExpiryDate?: Date;\n /** The fabric friendly name. */\n fabricFriendlyName?: string;\n /** Time when last heartbeat was sent by the DRA. */\n lastHeartBeat?: Date;\n /** A value indicating whether DRA is responsive. */\n connectionStatus?: string;\n /** Number of protected VMs currently managed by the DRA. */\n protectedItemCount?: number;\n /** The scenarios allowed on this provider. */\n allowedScenarios?: string[];\n /** The recovery services provider health error details. */\n healthErrorDetails?: HealthError[];\n /** The DRA Id. */\n draIdentifier?: string;\n /** The machine Id. */\n machineId?: string;\n /** The machine name. */\n machineName?: string;\n /** The Bios Id. */\n biosId?: string;\n /** The authentication identity details. */\n authenticationIdentityDetails?: IdentityProviderDetails;\n /** The resource access identity details. */\n resourceAccessIdentityDetails?: IdentityProviderDetails;\n /** The data plane authentication identity details. */\n dataPlaneAuthenticationIdentityDetails?: IdentityProviderDetails;\n /** The provider version details. */\n providerVersionDetails?: VersionDetails;\n}\n\n/** Identity provider details. */\nexport interface IdentityProviderDetails {\n /** The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n tenantId?: string;\n /** The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n applicationId?: string;\n /** The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n objectId?: string;\n /** The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n audience?: string;\n /** The base authority for Azure Active Directory authentication. */\n aadAuthority?: string;\n}\n\n/** Version related details. */\nexport interface VersionDetails {\n /** The agent version. */\n version?: string;\n /** Version expiry date. */\n expiryDate?: Date;\n /** A value indicating whether security update required. */\n status?: AgentVersionStatus;\n}\n\n/** Input required to add a provider. */\nexport interface AddRecoveryServicesProviderInput {\n /** The properties of an add provider request. */\n properties: AddRecoveryServicesProviderInputProperties;\n}\n\n/** The properties of an add provider request. */\nexport interface AddRecoveryServicesProviderInputProperties {\n /** The name of the machine where the provider is getting added. */\n machineName: string;\n /** The Id of the machine where the provider is getting added. */\n machineId?: string;\n /** The Bios Id of the machine. */\n biosId?: string;\n /** The identity provider input for DRA authentication. */\n authenticationIdentityInput: IdentityProviderInput;\n /** The identity provider input for resource access. */\n resourceAccessIdentityInput: IdentityProviderInput;\n /** The identity provider input for data plane authentication. */\n dataPlaneAuthenticationIdentityInput?: IdentityProviderInput;\n}\n\n/** Identity provider input. */\nexport interface IdentityProviderInput {\n /** The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n tenantId: string;\n /** The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n applicationId: string;\n /** The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n objectId: string;\n /** The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services. */\n audience: string;\n /** The base authority for Azure Active Directory authentication. */\n aadAuthority: string;\n}\n\n/** Collection of storage details. */\nexport interface StorageClassificationCollection {\n /** The storage details. */\n value?: StorageClassification[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Storage object properties. */\nexport interface StorageClassificationProperties {\n /** Friendly name of the Storage classification. */\n friendlyName?: string;\n}\n\n/** Collection of storage mapping details. */\nexport interface StorageClassificationMappingCollection {\n /** The storage details. */\n value?: StorageClassificationMapping[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Storage mapping properties. */\nexport interface StorageClassificationMappingProperties {\n /** Target storage object Id. */\n targetStorageClassificationId?: string;\n}\n\n/** Storage mapping input. */\nexport interface StorageClassificationMappingInput {\n /** Storage mapping input properties. */\n properties?: StorageMappingInputProperties;\n}\n\n/** Storage mapping input properties. */\nexport interface StorageMappingInputProperties {\n /** The ID of the storage object. */\n targetStorageClassificationId?: string;\n}\n\n/** Collection of vCenter details. */\nexport interface VCenterCollection {\n /** The vCenter details. */\n value?: VCenter[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** vCenter properties. */\nexport interface VCenterProperties {\n /** Friendly name of the vCenter. */\n friendlyName?: string;\n /** VCenter internal ID. */\n internalId?: string;\n /** The time when the last heartbeat was received by vCenter. */\n lastHeartbeat?: Date;\n /** The VCenter discovery status. */\n discoveryStatus?: string;\n /** The process server Id. */\n processServerId?: string;\n /** The IP address of the vCenter. */\n ipAddress?: string;\n /** The infrastructure Id of vCenter. */\n infrastructureId?: string;\n /** The port number for discovery. */\n port?: string;\n /** The account Id which has privileges to discover the vCenter. */\n runAsAccountId?: string;\n /** The ARM resource name of the fabric containing this VCenter. */\n fabricArmResourceName?: string;\n /** The health errors for this VCenter. */\n healthErrors?: HealthError[];\n}\n\n/** Input required to add vCenter. */\nexport interface AddVCenterRequest {\n /** The properties of an add vCenter request. */\n properties?: AddVCenterRequestProperties;\n}\n\n/** The properties of an add vCenter request. */\nexport interface AddVCenterRequestProperties {\n /** The friendly name of the vCenter. */\n friendlyName?: string;\n /** The IP address of the vCenter to be discovered. */\n ipAddress?: string;\n /** The process server Id from where the discovery is orchestrated. */\n processServerId?: string;\n /** The port number for discovery. */\n port?: string;\n /** The account Id which has privileges to discover the vCenter. */\n runAsAccountId?: string;\n}\n\n/** Input required to update vCenter. */\nexport interface UpdateVCenterRequest {\n /** The update VCenter Request Properties. */\n properties?: UpdateVCenterRequestProperties;\n}\n\n/** The properties of an update vCenter request. */\nexport interface UpdateVCenterRequestProperties {\n /** The friendly name of the vCenter. */\n friendlyName?: string;\n /** The IP address of the vCenter to be discovered. */\n ipAddress?: string;\n /** The process server Id from where the update can be orchestrated. */\n processServerId?: string;\n /** The port number for discovery. */\n port?: string;\n /** The CS account Id which has privileges to update the vCenter. */\n runAsAccountId?: string;\n}\n\n/** Collection of jobs. */\nexport interface JobCollection {\n /** The list of jobs. */\n value?: Job[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Job custom data details. */\nexport interface JobProperties {\n /** The activity id. */\n activityId?: string;\n /** The ScenarioName. */\n scenarioName?: string;\n /** The DisplayName. */\n friendlyName?: string;\n /** The status of the Job. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other. */\n state?: string;\n /** The description of the state of the Job. For e.g. - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped. */\n stateDescription?: string;\n /** The tasks. */\n tasks?: ASRTask[];\n /** The errors. */\n errors?: JobErrorDetails[];\n /** The start time. */\n startTime?: Date;\n /** The end time. */\n endTime?: Date;\n /** The Allowed action the job. */\n allowedActions?: string[];\n /** The affected Object Id. */\n targetObjectId?: string;\n /** The name of the affected object. */\n targetObjectName?: string;\n /** The type of the affected object which is of Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType class. */\n targetInstanceType?: string;\n /** The custom job details like test failover job details. */\n customDetails?: JobDetailsUnion;\n}\n\n/** Task of the Job. */\nexport interface ASRTask {\n /** The Id. */\n taskId?: string;\n /** The unique Task name. */\n name?: string;\n /** The start time. */\n startTime?: Date;\n /** The end time. */\n endTime?: Date;\n /** The state/actions applicable on this task. */\n allowedActions?: string[];\n /** The name. */\n friendlyName?: string;\n /** The State. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other. */\n state?: string;\n /** The description of the task state. For example - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped. */\n stateDescription?: string;\n /** The type of task. Details in CustomDetails property depend on this type. */\n taskType?: string;\n /** The custom task details based on the task type. */\n customDetails?: TaskTypeDetailsUnion;\n /** The custom task details based on the task type, if the task type is GroupTaskDetails or one of the types derived from it. */\n groupTaskCustomDetails?: GroupTaskDetailsUnion;\n /** The task error details. */\n errors?: JobErrorDetails[];\n}\n\n/** Task details based on specific task type. */\nexport interface TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"AutomationRunbookTaskDetails\"\n | \"ConsistencyCheckTaskDetails\"\n | \"JobTaskDetails\"\n | \"FabricReplicationGroupTaskDetails\"\n | \"ManualActionTaskDetails\"\n | \"ScriptActionTaskDetails\"\n | \"VirtualMachineTaskDetails\"\n | \"VmNicUpdatesTaskDetails\";\n}\n\n/** This class represents the group task details when parent child relationship exists in the drill down. */\nexport interface GroupTaskDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"InlineWorkflowTaskDetails\"\n | \"RecoveryPlanGroupTaskDetails\"\n | \"RecoveryPlanShutdownGroupTaskDetails\";\n /** The child tasks. */\n childTasks?: ASRTask[];\n}\n\n/** This class contains the error details per object. */\nexport interface JobErrorDetails {\n /** The Service error details. */\n serviceErrorDetails?: ServiceError;\n /** The Provider error details. */\n providerErrorDetails?: ProviderError;\n /** Error level of error. */\n errorLevel?: string;\n /** The creation time of job error. */\n creationTime?: Date;\n /** The Id of the task. */\n taskId?: string;\n}\n\n/** ASR error model. */\nexport interface ServiceError {\n /** Error code. */\n code?: string;\n /** Error message. */\n message?: string;\n /** Possible causes of error. */\n possibleCauses?: string;\n /** Recommended action to resolve error. */\n recommendedAction?: string;\n /** Activity Id. */\n activityId?: string;\n}\n\n/** This class contains the error details per object. */\nexport interface ProviderError {\n /** The Error code. */\n errorCode?: number;\n /** The Error message. */\n errorMessage?: string;\n /** The Provider error Id. */\n errorId?: string;\n /** The possible causes for the error. */\n possibleCauses?: string;\n /** The recommended action to resolve the error. */\n recommendedAction?: string;\n}\n\n/** Job details based on specific job type. */\nexport interface JobDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"AsrJobDetails\"\n | \"ExportJobDetails\"\n | \"FailoverJobDetails\"\n | \"SwitchProtectionJobDetails\"\n | \"TestFailoverJobDetails\";\n /** The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details. */\n affectedObjectDetails?: { [propertyName: string]: string };\n}\n\n/** Resume job params. */\nexport interface ResumeJobParams {\n /** Resume job properties. */\n properties?: ResumeJobParamsProperties;\n}\n\n/** Resume job properties. */\nexport interface ResumeJobParamsProperties {\n /** Resume job comments. */\n comments?: string;\n}\n\n/** Query parameter to enumerate jobs. */\nexport interface JobQueryParameter {\n /** Date time to get jobs from. */\n startTime?: string;\n /** Date time to get jobs upto. */\n endTime?: string;\n /** The Id of the fabric to search jobs under. */\n fabricId?: string;\n /** The type of objects. */\n affectedObjectTypes?: string;\n /** The states of the job to be filtered can be in. */\n jobStatus?: string;\n /** The output type of the jobs. */\n jobOutputType?: ExportJobOutputSerializationType;\n /** The job Name. */\n jobName?: string;\n /** The timezone offset for the location of the request (in minutes). */\n timezoneOffset?: number;\n}\n\n/** Protection Profile Collection details. */\nexport interface PolicyCollection {\n /** The policy details. */\n value?: Policy[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Protection profile custom data details. */\nexport interface PolicyProperties {\n /** The FriendlyName. */\n friendlyName?: string;\n /** The ReplicationChannelSetting. */\n providerSpecificDetails?: PolicyProviderSpecificDetailsUnion;\n}\n\n/** Base class for Provider specific details for policies. */\nexport interface PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"HyperVReplicaBasePolicyDetails\"\n | \"HyperVReplica2012R2\"\n | \"HyperVReplica2012\"\n | \"InMageAzureV2\"\n | \"InMageBasePolicyDetails\"\n | \"InMage\"\n | \"InMageRcmFailback\"\n | \"InMageRcm\"\n | \"VMwareCbt\";\n}\n\n/** Protection Policy input. */\nexport interface CreatePolicyInput {\n /** Policy creation properties. */\n properties?: CreatePolicyInputProperties;\n}\n\n/** Policy creation properties. */\nexport interface CreatePolicyInputProperties {\n /** The ReplicationProviderSettings. */\n providerSpecificInput?: PolicyProviderSpecificInputUnion;\n}\n\n/** Base class for provider specific input. */\nexport interface PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2ACrossClusterMigration\"\n | \"A2A\"\n | \"HyperVReplicaAzure\"\n | \"HyperVReplica2012\"\n | \"HyperVReplica2012R2\"\n | \"InMageAzureV2\"\n | \"InMage\"\n | \"InMageRcmFailback\"\n | \"InMageRcm\"\n | \"VMwareCbt\";\n}\n\n/** Update policy input. */\nexport interface UpdatePolicyInput {\n /** The ReplicationProviderSettings. */\n properties?: UpdatePolicyInputProperties;\n}\n\n/** Policy update properties. */\nexport interface UpdatePolicyInputProperties {\n /** The ReplicationProviderSettings. */\n replicationProviderSettings?: PolicyProviderSpecificInputUnion;\n}\n\n/** Replication protection intent objects collection. */\nexport interface ReplicationProtectionIntentCollection {\n /** The Replication protection intent details. */\n value?: ReplicationProtectionIntent[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Replication protection intent custom data details. */\nexport interface ReplicationProtectionIntentProperties {\n /** The name. */\n friendlyName?: string;\n /**\n * The job Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * The job state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobState?: string;\n /**\n * A value indicating whether the intent object is active.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isActive?: boolean;\n /**\n * The creation time in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTimeUTC?: string;\n /** The Replication provider custom settings. */\n providerSpecificDetails?: ReplicationProtectionIntentProviderSpecificSettingsUnion;\n}\n\n/** Replication provider specific settings. */\nexport interface ReplicationProtectionIntentProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Create protection intent input. */\nexport interface CreateProtectionIntentInput {\n /** Create protection intent input properties. */\n properties?: CreateProtectionIntentProperties;\n}\n\n/** Create protection intent input properties. */\nexport interface CreateProtectionIntentProperties {\n /** The ReplicationProviderInput. For A2A provider, it will be A2ACreateProtectionIntentInput object. */\n providerSpecificDetails?: CreateProtectionIntentProviderSpecificDetailsUnion;\n}\n\n/** Create protection intent provider specific input. */\nexport interface CreateProtectionIntentProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Recovery plan collection details. */\nexport interface RecoveryPlanCollection {\n /** The list of recovery plans. */\n value?: RecoveryPlan[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Recovery plan properties. */\nexport interface RecoveryPlanProperties {\n /** The friendly name. */\n friendlyName?: string;\n /** The primary fabric Id. */\n primaryFabricId?: string;\n /** The primary fabric friendly name. */\n primaryFabricFriendlyName?: string;\n /** The recovery fabric Id. */\n recoveryFabricId?: string;\n /** The recovery fabric friendly name. */\n recoveryFabricFriendlyName?: string;\n /** The failover deployment model. */\n failoverDeploymentModel?: string;\n /** The list of replication providers. */\n replicationProviders?: string[];\n /** The list of allowed operations. */\n allowedOperations?: string[];\n /** The start time of the last planned failover. */\n lastPlannedFailoverTime?: Date;\n /** The start time of the last unplanned failover. */\n lastUnplannedFailoverTime?: Date;\n /** The start time of the last test failover. */\n lastTestFailoverTime?: Date;\n /** The current scenario details. */\n currentScenario?: CurrentScenarioDetails;\n /** The recovery plan status. */\n currentScenarioStatus?: string;\n /** The recovery plan status description. */\n currentScenarioStatusDescription?: string;\n /** The recovery plan groups. */\n groups?: RecoveryPlanGroup[];\n /** The provider id and provider specific details. */\n providerSpecificDetails?: RecoveryPlanProviderSpecificDetailsUnion[];\n}\n\n/** Recovery plan group details. */\nexport interface RecoveryPlanGroup {\n /** The group type. */\n groupType: RecoveryPlanGroupType;\n /** The list of protected items. */\n replicationProtectedItems?: RecoveryPlanProtectedItem[];\n /** The start group actions. */\n startGroupActions?: RecoveryPlanAction[];\n /** The end group actions. */\n endGroupActions?: RecoveryPlanAction[];\n}\n\n/** Recovery plan protected item. */\nexport interface RecoveryPlanProtectedItem {\n /** The ARM Id of the recovery plan protected item. */\n id?: string;\n /** The virtual machine Id. */\n virtualMachineId?: string;\n}\n\n/** Recovery plan action details. */\nexport interface RecoveryPlanAction {\n /** The action name. */\n actionName: string;\n /** The list of failover types. */\n failoverTypes: ReplicationProtectedItemOperation[];\n /** The list of failover directions. */\n failoverDirections: PossibleOperationsDirections[];\n /** The custom details. */\n customDetails: RecoveryPlanActionDetailsUnion;\n}\n\n/** Recovery plan action custom details. */\nexport interface RecoveryPlanActionDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"AutomationRunbookActionDetails\"\n | \"ManualActionDetails\"\n | \"ScriptActionDetails\";\n}\n\n/** Recovery plan provider specific details. */\nexport interface RecoveryPlanProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Create recovery plan input class. */\nexport interface CreateRecoveryPlanInput {\n /** Recovery plan creation properties. */\n properties: CreateRecoveryPlanInputProperties;\n}\n\n/** Recovery plan creation properties. */\nexport interface CreateRecoveryPlanInputProperties {\n /** The primary fabric Id. */\n primaryFabricId: string;\n /** The recovery fabric Id. */\n recoveryFabricId: string;\n /** The failover deployment model. */\n failoverDeploymentModel?: FailoverDeploymentModel;\n /** The recovery plan groups. */\n groups: RecoveryPlanGroup[];\n /** The provider specific input. */\n providerSpecificInput?: RecoveryPlanProviderSpecificInputUnion[];\n}\n\n/** Recovery plan provider specific input base class. */\nexport interface RecoveryPlanProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** Update recovery plan input class. */\nexport interface UpdateRecoveryPlanInput {\n /** Recovery plan update properties. */\n properties?: UpdateRecoveryPlanInputProperties;\n}\n\n/** Recovery plan update properties. */\nexport interface UpdateRecoveryPlanInputProperties {\n /** The recovery plan groups. */\n groups?: RecoveryPlanGroup[];\n}\n\n/** Recovery plan planned failover input. */\nexport interface RecoveryPlanPlannedFailoverInput {\n /** The recovery plan planned failover input properties. */\n properties: RecoveryPlanPlannedFailoverInputProperties;\n}\n\n/** Recovery plan planned failover input properties. */\nexport interface RecoveryPlanPlannedFailoverInputProperties {\n /** The failover direction. */\n failoverDirection: PossibleOperationsDirections;\n /** The provider specific properties. */\n providerSpecificDetails?: RecoveryPlanProviderSpecificFailoverInputUnion[];\n}\n\n/** Recovery plan provider specific failover input. */\nexport interface RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"A2A\"\n | \"HyperVReplicaAzureFailback\"\n | \"HyperVReplicaAzure\"\n | \"InMageAzureV2\"\n | \"InMage\"\n | \"InMageRcmFailback\"\n | \"InMageRcm\";\n}\n\n/** Recovery plan test failover input. */\nexport interface RecoveryPlanTestFailoverInput {\n /** The recovery plan test failover input properties. */\n properties: RecoveryPlanTestFailoverInputProperties;\n}\n\n/** Recovery plan test failover input properties. */\nexport interface RecoveryPlanTestFailoverInputProperties {\n /** The failover direction. */\n failoverDirection: PossibleOperationsDirections;\n /** The network type to be used for test failover. */\n networkType: string;\n /** The Id of the network to be used for test failover. */\n networkId?: string;\n /** The provider specific properties. */\n providerSpecificDetails?: RecoveryPlanProviderSpecificFailoverInputUnion[];\n}\n\n/** Recovery plan test failover cleanup input. */\nexport interface RecoveryPlanTestFailoverCleanupInput {\n /** The recovery plan test failover cleanup input properties. */\n properties: RecoveryPlanTestFailoverCleanupInputProperties;\n}\n\n/** Recovery plan test failover cleanup input properties. */\nexport interface RecoveryPlanTestFailoverCleanupInputProperties {\n /** The test failover cleanup comments. */\n comments?: string;\n}\n\n/** Recovery plan unplanned failover input. */\nexport interface RecoveryPlanUnplannedFailoverInput {\n /** The recovery plan unplanned failover input properties. */\n properties: RecoveryPlanUnplannedFailoverInputProperties;\n}\n\n/** Recovery plan unplanned failover input properties. */\nexport interface RecoveryPlanUnplannedFailoverInputProperties {\n /** The failover direction. */\n failoverDirection: PossibleOperationsDirections;\n /** A value indicating whether source site operations are required. */\n sourceSiteOperations: SourceSiteOperations;\n /** The provider specific properties. */\n providerSpecificDetails?: RecoveryPlanProviderSpecificFailoverInputUnion[];\n}\n\n/** Supported operating systems properties. */\nexport interface SupportedOSProperties {\n /** The supported operating systems property list. */\n supportedOsList?: SupportedOSProperty[];\n}\n\n/** Supported operating systems property. */\nexport interface SupportedOSProperty {\n /** The replication provider type. */\n instanceType?: string;\n /** The list of supported operating systems. */\n supportedOs?: SupportedOSDetails[];\n}\n\n/** Supported operating system details. */\nexport interface SupportedOSDetails {\n /** The name. */\n osName?: string;\n /** The type. */\n osType?: string;\n /** The list of version for operating system. */\n osVersions?: OSVersionWrapper[];\n}\n\n/** Wrapper model for OSVersion to include version and service pack info. */\nexport interface OSVersionWrapper {\n /** The version. */\n version?: string;\n /** The service pack. */\n servicePack?: string;\n}\n\n/** class to define the health summary of the Vault. */\nexport interface VaultHealthProperties {\n /** The list of errors on the vault. */\n vaultErrors?: HealthError[];\n /** The list of the health detail of the protected items in the vault. */\n protectedItemsHealth?: ResourceHealthSummary;\n /** The list of the health detail of the fabrics in the vault. */\n fabricsHealth?: ResourceHealthSummary;\n /** The list of the health detail of the containers in the vault. */\n containersHealth?: ResourceHealthSummary;\n}\n\n/** Base class to define the health summary of the resources contained under an Arm resource. */\nexport interface ResourceHealthSummary {\n /** The count of total resources under the container. */\n resourceCount?: number;\n /** The list of summary of health errors across the resources under the container. */\n issues?: HealthErrorSummary[];\n /** The categorized resource counts. */\n categorizedResourceCounts?: { [propertyName: string]: number };\n}\n\n/** class to define the summary of the health error details. */\nexport interface HealthErrorSummary {\n /** The code of the health error. */\n summaryCode?: string;\n /** The category of the health error. */\n category?: HealthErrorCategory;\n /** Severity of error. */\n severity?: Severity;\n /** The summary message of the health error. */\n summaryMessage?: string;\n /** The type of affected ARM resource. */\n affectedResourceType?: string;\n /** The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable. */\n affectedResourceSubtype?: string;\n /** The list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue. */\n affectedResourceCorrelationIds?: string[];\n}\n\n/** Vault setting collection. */\nexport interface VaultSettingCollection {\n /** The list of vault setting. */\n value?: VaultSetting[];\n /** The value of next link. */\n nextLink?: string;\n}\n\n/** Vault setting properties. */\nexport interface VaultSettingProperties {\n /** The migration solution ARM Id. */\n migrationSolutionId?: string;\n /** VMware to Azure provider type. */\n vmwareToAzureProviderType?: string;\n}\n\n/** Input to create vault setting. */\nexport interface VaultSettingCreationInput {\n /** Vault setting creation input properties. */\n properties: VaultSettingCreationInputProperties;\n}\n\n/** Input to create vault setting. */\nexport interface VaultSettingCreationInputProperties {\n /** The migration solution Id. */\n migrationSolutionId?: string;\n /** VMware to Azure provider type. */\n vmwareToAzureProviderType?: string;\n}\n\n/** A2A disk input details. */\nexport interface A2AVmDiskInputDetails {\n /** The disk Uri. */\n diskUri: string;\n /** The recovery VHD storage account Id. */\n recoveryAzureStorageAccountId: string;\n /** The primary staging storage account Id. */\n primaryStagingAzureStorageAccountId: string;\n}\n\n/** A2A managed disk input details. */\nexport interface A2AVmManagedDiskInputDetails {\n /** The disk Id. */\n diskId: string;\n /** The primary staging storage account Arm Id. */\n primaryStagingAzureStorageAccountId: string;\n /** The target resource group Arm Id. */\n recoveryResourceGroupId: string;\n /** The replica disk type. Its an optional value and will be same as source disk type if not user provided. */\n recoveryReplicaDiskAccountType?: string;\n /** The target disk type after failover. Its an optional value and will be same as source disk type if not user provided. */\n recoveryTargetDiskAccountType?: string;\n /** The recovery disk encryption set Id. */\n recoveryDiskEncryptionSetId?: string;\n /** The recovery disk encryption information (for one / single pass flows). */\n diskEncryptionInfo?: DiskEncryptionInfo;\n}\n\n/** Recovery disk encryption info (BEK and KEK). */\nexport interface DiskEncryptionInfo {\n /** The recovery KeyVault reference for secret. */\n diskEncryptionKeyInfo?: DiskEncryptionKeyInfo;\n /** The recovery KeyVault reference for key. */\n keyEncryptionKeyInfo?: KeyEncryptionKeyInfo;\n}\n\n/** Disk Encryption Key Information (BitLocker Encryption Key (BEK) on Windows). */\nexport interface DiskEncryptionKeyInfo {\n /** The secret url / identifier. */\n secretIdentifier?: string;\n /** The KeyVault resource ARM id for secret. */\n keyVaultResourceArmId?: string;\n}\n\n/** Key Encryption Key (KEK) information. */\nexport interface KeyEncryptionKeyInfo {\n /** The key URL / identifier. */\n keyIdentifier?: string;\n /** The KeyVault resource ARM Id for key. */\n keyVaultResourceArmId?: string;\n}\n\n/** Protection Profile custom input. */\nexport interface ProtectionProfileCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\" | \"New\";\n}\n\n/** Storage account custom input. */\nexport interface StorageAccountCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n}\n\n/** Recovery Availability Set custom input. */\nexport interface RecoveryAvailabilitySetCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n}\n\n/** Recovery Virtual network custom input. */\nexport interface RecoveryVirtualNetworkCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\" | \"New\";\n}\n\n/** Recovery Proximity placement group custom input. */\nexport interface RecoveryProximityPlacementGroupCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n}\n\n/** Azure VM unmanaged disk input details. */\nexport interface A2AProtectionIntentDiskInputDetails {\n /** The disk Uri. */\n diskUri: string;\n /** The recovery VHD storage account input. */\n recoveryAzureStorageAccountCustomInput?: StorageAccountCustomDetailsUnion;\n /** The primary staging storage account input. */\n primaryStagingStorageAccountCustomInput?: StorageAccountCustomDetailsUnion;\n}\n\n/** Azure VM managed disk input details. */\nexport interface A2AProtectionIntentManagedDiskInputDetails {\n /** The disk Id. */\n diskId: string;\n /** The primary staging storage account input. */\n primaryStagingStorageAccountCustomInput?: StorageAccountCustomDetailsUnion;\n /** The recovery resource group input. */\n recoveryResourceGroupCustomInput?: RecoveryResourceGroupCustomDetailsUnion;\n /** The replica disk type. Its an optional value and will be same as source disk type if not user provided. */\n recoveryReplicaDiskAccountType?: string;\n /** The target disk type after failover. Its an optional value and will be same as source disk type if not user provided. */\n recoveryTargetDiskAccountType?: string;\n /** The recovery disk encryption set Id. */\n recoveryDiskEncryptionSetId?: string;\n /** The recovery disk encryption information (for one / single pass flows). */\n diskEncryptionInfo?: DiskEncryptionInfo;\n}\n\n/** Recovery Resource Group custom input. */\nexport interface RecoveryResourceGroupCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n}\n\n/** Extended location of the resource. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name: string;\n /** The extended location type. */\n type: ExtendedLocationType;\n}\n\n/** ExtendedLocation details data. */\nexport interface A2AExtendedLocationDetails {\n /** The primary ExtendedLocation. */\n primaryExtendedLocation?: ExtendedLocation;\n /** The recovery ExtendedLocation. */\n recoveryExtendedLocation?: ExtendedLocation;\n}\n\n/** ExtendedLocation details data. */\nexport interface A2AFabricSpecificLocationDetails {\n /** The initial source zone info. */\n initialPrimaryZone?: string;\n /** The initial target zone info. */\n initialRecoveryZone?: string;\n /** The initial primary ExtendedLocation. */\n initialPrimaryExtendedLocation?: ExtendedLocation;\n /** The initial recovery ExtendedLocation. */\n initialRecoveryExtendedLocation?: ExtendedLocation;\n /** Initial primary fabric location info. */\n initialPrimaryFabricLocation?: string;\n /** The initial recovery fabric location info. */\n initialRecoveryFabricLocation?: string;\n /** Source zone info. */\n primaryZone?: string;\n /** The target zone info. */\n recoveryZone?: string;\n /** The primary ExtendedLocation. */\n primaryExtendedLocation?: ExtendedLocation;\n /** The recovery ExtendedLocation. */\n recoveryExtendedLocation?: ExtendedLocation;\n /** Primary fabric location info. */\n primaryFabricLocation?: string;\n /** The recovery fabric location info. */\n recoveryFabricLocation?: string;\n}\n\n/** A2A protected disk details. */\nexport interface A2AProtectedDiskDetails {\n /** The disk uri. */\n diskUri?: string;\n /** The recovery disk storage account. */\n recoveryAzureStorageAccountId?: string;\n /** The primary disk storage account. */\n primaryDiskAzureStorageAccountId?: string;\n /** Recovery disk uri. */\n recoveryDiskUri?: string;\n /** The disk name. */\n diskName?: string;\n /** The disk capacity in bytes. */\n diskCapacityInBytes?: number;\n /** The primary staging storage account. */\n primaryStagingAzureStorageAccountId?: string;\n /** The type of disk. */\n diskType?: string;\n /** A value indicating whether resync is required for this disk. */\n resyncRequired?: boolean;\n /** The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property. */\n monitoringPercentageCompletion?: number;\n /** The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property. */\n monitoringJobType?: string;\n /** The data pending for replication in MB at staging account. */\n dataPendingInStagingStorageAccountInMB?: number;\n /** The data pending at source virtual machine in MB. */\n dataPendingAtSourceAgentInMB?: number;\n /** The disk state. */\n diskState?: string;\n /** The disk level operations list. */\n allowedDiskLevelOperation?: string[];\n /** A value indicating whether vm has encrypted os disk or not. */\n isDiskEncrypted?: boolean;\n /** The secret URL / identifier (BEK). */\n secretIdentifier?: string;\n /** The KeyVault resource id for secret (BEK). */\n dekKeyVaultArmId?: string;\n /** A value indicating whether disk key got encrypted or not. */\n isDiskKeyEncrypted?: boolean;\n /** The key URL / identifier (KEK). */\n keyIdentifier?: string;\n /** The KeyVault resource id for key (KEK). */\n kekKeyVaultArmId?: string;\n /** The failover name for the managed disk. */\n failoverDiskName?: string;\n /** The test failover name for the managed disk. */\n tfoDiskName?: string;\n}\n\n/** A2A protected managed disk details. */\nexport interface A2AProtectedManagedDiskDetails {\n /** The managed disk Arm id. */\n diskId?: string;\n /** The recovery disk resource group Arm Id. */\n recoveryResourceGroupId?: string;\n /** Recovery target disk Arm Id. */\n recoveryTargetDiskId?: string;\n /** Recovery replica disk Arm Id. */\n recoveryReplicaDiskId?: string;\n /** Recovery original target disk Arm Id. */\n recoveryOrignalTargetDiskId?: string;\n /** The replica disk type. Its an optional value and will be same as source disk type if not user provided. */\n recoveryReplicaDiskAccountType?: string;\n /** The target disk type after failover. Its an optional value and will be same as source disk type if not user provided. */\n recoveryTargetDiskAccountType?: string;\n /** The recovery disk encryption set Id. */\n recoveryDiskEncryptionSetId?: string;\n /** The primary disk encryption set Id. */\n primaryDiskEncryptionSetId?: string;\n /** The disk name. */\n diskName?: string;\n /** The disk capacity in bytes. */\n diskCapacityInBytes?: number;\n /** The primary staging storage account. */\n primaryStagingAzureStorageAccountId?: string;\n /** The type of disk. */\n diskType?: string;\n /** A value indicating whether resync is required for this disk. */\n resyncRequired?: boolean;\n /** The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property. */\n monitoringPercentageCompletion?: number;\n /** The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property. */\n monitoringJobType?: string;\n /** The data pending for replication in MB at staging account. */\n dataPendingInStagingStorageAccountInMB?: number;\n /** The data pending at source virtual machine in MB. */\n dataPendingAtSourceAgentInMB?: number;\n /** The disk state. */\n diskState?: string;\n /** The disk level operations list. */\n allowedDiskLevelOperation?: string[];\n /** A value indicating whether vm has encrypted os disk or not. */\n isDiskEncrypted?: boolean;\n /** The secret URL / identifier (BEK). */\n secretIdentifier?: string;\n /** The KeyVault resource id for secret (BEK). */\n dekKeyVaultArmId?: string;\n /** A value indicating whether disk key got encrypted or not. */\n isDiskKeyEncrypted?: boolean;\n /** The key URL / identifier (KEK). */\n keyIdentifier?: string;\n /** The KeyVault resource id for key (KEK). */\n kekKeyVaultArmId?: string;\n /** The failover name for the managed disk. */\n failoverDiskName?: string;\n /** The test failover name for the managed disk. */\n tfoDiskName?: string;\n}\n\n/** A2A unprotected disk details. */\nexport interface A2AUnprotectedDiskDetails {\n /** The source lun Id for the data disk. */\n diskLunId?: number;\n /** A value indicating whether the disk auto protection is enabled. */\n diskAutoProtectionStatus?: AutoProtectionOfDataDisk;\n}\n\n/** Hyper V VM network details. */\nexport interface VMNicDetails {\n /** The nic Id. */\n nicId?: string;\n /** The replica nic Id. */\n replicaNicId?: string;\n /** The source nic ARM Id. */\n sourceNicArmId?: string;\n /** VM network name. */\n vMNetworkName?: string;\n /** Recovery VM network Id. */\n recoveryVMNetworkId?: string;\n /** The IP configurations of the NIC. */\n ipConfigs?: IPConfigDetails[];\n /** Selection type for failover. */\n selectionType?: string;\n /** The id of the NSG associated with the NIC. */\n recoveryNetworkSecurityGroupId?: string;\n /** A value indicating whether the NIC has accelerated networking enabled. */\n enableAcceleratedNetworkingOnRecovery?: boolean;\n /** The network to be used by NIC during test failover. */\n tfoVMNetworkId?: string;\n /** The NSG to be used by NIC during test failover. */\n tfoNetworkSecurityGroupId?: string;\n /** Whether the TFO NIC has accelerated networking enabled. */\n enableAcceleratedNetworkingOnTfo?: boolean;\n /** The name of the NIC to be used when creating target NICs. */\n recoveryNicName?: string;\n /** The resource group of the NIC to be used when creating target NICs. */\n recoveryNicResourceGroupName?: string;\n /** A value indicating whether an existing NIC is allowed to be reused during failover subject to availability. */\n reuseExistingNic?: boolean;\n /** The name of the NIC to be used when creating target NICs in TFO. */\n tfoRecoveryNicName?: string;\n /** The resource group of the NIC to be used when creating target NICs in TFO. */\n tfoRecoveryNicResourceGroupName?: string;\n /** A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability. */\n tfoReuseExistingNic?: boolean;\n /** Target NIC name. */\n targetNicName?: string;\n}\n\nexport interface IPConfigDetails {\n name?: string;\n isPrimary?: boolean;\n subnetName?: string;\n staticIPAddress?: string;\n ipAddressType?: string;\n isSeletedForFailover?: boolean;\n recoverySubnetName?: string;\n recoveryStaticIPAddress?: string;\n recoveryIPAddressType?: string;\n recoveryPublicIPAddressId?: string;\n recoveryLBBackendAddressPoolIds?: string[];\n tfoSubnetName?: string;\n tfoStaticIPAddress?: string;\n tfoPublicIPAddressId?: string;\n tfoLBBackendAddressPoolIds?: string[];\n}\n\n/** Azure to Azure VM synced configuration details. */\nexport interface AzureToAzureVmSyncedConfigDetails {\n /** The Azure VM tags. */\n tags?: { [propertyName: string]: string };\n /** The Azure VM input endpoints. */\n inputEndpoints?: InputEndpoint[];\n}\n\nexport interface InputEndpoint {\n endpointName?: string;\n privatePort?: number;\n publicPort?: number;\n protocol?: string;\n}\n\n/** A2A Vm managed disk update details. */\nexport interface A2AVmManagedDiskUpdateDetails {\n /** The disk Id. */\n diskId?: string;\n /** The target disk type before failover. */\n recoveryTargetDiskAccountType?: string;\n /** The replica disk type before failover. */\n recoveryReplicaDiskAccountType?: string;\n /** The recovery os disk encryption information. */\n diskEncryptionInfo?: DiskEncryptionInfo;\n /** The target disk name for unplanned failover operation. */\n failoverDiskName?: string;\n /** The target disk name for test failover operation. */\n tfoDiskName?: string;\n}\n\n/** Zone details data. */\nexport interface A2AZoneDetails {\n /** Source zone info. */\n source?: string;\n /** The target zone info. */\n target?: string;\n}\n\n/** Agent details. */\nexport interface AgentDetails {\n /**\n * The Id of the agent running on the server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentId?: string;\n /**\n * The Id of the machine to which the agent is registered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineId?: string;\n /**\n * The machine BIOS Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The machine FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The disks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disks?: AgentDiskDetails[];\n}\n\n/** Agent disk details. */\nexport interface AgentDiskDetails {\n /**\n * The disk Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskId?: string;\n /**\n * The disk name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskName?: string;\n /**\n * A value indicating whether the disk is the OS disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOSDisk?: string;\n /**\n * The disk capacity in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityInBytes?: number;\n /**\n * The lun of disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lunId?: number;\n}\n\n/** Appliance details of the migration item. */\nexport interface ApplianceMonitoringDetails {\n /**\n * The appliance CPU details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuDetails?: ApplianceResourceDetails;\n /**\n * The appliance RAM details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ramDetails?: ApplianceResourceDetails;\n /**\n * The appliance datastore snapshot details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datastoreSnapshot?: DataStoreUtilizationDetails[];\n /**\n * The disk replication details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disksReplicationDetails?: ApplianceResourceDetails;\n /**\n * The ESXi NFC buffer details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly esxiNfcBuffer?: ApplianceResourceDetails;\n /**\n * The appliance network bandwidth details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkBandwidth?: ApplianceResourceDetails;\n}\n\n/** Details of the appliance resource. */\nexport interface ApplianceResourceDetails {\n /**\n * A value indicating the total capacity of appliance resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: number;\n /**\n * A value indicating the utilization percentage by gateway agent on appliance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processUtilization?: number;\n /**\n * A value indicating the total utilization percentage for all processes on the appliance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalUtilization?: number;\n /**\n * A value indicating the status of appliance resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** Details of the appliance resource. */\nexport interface DataStoreUtilizationDetails {\n /**\n * The total count of snapshots supported by the datastore.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalSnapshotsSupported?: number;\n /**\n * The total snapshots created for server migration in the datastore.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalSnapshotsCreated?: number;\n /**\n * The datastore name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataStoreName?: string;\n}\n\n/** Query parameter to get appliance. */\nexport interface ApplianceQueryParameter {\n /** The providerType to be used for fetching appliance details. */\n providerType?: string;\n}\n\n/** Disk details for E2A provider. */\nexport interface AzureVmDiskDetails {\n /** VHD type. */\n vhdType?: string;\n /** The VHD id. */\n vhdId?: string;\n /** The disk resource id. */\n diskId?: string;\n /** VHD name. */\n vhdName?: string;\n /** Max side in MB. */\n maxSizeMB?: string;\n /** Blob uri of the Azure disk. */\n targetDiskLocation?: string;\n /** The target Azure disk name. */\n targetDiskName?: string;\n /** Ordinal\\LunId of the disk for the Azure VM. */\n lunId?: string;\n /** The DiskEncryptionSet ARM ID. */\n diskEncryptionSetId?: string;\n /** The custom target Azure disk name. */\n customTargetDiskName?: string;\n}\n\n/** This class stores the monitoring details for consistency check of inconsistent Protected Entity. */\nexport interface InconsistentVmDetails {\n /** The Vm name. */\n vmName?: string;\n /** The Cloud name. */\n cloudName?: string;\n /** The list of details regarding state of the Protected Entity in SRS and On prem. */\n details?: string[];\n /** The list of error ids. */\n errorIds?: string[];\n}\n\n/** The datastore details of the MT. */\nexport interface DataStore {\n /** The symbolic name of data store. */\n symbolicName?: string;\n /** The uuid of data store. */\n uuid?: string;\n /** The capacity of data store in GBs. */\n capacity?: string;\n /** The free space of data store in GBs. */\n freeSpace?: string;\n /** The type of data store. */\n type?: string;\n}\n\n/** Onprem disk details data. */\nexport interface DiskDetails {\n /** The hard disk max size in MB. */\n maxSizeMB?: number;\n /** The type of the volume. */\n vhdType?: string;\n /** The VHD Id. */\n vhdId?: string;\n /** The VHD name. */\n vhdName?: string;\n}\n\n/** Volume details. */\nexport interface DiskVolumeDetails {\n /** The volume label. */\n label?: string;\n /** The volume name. */\n name?: string;\n}\n\n/** DRA details. */\nexport interface DraDetails {\n /**\n * The DRA Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The DRA name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The DRA Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the DRA.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n /**\n * The count of protected items which are protected in forward direction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly forwardProtectedItemCount?: number;\n /**\n * The count of protected items which are protected in reverse direction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reverseProtectedItemCount?: number;\n}\n\n/** Implements the event query parameter. */\nexport interface EventQueryParameter {\n /** The source id of the events to be queried. */\n eventCode?: string;\n /** The severity of the events to be queried. */\n severity?: string;\n /** The type of the events to be queried. */\n eventType?: string;\n /** The affected object server id of the events to be queried. */\n fabricName?: string;\n /** The affected object name of the events to be queried. */\n affectedObjectFriendlyName?: string;\n /** The affected object correlationId for the events to be queried. */\n affectedObjectCorrelationId?: string;\n /** The start time of the time range within which the events are to be queried. */\n startTime?: Date;\n /** The end time of the time range within which the events are to be queried. */\n endTime?: Date;\n}\n\n/** Query parameter to get fabric. */\nexport interface FabricQueryParameter {\n /** A value indicating whether the zone to zone mappings are to be returned. */\n zoneToZoneMappings?: string;\n /** A value indicating whether the Extended Location mappings are to be returned. */\n extendedLocationMappings?: string;\n /** A value indicating whether the location details are to be returned. */\n locationDetails?: string;\n /** A value indicating whether the agent details are to be fetched. */\n fetchAgentDetails?: string;\n /** The BIOS Id to be used for fetching agent details. */\n biosId?: string;\n /** The FQDN to be used for fetching agent details. */\n fqdn?: string;\n /** The type of the discovered machine to be used for fetching agent details. */\n discoveryType?: string;\n /** The OS type to be used for fetching agent details. */\n osType?: string;\n}\n\n/** This class contains the minimal job details required to navigate to the desired drill down. */\nexport interface JobEntity {\n /** The job id. */\n jobId?: string;\n /** The job display name. */\n jobFriendlyName?: string;\n /** The object id. */\n targetObjectId?: string;\n /** The object name. */\n targetObjectName?: string;\n /** The workflow affected object type. */\n targetInstanceType?: string;\n /** The job name. Enum type ScenarioName. */\n jobScenarioName?: string;\n}\n\n/** Failover details for a replication protected item. */\nexport interface FailoverReplicationProtectedItemDetails {\n /** The name. */\n name?: string;\n /** The friendly name. */\n friendlyName?: string;\n /** The test Vm name. */\n testVmName?: string;\n /** The test Vm friendly name. */\n testVmFriendlyName?: string;\n /** The network connection status. */\n networkConnectionStatus?: string;\n /** The network friendly name. */\n networkFriendlyName?: string;\n /** The network subnet. */\n subnet?: string;\n /** The recovery point Id. */\n recoveryPointId?: string;\n /** The recovery point time. */\n recoveryPointTime?: Date;\n}\n\n/** Details of the gateway operation. */\nexport interface GatewayOperationDetails {\n /**\n * A value indicating the state of gateway operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * A value indicating the progress percentage of gateway operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progressPercentage?: number;\n /**\n * A value indicating the time elapsed for the operation in milliseconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeElapsed?: number;\n /**\n * A value indicating the time remaining for the operation in milliseconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeRemaining?: number;\n /**\n * A value indicating the upload speed in bytes per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uploadSpeed?: number;\n /**\n * A value indicating the ESXi host name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /**\n * A value indicating the datastore collection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataStores?: string[];\n /**\n * A value indicating the VMware read throughput in bytes per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareReadThroughput?: number;\n}\n\n/** Hyper-V host details. */\nexport interface HyperVHostDetails {\n /**\n * The Hyper-V host Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The Hyper-V host name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The Mars agent version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marsAgentVersion?: string;\n}\n\n/** Disk input details. */\nexport interface HyperVReplicaAzureDiskInputDetails {\n /** The DiskId. */\n diskId?: string;\n /** The LogStorageAccountId. */\n logStorageAccountId?: string;\n /** The DiskType. */\n diskType?: DiskAccountType;\n /** The DiskEncryptionSet ARM ID. */\n diskEncryptionSetId?: string;\n}\n\n/** Hyper-V Managed disk details. */\nexport interface HyperVReplicaAzureManagedDiskDetails {\n /** The disk Id. */\n diskId?: string;\n /** Seed managed disk Id. */\n seedManagedDiskId?: string;\n /** The replica disk type. */\n replicaDiskType?: string;\n /** The disk encryption set ARM Id. */\n diskEncryptionSetId?: string;\n}\n\n/** Initial replication details. */\nexport interface InitialReplicationDetails {\n /** Initial replication type. */\n initialReplicationType?: string;\n /** The initial replication progress percentage. */\n initialReplicationProgressPercentage?: string;\n}\n\n/** Disk Details. */\nexport interface OSDetails {\n /** VM Disk details. */\n osType?: string;\n /** Product type. */\n productType?: string;\n /** The OSEdition. */\n osEdition?: string;\n /** The OS Version. */\n oSVersion?: string;\n /** The OS Major Version. */\n oSMajorVersion?: string;\n /** The OS Minor Version. */\n oSMinorVersion?: string;\n}\n\n/** Supported OS upgrade versions. */\nexport interface OSUpgradeSupportedVersions {\n /**\n * The source OS version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedSourceOsVersion?: string;\n /**\n * The target OS version names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedTargetOsVersions?: string[];\n}\n\n/** Disk input for update. */\nexport interface UpdateDiskInput {\n /** The disk Id. */\n diskId: string;\n /** The target disk name. */\n targetDiskName?: string;\n}\n\n/** The details of the InMage agent. */\nexport interface InMageAgentDetails {\n /** The agent version. */\n agentVersion?: string;\n /** A value indicating whether installed agent needs to be updated. */\n agentUpdateStatus?: string;\n /** A value indicating whether reboot is required after update is applied. */\n postUpdateRebootStatus?: string;\n /** Agent expiry date. */\n agentExpiryDate?: Date;\n}\n\n/** Disk input details. */\nexport interface InMageAzureV2DiskInputDetails {\n /** The DiskId. */\n diskId?: string;\n /** The LogStorageAccountId. */\n logStorageAccountId?: string;\n /** The DiskType. */\n diskType?: DiskAccountType;\n /** The DiskEncryptionSet ARM ID. */\n diskEncryptionSetId?: string;\n}\n\n/** InMageAzureV2 Managed disk details. */\nexport interface InMageAzureV2ManagedDiskDetails {\n /** The disk id. */\n diskId?: string;\n /** Seed managed disk Id. */\n seedManagedDiskId?: string;\n /** The replica disk type. */\n replicaDiskType?: string;\n /** The DiskEncryptionSet ARM ID. */\n diskEncryptionSetId?: string;\n /** The target disk name. */\n targetDiskName?: string;\n}\n\n/** InMageAzureV2 protected disk details. */\nexport interface InMageAzureV2ProtectedDiskDetails {\n /** The disk id. */\n diskId?: string;\n /** The disk name. */\n diskName?: string;\n /** The protection stage. */\n protectionStage?: string;\n /** The health error code for the disk. */\n healthErrorCode?: string;\n /** The RPO in seconds. */\n rpoInSeconds?: number;\n /** A value indicating whether resync is required for this disk. */\n resyncRequired?: string;\n /** The resync progress percentage. */\n resyncProgressPercentage?: number;\n /** The resync duration in seconds. */\n resyncDurationInSeconds?: number;\n /** The disk capacity in bytes. */\n diskCapacityInBytes?: number;\n /** The disk file system capacity in bytes. */\n fileSystemCapacityInBytes?: number;\n /** The source data transit in MB. */\n sourceDataInMegaBytes?: number;\n /** The PS data transit in MB. */\n psDataInMegaBytes?: number;\n /** The target data transit in MB. */\n targetDataInMegaBytes?: number;\n /** A value indicating whether disk is resized. */\n diskResized?: string;\n /** The last RPO calculated time. */\n lastRpoCalculatedTime?: Date;\n /** The resync processed bytes. */\n resyncProcessedBytes?: number;\n /** The resync total transferred bytes. */\n resyncTotalTransferredBytes?: number;\n /** The resync last 15 minutes transferred bytes. */\n resyncLast15MinutesTransferredBytes?: number;\n /** The last data transfer time in UTC. */\n resyncLastDataTransferTimeUTC?: Date;\n /** The resync start time. */\n resyncStartTime?: Date;\n /** The Progress Health. */\n progressHealth?: string;\n /** The Progress Status. */\n progressStatus?: string;\n /** The seconds to take for switch provider. */\n secondsToTakeSwitchProvider?: number;\n}\n\n/** InMageAzureV2 switch provider blocking error details. */\nexport interface InMageAzureV2SwitchProviderBlockingErrorDetails {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * The possible causes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleCauses?: string;\n /**\n * The recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedAction?: string;\n /**\n * The error message parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessageParameters?: { [propertyName: string]: string };\n /**\n * The error tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorTags?: { [propertyName: string]: string };\n}\n\n/** InMageAzureV2 switch provider details. */\nexport interface InMageAzureV2SwitchProviderDetails {\n /**\n * The target vault Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetVaultId?: string;\n /**\n * The target resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetResourceId?: string;\n /**\n * The target fabric Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetFabricId?: string;\n /**\n * The target appliance Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetApplianceId?: string;\n}\n\n/** VMware/Physical specific Disk Details. */\nexport interface InMageDiskDetails {\n /** The disk Id. */\n diskId?: string;\n /** The disk name. */\n diskName?: string;\n /** The disk size in MB. */\n diskSizeInMB?: string;\n /** Whether disk is system disk or data disk. */\n diskType?: string;\n /** Whether disk is dynamic disk or basic disk. */\n diskConfiguration?: string;\n /** Volumes of the disk. */\n volumeList?: DiskVolumeDetails[];\n}\n\n/** DiskExclusionInput when doing enable protection of virtual machine in InMage provider. */\nexport interface InMageDiskExclusionInput {\n /** The volume label based option for disk exclusion. */\n volumeOptions?: InMageVolumeExclusionOptions[];\n /** The guest disk signature based option for disk exclusion. */\n diskSignatureOptions?: InMageDiskSignatureExclusionOptions[];\n}\n\n/** Guest disk signature based disk exclusion option when doing enable protection of virtual machine in InMage provider. */\nexport interface InMageVolumeExclusionOptions {\n /** The volume label. The disk having any volume with this label will be excluded from replication. */\n volumeLabel?: string;\n /** The value indicating whether to exclude multi volume disk or not. If a disk has multiple volumes and one of the volume has label matching with VolumeLabel this disk will be excluded from replication if OnlyExcludeIfSingleVolume is false. */\n onlyExcludeIfSingleVolume?: string;\n}\n\n/** Guest disk signature based disk exclusion option when doing enable protection of virtual machine in InMage provider. */\nexport interface InMageDiskSignatureExclusionOptions {\n /** The guest signature of disk to be excluded from replication. */\n diskSignature?: string;\n}\n\n/** InMageFabric switch provider blocking error details. */\nexport interface InMageFabricSwitchProviderBlockingErrorDetails {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * The possible causes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleCauses?: string;\n /**\n * The recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedAction?: string;\n /**\n * The error message parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessageParameters?: { [propertyName: string]: string };\n /**\n * The error tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorTags?: { [propertyName: string]: string };\n}\n\n/** InMage protected disk details. */\nexport interface InMageProtectedDiskDetails {\n /** The disk id. */\n diskId?: string;\n /** The disk name. */\n diskName?: string;\n /** The protection stage. */\n protectionStage?: string;\n /** The health error code for the disk. */\n healthErrorCode?: string;\n /** The RPO in seconds. */\n rpoInSeconds?: number;\n /** A value indicating whether resync is required for this disk. */\n resyncRequired?: string;\n /** The resync progress percentage. */\n resyncProgressPercentage?: number;\n /** The resync duration in seconds. */\n resyncDurationInSeconds?: number;\n /** The disk capacity in bytes. */\n diskCapacityInBytes?: number;\n /** The file system capacity in bytes. */\n fileSystemCapacityInBytes?: number;\n /** The source data transit in MB. */\n sourceDataInMB?: number;\n /** The PS data transit in MB. */\n psDataInMB?: number;\n /** The target data transit in MB. */\n targetDataInMB?: number;\n /** A value indicating whether disk is resized. */\n diskResized?: string;\n /** The last RPO calculated time. */\n lastRpoCalculatedTime?: Date;\n /** The resync processed bytes. */\n resyncProcessedBytes?: number;\n /** The resync total transferred bytes. */\n resyncTotalTransferredBytes?: number;\n /** The resync last 15 minutes transferred bytes. */\n resyncLast15MinutesTransferredBytes?: number;\n /** The last data transfer time in UTC. */\n resyncLastDataTransferTimeUTC?: Date;\n /** The resync start time. */\n resyncStartTime?: Date;\n /** The Progress Health. */\n progressHealth?: string;\n /** The Progress Status. */\n progressStatus?: string;\n}\n\n/** InMageRcm source agent upgrade blocking error details. */\nexport interface InMageRcmAgentUpgradeBlockingErrorDetails {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * The possible causes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleCauses?: string;\n /**\n * The recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedAction?: string;\n /**\n * The error message parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessageParameters?: { [propertyName: string]: string };\n /**\n * The error tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorTags?: { [propertyName: string]: string };\n}\n\n/** InMageRcm appliance details. */\nexport interface InMageRcmApplianceDetails {\n /**\n * The appliance Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The appliance name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The fabric ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricArmId?: string;\n /**\n * The process server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processServer?: ProcessServerDetails;\n /**\n * The of RCM proxy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rcmProxy?: RcmProxyDetails;\n /**\n * The push installer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pushInstaller?: PushInstallerDetails;\n /**\n * The replication agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicationAgent?: ReplicationAgentDetails;\n /**\n * The reprotect agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reprotectAgent?: ReprotectAgentDetails;\n /**\n * The Mars agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marsAgent?: MarsAgentDetails;\n /**\n * The DRA.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dra?: DraDetails;\n /**\n * The switch provider blocking error information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly switchProviderBlockingErrorDetails?: InMageRcmFabricSwitchProviderBlockingErrorDetails[];\n}\n\n/** Process server details. */\nexport interface ProcessServerDetails {\n /**\n * The process server Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The process server name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The process server Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The fabric object Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricObjectId?: string;\n /**\n * The process server Fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The list of IP addresses for communicating with the RCM component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: string[];\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the process server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The total memory.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalMemoryInBytes?: number;\n /**\n * The available memory.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableMemoryInBytes?: number;\n /**\n * The used memory.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usedMemoryInBytes?: number;\n /**\n * The memory usage percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryUsagePercentage?: number;\n /**\n * The total disk space.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalSpaceInBytes?: number;\n /**\n * The available disk space.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableSpaceInBytes?: number;\n /**\n * The used disk space.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usedSpaceInBytes?: number;\n /**\n * The free disk space percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly freeSpacePercentage?: number;\n /**\n * The uploading pending data in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputUploadPendingDataInBytes?: number;\n /**\n * The throughput in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputInBytes?: number;\n /**\n * The processor usage percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processorUsagePercentage?: number;\n /**\n * The throughput status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputStatus?: RcmComponentStatus;\n /**\n * The system load.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemLoad?: number;\n /**\n * The system load status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemLoadStatus?: RcmComponentStatus;\n /**\n * The disk usage status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskUsageStatus?: RcmComponentStatus;\n /**\n * The memory usage status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryUsageStatus?: RcmComponentStatus;\n /**\n * The processor usage status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processorUsageStatus?: RcmComponentStatus;\n /**\n * The health of the process server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n /**\n * The protected item count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly protectedItemCount?: number;\n /**\n * The historic health of the process server based on the health in last 24 hours.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly historicHealth?: ProtectionHealth;\n}\n\n/** RCM proxy details. */\nexport interface RcmProxyDetails {\n /**\n * The RCM proxy Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The RCM proxy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The RCM proxy Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The fabric object Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricObjectId?: string;\n /**\n * The RCM proxy Fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The client authentication type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientAuthenticationType?: string;\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the RCM proxy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The health of the RCM proxy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n}\n\n/** Push installer details. */\nexport interface PushInstallerDetails {\n /**\n * The push installer Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The push installer name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The push installer Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The fabric object Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricObjectId?: string;\n /**\n * The push installer Fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the push installer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The health of the push installer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n}\n\n/** Replication agent details. */\nexport interface ReplicationAgentDetails {\n /**\n * The replication agent Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The replication agent name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The replication agent Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The fabric object Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricObjectId?: string;\n /**\n * The replication agent Fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the replication agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The health of the replication agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n}\n\n/** Reprotect agent details. */\nexport interface ReprotectAgentDetails {\n /**\n * The reprotect agent Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The reprotect agent name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The reprotect agent Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The fabric object Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricObjectId?: string;\n /**\n * The reprotect agent Fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the reprotect agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The health of the reprotect agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n /**\n * The protected item count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly protectedItemCount?: number;\n /**\n * The list of accessible datastores fetched from discovery.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessibleDatastores?: string[];\n /**\n * The Vcenter Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vcenterId?: string;\n /**\n * The last time when SDS information discovered in SRS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastDiscoveryInUtc?: Date;\n}\n\n/** Mars agent details. */\nexport interface MarsAgentDetails {\n /**\n * The Mars agent Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The Mars agent name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The Mars agent Bios Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosId?: string;\n /**\n * The fabric object Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricObjectId?: string;\n /**\n * The Mars agent Fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The last heartbeat received from the Mars agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The health of the Mars agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The health errors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthErrors?: HealthError[];\n}\n\n/** InMageRcmFabric switch provider blocking error details. */\nexport interface InMageRcmFabricSwitchProviderBlockingErrorDetails {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * The possible causes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleCauses?: string;\n /**\n * The recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedAction?: string;\n /**\n * The error message parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessageParameters?: { [propertyName: string]: string };\n /**\n * The error tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorTags?: { [propertyName: string]: string };\n}\n\n/** InMageRcm discovered protected VM details. */\nexport interface InMageRcmDiscoveredProtectedVmDetails {\n /**\n * The VCenter Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCenterId?: string;\n /**\n * The VCenter fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCenterFqdn?: string;\n /**\n * The list of datastores.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datastores?: string[];\n /**\n * The list of IP addresses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: string[];\n /**\n * The VMware tools status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareToolsStatus?: string;\n /**\n * The VM power status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerStatus?: string;\n /**\n * The VM fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmFqdn?: string;\n /**\n * The VM's OS name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * The SDS created timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * The SDS updated timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n /**\n * A value indicating whether the VM is deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeleted?: boolean;\n /**\n * The last time when SDS information discovered in SRS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastDiscoveryTimeInUtc?: Date;\n}\n\n/** InMageRcm disk input. */\nexport interface InMageRcmDiskInput {\n /** The disk Id. */\n diskId: string;\n /** The log storage account ARM Id. */\n logStorageAccountId: string;\n /** The disk type. */\n diskType: DiskAccountType;\n /** The DiskEncryptionSet ARM Id. */\n diskEncryptionSetId?: string;\n}\n\n/** InMageRcm disk input. */\nexport interface InMageRcmDisksDefaultInput {\n /** The log storage account ARM Id. */\n logStorageAccountId: string;\n /** The disk type. */\n diskType: DiskAccountType;\n /** The DiskEncryptionSet ARM Id. */\n diskEncryptionSetId?: string;\n}\n\n/** InMageRcmFailback discovered VM details. */\nexport interface InMageRcmFailbackDiscoveredProtectedVmDetails {\n /**\n * The VCenter Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCenterId?: string;\n /**\n * The VCenter fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCenterFqdn?: string;\n /**\n * The list of datastores.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly datastores?: string[];\n /**\n * The list of IP addresses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: string[];\n /**\n * The VMware tools status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareToolsStatus?: string;\n /**\n * The VM power status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerStatus?: string;\n /**\n * The VM fqdn.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmFqdn?: string;\n /**\n * The VM's OS name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * The SDS created timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimestamp?: Date;\n /**\n * The SDS updated timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedTimestamp?: Date;\n /**\n * A value indicating whether the VM is deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeleted?: boolean;\n /**\n * The last time when SDS information discovered in SRS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastDiscoveryTimeInUtc?: Date;\n}\n\n/** InMageRcmFailback mobility agent details. */\nexport interface InMageRcmFailbackMobilityAgentDetails {\n /**\n * The agent version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The latest agent version available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestVersion?: string;\n /**\n * The driver version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverVersion?: string;\n /**\n * The latest upgradeable version available without reboot.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestUpgradableVersionWithoutReboot?: string;\n /**\n * The agent version expiry date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentVersionExpiryDate?: Date;\n /**\n * The driver version expiry date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverVersionExpiryDate?: Date;\n /**\n * The time of the last heartbeat received from the agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The whether update is possible or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonsBlockingUpgrade?: AgentUpgradeBlockedReason[];\n /**\n * A value indicating whether agent is upgradeable or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isUpgradeable?: string;\n}\n\n/** InMageRcmFailback NIC details. */\nexport interface InMageRcmFailbackNicDetails {\n /**\n * The mac address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly macAddress?: string;\n /**\n * The network name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkName?: string;\n /**\n * The adapter type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly adapterType?: string;\n /**\n * The IP address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceIpAddress?: string;\n}\n\n/** InMageRcmFailback protected disk details. */\nexport interface InMageRcmFailbackProtectedDiskDetails {\n /**\n * The disk Id (reported by source agent).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskId?: string;\n /**\n * The disk name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskName?: string;\n /**\n * A value indicating whether the disk is the OS disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOSDisk?: string;\n /**\n * The disk capacity in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityInBytes?: number;\n /**\n * The disk Uuid (reported by vCenter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskUuid?: string;\n /**\n * The data pending in log data store in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPendingInLogDataStoreInMB?: number;\n /**\n * The data pending at source agent in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPendingAtSourceAgentInMB?: number;\n /**\n * A value indicating whether initial replication is complete or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isInitialReplicationComplete?: string;\n /** The initial replication details. */\n irDetails?: InMageRcmFailbackSyncDetails;\n /** The resync details. */\n resyncDetails?: InMageRcmFailbackSyncDetails;\n /**\n * The last sync time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSyncTime?: Date;\n}\n\n/** InMageRcmFailback disk level sync details. */\nexport interface InMageRcmFailbackSyncDetails {\n /**\n * The progress health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progressHealth?: DiskReplicationProgressHealth;\n /**\n * The transferred bytes from source VM to azure for the disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly transferredBytes?: number;\n /**\n * The bytes transferred in last 15 minutes from source VM to target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly last15MinutesTransferredBytes?: number;\n /**\n * The time of the last data transfer from source VM to target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastDataTransferTimeUtc?: string;\n /**\n * The total processed bytes. This includes bytes that are transferred from source VM to target and matched bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processedBytes?: number;\n /**\n * The start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: string;\n /**\n * The last refresh time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRefreshTime?: string;\n /**\n * Progress in percentage. Progress percentage is calculated based on processed bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progressPercentage?: number;\n}\n\n/** InMageRcm last source agent upgrade error details. */\nexport interface InMageRcmLastAgentUpgradeErrorDetails {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * The possible causes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleCauses?: string;\n /**\n * The recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedAction?: string;\n /**\n * The error message parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessageParameters?: { [propertyName: string]: string };\n /**\n * The error tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorTags?: { [propertyName: string]: string };\n}\n\n/** InMageRcm mobility agent details. */\nexport interface InMageRcmMobilityAgentDetails {\n /**\n * The agent version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The latest agent version available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestVersion?: string;\n /**\n * The latest agent version release date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestAgentReleaseDate?: string;\n /**\n * The driver version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverVersion?: string;\n /**\n * The latest upgradeable version available without reboot.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestUpgradableVersionWithoutReboot?: string;\n /**\n * The agent version expiry date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentVersionExpiryDate?: Date;\n /**\n * The driver version expiry date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverVersionExpiryDate?: Date;\n /**\n * The time of the last heartbeat received from the agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastHeartbeatUtc?: Date;\n /**\n * The whether update is possible or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonsBlockingUpgrade?: AgentUpgradeBlockedReason[];\n /**\n * A value indicating whether agent is upgradeable or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isUpgradeable?: string;\n}\n\n/** InMageRcm NIC details. */\nexport interface InMageRcmNicDetails {\n /**\n * The NIC Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nicId?: string;\n /** A value indicating whether this is the primary NIC. */\n isPrimaryNic?: string;\n /** A value indicating whether this NIC is selected for failover. */\n isSelectedForFailover?: string;\n /**\n * The source IP address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceIPAddress?: string;\n /**\n * The source IP address type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceIPAddressType?: EthernetAddressType;\n /**\n * Source network Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceNetworkId?: string;\n /**\n * Source subnet name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceSubnetName?: string;\n /** The target IP address. */\n targetIPAddress?: string;\n /** The target IP address type. */\n targetIPAddressType?: EthernetAddressType;\n /** Target subnet name. */\n targetSubnetName?: string;\n /** Test subnet name. */\n testSubnetName?: string;\n /** The test IP address. */\n testIPAddress?: string;\n /** The test IP address type. */\n testIPAddressType?: EthernetAddressType;\n}\n\n/** InMageRcm NIC input. */\nexport interface InMageRcmNicInput {\n /** The NIC Id. */\n nicId: string;\n /** A value indicating whether this is the primary NIC. */\n isPrimaryNic: string;\n /** A value indicating whether this NIC is selected for failover. */\n isSelectedForFailover?: string;\n /** Target subnet name. */\n targetSubnetName?: string;\n /** The target static IP address. */\n targetStaticIPAddress?: string;\n /** The test subnet name. */\n testSubnetName?: string;\n /** The test static IP address. */\n testStaticIPAddress?: string;\n}\n\n/** InMageRcm protected disk details. */\nexport interface InMageRcmProtectedDiskDetails {\n /**\n * The disk Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskId?: string;\n /**\n * The disk name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskName?: string;\n /**\n * A value indicating whether the disk is the OS disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOSDisk?: string;\n /**\n * The disk capacity in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityInBytes?: number;\n /**\n * The log storage account ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStorageAccountId?: string;\n /**\n * The DiskEncryptionSet ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskEncryptionSetId?: string;\n /**\n * The ARM Id of the seed managed disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly seedManagedDiskId?: string;\n /**\n * The uri of the seed blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly seedBlobUri?: string;\n /**\n * The ARM Id of the target managed disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetManagedDiskId?: string;\n /** The disk type. */\n diskType?: DiskAccountType;\n /**\n * The data pending in log data store in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPendingInLogDataStoreInMB?: number;\n /**\n * The data pending at source agent in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPendingAtSourceAgentInMB?: number;\n /**\n * A value indicating whether initial replication is complete or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isInitialReplicationComplete?: string;\n /** The initial replication details. */\n irDetails?: InMageRcmSyncDetails;\n /** The resync details. */\n resyncDetails?: InMageRcmSyncDetails;\n}\n\n/** InMageRcm disk level sync details. */\nexport interface InMageRcmSyncDetails {\n /**\n * The progress health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progressHealth?: DiskReplicationProgressHealth;\n /**\n * The transferred bytes from source VM to azure for the disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly transferredBytes?: number;\n /**\n * The bytes transferred in last 15 minutes from source VM to azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly last15MinutesTransferredBytes?: number;\n /**\n * The time of the last data transfer from source VM to azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastDataTransferTimeUtc?: string;\n /**\n * The total processed bytes. This includes bytes that are transferred from source VM to azure and matched bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processedBytes?: number;\n /**\n * The start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: string;\n /**\n * The last refresh time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRefreshTime?: string;\n /**\n * Progress in percentage. Progress percentage is calculated based on processed bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly progressPercentage?: number;\n}\n\n/** Details of the OS Disk. */\nexport interface OSDiskDetails {\n /** The id of the disk containing the OS. */\n osVhdId?: string;\n /** The type of the OS on the VM. */\n osType?: string;\n /** The OS disk VHD name. */\n vhdName?: string;\n}\n\n/** Details of a Master Target Server. */\nexport interface MasterTargetServer {\n /** The server Id. */\n id?: string;\n /** The IP address of the server. */\n ipAddress?: string;\n /** The server name. */\n name?: string;\n /** The OS type of the server. */\n osType?: string;\n /** The version of the scout component on the server. */\n agentVersion?: string;\n /** The last heartbeat received from the server. */\n lastHeartbeat?: Date;\n /** Version status. */\n versionStatus?: string;\n /** The retention volumes of Master target Server. */\n retentionVolumes?: RetentionVolume[];\n /** The list of data stores in the fabric. */\n dataStores?: DataStore[];\n /** Validation errors. */\n validationErrors?: HealthError[];\n /** Health errors. */\n healthErrors?: HealthError[];\n /** Disk count of the master target. */\n diskCount?: number;\n /** OS Version of the master target. */\n osVersion?: string;\n /** Agent expiry date. */\n agentExpiryDate?: Date;\n /** MARS agent version. */\n marsAgentVersion?: string;\n /** MARS agent expiry date. */\n marsAgentExpiryDate?: Date;\n /** Agent version details. */\n agentVersionDetails?: VersionDetails;\n /** Mars agent version details. */\n marsAgentVersionDetails?: VersionDetails;\n}\n\n/** The retention details of the MT. */\nexport interface RetentionVolume {\n /** The volume name. */\n volumeName?: string;\n /** The volume capacity. */\n capacityInBytes?: number;\n /** The free space available in this volume. */\n freeSpaceInBytes?: number;\n /** The threshold percentage. */\n thresholdPercentage?: number;\n}\n\n/** Query parameter to enumerate migration items. */\nexport interface MigrationItemsQueryParameter {\n /** The source fabric name filter. */\n sourceFabricName?: string;\n /** The source container name filter. */\n sourceContainerName?: string;\n /** The replication provider type. */\n instanceType?: string;\n}\n\n/** The Mobility Service update details. */\nexport interface MobilityServiceUpdate {\n /** The version of the latest update. */\n version?: string;\n /** The reboot status of the update - whether it is required or not. */\n rebootStatus?: string;\n /** The OS type. */\n osType?: string;\n}\n\n/** Details of the Process Server. */\nexport interface ProcessServer {\n /** The Process Server's friendly name. */\n friendlyName?: string;\n /** The Process Server Id. */\n id?: string;\n /** The IP address of the server. */\n ipAddress?: string;\n /** The OS type of the server. */\n osType?: string;\n /** The version of the scout component on the server. */\n agentVersion?: string;\n /** The last heartbeat received from the server. */\n lastHeartbeat?: Date;\n /** Version status. */\n versionStatus?: string;\n /** The list of the mobility service updates available on the Process Server. */\n mobilityServiceUpdates?: MobilityServiceUpdate[];\n /** The agent generated Id. */\n hostId?: string;\n /** The servers configured with this PS. */\n machineCount?: string;\n /** The number of replication pairs configured in this PS. */\n replicationPairCount?: string;\n /** The percentage of the system load. */\n systemLoad?: string;\n /** The system load status. */\n systemLoadStatus?: string;\n /** The percentage of the CPU load. */\n cpuLoad?: string;\n /** The CPU load status. */\n cpuLoadStatus?: string;\n /** The total memory. */\n totalMemoryInBytes?: number;\n /** The available memory. */\n availableMemoryInBytes?: number;\n /** The memory usage status. */\n memoryUsageStatus?: string;\n /** The total space. */\n totalSpaceInBytes?: number;\n /** The available space. */\n availableSpaceInBytes?: number;\n /** The space usage status. */\n spaceUsageStatus?: string;\n /** The PS service status. */\n psServiceStatus?: string;\n /** The PS SSL cert expiry date. */\n sslCertExpiryDate?: Date;\n /** CS SSL cert expiry date. */\n sslCertExpiryRemainingDays?: number;\n /** OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0. */\n osVersion?: string;\n /** Health errors. */\n healthErrors?: HealthError[];\n /** Agent expiry date. */\n agentExpiryDate?: Date;\n /** The agent version details. */\n agentVersionDetails?: VersionDetails;\n /**\n * The health of Process Server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: ProtectionHealth;\n /**\n * The process server stats refresh time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly psStatsRefreshTime?: Date;\n /**\n * The uploading pending data in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputUploadPendingDataInBytes?: number;\n /**\n * The throughput in MBps.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputInMBps?: number;\n /**\n * The throughput in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputInBytes?: number;\n /**\n * The throughput status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputStatus?: string;\n /**\n * The MARS communication status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marsCommunicationStatus?: string;\n /**\n * The MARS registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marsRegistrationStatus?: string;\n}\n\n/** Query parameter to enumerate Protectable items. */\nexport interface ProtectableItemQueryParameter {\n /** State of the Protectable item query filter. */\n state?: string;\n}\n\n/** Query parameter to enumerate protected items. */\nexport interface ProtectedItemsQueryParameter {\n /** The source fabric name filter. */\n sourceFabricName?: string;\n /** The recovery plan filter. */\n recoveryPlanName?: string;\n /** The source fabric location filter. */\n sourceFabricLocation?: string;\n /** The fabric object Id filter. */\n fabricObjectId?: string;\n /** The vCenter name filter. */\n vCenterName?: string;\n /** The replication provider type. */\n instanceType?: string;\n /** Whether Multi VM group is auto created or specified by user. */\n multiVmGroupCreateOption?: MultiVmGroupCreateOption;\n /** The process server Id filter. */\n processServerId?: string;\n}\n\n/** Azure role assignment details. */\nexport interface RoleAssignment {\n /** The ARM Id of the role assignment. */\n id?: string;\n /** The name of the role assignment. */\n name?: string;\n /** Role assignment scope. */\n scope?: string;\n /** Principal Id. */\n principalId?: string;\n /** Role definition id. */\n roleDefinitionId?: string;\n}\n\n/** CS Accounts Details. */\nexport interface RunAsAccount {\n /** The CS RunAs account Id. */\n accountId?: string;\n /** The CS RunAs account name. */\n accountName?: string;\n}\n\n/** VMwareCbt disk input. */\nexport interface VMwareCbtDiskInput {\n /** The disk Id. */\n diskId: string;\n /** The disk type. */\n diskType?: DiskAccountType;\n /** A value indicating whether the disk is the OS disk. */\n isOSDisk: string;\n /** The log storage account ARM Id. */\n logStorageAccountId: string;\n /** The key vault secret name of the log storage account. */\n logStorageAccountSasSecretName: string;\n /** The DiskEncryptionSet ARM Id. */\n diskEncryptionSetId?: string;\n}\n\n/** VMwareCbt security profile input. */\nexport interface VMwareCbtSecurityProfileProperties {\n /** The target VM security type. */\n targetVmSecurityType?: SecurityType;\n /** A value indicating whether secure boot to be enabled. */\n isTargetVmSecureBootEnabled?: string;\n /** A value indicating whether trusted platform module to be enabled. */\n isTargetVmTpmEnabled?: string;\n /** A value indicating whether integrity monitoring to be enabled. */\n isTargetVmIntegrityMonitoringEnabled?: string;\n /** A value indicating whether confidential compute encryption to be enabled. */\n isTargetVmConfidentialEncryptionEnabled?: string;\n}\n\n/** VMwareCbt protected disk details. */\nexport interface VMwareCbtProtectedDiskDetails {\n /**\n * The disk id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskId?: string;\n /**\n * The disk name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskName?: string;\n /** The disk type. */\n diskType?: DiskAccountType;\n /**\n * The disk path.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskPath?: string;\n /**\n * A value indicating whether the disk is the OS disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOSDisk?: string;\n /**\n * The disk capacity in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityInBytes?: number;\n /**\n * The log storage account ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStorageAccountId?: string;\n /**\n * The key vault secret name of the log storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStorageAccountSasSecretName?: string;\n /**\n * The DiskEncryptionSet ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskEncryptionSetId?: string;\n /**\n * The ARM Id of the seed managed disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly seedManagedDiskId?: string;\n /**\n * The uri of the seed blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly seedBlobUri?: string;\n /**\n * The ARM Id of the target managed disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetManagedDiskId?: string;\n /**\n * The uri of the target blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetBlobUri?: string;\n /** The name for the target managed disk. */\n targetDiskName?: string;\n /**\n * A value indicating the gateway operation details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayOperationDetails?: GatewayOperationDetails;\n}\n\n/** VMwareCbt NIC details. */\nexport interface VMwareCbtNicDetails {\n /**\n * The NIC Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nicId?: string;\n /** A value indicating whether this is the primary NIC. */\n isPrimaryNic?: string;\n /**\n * The source IP address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceIPAddress?: string;\n /**\n * The source IP address type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceIPAddressType?: EthernetAddressType;\n /**\n * Source network Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceNetworkId?: string;\n /** The target IP address. */\n targetIPAddress?: string;\n /** The target IP address type. */\n targetIPAddressType?: EthernetAddressType;\n /** Target subnet name. */\n targetSubnetName?: string;\n /** Source network Id. */\n testNetworkId?: string;\n /** Test subnet name. */\n testSubnetName?: string;\n /** The test IP address. */\n testIPAddress?: string;\n /** The test IP address type. */\n testIPAddressType?: EthernetAddressType;\n /** Target NIC name. */\n targetNicName?: string;\n /** A value indicating whether this NIC is selected for migration. */\n isSelectedForMigration?: string;\n}\n\n/** VMwareCbt NIC input. */\nexport interface VMwareCbtNicInput {\n /** The NIC Id. */\n nicId: string;\n /** A value indicating whether this is the primary NIC. */\n isPrimaryNic: string;\n /** Target subnet name. */\n targetSubnetName?: string;\n /** The static IP address. */\n targetStaticIPAddress?: string;\n /** A value indicating whether this NIC is selected for migration. */\n isSelectedForMigration?: string;\n /** Target NIC name. */\n targetNicName?: string;\n /** The test subnet name. */\n testSubnetName?: string;\n /** The test static IP address. */\n testStaticIPAddress?: string;\n}\n\n/** VMwareCbt disk input for update. */\nexport interface VMwareCbtUpdateDiskInput {\n /** The disk Id. */\n diskId: string;\n /** The target disk name. */\n targetDiskName?: string;\n /** A value indicating whether the disk is the OS disk. */\n isOSDisk?: string;\n}\n\n/** Implements the Alert class. */\nexport interface Alert extends Resource {\n /** Alert related data. */\n properties?: AlertProperties;\n}\n\n/** Implements the Event class. */\nexport interface Event extends Resource {\n /** Event related data. */\n properties?: EventProperties;\n}\n\n/** Fabric definition. */\nexport interface Fabric extends Resource {\n /** Fabric related data. */\n properties?: FabricProperties;\n}\n\n/** Logical network data model. */\nexport interface LogicalNetwork extends Resource {\n /** The Logical Network Properties. */\n properties?: LogicalNetworkProperties;\n}\n\n/** Network model. */\nexport interface Network extends Resource {\n /** The Network Properties. */\n properties?: NetworkProperties;\n}\n\n/** Network Mapping model. Ideally it should have been possible to inherit this class from prev version in InheritedModels as long as there is no difference in structure or method signature. Since there were no base Models for certain fields and methods viz NetworkMappingProperties and Load with required return type, the class has been introduced in its entirety with references to base models to facilitate extensions in subsequent versions. */\nexport interface NetworkMapping extends Resource {\n /** The Network Mapping Properties. */\n properties?: NetworkMappingProperties;\n}\n\n/** Protection container details. */\nexport interface ProtectionContainer extends Resource {\n /** The custom data. */\n properties?: ProtectionContainerProperties;\n}\n\n/** Migration item. */\nexport interface MigrationItem extends Resource {\n /** The migration item properties. */\n properties?: MigrationItemProperties;\n}\n\n/** Recovery point for a migration item. */\nexport interface MigrationRecoveryPoint extends Resource {\n /** Recovery point properties. */\n properties?: MigrationRecoveryPointProperties;\n}\n\n/** Replication protected item. */\nexport interface ProtectableItem extends Resource {\n /** The custom data. */\n properties?: ProtectableItemProperties;\n}\n\n/** Replication protected item. */\nexport interface ReplicationProtectedItem extends Resource {\n /** The custom data. */\n properties?: ReplicationProtectedItemProperties;\n}\n\n/** Recovery point. */\nexport interface RecoveryPoint extends Resource {\n /** The recovery point properties. */\n properties?: RecoveryPointProperties;\n}\n\n/** Protection container mapping object. */\nexport interface ProtectionContainerMapping extends Resource {\n /** The custom data. */\n properties?: ProtectionContainerMappingProperties;\n}\n\n/** Provider details. */\nexport interface RecoveryServicesProvider extends Resource {\n /** Provider properties. */\n properties?: RecoveryServicesProviderProperties;\n}\n\n/** Storage object definition. */\nexport interface StorageClassification extends Resource {\n /** Properties of the storage object. */\n properties?: StorageClassificationProperties;\n}\n\n/** Storage mapping object. */\nexport interface StorageClassificationMapping extends Resource {\n /** Properties of the storage mapping object. */\n properties?: StorageClassificationMappingProperties;\n}\n\n/** vCenter definition. */\nexport interface VCenter extends Resource {\n /** VCenter related data. */\n properties?: VCenterProperties;\n}\n\n/** Job details. */\nexport interface Job extends Resource {\n /** The custom data. */\n properties?: JobProperties;\n}\n\n/** Protection profile details. */\nexport interface Policy extends Resource {\n /** The custom data. */\n properties?: PolicyProperties;\n}\n\n/** Replication protection intent. */\nexport interface ReplicationProtectionIntent extends Resource {\n /** The custom data. */\n properties?: ReplicationProtectionIntentProperties;\n}\n\n/** Recovery plan details. */\nexport interface RecoveryPlan extends Resource {\n /** The custom details. */\n properties?: RecoveryPlanProperties;\n}\n\n/** Supported operating systems. */\nexport interface SupportedOperatingSystems extends Resource {\n /** The supported operating systems properties. */\n properties?: SupportedOSProperties;\n}\n\n/** Vault health details definition. */\nexport interface VaultHealthDetails extends Resource {\n /** The vault health related data. */\n properties?: VaultHealthProperties;\n}\n\n/** Vault setting. */\nexport interface VaultSetting extends Resource {\n /** The vault setting properties. */\n properties?: VaultSettingProperties;\n}\n\n/** InMageRcm appliance specific details. */\nexport interface InMageRcmApplianceSpecificDetails\n extends ApplianceSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /**\n * The list of appliances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appliances?: InMageRcmApplianceDetails[];\n}\n\n/** Model class for event details of a A2A event. */\nexport interface A2AEventDetails extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The protected item arm name. */\n protectedItemName?: string;\n /** The azure vm arm id. */\n fabricObjectId?: string;\n /** Fabric arm name. */\n fabricName?: string;\n /** The fabric location. */\n fabricLocation?: string;\n /** Remote fabric arm name. */\n remoteFabricName?: string;\n /** Remote fabric location. */\n remoteFabricLocation?: string;\n}\n\n/** Model class for event details of a HyperVReplica E2E event. */\nexport interface HyperVReplica2012EventDetails\n extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012\";\n /** The container friendly name. */\n containerName?: string;\n /** The fabric friendly name. */\n fabricName?: string;\n /** The remote container name. */\n remoteContainerName?: string;\n /** The remote fabric name. */\n remoteFabricName?: string;\n}\n\n/** Model class for event details of a HyperVReplica blue E2E event. */\nexport interface HyperVReplica2012R2EventDetails\n extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012R2\";\n /** The container friendly name. */\n containerName?: string;\n /** The fabric friendly name. */\n fabricName?: string;\n /** The remote container name. */\n remoteContainerName?: string;\n /** The remote fabric name. */\n remoteFabricName?: string;\n}\n\n/** Model class for event details of a HyperVReplica E2A event. */\nexport interface HyperVReplicaAzureEventDetails\n extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The container friendly name. */\n containerName?: string;\n /** The fabric friendly name. */\n fabricName?: string;\n /** The remote container name. */\n remoteContainerName?: string;\n}\n\n/** Abstract model class for event details of a HyperVReplica E2E event. */\nexport interface HyperVReplicaBaseEventDetails\n extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaBaseEventDetails\";\n /** The container friendly name. */\n containerName?: string;\n /** The fabric friendly name. */\n fabricName?: string;\n /** The remote container name. */\n remoteContainerName?: string;\n /** The remote fabric name. */\n remoteFabricName?: string;\n}\n\n/** Model class for event details of a VMwareAzureV2 event. */\nexport interface InMageAzureV2EventDetails\n extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType. */\n eventType?: string;\n /** InMage Event Category. */\n category?: string;\n /** InMage Event Component. */\n component?: string;\n /** Corrective Action string for the event. */\n correctiveAction?: string;\n /** InMage Event Details. */\n details?: string;\n /** InMage Event Summary. */\n summary?: string;\n /** VMware Site name. */\n siteName?: string;\n}\n\n/** Event details for InMageRcm provider. */\nexport interface InMageRcmEventDetails extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /**\n * The protected item name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly protectedItemName?: string;\n /**\n * The protected item name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmName?: string;\n /**\n * The latest agent version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestAgentVersion?: string;\n /**\n * The job Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * The fabric name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricName?: string;\n /**\n * The appliance name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applianceName?: string;\n /**\n * The server type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverType?: string;\n /**\n * The component display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly componentDisplayName?: string;\n}\n\n/** Event details for InMageRcmFailback provider. */\nexport interface InMageRcmFailbackEventDetails\n extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /**\n * The protected item name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly protectedItemName?: string;\n /**\n * The protected item name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmName?: string;\n /**\n * The appliance name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applianceName?: string;\n /**\n * The server type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverType?: string;\n /**\n * The component display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly componentDisplayName?: string;\n}\n\n/** Event details for VMwareCbt provider. */\nexport interface VMwareCbtEventDetails extends EventProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /**\n * The migration item name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationItemName?: string;\n}\n\n/** Model class for event details of a job status event. */\nexport interface JobStatusEventDetails extends EventSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"JobStatus\";\n /** Job arm id for the event. */\n jobId?: string;\n /** JobName for the Event. */\n jobFriendlyName?: string;\n /** JobStatus for the Event. */\n jobStatus?: string;\n /** AffectedObjectType for the event. */\n affectedObjectType?: string;\n}\n\n/** Azure Fabric Specific Details. */\nexport interface AzureFabricSpecificDetails extends FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"Azure\";\n /** The Location for the Azure fabric. */\n location?: string;\n /** The container Ids for the Azure fabric. */\n containerIds?: string[];\n /** The zones. */\n zones?: A2AZoneDetails[];\n /** The ExtendedLocations. */\n extendedLocations?: A2AExtendedLocationDetails[];\n /** The location details. */\n locationDetails?: A2AFabricSpecificLocationDetails[];\n}\n\n/** HyperVSite fabric specific details. */\nexport interface HyperVSiteDetails extends FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVSite\";\n /** The list of Hyper-V hosts associated with the fabric. */\n hyperVHosts?: HyperVHostDetails[];\n}\n\n/** InMageRcm fabric specific details. */\nexport interface InMageRcmFabricSpecificDetails extends FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /**\n * The ARM Id of the VMware site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareSiteId?: string;\n /**\n * The ARM Id of the physical site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly physicalSiteId?: string;\n /**\n * The service endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceEndpoint?: string;\n /**\n * The service resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceResourceId?: string;\n /**\n * The service container Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceContainerId?: string;\n /**\n * The data plane Uri.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPlaneUri?: string;\n /**\n * The control plane Uri.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly controlPlaneUri?: string;\n /** The source agent identity details. */\n sourceAgentIdentityDetails?: IdentityProviderDetails;\n /**\n * The list of process servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processServers?: ProcessServerDetails[];\n /**\n * The list of RCM proxies.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rcmProxies?: RcmProxyDetails[];\n /**\n * The list of push installers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pushInstallers?: PushInstallerDetails[];\n /**\n * The list of replication agents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicationAgents?: ReplicationAgentDetails[];\n /**\n * The list of reprotect agents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reprotectAgents?: ReprotectAgentDetails[];\n /**\n * The list of Mars agents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marsAgents?: MarsAgentDetails[];\n /**\n * The list of DRAs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dras?: DraDetails[];\n /**\n * The list of agent details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentDetails?: AgentDetails[];\n}\n\n/** VMM fabric specific details. */\nexport interface VmmDetails extends FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMM\";\n}\n\n/** Store the fabric details specific to the VMware fabric. */\nexport interface VMwareDetails extends FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMware\";\n /** The list of Process Servers associated with the fabric. */\n processServers?: ProcessServer[];\n /** The list of Master Target servers associated with the fabric. */\n masterTargetServers?: MasterTargetServer[];\n /** The list of run as accounts created on the server. */\n runAsAccounts?: RunAsAccount[];\n /** The number of replication pairs configured in this CS. */\n replicationPairCount?: string;\n /** The number of process servers. */\n processServerCount?: string;\n /** The number of source and target servers configured to talk to this CS. */\n agentCount?: string;\n /** The number of protected servers. */\n protectedServers?: string;\n /** The percentage of the system load. */\n systemLoad?: string;\n /** The system load status. */\n systemLoadStatus?: string;\n /** The percentage of the CPU load. */\n cpuLoad?: string;\n /** The CPU load status. */\n cpuLoadStatus?: string;\n /** The total memory. */\n totalMemoryInBytes?: number;\n /** The available memory. */\n availableMemoryInBytes?: number;\n /** The memory usage status. */\n memoryUsageStatus?: string;\n /** The total space. */\n totalSpaceInBytes?: number;\n /** The available space. */\n availableSpaceInBytes?: number;\n /** The space usage status. */\n spaceUsageStatus?: string;\n /** The web load. */\n webLoad?: string;\n /** The web load status. */\n webLoadStatus?: string;\n /** The database server load. */\n databaseServerLoad?: string;\n /** The database server load status. */\n databaseServerLoadStatus?: string;\n /** The CS service status. */\n csServiceStatus?: string;\n /** The IP address. */\n ipAddress?: string;\n /** The agent Version. */\n agentVersion?: string;\n /** The host name. */\n hostName?: string;\n /** The last heartbeat received from CS server. */\n lastHeartbeat?: Date;\n /** Version status. */\n versionStatus?: string;\n /** CS SSL cert expiry date. */\n sslCertExpiryDate?: Date;\n /** CS SSL cert expiry date. */\n sslCertExpiryRemainingDays?: number;\n /** PS template version. */\n psTemplateVersion?: string;\n /** Agent expiry date. */\n agentExpiryDate?: Date;\n /** The agent version details. */\n agentVersionDetails?: VersionDetails;\n /** The switch provider blocking error information. */\n switchProviderBlockingErrorDetails?: InMageFabricSwitchProviderBlockingErrorDetails[];\n}\n\n/** VMwareV2 fabric specific details. */\nexport interface VMwareV2FabricSpecificDetails extends FabricSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareV2\";\n /**\n * The ARM Id of the VMware site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareSiteId?: string;\n /**\n * The ARM Id of the physical site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly physicalSiteId?: string;\n /**\n * The Migration solution ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationSolutionId?: string;\n /**\n * The service endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceEndpoint?: string;\n /**\n * The service resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceResourceId?: string;\n /**\n * The service container Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceContainerId?: string;\n /**\n * The list of process servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processServers?: ProcessServerDetails[];\n}\n\n/** Fabric provider specific settings. */\nexport interface AzureFabricCreationInput extends FabricSpecificCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"Azure\";\n /** The Location. */\n location?: string;\n}\n\n/** InMageRcm fabric provider specific settings. */\nexport interface InMageRcmFabricCreationInput\n extends FabricSpecificCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The ARM Id of the VMware site. */\n vmwareSiteId: string;\n /** The ARM Id of the physical site. */\n physicalSiteId: string;\n /** The identity provider input for source agent authentication. */\n sourceAgentIdentity: IdentityProviderInput;\n}\n\n/** VMwareV2 fabric provider specific settings. */\nexport interface VMwareV2FabricCreationInput\n extends FabricSpecificCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareV2\";\n /** The ARM Id of the VMware site. */\n vmwareSiteId?: string;\n /** The ARM Id of the physical site. */\n physicalSiteId?: string;\n /** The ARM Id of the migration solution. */\n migrationSolutionId: string;\n}\n\n/** A2A Network Mapping fabric specific settings. */\nexport interface AzureToAzureNetworkMappingSettings\n extends NetworkMappingFabricSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AzureToAzure\";\n /** The primary fabric location. */\n primaryFabricLocation?: string;\n /** The recovery fabric location. */\n recoveryFabricLocation?: string;\n}\n\n/** E2A Network Mapping fabric specific settings. */\nexport interface VmmToAzureNetworkMappingSettings\n extends NetworkMappingFabricSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmToAzure\";\n}\n\n/** E2E Network Mapping fabric specific settings. */\nexport interface VmmToVmmNetworkMappingSettings\n extends NetworkMappingFabricSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmToVmm\";\n}\n\n/** Create network mappings input properties/behavior specific to Azure to Azure Network mapping. */\nexport interface AzureToAzureCreateNetworkMappingInput\n extends FabricSpecificCreateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AzureToAzure\";\n /** The primary azure vnet Id. */\n primaryNetworkId: string;\n}\n\n/** Create network mappings input properties/behavior specific to Vmm to Azure Network mapping. */\nexport interface VmmToAzureCreateNetworkMappingInput\n extends FabricSpecificCreateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmToAzure\";\n}\n\n/** Create network mappings input properties/behavior specific to vmm to vmm Network mapping. */\nexport interface VmmToVmmCreateNetworkMappingInput\n extends FabricSpecificCreateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmToVmm\";\n}\n\n/** Updates network mappings input. */\nexport interface AzureToAzureUpdateNetworkMappingInput\n extends FabricSpecificUpdateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AzureToAzure\";\n /** The primary azure vnet Id. */\n primaryNetworkId?: string;\n}\n\n/** Update network mappings input properties/behavior specific to vmm to azure. */\nexport interface VmmToAzureUpdateNetworkMappingInput\n extends FabricSpecificUpdateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmToAzure\";\n}\n\n/** Update network mappings input properties/behavior specific to vmm to vmm. */\nexport interface VmmToVmmUpdateNetworkMappingInput\n extends FabricSpecificUpdateNetworkMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmToVmm\";\n}\n\n/** A2A cloud creation input. */\nexport interface A2AContainerCreationInput\n extends ReplicationProviderSpecificContainerCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** A2ACrossClusterMigration cloud creation input. */\nexport interface A2ACrossClusterMigrationContainerCreationInput\n extends ReplicationProviderSpecificContainerCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2ACrossClusterMigration\";\n}\n\n/** VMwareCbt container creation input. */\nexport interface VMwareCbtContainerCreationInput\n extends ReplicationProviderSpecificContainerCreationInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n}\n\n/** VMwareCbt provider specific settings. */\nexport interface VMwareCbtMigrationDetails\n extends MigrationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /**\n * The ARM Id of the VM discovered in VMware.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmwareMachineId?: string;\n /**\n * The type of the OS on the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * The name of the OS on the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * The firmware type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareType?: string;\n /**\n * The target generation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetGeneration?: string;\n /** License Type of the VM to be used. */\n licenseType?: string;\n /** The SQL Server license type. */\n sqlServerLicenseType?: string;\n /**\n * The data mover run as account Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataMoverRunAsAccountId?: string;\n /**\n * The snapshot run as account Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly snapshotRunAsAccountId?: string;\n /**\n * The replication storage account ARM Id. This is applicable only for the blob based replication test hook.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountId?: string;\n /** Target VM name. */\n targetVmName?: string;\n /** The target VM size. */\n targetVmSize?: string;\n /**\n * The target location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetLocation?: string;\n /** The target resource group Id. */\n targetResourceGroupId?: string;\n /** The target availability set Id. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** The confidential VM key vault Id for ADE installation. */\n confidentialVmKeyVaultId?: string;\n /** The target VM security profile. */\n targetVmSecurityProfile?: VMwareCbtSecurityProfileProperties;\n /** The target boot diagnostics storage account ARM Id. */\n targetBootDiagnosticsStorageAccountId?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The list of protected disks. */\n protectedDisks?: VMwareCbtProtectedDiskDetails[];\n /** The target network Id. */\n targetNetworkId?: string;\n /** The test network Id. */\n testNetworkId?: string;\n /** The network details. */\n vmNics?: VMwareCbtNicDetails[];\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n /**\n * The recovery point Id to which the VM was migrated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationRecoveryPointId?: string;\n /**\n * The last recovery point received time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRecoveryPointReceived?: Date;\n /**\n * The last recovery point Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRecoveryPointId?: string;\n /**\n * The initial seeding progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialSeedingProgressPercentage?: number;\n /**\n * The migration progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationProgressPercentage?: number;\n /**\n * The resync progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProgressPercentage?: number;\n /**\n * The resume progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resumeProgressPercentage?: number;\n /**\n * The delta sync progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deltaSyncProgressPercentage?: number;\n /**\n * A value indicating whether checksum resync cycle is in progress.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isCheckSumResyncCycle?: string;\n /**\n * The initial seeding retry count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialSeedingRetryCount?: number;\n /**\n * The resync retry count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRetryCount?: number;\n /**\n * The resume retry count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resumeRetryCount?: number;\n /**\n * The delta sync retry count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deltaSyncRetryCount?: number;\n /**\n * A value indicating whether resync is required.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: string;\n /**\n * The resync state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncState?: ResyncState;\n /** A value indicating whether auto resync is to be done. */\n performAutoResync?: string;\n /** The tags for the seed disks. */\n seedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target disks. */\n targetDiskTags?: { [propertyName: string]: string };\n /** A value indicating the inplace OS Upgrade version. */\n supportedOSVersions?: string[];\n /**\n * A value indicating the appliance monitoring details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applianceMonitoringDetails?: ApplianceMonitoringDetails;\n /**\n * A value indicating the gateway operation details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayOperationDetails?: GatewayOperationDetails;\n /**\n * A value indicating the SRS operation name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationName?: string;\n}\n\n/** VMwareCbt specific enable migration input. */\nexport interface VMwareCbtEnableMigrationInput\n extends EnableMigrationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** The ARM Id of the VM discovered in VMware. */\n vmwareMachineId: string;\n /** The disks to include list. */\n disksToInclude: VMwareCbtDiskInput[];\n /** License type. */\n licenseType?: LicenseType;\n /** The SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** A value indicating whether bulk SQL RP registration to be done. */\n performSqlBulkRegistration?: string;\n /** The data mover run as account Id. */\n dataMoverRunAsAccountId: string;\n /** The snapshot run as account Id. */\n snapshotRunAsAccountId: string;\n /** The target VM name. */\n targetVmName?: string;\n /** The target VM size. */\n targetVmSize?: string;\n /** The target resource group ARM Id. */\n targetResourceGroupId: string;\n /** The target network ARM Id. */\n targetNetworkId: string;\n /** The selected test network ARM Id. */\n testNetworkId?: string;\n /** The target subnet name. */\n targetSubnetName?: string;\n /** The selected test subnet name. */\n testSubnetName?: string;\n /** The target availability set ARM Id. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group ARM Id. */\n targetProximityPlacementGroupId?: string;\n /** The confidential VM key vault Id for ADE installation. */\n confidentialVmKeyVaultId?: string;\n /** The target VM security profile. */\n targetVmSecurityProfile?: VMwareCbtSecurityProfileProperties;\n /** The target boot diagnostics storage account ARM Id. */\n targetBootDiagnosticsStorageAccountId?: string;\n /** A value indicating whether auto resync is to be done. */\n performAutoResync?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the seed disks. */\n seedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target disks. */\n targetDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n}\n\n/** VMwareCbt specific update migration item input. */\nexport interface VMwareCbtUpdateMigrationItemInput\n extends UpdateMigrationItemProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** The target VM name. */\n targetVmName?: string;\n /** The target VM size. */\n targetVmSize?: string;\n /** The target resource group ARM Id. */\n targetResourceGroupId?: string;\n /** The target availability set ARM Id. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group ARM Id. */\n targetProximityPlacementGroupId?: string;\n /** The target boot diagnostics storage account ARM Id. */\n targetBootDiagnosticsStorageAccountId?: string;\n /** The target network ARM Id. */\n targetNetworkId?: string;\n /** The test network ARM Id. */\n testNetworkId?: string;\n /** The list of NIC details. */\n vmNics?: VMwareCbtNicInput[];\n /** The list of disk update properties. */\n vmDisks?: VMwareCbtUpdateDiskInput[];\n /** The license type. */\n licenseType?: LicenseType;\n /** The SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** A value indicating whether auto resync is to be done. */\n performAutoResync?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the target disks. */\n targetDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n}\n\n/** VMwareCbt specific migrate input. */\nexport interface VMwareCbtMigrateInput extends MigrateProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** A value indicating whether VM is to be shutdown. */\n performShutdown: string;\n /** A value indicating the inplace OS Upgrade version. */\n osUpgradeVersion?: string;\n}\n\n/** VMwareCbt specific resume replication input. */\nexport interface VMwareCbtResumeReplicationInput\n extends ResumeReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** A value indicating whether Migration resources to be deleted. */\n deleteMigrationResources?: string;\n}\n\n/** VMwareCbt specific resync input. */\nexport interface VMwareCbtResyncInput extends ResyncProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** A value indicating whether CBT is to be reset. */\n skipCbtReset: string;\n}\n\n/** VMwareCbt specific test migrate input. */\nexport interface VMwareCbtTestMigrateInput\n extends TestMigrateProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** The recovery point Id. */\n recoveryPointId: string;\n /** The test network Id. */\n networkId: string;\n /** The list of NIC details. */\n vmNics?: VMwareCbtNicInput[];\n /** A value indicating the inplace OS Upgrade version. */\n osUpgradeVersion?: string;\n}\n\n/** Single Host fabric provider specific VM settings. */\nexport interface HyperVVirtualMachineDetails extends ConfigurationSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVVirtualMachine\" | \"VmmVirtualMachine\";\n /** The source id of the object. */\n sourceItemId?: string;\n /** The id of the object in fabric. */\n generation?: string;\n /** The Last replication time. */\n osDetails?: OSDetails;\n /** The Last successful failover time. */\n diskDetails?: DiskDetails[];\n /** A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum. */\n hasPhysicalDisk?: PresenceStatus;\n /** A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum. */\n hasFibreChannelAdapter?: PresenceStatus;\n /** A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum. */\n hasSharedVhd?: PresenceStatus;\n /** The Id of the hyper-v host in fabric. */\n hyperVHostId?: string;\n}\n\n/** Replication group details. This will be used in case of San. */\nexport interface ReplicationGroupDetails extends ConfigurationSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ReplicationGroupDetails\";\n}\n\n/** VMware provider specific settings. */\nexport interface VMwareVirtualMachineDetails extends ConfigurationSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareVirtualMachine\";\n /** The ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection. */\n agentGeneratedId?: string;\n /** The value indicating if InMage scout agent is installed on guest. */\n agentInstalled?: string;\n /** The OsType installed on VM. */\n osType?: string;\n /** The agent version. */\n agentVersion?: string;\n /** The IP address. */\n ipAddress?: string;\n /** The value indicating whether VM is powered on. */\n poweredOn?: string;\n /** The VCenter infrastructure Id. */\n vCenterInfrastructureId?: string;\n /** A value indicating the discovery type of the machine. Value can be vCenter or physical. */\n discoveryType?: string;\n /** The disk details. */\n diskDetails?: InMageDiskDetails[];\n /** The validation errors. */\n validationErrors?: HealthError[];\n}\n\n/** A2A provider specific settings. */\nexport interface A2ACrossClusterMigrationReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2ACrossClusterMigration\";\n /** The fabric specific object Id of the virtual machine. */\n fabricObjectId?: string;\n /** Primary fabric location. */\n primaryFabricLocation?: string;\n /** The type of operating system. */\n osType?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** An id associated with the PE that survives actions like switch protection which change the backing PE/CPE objects internally.The lifecycle id gets carried forward to have a link/continuity in being able to have an Id that denotes the \"same\" protected item even though other internal Ids/ARM Id might be changing. */\n lifecycleId?: string;\n}\n\n/** A2A provider specific settings. */\nexport interface A2AReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The fabric specific object Id of the virtual machine. */\n fabricObjectId?: string;\n /**\n * The initial primary availability zone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialPrimaryZone?: string;\n /**\n * The initial primary fabric location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialPrimaryFabricLocation?: string;\n /**\n * The initial recovery availability zone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialRecoveryZone?: string;\n /** The initial primary extended location. */\n initialPrimaryExtendedLocation?: ExtendedLocation;\n /** The initial recovery extended location. */\n initialRecoveryExtendedLocation?: ExtendedLocation;\n /**\n * The initial recovery fabric location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialRecoveryFabricLocation?: string;\n /** The multi vm group Id. */\n multiVmGroupId?: string;\n /** The multi vm group name. */\n multiVmGroupName?: string;\n /** Whether Multi VM group is auto created or specified by user. */\n multiVmGroupCreateOption?: MultiVmGroupCreateOption;\n /** The management Id. */\n managementId?: string;\n /** The list of protected disks. */\n protectedDisks?: A2AProtectedDiskDetails[];\n /** The list of unprotected disks. */\n unprotectedDisks?: A2AUnprotectedDiskDetails[];\n /** The list of protected managed disks. */\n protectedManagedDisks?: A2AProtectedManagedDiskDetails[];\n /** The recovery boot diagnostic storage account Arm Id. */\n recoveryBootDiagStorageAccountId?: string;\n /** Primary fabric location. */\n primaryFabricLocation?: string;\n /** The recovery fabric location. */\n recoveryFabricLocation?: string;\n /** The type of operating system. */\n osType?: string;\n /** The size of recovery virtual machine. */\n recoveryAzureVMSize?: string;\n /** The name of recovery virtual machine. */\n recoveryAzureVMName?: string;\n /** The recovery resource group. */\n recoveryAzureResourceGroupId?: string;\n /** The recovery cloud service. */\n recoveryCloudService?: string;\n /** The recovery availability set. */\n recoveryAvailabilitySet?: string;\n /** The recovery virtual network. */\n selectedRecoveryAzureNetworkId?: string;\n /** The test failover virtual network. */\n selectedTfoAzureNetworkId?: string;\n /** The virtual machine nic details. */\n vmNics?: VMNicDetails[];\n /** The synced configuration details. */\n vmSyncedConfigDetails?: AzureToAzureVmSyncedConfigDetails;\n /** The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property. */\n monitoringPercentageCompletion?: number;\n /** The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property. */\n monitoringJobType?: string;\n /** The last heartbeat received from the source server. */\n lastHeartbeat?: Date;\n /** The agent version. */\n agentVersion?: string;\n /** Agent expiry date. */\n agentExpiryDate?: Date;\n /** A value indicating whether replication agent update is required. */\n isReplicationAgentUpdateRequired?: boolean;\n /**\n * Agent certificate expiry date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentCertificateExpiryDate?: Date;\n /** A value indicating whether agent certificate update is required. */\n isReplicationAgentCertificateUpdateRequired?: boolean;\n /** The recovery fabric object Id. */\n recoveryFabricObjectId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** An id associated with the PE that survives actions like switch protection which change the backing PE/CPE objects internally.The lifecycle id gets carried forward to have a link/continuity in being able to have an Id that denotes the \"same\" protected item even though other internal Ids/ARM Id might be changing. */\n lifecycleId?: string;\n /** The test failover fabric object Id. */\n testFailoverRecoveryFabricObjectId?: string;\n /** The last RPO value in seconds. */\n rpoInSeconds?: number;\n /** The time (in UTC) when the last RPO value was calculated by Protection Service. */\n lastRpoCalculatedTime?: Date;\n /** The primary availability zone. */\n primaryAvailabilityZone?: string;\n /** The recovery availability zone. */\n recoveryAvailabilityZone?: string;\n /** The primary Extended Location. */\n primaryExtendedLocation?: ExtendedLocation;\n /** The recovery Extended Location. */\n recoveryExtendedLocation?: ExtendedLocation;\n /**\n * The encryption type of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmEncryptionType?: VmEncryptionType;\n /** The test failover vm name. */\n tfoAzureVMName?: string;\n /**\n * The recovery azure generation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryAzureGeneration?: string;\n /** The recovery proximity placement group Id. */\n recoveryProximityPlacementGroupId?: string;\n /** A value indicating whether the auto protection is enabled. */\n autoProtectionOfDataDisk?: AutoProtectionOfDataDisk;\n /** The recovery virtual machine scale set id. */\n recoveryVirtualMachineScaleSetId?: string;\n /** The recovery capacity reservation group Id. */\n recoveryCapacityReservationGroupId?: string;\n /**\n * A value indicating the churn option selected by user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly churnOptionSelected?: ChurnOptionSelected;\n}\n\n/** Hyper V Replica Azure provider specific settings. */\nexport interface HyperVReplicaAzureReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** Azure VM Disk details. */\n azureVmDiskDetails?: AzureVmDiskDetails[];\n /** Recovery Azure given name. */\n recoveryAzureVmName?: string;\n /** The Recovery Azure VM size. */\n recoveryAzureVMSize?: string;\n /** The recovery Azure storage account. */\n recoveryAzureStorageAccount?: string;\n /** The ARM id of the log storage account used for replication. This will be set to null if no log storage account was provided during enable protection. */\n recoveryAzureLogStorageAccountId?: string;\n /** The Last replication time. */\n lastReplicatedTime?: Date;\n /** Last RPO value. */\n rpoInSeconds?: number;\n /** The last RPO calculated time. */\n lastRpoCalculatedTime?: Date;\n /** The virtual machine Id. */\n vmId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** Initial replication details. */\n initialReplicationDetails?: InitialReplicationDetails;\n /** The PE Network details. */\n vmNics?: VMNicDetails[];\n /** The selected recovery azure network Id. */\n selectedRecoveryAzureNetworkId?: string;\n /** The selected source nic Id which will be used as the primary nic during failover. */\n selectedSourceNicId?: string;\n /** The encryption info. */\n encryption?: string;\n /** The operating system info. */\n oSDetails?: OSDetails;\n /** The RAM size of the VM on the primary side. */\n sourceVmRamSizeInMB?: number;\n /** The CPU count of the VM on the primary side. */\n sourceVmCpuCount?: number;\n /** The selected option to enable RDP\\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. */\n enableRdpOnTargetOption?: string;\n /** The target resource group Id. */\n recoveryAzureResourceGroupId?: string;\n /** The recovery availability set Id. */\n recoveryAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** A value indicating whether managed disks should be used during failover. */\n useManagedDisks?: string;\n /** License Type of the VM to be used. */\n licenseType?: string;\n /** The SQL Server license type. */\n sqlServerLicenseType?: string;\n /**\n * The last recovery point received time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRecoveryPointReceived?: Date;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the seed managed disks. */\n seedManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target managed disks. */\n targetManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n /** The list of protected managed disks. */\n protectedManagedDisks?: HyperVReplicaAzureManagedDiskDetails[];\n /** A value indicating all available inplace OS Upgrade configurations. */\n allAvailableOSUpgradeConfigurations?: OSUpgradeSupportedVersions[];\n}\n\n/** Hyper V replica provider specific settings base class. */\nexport interface HyperVReplicaBaseReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaBaseReplicationDetails\";\n /** The Last replication time. */\n lastReplicatedTime?: Date;\n /** The PE Network details. */\n vmNics?: VMNicDetails[];\n /** The virtual machine Id. */\n vmId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** Initial replication details. */\n initialReplicationDetails?: InitialReplicationDetails;\n /** VM disk details. */\n vMDiskDetails?: DiskDetails[];\n}\n\n/** HyperV replica 2012 R2 (Blue) replication details. */\nexport interface HyperVReplicaBlueReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012R2\";\n /** The Last replication time. */\n lastReplicatedTime?: Date;\n /** The PE Network details. */\n vmNics?: VMNicDetails[];\n /** The virtual machine Id. */\n vmId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** Initial replication details. */\n initialReplicationDetails?: InitialReplicationDetails;\n /** VM disk details. */\n vMDiskDetails?: DiskDetails[];\n}\n\n/** HyperV replica 2012 replication details. */\nexport interface HyperVReplicaReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012\";\n /** The Last replication time. */\n lastReplicatedTime?: Date;\n /** The PE Network details. */\n vmNics?: VMNicDetails[];\n /** The virtual machine Id. */\n vmId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** Initial replication details. */\n initialReplicationDetails?: InitialReplicationDetails;\n /** VM disk details. */\n vMDiskDetails?: DiskDetails[];\n}\n\n/** InMageAzureV2 provider specific settings. */\nexport interface InMageAzureV2ReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The infrastructure VM Id. */\n infrastructureVmId?: string;\n /** The vCenter infrastructure Id. */\n vCenterInfrastructureId?: string;\n /** The protection stage. */\n protectionStage?: string;\n /** The virtual machine Id. */\n vmId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** The resync progress percentage. */\n resyncProgressPercentage?: number;\n /** The RPO in seconds. */\n rpoInSeconds?: number;\n /** The compressed data change rate in MB. */\n compressedDataRateInMB?: number;\n /** The uncompressed data change rate in MB. */\n uncompressedDataRateInMB?: number;\n /** The source IP address. */\n ipAddress?: string;\n /** The agent version. */\n agentVersion?: string;\n /** Agent expiry date. */\n agentExpiryDate?: Date;\n /** A value indicating whether installed agent needs to be updated. */\n isAgentUpdateRequired?: string;\n /** A value indicating whether the source server requires a restart after update. */\n isRebootAfterUpdateRequired?: string;\n /** The last heartbeat received from the source server. */\n lastHeartbeat?: Date;\n /** The process server Id. */\n processServerId?: string;\n /** The process server name. */\n processServerName?: string;\n /** The multi vm group Id. */\n multiVmGroupId?: string;\n /** The multi vm group name. */\n multiVmGroupName?: string;\n /** A value indicating whether multi vm sync is enabled or disabled. */\n multiVmSyncStatus?: string;\n /** The list of protected disks. */\n protectedDisks?: InMageAzureV2ProtectedDiskDetails[];\n /** A value indicating whether any disk is resized for this VM. */\n diskResized?: string;\n /** The master target Id. */\n masterTargetId?: string;\n /** The CPU count of the VM on the primary side. */\n sourceVmCpuCount?: number;\n /** The RAM size of the VM on the primary side. */\n sourceVmRamSizeInMB?: number;\n /** The type of the OS on the VM. */\n osType?: string;\n /** The OS disk VHD name. */\n vhdName?: string;\n /** The id of the disk containing the OS. */\n osDiskId?: string;\n /** Azure VM Disk details. */\n azureVMDiskDetails?: AzureVmDiskDetails[];\n /** Recovery Azure given name. */\n recoveryAzureVMName?: string;\n /** The Recovery Azure VM size. */\n recoveryAzureVMSize?: string;\n /** The recovery Azure storage account. */\n recoveryAzureStorageAccount?: string;\n /** The ARM id of the log storage account used for replication. This will be set to null if no log storage account was provided during enable protection. */\n recoveryAzureLogStorageAccountId?: string;\n /** The PE Network details. */\n vmNics?: VMNicDetails[];\n /** The selected recovery azure network Id. */\n selectedRecoveryAzureNetworkId?: string;\n /** The test failover virtual network. */\n selectedTfoAzureNetworkId?: string;\n /** The selected source nic Id which will be used as the primary nic during failover. */\n selectedSourceNicId?: string;\n /** A value indicating the discovery type of the machine. Value can be vCenter or physical. */\n discoveryType?: string;\n /** The selected option to enable RDP\\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. */\n enableRdpOnTargetOption?: string;\n /** The datastores of the on-premise machine. Value can be list of strings that contain datastore names. */\n datastores?: string[];\n /** The ARM Id of the target Azure VM. This value will be null until the VM is failed over. Only after failure it will be populated with the ARM Id of the Azure VM. */\n targetVmId?: string;\n /** The target resource group Id. */\n recoveryAzureResourceGroupId?: string;\n /** The recovery availability set Id. */\n recoveryAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** A value indicating whether managed disks should be used during failover. */\n useManagedDisks?: string;\n /** License Type of the VM to be used. */\n licenseType?: string;\n /** The SQL Server license type. */\n sqlServerLicenseType?: string;\n /** The validation errors of the on-premise machine Value can be list of validation errors. */\n validationErrors?: HealthError[];\n /** The last RPO calculated time. */\n lastRpoCalculatedTime?: Date;\n /** The last update time received from on-prem components. */\n lastUpdateReceivedTime?: Date;\n /** The replica id of the protected item. */\n replicaId?: string;\n /** The OS Version of the protected item. */\n osVersion?: string;\n /** The list of protected managed disks. */\n protectedManagedDisks?: InMageAzureV2ManagedDiskDetails[];\n /**\n * The last recovery point received time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRecoveryPointReceived?: Date;\n /** The firmware type of this protected item. */\n firmwareType?: string;\n /** The target generation for this protected item. */\n azureVmGeneration?: string;\n /** A value indicating whether additional IR stats are available or not. */\n isAdditionalStatsAvailable?: boolean;\n /** The total transferred data in bytes. */\n totalDataTransferred?: number;\n /** The progress health. */\n totalProgressHealth?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the seed managed disks. */\n seedManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target managed disks. */\n targetManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n /** The switch provider blocking error information. */\n switchProviderBlockingErrorDetails?: InMageAzureV2SwitchProviderBlockingErrorDetails[];\n /** The switch provider blocking error information. */\n switchProviderDetails?: InMageAzureV2SwitchProviderDetails;\n /** A value indicating the inplace OS Upgrade version. */\n supportedOSVersions?: string[];\n /** A value indicating all available inplace OS Upgrade configurations. */\n allAvailableOSUpgradeConfigurations?: OSUpgradeSupportedVersions[];\n /**\n * The name of the OS on the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n}\n\n/** InMageRcmFailback provider specific details. */\nexport interface InMageRcmFailbackReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /**\n * The virtual machine internal identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalIdentifier?: string;\n /**\n * The ARM Id of the azure VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureVirtualMachineId?: string;\n /**\n * The multi VM group name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiVmGroupName?: string;\n /**\n * The reprotect agent Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reprotectAgentId?: string;\n /**\n * The reprotect agent name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reprotectAgentName?: string;\n /**\n * The type of the OS on the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * The log storage account ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStorageAccountId?: string;\n /**\n * The target vCenter Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetvCenterId?: string;\n /**\n * The target datastore name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDataStoreName?: string;\n /**\n * The target VM name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetVmName?: string;\n /**\n * The initial replication progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationProgressPercentage?: number;\n /**\n * The initial replication processed bytes. This includes sum of total bytes transferred and matched bytes on all selected disks in source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationProcessedBytes?: number;\n /**\n * The initial replication transferred bytes from source VM to target for all selected disks on source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationTransferredBytes?: number;\n /**\n * The initial replication progress health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationProgressHealth?: VmReplicationProgressHealth;\n /**\n * The resync progress percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProgressPercentage?: number;\n /**\n * The resync processed bytes. This includes sum of total bytes transferred and matched bytes on all selected disks in source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProcessedBytes?: number;\n /**\n * The resync transferred bytes from source VM to target for all selected disks on source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncTransferredBytes?: number;\n /**\n * The resync progress health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProgressHealth?: VmReplicationProgressHealth;\n /**\n * A value indicating whether resync is required.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: string;\n /**\n * The resync state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncState?: ResyncState;\n /** The list of protected disks. */\n protectedDisks?: InMageRcmFailbackProtectedDiskDetails[];\n /** The mobility agent information. */\n mobilityAgentDetails?: InMageRcmFailbackMobilityAgentDetails;\n /** The network details. */\n vmNics?: InMageRcmFailbackNicDetails[];\n /**\n * The last planned failover start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastPlannedFailoverStartTime?: Date;\n /**\n * The last planned failover status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastPlannedFailoverStatus?: PlannedFailoverStatus;\n /** The discovered VM information. */\n discoveredVmDetails?: InMageRcmFailbackDiscoveredProtectedVmDetails;\n /**\n * The policy Id used by the forward replication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUsedPolicyId?: string;\n /**\n * The policy friendly name used by the forward replication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUsedPolicyFriendlyName?: string;\n /**\n * A value indicating whether agent registration was successful after failover.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAgentRegistrationSuccessfulAfterFailover?: boolean;\n}\n\n/** InMageRcm provider specific details. */\nexport interface InMageRcmReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /**\n * The virtual machine internal identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalIdentifier?: string;\n /**\n * The ARM Id of the discovered VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fabricDiscoveryMachineId?: string;\n /**\n * The multi VM group name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiVmGroupName?: string;\n /**\n * The type of the discovered VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly discoveryType?: string;\n /**\n * The process server Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processServerId?: string;\n /**\n * The processor core count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processorCoreCount?: number;\n /**\n * The allocated memory in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocatedMemoryInMB?: number;\n /**\n * The process server name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processServerName?: string;\n /**\n * The run-as account Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runAsAccountId?: string;\n /**\n * The type of the OS on the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * The firmware type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareType?: string;\n /**\n * The IP address of the primary network interface.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryNicIpAddress?: string;\n /**\n * The target generation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetGeneration?: string;\n /** License Type of the VM to be used. */\n licenseType?: string;\n /**\n * The replication storage account ARM Id. This is applicable only for the blob based replication test hook.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountId?: string;\n /** Target VM name. */\n targetVmName?: string;\n /** The target VM size. */\n targetVmSize?: string;\n /** The target resource group Id. */\n targetResourceGroupId?: string;\n /** The target location. */\n targetLocation?: string;\n /** The target availability set Id. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** The target boot diagnostics storage account ARM Id. */\n targetBootDiagnosticsStorageAccountId?: string;\n /** The target network Id. */\n targetNetworkId?: string;\n /** The test network Id. */\n testNetworkId?: string;\n /**\n * The recovery point Id to which the VM was failed over.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failoverRecoveryPointId?: string;\n /**\n * The last recovery point received time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRecoveryPointReceived?: Date;\n /**\n * The last recovery point objective value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRpoInSeconds?: number;\n /**\n * The last recovery point objective calculated time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRpoCalculatedTime?: Date;\n /**\n * The last recovery point Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRecoveryPointId?: string;\n /**\n * The initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationProgressPercentage?: number;\n /**\n * The initial replication processed bytes. This includes sum of total bytes transferred and matched bytes on all selected disks in source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationProcessedBytes?: number;\n /**\n * The initial replication transferred bytes from source VM to azure for all selected disks on source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationTransferredBytes?: number;\n /**\n * The initial replication progress health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly initialReplicationProgressHealth?: VmReplicationProgressHealth;\n /**\n * The resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProgressPercentage?: number;\n /**\n * The resync processed bytes. This includes sum of total bytes transferred and matched bytes on all selected disks in source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProcessedBytes?: number;\n /**\n * The resync transferred bytes from source VM to azure for all selected disks on source VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncTransferredBytes?: number;\n /**\n * The resync progress health.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncProgressHealth?: VmReplicationProgressHealth;\n /**\n * A value indicating whether resync is required.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: string;\n /**\n * The resync state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncState?: ResyncState;\n /**\n * The agent auto upgrade state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentUpgradeState?: MobilityAgentUpgradeState;\n /**\n * The last agent upgrade type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAgentUpgradeType?: string;\n /**\n * The agent upgrade job Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentUpgradeJobId?: string;\n /**\n * The agent version to which last agent upgrade was attempted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentUpgradeAttemptToVersion?: string;\n /** The list of protected disks. */\n protectedDisks?: InMageRcmProtectedDiskDetails[];\n /**\n * A value indicating whether last agent upgrade was successful or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isLastUpgradeSuccessful?: string;\n /**\n * A value indicating whether agent registration was successful after failover.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAgentRegistrationSuccessfulAfterFailover?: boolean;\n /** The mobility agent information. */\n mobilityAgentDetails?: InMageRcmMobilityAgentDetails;\n /** The last agent upgrade error information. */\n lastAgentUpgradeErrorDetails?: InMageRcmLastAgentUpgradeErrorDetails[];\n /** The agent upgrade blocking error information. */\n agentUpgradeBlockingErrorDetails?: InMageRcmAgentUpgradeBlockingErrorDetails[];\n /** The network details. */\n vmNics?: InMageRcmNicDetails[];\n /** The discovered VM details. */\n discoveredVmDetails?: InMageRcmDiscoveredProtectedVmDetails;\n}\n\n/** InMage provider specific settings. */\nexport interface InMageReplicationDetails\n extends ReplicationProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The active location of the VM. If the VM is being protected from Azure, this field will take values from { Azure, OnPrem }. If the VM is being protected between two data-centers, this field will be OnPrem always. */\n activeSiteType?: string;\n /** The CPU count of the VM on the primary side. */\n sourceVmCpuCount?: number;\n /** The RAM size of the VM on the primary side. */\n sourceVmRamSizeInMB?: number;\n /** The OS details. */\n osDetails?: OSDiskDetails;\n /** The protection stage. */\n protectionStage?: string;\n /** The virtual machine Id. */\n vmId?: string;\n /** The protection state for the vm. */\n vmProtectionState?: string;\n /** The protection state description for the vm. */\n vmProtectionStateDescription?: string;\n /** The resync details of the machine. */\n resyncDetails?: InitialReplicationDetails;\n /** The retention window start time. */\n retentionWindowStart?: Date;\n /** The retention window end time. */\n retentionWindowEnd?: Date;\n /** The compressed data change rate in MB. */\n compressedDataRateInMB?: number;\n /** The uncompressed data change rate in MB. */\n uncompressedDataRateInMB?: number;\n /** The RPO in seconds. */\n rpoInSeconds?: number;\n /** The list of protected disks. */\n protectedDisks?: InMageProtectedDiskDetails[];\n /** The source IP address. */\n ipAddress?: string;\n /** The last heartbeat received from the source server. */\n lastHeartbeat?: Date;\n /** The process server Id. */\n processServerId?: string;\n /** The master target Id. */\n masterTargetId?: string;\n /** The collection of Consistency points. */\n consistencyPoints?: { [propertyName: string]: Date };\n /** A value indicating whether any disk is resized for this VM. */\n diskResized?: string;\n /** A value indicating whether the source server requires a restart after update. */\n rebootAfterUpdateStatus?: string;\n /** The multi vm group Id, if any. */\n multiVmGroupId?: string;\n /** The multi vm group name, if any. */\n multiVmGroupName?: string;\n /** A value indicating whether the multi vm sync is enabled or disabled. */\n multiVmSyncStatus?: string;\n /** The agent details. */\n agentDetails?: InMageAgentDetails;\n /** The vCenter infrastructure Id. */\n vCenterInfrastructureId?: string;\n /** The infrastructure VM Id. */\n infrastructureVmId?: string;\n /** The PE Network details. */\n vmNics?: VMNicDetails[];\n /** A value indicating the discovery type of the machine. */\n discoveryType?: string;\n /** A value indicating the underlying Azure storage account. If the VM is not running in Azure, this value shall be set to null. */\n azureStorageAccountId?: string;\n /** The datastores of the on-premise machine Value can be list of strings that contain datastore names. */\n datastores?: string[];\n /** The validation errors of the on-premise machine Value can be list of validation errors. */\n validationErrors?: HealthError[];\n /** The last RPO calculated time. */\n lastRpoCalculatedTime?: Date;\n /** The last update time received from on-prem components. */\n lastUpdateReceivedTime?: Date;\n /** The replica id of the protected item. */\n replicaId?: string;\n /** The OS Version of the protected item. */\n osVersion?: string;\n /** A value indicating whether additional IR stats are available or not. */\n isAdditionalStatsAvailable?: boolean;\n /** The total transferred data in bytes. */\n totalDataTransferred?: number;\n /** The progress health. */\n totalProgressHealth?: string;\n}\n\n/** A2A Cross-Cluster Migration enable protection input. */\nexport interface A2ACrossClusterMigrationEnableProtectionInput\n extends EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2ACrossClusterMigration\";\n /** The fabric specific object Id of the virtual machine. */\n fabricObjectId?: string;\n /** The recovery container Id. */\n recoveryContainerId?: string;\n}\n\n/** A2A enable protection input. */\nexport interface A2AEnableProtectionInput\n extends EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The fabric specific object Id of the virtual machine. */\n fabricObjectId: string;\n /** The recovery container Id. */\n recoveryContainerId?: string;\n /** The recovery resource group Id. Valid for V2 scenarios. */\n recoveryResourceGroupId?: string;\n /** The recovery cloud service Id. Valid for V1 scenarios. */\n recoveryCloudServiceId?: string;\n /** The recovery availability set Id. */\n recoveryAvailabilitySetId?: string;\n /** The recovery proximity placement group Id. */\n recoveryProximityPlacementGroupId?: string;\n /** The list of vm disk details. */\n vmDisks?: A2AVmDiskInputDetails[];\n /** The list of vm managed disk details. */\n vmManagedDisks?: A2AVmManagedDiskInputDetails[];\n /** The multi vm group name. */\n multiVmGroupName?: string;\n /** The multi vm group id. */\n multiVmGroupId?: string;\n /** The boot diagnostic storage account. */\n recoveryBootDiagStorageAccountId?: string;\n /** The recovery disk encryption information (for two pass flows). */\n diskEncryptionInfo?: DiskEncryptionInfo;\n /** The recovery availability zone. */\n recoveryAvailabilityZone?: string;\n /** The recovery extended location. */\n recoveryExtendedLocation?: ExtendedLocation;\n /** The recovery Azure virtual network ARM id. */\n recoveryAzureNetworkId?: string;\n /** The recovery subnet name. */\n recoverySubnetName?: string;\n /** The virtual machine scale set Id. */\n recoveryVirtualMachineScaleSetId?: string;\n /** The recovery capacity reservation group Id. */\n recoveryCapacityReservationGroupId?: string;\n /** A value indicating whether the auto protection is enabled. */\n autoProtectionOfDataDisk?: AutoProtectionOfDataDisk;\n}\n\n/** HyperVReplicaAzure specific enable protection input. */\nexport interface HyperVReplicaAzureEnableProtectionInput\n extends EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The Hyper-V host VM Id. */\n hvHostVmId?: string;\n /** The VM Name. */\n vmName?: string;\n /** The OS type associated with VM. */\n osType?: string;\n /** The OS disk VHD id associated with VM. */\n vhdId?: string;\n /** The storage account Id. */\n targetStorageAccountId?: string;\n /** The selected target Azure network Id. */\n targetAzureNetworkId?: string;\n /** The selected target Azure subnet Id. */\n targetAzureSubnetId?: string;\n /** The selected option to enable RDP\\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. */\n enableRdpOnTargetOption?: string;\n /** The target azure VM Name. */\n targetAzureVmName?: string;\n /** The storage account to be used for logging during replication. */\n logStorageAccountId?: string;\n /** The list of VHD Ids of disks to be protected. */\n disksToInclude?: string[];\n /** The Id of the target resource group (for classic deployment) in which the failover VM is to be created. */\n targetAzureV1ResourceGroupId?: string;\n /** The Id of the target resource group (for resource manager deployment) in which the failover VM is to be created. */\n targetAzureV2ResourceGroupId?: string;\n /** A value indicating whether managed disks should be used during failover. */\n useManagedDisks?: string;\n /** The target availability set ARM Id for resource manager deployment. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** License type. */\n licenseType?: LicenseType;\n /** The SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** The target VM size. */\n targetVmSize?: string;\n /** The proximity placement group ARM Id. */\n targetProximityPlacementGroupId?: string;\n /** A value indicating whether managed disks should be used during replication. */\n useManagedDisksForReplication?: string;\n /** The DiskType. */\n diskType?: DiskAccountType;\n /** The disks to include list for managed disks. */\n disksToIncludeForManagedDisks?: HyperVReplicaAzureDiskInputDetails[];\n /** The DiskEncryptionSet ARM Id. */\n diskEncryptionSetId?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the seed managed disks. */\n seedManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target managed disks. */\n targetManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n}\n\n/** VMware Azure specific enable protection input. */\nexport interface InMageAzureV2EnableProtectionInput\n extends EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The Master target Id. */\n masterTargetId?: string;\n /** The Process Server Id. */\n processServerId?: string;\n /** The storage account Id. */\n storageAccountId?: string;\n /** The CS account Id. */\n runAsAccountId?: string;\n /** The multi VM group Id. */\n multiVmGroupId?: string;\n /** The multi VM group name. */\n multiVmGroupName?: string;\n /** The disks to include list. */\n disksToInclude?: InMageAzureV2DiskInputDetails[];\n /** The selected target Azure network Id. */\n targetAzureNetworkId?: string;\n /** The selected target Azure subnet Id. */\n targetAzureSubnetId?: string;\n /** The selected option to enable RDP\\SSH on target VM after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. */\n enableRdpOnTargetOption?: string;\n /** The target azure VM Name. */\n targetAzureVmName?: string;\n /** The storage account to be used for logging during replication. */\n logStorageAccountId?: string;\n /** The Id of the target resource group (for classic deployment) in which the failover VM is to be created. */\n targetAzureV1ResourceGroupId?: string;\n /** The Id of the target resource group (for resource manager deployment) in which the failover VM is to be created. */\n targetAzureV2ResourceGroupId?: string;\n /** The DiskType. */\n diskType?: DiskAccountType;\n /** The target availability set ARM Id for resource manager deployment. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The proximity placement group ARM Id. */\n targetProximityPlacementGroupId?: string;\n /** License type. */\n licenseType?: LicenseType;\n /** The SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** The target VM size. */\n targetVmSize?: string;\n /** The DiskEncryptionSet ARM Id. */\n diskEncryptionSetId?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the seed managed disks. */\n seedManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target managed disks. */\n targetManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n}\n\n/** VMware Azure specific enable protection input. */\nexport interface InMageEnableProtectionInput\n extends EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The VM Name. */\n vmFriendlyName?: string;\n /** The Master Target Id. */\n masterTargetId: string;\n /** The Process Server Id. */\n processServerId: string;\n /** The retention drive to use on the MT. */\n retentionDrive: string;\n /** The CS account Id. */\n runAsAccountId?: string;\n /** The multi VM group Id. */\n multiVmGroupId: string;\n /** The multi VM group name. */\n multiVmGroupName: string;\n /** The target datastore name. */\n datastoreName?: string;\n /** The enable disk exclusion input. */\n diskExclusionInput?: InMageDiskExclusionInput;\n /** The disks to include list. */\n disksToInclude?: string[];\n}\n\n/** InMageRcm specific enable protection input. */\nexport interface InMageRcmEnableProtectionInput\n extends EnableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The ARM Id of discovered machine. */\n fabricDiscoveryMachineId: string;\n /** The disks to include list. */\n disksToInclude?: InMageRcmDiskInput[];\n /** The default disk input. */\n disksDefault?: InMageRcmDisksDefaultInput;\n /** The target resource group ARM Id. */\n targetResourceGroupId: string;\n /** The selected target network ARM Id. */\n targetNetworkId?: string;\n /** The selected test network ARM Id. */\n testNetworkId?: string;\n /** The selected target subnet name. */\n targetSubnetName?: string;\n /** The selected test subnet name. */\n testSubnetName?: string;\n /** The target VM name. */\n targetVmName?: string;\n /** The target VM size. */\n targetVmSize?: string;\n /** The license type. */\n licenseType?: LicenseType;\n /** The target availability set ARM Id. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** The target boot diagnostics storage account ARM Id. */\n targetBootDiagnosticsStorageAccountId?: string;\n /** The run-as account Id. */\n runAsAccountId?: string;\n /** The process server Id. */\n processServerId: string;\n /** The multi VM group name. */\n multiVmGroupName?: string;\n}\n\n/** InMage Azure V2 input to update replication protected item. */\nexport interface A2AUpdateReplicationProtectedItemInput\n extends UpdateReplicationProtectedItemProviderInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The target cloud service ARM Id (for V1). */\n recoveryCloudServiceId?: string;\n /** The target resource group ARM Id (for V2). */\n recoveryResourceGroupId?: string;\n /** Managed disk update details. */\n managedDiskUpdateDetails?: A2AVmManagedDiskUpdateDetails[];\n /** The boot diagnostic storage account. */\n recoveryBootDiagStorageAccountId?: string;\n /** The recovery os disk encryption information. */\n diskEncryptionInfo?: DiskEncryptionInfo;\n /** The user given name for Test Failover VM. */\n tfoAzureVMName?: string;\n /** The recovery proximity placement group Id. */\n recoveryProximityPlacementGroupId?: string;\n /** The recovery virtual machine scale set Id. */\n recoveryVirtualMachineScaleSetId?: string;\n /** The recovery capacity reservation group Id. */\n recoveryCapacityReservationGroupId?: string;\n}\n\n/** HyperV replica Azure input to update replication protected item. */\nexport interface HyperVReplicaAzureUpdateReplicationProtectedItemInput\n extends UpdateReplicationProtectedItemProviderInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The recovery Azure resource group Id for classic deployment. */\n recoveryAzureV1ResourceGroupId?: string;\n /** The recovery Azure resource group Id for resource manager deployment. */\n recoveryAzureV2ResourceGroupId?: string;\n /** A value indicating whether managed disks should be used during failover. */\n useManagedDisks?: string;\n /** The dictionary of disk resource Id to disk encryption set ARM Id. */\n diskIdToDiskEncryptionMap?: { [propertyName: string]: string };\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the target managed disks. */\n targetManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n /** The SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** The list of disk update properties. */\n vmDisks?: UpdateDiskInput[];\n}\n\n/** InMage Azure V2 input to update replication protected item. */\nexport interface InMageAzureV2UpdateReplicationProtectedItemInput\n extends UpdateReplicationProtectedItemProviderInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The recovery Azure resource group Id for classic deployment. */\n recoveryAzureV1ResourceGroupId?: string;\n /** The recovery Azure resource group Id for resource manager deployment. */\n recoveryAzureV2ResourceGroupId?: string;\n /** A value indicating whether managed disks should be used during failover. */\n useManagedDisks?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target VM tags. */\n targetVmTags?: { [propertyName: string]: string };\n /** The tags for the target managed disks. */\n targetManagedDiskTags?: { [propertyName: string]: string };\n /** The tags for the target NICs. */\n targetNicTags?: { [propertyName: string]: string };\n /** The SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** The list of disk update properties. */\n vmDisks?: UpdateDiskInput[];\n}\n\n/** InMageRcm provider specific input to update replication protected item. */\nexport interface InMageRcmUpdateReplicationProtectedItemInput\n extends UpdateReplicationProtectedItemProviderInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The target VM name. */\n targetVmName?: string;\n /** The target VM size. */\n targetVmSize?: string;\n /** The target resource group ARM Id. */\n targetResourceGroupId?: string;\n /** The target availability set ARM Id. */\n targetAvailabilitySetId?: string;\n /** The target availability zone. */\n targetAvailabilityZone?: string;\n /** The target proximity placement group Id. */\n targetProximityPlacementGroupId?: string;\n /** The target boot diagnostics storage account ARM Id. */\n targetBootDiagnosticsStorageAccountId?: string;\n /** The target network ARM Id. */\n targetNetworkId?: string;\n /** The test network ARM Id. */\n testNetworkId?: string;\n /** The list of NIC details. */\n vmNics?: InMageRcmNicInput[];\n /** The license type. */\n licenseType?: LicenseType;\n}\n\n/** A2A add disk(s) input. */\nexport interface A2AAddDisksInput extends AddDisksProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The list of vm disk details. */\n vmDisks?: A2AVmDiskInputDetails[];\n /** The list of vm managed disk details. */\n vmManagedDisks?: A2AVmManagedDiskInputDetails[];\n}\n\n/** ApplyRecoveryPoint input specific to A2A provider. */\nexport interface A2AApplyRecoveryPointInput\n extends ApplyRecoveryPointProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n}\n\n/** ApplyRecoveryPoint input specific to A2ACrossClusterMigration provider. */\nexport interface A2ACrossClusterMigrationApplyRecoveryPointInput\n extends ApplyRecoveryPointProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2ACrossClusterMigration\";\n}\n\n/** ApplyRecoveryPoint input specific to HyperVReplicaAzure provider. */\nexport interface HyperVReplicaAzureApplyRecoveryPointInput\n extends ApplyRecoveryPointProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The primary kek certificate pfx. */\n primaryKekCertificatePfx?: string;\n /** The secondary kek certificate pfx. */\n secondaryKekCertificatePfx?: string;\n}\n\n/** ApplyRecoveryPoint input specific to InMageAzureV2 provider. */\nexport interface InMageAzureV2ApplyRecoveryPointInput\n extends ApplyRecoveryPointProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n}\n\n/** ApplyRecoveryPoint input specific to InMageRcm provider. */\nexport interface InMageRcmApplyRecoveryPointInput\n extends ApplyRecoveryPointProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The recovery point Id. */\n recoveryPointId: string;\n}\n\n/** HyperVReplicaAzureFailback specific planned failover input. */\nexport interface HyperVReplicaAzureFailbackProviderInput\n extends PlannedFailoverProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzureFailback\";\n /** Data sync option. */\n dataSyncOption?: string;\n /** ALR options to create alternate recovery. */\n recoveryVmCreationOption?: string;\n /** Provider Id for alternate location. */\n providerIdForAlternateRecovery?: string;\n}\n\n/** HyperVReplicaAzure specific planned failover input. */\nexport interface HyperVReplicaAzurePlannedFailoverProviderInput\n extends PlannedFailoverProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** Primary kek certificate pfx. */\n primaryKekCertificatePfx?: string;\n /** Secondary kek certificate pfx. */\n secondaryKekCertificatePfx?: string;\n /** The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n /** A value indicating the inplace OS Upgrade version. */\n osUpgradeVersion?: string;\n}\n\n/** Provider specific input for InMageRcmFailback failover. */\nexport interface InMageRcmFailbackPlannedFailoverProviderInput\n extends PlannedFailoverProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /** The recovery point type. */\n recoveryPointType: InMageRcmFailbackRecoveryPointType;\n}\n\n/** A2A provider specific recovery point details. */\nexport interface A2ARecoveryPointDetails\n extends ProviderSpecificRecoveryPointDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** A value indicating whether the recovery point is multi VM consistent. */\n recoveryPointSyncType?: RecoveryPointSyncType;\n /** List of disk ids representing a recovery point. */\n disks?: string[];\n}\n\n/** InMage Azure V2 provider specific recovery point details. */\nexport interface InMageAzureV2RecoveryPointDetails\n extends ProviderSpecificRecoveryPointDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** A value indicating whether the recovery point is multi VM consistent. */\n isMultiVmSyncPoint?: string;\n}\n\n/** InMageRcm provider specific recovery point details. */\nexport interface InMageRcmRecoveryPointDetails\n extends ProviderSpecificRecoveryPointDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /**\n * A value indicating whether the recovery point is multi VM consistent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isMultiVmSyncPoint?: string;\n}\n\n/** InMage disable protection provider specific input. */\nexport interface InMageDisableProtectionProviderSpecificInput\n extends DisableProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** A value indicating whether the replica VM should be destroyed or retained. Values from Delete and Retain. */\n replicaVmDeletionStatus?: string;\n}\n\n/** A2A remove disk(s) input. */\nexport interface A2ARemoveDisksInput extends RemoveDisksProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The list of vm disk vhd URIs. */\n vmDisksUris?: string[];\n /** The list of vm managed disk Ids. */\n vmManagedDisksIds?: string[];\n}\n\n/** Azure specific reprotect input. */\nexport interface A2AReprotectInput\n extends ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The recovery container Id. */\n recoveryContainerId?: string;\n /** The list of vm disk details. */\n vmDisks?: A2AVmDiskInputDetails[];\n /** The recovery resource group Id. Valid for V2 scenarios. */\n recoveryResourceGroupId?: string;\n /** The recovery cloud service Id. Valid for V1 scenarios. */\n recoveryCloudServiceId?: string;\n /** The recovery availability set. */\n recoveryAvailabilitySetId?: string;\n /** The Policy Id. */\n policyId?: string;\n}\n\n/** Azure specific reprotect input. */\nexport interface HyperVReplicaAzureReprotectInput\n extends ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The Hyper-V host Vm Id. */\n hvHostVmId?: string;\n /** The Vm Name. */\n vmName?: string;\n /** The OS type associated with vm. */\n osType?: string;\n /** The OS disk VHD id associated with vm. */\n vHDId?: string;\n /** The storage account name. */\n storageAccountId?: string;\n /** The storage account to be used for logging during replication. */\n logStorageAccountId?: string;\n}\n\n/** InMageAzureV2 specific provider input. */\nexport interface InMageAzureV2ReprotectInput\n extends ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The Master target Id. */\n masterTargetId?: string;\n /** The Process Server Id. */\n processServerId?: string;\n /** The storage account id. */\n storageAccountId?: string;\n /** The CS account Id. */\n runAsAccountId?: string;\n /** The Policy Id. */\n policyId?: string;\n /** The storage account to be used for logging during replication. */\n logStorageAccountId?: string;\n /** The disks to include list. */\n disksToInclude?: string[];\n}\n\n/** InMageRcmFailback specific provider input. */\nexport interface InMageRcmFailbackReprotectInput\n extends ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /** The process server Id. */\n processServerId: string;\n /** The run as account Id. */\n runAsAccountId?: string;\n /** The Policy Id. */\n policyId: string;\n}\n\n/** InMageRcm specific provider input. */\nexport interface InMageRcmReprotectInput\n extends ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The reprotect agent Id. */\n reprotectAgentId: string;\n /** The target datastore name. */\n datastoreName: string;\n /** The log storage account ARM Id. */\n logStorageAccountId: string;\n /** The Policy Id. */\n policyId?: string;\n}\n\n/** InMageAzureV2 specific provider input. */\nexport interface InMageReprotectInput\n extends ReverseReplicationProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The Master Target Id. */\n masterTargetId: string;\n /** The Process Server Id. */\n processServerId: string;\n /** The retention drive to use on the MT. */\n retentionDrive: string;\n /** The CS account Id. */\n runAsAccountId?: string;\n /** The target datastore name. */\n datastoreName?: string;\n /** The enable disk exclusion input. */\n diskExclusionInput?: InMageDiskExclusionInput;\n /** The Policy Id. */\n profileId: string;\n /** The disks to include list. */\n disksToInclude?: string[];\n}\n\n/** Provider specific input for InMageAzureV2 switch provider. */\nexport interface InMageAzureV2SwitchProviderInput\n extends SwitchProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The target vault Id. */\n targetVaultID: string;\n /** The target fabric Id. */\n targetFabricID: string;\n /** The target appliance Id. */\n targetApplianceID: string;\n}\n\n/** A2A provider specific input for test failover. */\nexport interface A2ATestFailoverInput\n extends TestFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n /** A value indicating whether to use recovery cloud service for TFO or not. */\n cloudServiceCreationOption?: string;\n}\n\n/** HvrA provider specific input for test failover. */\nexport interface HyperVReplicaAzureTestFailoverInput\n extends TestFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** Primary kek certificate pfx. */\n primaryKekCertificatePfx?: string;\n /** Secondary kek certificate pfx. */\n secondaryKekCertificatePfx?: string;\n /** The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n /** A value indicating the inplace OS Upgrade version. */\n osUpgradeVersion?: string;\n}\n\n/** InMageAzureV2 provider specific input for test failover. */\nexport interface InMageAzureV2TestFailoverInput\n extends TestFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n /** A value indicating the inplace OS Upgrade version. */\n osUpgradeVersion?: string;\n}\n\n/** InMageRcm provider specific input for test failover. */\nexport interface InMageRcmTestFailoverInput\n extends TestFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The test network Id. */\n networkId?: string;\n /** The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n}\n\n/** Provider specific input for InMage test failover. */\nexport interface InMageTestFailoverInput\n extends TestFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored. */\n recoveryPointType?: RecoveryPointType;\n /** The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n}\n\n/** A2A provider specific input for unplanned failover. */\nexport interface A2AUnplannedFailoverInput\n extends UnplannedFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n /** A value indicating whether to use recovery cloud service for failover or not. */\n cloudServiceCreationOption?: string;\n}\n\n/** HvrA provider specific input for unplanned failover. */\nexport interface HyperVReplicaAzureUnplannedFailoverInput\n extends UnplannedFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** Primary kek certificate pfx. */\n primaryKekCertificatePfx?: string;\n /** Secondary kek certificate pfx. */\n secondaryKekCertificatePfx?: string;\n /** The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n}\n\n/** InMageAzureV2 provider specific input for unplanned failover. */\nexport interface InMageAzureV2UnplannedFailoverInput\n extends UnplannedFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n /** A value indicating the inplace OS Upgrade version. */\n osUpgradeVersion?: string;\n}\n\n/** InMageRcm provider specific input for unplanned failover. */\nexport interface InMageRcmUnplannedFailoverInput\n extends UnplannedFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** A value indicating whether VM is to be shutdown. */\n performShutdown: string;\n /** The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n}\n\n/** Provider specific input for InMage unplanned failover. */\nexport interface InMageUnplannedFailoverInput\n extends UnplannedFailoverProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored. */\n recoveryPointType?: RecoveryPointType;\n /** The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. */\n recoveryPointId?: string;\n}\n\n/** InMageRcm provider specific input to update appliance for replication protected item. */\nexport interface InMageRcmUpdateApplianceForReplicationProtectedItemInput\n extends UpdateApplianceForReplicationProtectedItemProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The run as account Id. */\n runAsAccountId?: string;\n}\n\n/** A2A provider specific settings. */\nexport interface A2AProtectionContainerMappingDetails\n extends ProtectionContainerMappingProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** A value indicating whether the auto update is enabled. */\n agentAutoUpdateStatus?: AgentAutoUpdateStatus;\n /** The automation account arm id. */\n automationAccountArmId?: string;\n /** A value indicating the type authentication to use for automation Account. */\n automationAccountAuthenticationType?: AutomationAccountAuthenticationType;\n /** The schedule arm name. */\n scheduleName?: string;\n /** The job schedule arm name. */\n jobScheduleName?: string;\n}\n\n/** InMageRcm provider specific container mapping details. */\nexport interface InMageRcmProtectionContainerMappingDetails\n extends ProtectionContainerMappingProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /**\n * A value indicating whether the flag for enable agent auto upgrade.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enableAgentAutoUpgrade?: string;\n}\n\n/** VMwareCbt provider specific container mapping details. */\nexport interface VMwareCbtProtectionContainerMappingDetails\n extends ProtectionContainerMappingProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /**\n * The target key vault ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultId?: string;\n /**\n * The target key vault URI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultUri?: string;\n /**\n * The storage account ARM Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountId?: string;\n /**\n * The secret name of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountSasSecretName?: string;\n /**\n * The secret name of the service bus connection string.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceBusConnectionStringSecretName?: string;\n /**\n * The target location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetLocation?: string;\n /**\n * The role size to NIC count map.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleSizeToNicCountMap?: { [propertyName: string]: number };\n /** The SKUs to be excluded. */\n excludedSkus?: string[];\n}\n\n/** A2A container mapping input. */\nexport interface A2AContainerMappingInput\n extends ReplicationProviderSpecificContainerMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** A value indicating whether the auto update is enabled. */\n agentAutoUpdateStatus?: AgentAutoUpdateStatus;\n /** The automation account arm id. */\n automationAccountArmId?: string;\n /** A value indicating the type authentication to use for automation Account. */\n automationAccountAuthenticationType?: AutomationAccountAuthenticationType;\n}\n\n/** VMwareCbt container mapping input. */\nexport interface VMwareCbtContainerMappingInput\n extends ReplicationProviderSpecificContainerMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** The target key vault ARM Id. */\n keyVaultId?: string;\n /** The target key vault URL. */\n keyVaultUri?: string;\n /** The storage account ARM Id. */\n storageAccountId: string;\n /** The secret name of the storage account. */\n storageAccountSasSecretName?: string;\n /** The secret name of the service bus connection string. */\n serviceBusConnectionStringSecretName?: string;\n /** The target location. */\n targetLocation: string;\n}\n\n/** A2A update protection container mapping. */\nexport interface A2AUpdateContainerMappingInput\n extends ReplicationProviderSpecificUpdateContainerMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** A value indicating whether the auto update is enabled. */\n agentAutoUpdateStatus?: AgentAutoUpdateStatus;\n /** The automation account arm id. */\n automationAccountArmId?: string;\n /** A value indicating the type authentication to use for automation Account. */\n automationAccountAuthenticationType?: AutomationAccountAuthenticationType;\n}\n\n/** InMageRcm update protection container mapping. */\nexport interface InMageRcmUpdateContainerMappingInput\n extends ReplicationProviderSpecificUpdateContainerMappingInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** A value indicating whether agent auto upgrade has to be enabled. */\n enableAgentAutoUpgrade: string;\n}\n\n/** A2A specific switch protection input. */\nexport interface A2ASwitchProtectionInput\n extends SwitchProtectionProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The recovery container Id. */\n recoveryContainerId?: string;\n /** The list of vm disk details. */\n vmDisks?: A2AVmDiskInputDetails[];\n /** The list of vm managed disk details. */\n vmManagedDisks?: A2AVmManagedDiskInputDetails[];\n /** The recovery resource group Id. Valid for V2 scenarios. */\n recoveryResourceGroupId?: string;\n /** The recovery cloud service Id. Valid for V1 scenarios. */\n recoveryCloudServiceId?: string;\n /** The recovery availability set. */\n recoveryAvailabilitySetId?: string;\n /** The Policy Id. */\n policyId?: string;\n /** The boot diagnostic storage account. */\n recoveryBootDiagStorageAccountId?: string;\n /** The recovery availability zone. */\n recoveryAvailabilityZone?: string;\n /** The recovery proximity placement group Id. */\n recoveryProximityPlacementGroupId?: string;\n /** The virtual machine scale set id. */\n recoveryVirtualMachineScaleSetId?: string;\n /** The recovery capacity reservation group Id. */\n recoveryCapacityReservationGroupId?: string;\n /** The recovery disk encryption information. */\n diskEncryptionInfo?: DiskEncryptionInfo;\n}\n\n/** This class represents the task details for an automation runbook. */\nexport interface AutomationRunbookTaskDetails extends TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AutomationRunbookTaskDetails\";\n /** The recovery plan task name. */\n name?: string;\n /** The cloud service of the automation runbook account. */\n cloudServiceName?: string;\n /** The subscription Id of the automation runbook account. */\n subscriptionId?: string;\n /** The automation account name of the runbook. */\n accountName?: string;\n /** The runbook Id. */\n runbookId?: string;\n /** The runbook name. */\n runbookName?: string;\n /** The job Id of the runbook execution. */\n jobId?: string;\n /** The execution output of the runbook. */\n jobOutput?: string;\n /** A value indicating whether it is a primary side script or not. */\n isPrimarySideScript?: boolean;\n}\n\n/** This class contains monitoring details of all the inconsistent Protected Entities in Vmm. */\nexport interface ConsistencyCheckTaskDetails extends TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ConsistencyCheckTaskDetails\";\n /** The list of inconsistent Vm details. */\n vmDetails?: InconsistentVmDetails[];\n}\n\n/** This class represents a task which is actually a workflow so that one can navigate to its individual drill down. */\nexport interface JobTaskDetails extends TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"JobTaskDetails\"\n | \"FabricReplicationGroupTaskDetails\"\n | \"VirtualMachineTaskDetails\";\n /** The job entity. */\n jobTask?: JobEntity;\n}\n\n/** This class represents the manual action task details. */\nexport interface ManualActionTaskDetails extends TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ManualActionTaskDetails\";\n /** The name. */\n name?: string;\n /** The instructions. */\n instructions?: string;\n /** The observation. */\n observation?: string;\n}\n\n/** This class represents the script action task details. */\nexport interface ScriptActionTaskDetails extends TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ScriptActionTaskDetails\";\n /** The name. */\n name?: string;\n /** The path. */\n path?: string;\n /** The output. */\n output?: string;\n /** A value indicating whether it is a primary side script or not. */\n isPrimarySideScript?: boolean;\n}\n\n/** This class represents the vm NicUpdates task details. */\nexport interface VmNicUpdatesTaskDetails extends TaskTypeDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmNicUpdatesTaskDetails\";\n /** Virtual machine Id. */\n vmId?: string;\n /** Nic Id. */\n nicId?: string;\n /** Name of the Nic. */\n name?: string;\n}\n\n/** This class represents the inline workflow task details. */\nexport interface InlineWorkflowTaskDetails extends GroupTaskDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InlineWorkflowTaskDetails\";\n /** The list of child workflow ids. */\n workflowIds?: string[];\n}\n\n/** This class represents the recovery plan group task. */\nexport interface RecoveryPlanGroupTaskDetails extends GroupTaskDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType:\n | \"RecoveryPlanGroupTaskDetails\"\n | \"RecoveryPlanShutdownGroupTaskDetails\";\n /** The name. */\n name?: string;\n /** The group identifier. */\n groupId?: string;\n /** The group type. */\n rpGroupType?: string;\n}\n\n/** This class represents job details based on specific job type. */\nexport interface AsrJobDetails extends JobDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AsrJobDetails\";\n}\n\n/** This class represents details for export jobs workflow. */\nexport interface ExportJobDetails extends JobDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ExportJobDetails\";\n /** BlobUri of the exported jobs. */\n blobUri?: string;\n /** The sas token to access blob. */\n sasToken?: string;\n}\n\n/** This class represents the details for a failover job. */\nexport interface FailoverJobDetails extends JobDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"FailoverJobDetails\";\n /** The test VM details. */\n protectedItemDetails?: FailoverReplicationProtectedItemDetails[];\n}\n\n/** This class represents details for switch protection job. */\nexport interface SwitchProtectionJobDetails extends JobDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"SwitchProtectionJobDetails\";\n /** ARM Id of the new replication protected item. */\n newReplicationProtectedItemId?: string;\n}\n\n/** This class represents the details for a test failover job. */\nexport interface TestFailoverJobDetails extends JobDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"TestFailoverJobDetails\";\n /** The test failover status. */\n testFailoverStatus?: string;\n /** The test failover comments. */\n comments?: string;\n /** The test network name. */\n networkName?: string;\n /** The test network friendly name. */\n networkFriendlyName?: string;\n /** The test network type (see TestFailoverInput enum for possible values). */\n networkType?: string;\n /** The test VM details. */\n protectedItemDetails?: FailoverReplicationProtectedItemDetails[];\n}\n\n/** A2A specific policy details. */\nexport interface A2APolicyDetails extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The recovery point threshold in minutes. */\n recoveryPointThresholdInMinutes?: number;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. */\n multiVmSyncStatus?: string;\n /** The crash consistent snapshot frequency in minutes. */\n crashConsistentFrequencyInMinutes?: number;\n}\n\n/** Hyper-V Replica Azure specific protection profile details. */\nexport interface HyperVReplicaAzurePolicyDetails\n extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The duration (in hours) to which point the recovery history needs to be maintained. */\n recoveryPointHistoryDurationInHours?: number;\n /** The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. */\n applicationConsistentSnapshotFrequencyInHours?: number;\n /** The replication interval. */\n replicationInterval?: number;\n /** The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. */\n onlineReplicationStartTime?: string;\n /** A value indicating whether encryption is enabled for virtual machines in this cloud. */\n encryption?: string;\n /** The active storage account Id. */\n activeStorageAccountId?: string;\n}\n\n/** Base class for HyperVReplica policy details. */\nexport interface HyperVReplicaBasePolicyDetails\n extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaBasePolicyDetails\";\n /** A value indicating the number of recovery points. */\n recoveryPoints?: number;\n /** A value indicating the application consistent frequency. */\n applicationConsistentSnapshotFrequencyInHours?: number;\n /** A value indicating whether compression has to be enabled. */\n compression?: string;\n /** A value indicating whether IR is online. */\n initialReplicationMethod?: string;\n /** A value indicating the online IR start time. */\n onlineReplicationStartTime?: string;\n /** A value indicating the offline IR import path. */\n offlineReplicationImportPath?: string;\n /** A value indicating the offline IR export path. */\n offlineReplicationExportPath?: string;\n /** A value indicating the recovery HTTPS port. */\n replicationPort?: number;\n /** A value indicating the authentication type. */\n allowedAuthenticationType?: number;\n /** A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud. */\n replicaDeletionOption?: string;\n}\n\n/** Hyper-V Replica Blue specific protection profile details. */\nexport interface HyperVReplicaBluePolicyDetails\n extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012R2\";\n /** A value indicating the replication interval. */\n replicationFrequencyInSeconds?: number;\n /** A value indicating the number of recovery points. */\n recoveryPoints?: number;\n /** A value indicating the application consistent frequency. */\n applicationConsistentSnapshotFrequencyInHours?: number;\n /** A value indicating whether compression has to be enabled. */\n compression?: string;\n /** A value indicating whether IR is online. */\n initialReplicationMethod?: string;\n /** A value indicating the online IR start time. */\n onlineReplicationStartTime?: string;\n /** A value indicating the offline IR import path. */\n offlineReplicationImportPath?: string;\n /** A value indicating the offline IR export path. */\n offlineReplicationExportPath?: string;\n /** A value indicating the recovery HTTPS port. */\n replicationPort?: number;\n /** A value indicating the authentication type. */\n allowedAuthenticationType?: number;\n /** A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud */\n replicaDeletionOption?: string;\n}\n\n/** Hyper-V Replica Blue specific protection profile details. */\nexport interface HyperVReplicaPolicyDetails\n extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012\";\n /** A value indicating the number of recovery points. */\n recoveryPoints?: number;\n /** A value indicating the application consistent frequency. */\n applicationConsistentSnapshotFrequencyInHours?: number;\n /** A value indicating whether compression has to be enabled. */\n compression?: string;\n /** A value indicating whether IR is online. */\n initialReplicationMethod?: string;\n /** A value indicating the online IR start time. */\n onlineReplicationStartTime?: string;\n /** A value indicating the offline IR import path. */\n offlineReplicationImportPath?: string;\n /** A value indicating the offline IR export path. */\n offlineReplicationExportPath?: string;\n /** A value indicating the recovery HTTPS port. */\n replicationPort?: number;\n /** A value indicating the authentication type. */\n allowedAuthenticationType?: number;\n /** A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud */\n replicaDeletionOption?: string;\n}\n\n/** InMage Azure v2 specific protection profile details. */\nexport interface InMageAzureV2PolicyDetails\n extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The crash consistent snapshot frequency in minutes. */\n crashConsistentFrequencyInMinutes?: number;\n /** The recovery point threshold in minutes. */\n recoveryPointThresholdInMinutes?: number;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. */\n multiVmSyncStatus?: string;\n}\n\n/** Base class for the policies of providers using InMage replication. */\nexport interface InMageBasePolicyDetails extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageBasePolicyDetails\";\n /** The recovery point threshold in minutes. */\n recoveryPointThresholdInMinutes?: number;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. */\n multiVmSyncStatus?: string;\n}\n\n/** InMage specific protection profile details. */\nexport interface InMagePolicyDetails extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The recovery point threshold in minutes. */\n recoveryPointThresholdInMinutes?: number;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. */\n multiVmSyncStatus?: string;\n}\n\n/** InMageRcm failback specific policy details. */\nexport interface InMageRcmFailbackPolicyDetails\n extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** The crash consistent snapshot frequency in minutes. */\n crashConsistentFrequencyInMinutes?: number;\n}\n\n/** InMageRcm specific policy details. */\nexport interface InMageRcmPolicyDetails extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistoryInMinutes?: number;\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** The crash consistent snapshot frequency in minutes. */\n crashConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. */\n enableMultiVmSync?: string;\n}\n\n/** VMware Cbt specific policy details. */\nexport interface VmwareCbtPolicyDetails extends PolicyProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistoryInMinutes?: number;\n /** The app consistent snapshot frequency in minutes. */\n appConsistentFrequencyInMinutes?: number;\n /** The crash consistent snapshot frequency in minutes. */\n crashConsistentFrequencyInMinutes?: number;\n}\n\n/** A2A Cross-Cluster Migration Policy creation input. */\nexport interface A2ACrossClusterMigrationPolicyCreationInput\n extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2ACrossClusterMigration\";\n}\n\n/** A2A Policy creation input. */\nexport interface A2APolicyCreationInput extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The crash consistent snapshot frequency (in minutes). */\n crashConsistentFrequencyInMinutes?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. */\n multiVmSyncStatus: SetMultiVmSyncStatus;\n}\n\n/** Hyper-V Replica Azure specific input for creating a protection profile. */\nexport interface HyperVReplicaAzurePolicyInput\n extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The duration (in hours) to which point the recovery history needs to be maintained. */\n recoveryPointHistoryDuration?: number;\n /** The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. */\n applicationConsistentSnapshotFrequencyInHours?: number;\n /** The replication interval. */\n replicationInterval?: number;\n /** The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. */\n onlineReplicationStartTime?: string;\n /** The list of storage accounts to which the VMs in the primary cloud can replicate to. */\n storageAccounts?: string[];\n}\n\n/** Hyper-V Replica specific policy Input. */\nexport interface HyperVReplicaPolicyInput extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012\" | \"HyperVReplica2012R2\";\n /** A value indicating the number of recovery points. */\n recoveryPoints?: number;\n /** A value indicating the application consistent frequency. */\n applicationConsistentSnapshotFrequencyInHours?: number;\n /** A value indicating whether compression has to be enabled. */\n compression?: string;\n /** A value indicating whether IR is online. */\n initialReplicationMethod?: string;\n /** A value indicating the online IR start time. */\n onlineReplicationStartTime?: string;\n /** A value indicating the offline IR import path. */\n offlineReplicationImportPath?: string;\n /** A value indicating the offline IR export path. */\n offlineReplicationExportPath?: string;\n /** A value indicating the recovery HTTPS port. */\n replicationPort?: number;\n /** A value indicating the authentication type. */\n allowedAuthenticationType?: number;\n /** A value indicating whether the VM has to be auto deleted. */\n replicaDeletion?: string;\n}\n\n/** VMWare Azure specific policy Input. */\nexport interface InMageAzureV2PolicyInput extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The recovery point threshold in minutes. */\n recoveryPointThresholdInMinutes?: number;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The crash consistent snapshot frequency (in minutes). */\n crashConsistentFrequencyInMinutes?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. */\n multiVmSyncStatus: SetMultiVmSyncStatus;\n}\n\n/** VMWare Azure specific protection profile Input. */\nexport interface InMagePolicyInput extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The recovery point threshold in minutes. */\n recoveryPointThresholdInMinutes?: number;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. */\n multiVmSyncStatus: SetMultiVmSyncStatus;\n}\n\n/** InMageRcmFailback policy creation input. */\nexport interface InMageRcmFailbackPolicyCreationInput\n extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /** The crash consistent snapshot frequency (in minutes). */\n crashConsistentFrequencyInMinutes?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n}\n\n/** InMageRcm policy creation input. */\nexport interface InMageRcmPolicyCreationInput\n extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistoryInMinutes?: number;\n /** The crash consistent snapshot frequency (in minutes). */\n crashConsistentFrequencyInMinutes?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. */\n enableMultiVmSync?: string;\n}\n\n/** VMware Cbt policy creation input. */\nexport interface VMwareCbtPolicyCreationInput\n extends PolicyProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VMwareCbt\";\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistoryInMinutes?: number;\n /** The crash consistent snapshot frequency (in minutes). */\n crashConsistentFrequencyInMinutes?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n}\n\n/** A2A provider specific settings. */\nexport interface A2AReplicationIntentDetails\n extends ReplicationProtectionIntentProviderSpecificSettings {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The fabric specific object Id of the virtual machine. */\n fabricObjectId?: string;\n /** The primary location for the virtual machine. */\n primaryLocation?: string;\n /** The recovery location for the virtual machine. */\n recoveryLocation?: string;\n /** The recovery subscription Id of the virtual machine. */\n recoverySubscriptionId?: string;\n /** The list of vm disk details. */\n vmDisks?: A2AProtectionIntentDiskInputDetails[];\n /** The list of vm managed disk details. */\n vmManagedDisks?: A2AProtectionIntentManagedDiskInputDetails[];\n /** The recovery resource group id. */\n recoveryResourceGroupId?: string;\n /** The protection profile custom details. */\n protectionProfile?: ProtectionProfileCustomDetailsUnion;\n /** The primary staging storage account details. */\n primaryStagingStorageAccount?: StorageAccountCustomDetailsUnion;\n /** The recovery availability set details. */\n recoveryAvailabilitySet?: RecoveryAvailabilitySetCustomDetailsUnion;\n /** The recovery virtual network details. */\n recoveryVirtualNetwork?: RecoveryVirtualNetworkCustomDetailsUnion;\n /** The recovery proximity placement group custom details. */\n recoveryProximityPlacementGroup?: RecoveryProximityPlacementGroupCustomDetailsUnion;\n /** A value indicating whether the auto protection is enabled. */\n autoProtectionOfDataDisk?: AutoProtectionOfDataDisk;\n /** The multi vm group name. */\n multiVmGroupName?: string;\n /** The multi vm group id. */\n multiVmGroupId?: string;\n /** The boot diagnostic storage account. */\n recoveryBootDiagStorageAccount?: StorageAccountCustomDetailsUnion;\n /** The recovery disk encryption information (for two pass flows). */\n diskEncryptionInfo?: DiskEncryptionInfo;\n /** The recovery availability zone. */\n recoveryAvailabilityZone?: string;\n /** The recovery availability type of the virtual machine. */\n recoveryAvailabilityType: string;\n /** A value indicating whether the auto update is enabled. */\n agentAutoUpdateStatus?: AgentAutoUpdateStatus;\n /** The automation account arm id. */\n automationAccountArmId?: string;\n /** A value indicating the type authentication to use for automation Account. */\n automationAccountAuthenticationType?: AutomationAccountAuthenticationType;\n}\n\n/** A2A create protection intent input. */\nexport interface A2ACreateProtectionIntentInput\n extends CreateProtectionIntentProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The fabric specific object Id of the virtual machine. */\n fabricObjectId: string;\n /** The primary location for the virtual machine. */\n primaryLocation: string;\n /** The recovery location for the virtual machine. */\n recoveryLocation: string;\n /** The recovery subscription Id of the virtual machine. */\n recoverySubscriptionId: string;\n /** The recovery availability type of the virtual machine. */\n recoveryAvailabilityType: A2ARecoveryAvailabilityType;\n /** The protection profile custom inputs. */\n protectionProfileCustomInput?: ProtectionProfileCustomDetailsUnion;\n /** The recovery resource group Id. Valid for V2 scenarios. */\n recoveryResourceGroupId: string;\n /** The primary staging storage account input. */\n primaryStagingStorageAccountCustomInput?: StorageAccountCustomDetailsUnion;\n /** The recovery availability set input. */\n recoveryAvailabilitySetCustomInput?: RecoveryAvailabilitySetCustomDetailsUnion;\n /** The recovery virtual network input. */\n recoveryVirtualNetworkCustomInput?: RecoveryVirtualNetworkCustomDetailsUnion;\n /** The recovery proximity placement group custom input. */\n recoveryProximityPlacementGroupCustomInput?: RecoveryProximityPlacementGroupCustomDetailsUnion;\n /** A value indicating whether the auto protection is enabled. */\n autoProtectionOfDataDisk?: AutoProtectionOfDataDisk;\n /** The list of vm disk inputs. */\n vmDisks?: A2AProtectionIntentDiskInputDetails[];\n /** The list of vm managed disk inputs. */\n vmManagedDisks?: A2AProtectionIntentManagedDiskInputDetails[];\n /** The multi vm group name. */\n multiVmGroupName?: string;\n /** The multi vm group id. */\n multiVmGroupId?: string;\n /** The boot diagnostic storage account. */\n recoveryBootDiagStorageAccount?: StorageAccountCustomDetailsUnion;\n /** The recovery disk encryption information (for two pass flows). */\n diskEncryptionInfo?: DiskEncryptionInfo;\n /** The recovery availability zone. */\n recoveryAvailabilityZone?: string;\n /** A value indicating whether the auto update is enabled. */\n agentAutoUpdateStatus?: AgentAutoUpdateStatus;\n /** A value indicating the authentication type for automation account. The default value is \"RunAsAccount\". */\n automationAccountAuthenticationType?: AutomationAccountAuthenticationType;\n /** The automation account arm id. */\n automationAccountArmId?: string;\n}\n\n/** Recovery plan Automation runbook action details. */\nexport interface RecoveryPlanAutomationRunbookActionDetails\n extends RecoveryPlanActionDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"AutomationRunbookActionDetails\";\n /** The runbook ARM Id. */\n runbookId?: string;\n /** The runbook timeout. */\n timeout?: string;\n /** The fabric location. */\n fabricLocation: RecoveryPlanActionLocation;\n}\n\n/** Recovery plan manual action details. */\nexport interface RecoveryPlanManualActionDetails\n extends RecoveryPlanActionDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ManualActionDetails\";\n /** The manual action description. */\n description?: string;\n}\n\n/** Recovery plan script action details. */\nexport interface RecoveryPlanScriptActionDetails\n extends RecoveryPlanActionDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"ScriptActionDetails\";\n /** The script path. */\n path: string;\n /** The script timeout. */\n timeout?: string;\n /** The fabric location. */\n fabricLocation: RecoveryPlanActionLocation;\n}\n\n/** Recovery plan A2A specific details. */\nexport interface RecoveryPlanA2ADetails\n extends RecoveryPlanProviderSpecificDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The primary zone. */\n primaryZone?: string;\n /** The recovery zone. */\n recoveryZone?: string;\n /** The primary extended location. */\n primaryExtendedLocation?: ExtendedLocation;\n /** The recovery extended location. */\n recoveryExtendedLocation?: ExtendedLocation;\n}\n\n/** Recovery plan A2A input. */\nexport interface RecoveryPlanA2AInput\n extends RecoveryPlanProviderSpecificInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The primary zone. */\n primaryZone?: string;\n /** The recovery zone. */\n recoveryZone?: string;\n /** The primary extended location. */\n primaryExtendedLocation?: ExtendedLocation;\n /** The recovery extended location. */\n recoveryExtendedLocation?: ExtendedLocation;\n}\n\n/** Recovery plan A2A failover input. */\nexport interface RecoveryPlanA2AFailoverInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"A2A\";\n /** The recovery point type. */\n recoveryPointType: A2ARpRecoveryPointType;\n /** A value indicating whether to use recovery cloud service for TFO or not. */\n cloudServiceCreationOption?: string;\n /** A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. */\n multiVmSyncPointOption?: MultiVmSyncPointOption;\n}\n\n/** Recovery plan HVR Azure failback input. */\nexport interface RecoveryPlanHyperVReplicaAzureFailbackInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzureFailback\";\n /** The data sync option. */\n dataSyncOption: DataSyncStatus;\n /** The ALR option. */\n recoveryVmCreationOption: AlternateLocationRecoveryOption;\n}\n\n/** Recovery plan HVR Azure failover input. */\nexport interface RecoveryPlanHyperVReplicaAzureFailoverInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplicaAzure\";\n /** The primary KEK certificate PFX. */\n primaryKekCertificatePfx?: string;\n /** The secondary KEK certificate PFX. */\n secondaryKekCertificatePfx?: string;\n /** The recovery point type. */\n recoveryPointType?: HyperVReplicaAzureRpRecoveryPointType;\n}\n\n/** Recovery plan InMageAzureV2 failover input. */\nexport interface RecoveryPlanInMageAzureV2FailoverInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageAzureV2\";\n /** The recovery point type. */\n recoveryPointType: InMageV2RpRecoveryPointType;\n /** A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. */\n useMultiVmSyncPoint?: string;\n}\n\n/** Recovery plan InMage failover input. */\nexport interface RecoveryPlanInMageFailoverInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMage\";\n /** The recovery point type. */\n recoveryPointType: RpInMageRecoveryPointType;\n}\n\n/** Recovery plan InMageRcmFailback failover input. */\nexport interface RecoveryPlanInMageRcmFailbackFailoverInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcmFailback\";\n /** The recovery point type. */\n recoveryPointType: InMageRcmFailbackRecoveryPointType;\n /** A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. */\n useMultiVmSyncPoint?: string;\n}\n\n/** Recovery plan InMageRcm failover input. */\nexport interface RecoveryPlanInMageRcmFailoverInput\n extends RecoveryPlanProviderSpecificFailoverInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"InMageRcm\";\n /** The recovery point type. */\n recoveryPointType: RecoveryPlanPointType;\n /** A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. */\n useMultiVmSyncPoint?: string;\n}\n\n/** Existing storage account input. */\nexport interface ExistingProtectionProfile\n extends ProtectionProfileCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n /** The protection profile Arm Id. Throw error, if resource does not exists. */\n protectionProfileId: string;\n}\n\n/** New Protection profile input. */\nexport interface NewProtectionProfile extends ProtectionProfileCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"New\";\n /** The protection profile input. */\n policyName: string;\n /** The duration in minutes until which the recovery points need to be stored. */\n recoveryPointHistory?: number;\n /** The crash consistent snapshot frequency (in minutes). */\n crashConsistentFrequencyInMinutes?: number;\n /** The app consistent snapshot frequency (in minutes). */\n appConsistentFrequencyInMinutes?: number;\n /** A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. */\n multiVmSyncStatus: SetMultiVmSyncStatus;\n}\n\n/** Existing storage account input. */\nexport interface ExistingStorageAccount extends StorageAccountCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n /** The storage account Arm Id. Throw error, if resource does not exists. */\n azureStorageAccountId: string;\n}\n\n/** Existing recovery availability set input. */\nexport interface ExistingRecoveryAvailabilitySet\n extends RecoveryAvailabilitySetCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n /** The recovery availability set Id. Will throw error, if resource does not exist. */\n recoveryAvailabilitySetId?: string;\n}\n\n/** Existing recovery virtual network input. */\nexport interface ExistingRecoveryVirtualNetwork\n extends RecoveryVirtualNetworkCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n /** The recovery virtual network Id. Will throw error, if resource does not exist. */\n recoveryVirtualNetworkId: string;\n /** The recovery subnet name. */\n recoverySubnetName?: string;\n}\n\n/** Recovery virtual network input to create new virtual network from given source network. */\nexport interface NewRecoveryVirtualNetwork\n extends RecoveryVirtualNetworkCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"New\";\n /** The name of the resource group to be used to create the recovery virtual network. If absent, target network would be created in the same resource group as target VM. */\n recoveryVirtualNetworkResourceGroupName?: string;\n /** The recovery virtual network name. */\n recoveryVirtualNetworkName?: string;\n}\n\n/** Existing recovery proximity placement group input. */\nexport interface ExistingRecoveryProximityPlacementGroup\n extends RecoveryProximityPlacementGroupCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n /** The recovery proximity placement group Id. Will throw error, if resource does not exist. */\n recoveryProximityPlacementGroupId?: string;\n}\n\n/** Existing recovery resource group input. */\nexport interface ExistingRecoveryResourceGroup\n extends RecoveryResourceGroupCustomDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n resourceType: \"Existing\";\n /** The recovery resource group Id. Valid for V2 scenarios. */\n recoveryResourceGroupId?: string;\n}\n\n/** VMM fabric provider specific VM settings. */\nexport interface VmmVirtualMachineDetails extends HyperVVirtualMachineDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VmmVirtualMachine\";\n}\n\n/** This class represents the fabric replication group task details. */\nexport interface FabricReplicationGroupTaskDetails extends JobTaskDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"FabricReplicationGroupTaskDetails\";\n /** The skipped reason. */\n skippedReason?: string;\n /** The skipped reason string. */\n skippedReasonString?: string;\n}\n\n/** This class represents the virtual machine task details. */\nexport interface VirtualMachineTaskDetails extends JobTaskDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"VirtualMachineTaskDetails\";\n /** The skipped reason. */\n skippedReason?: string;\n /** The skipped reason string. */\n skippedReasonString?: string;\n}\n\n/** This class represents the recovery plan shutdown group task details. */\nexport interface RecoveryPlanShutdownGroupTaskDetails\n extends RecoveryPlanGroupTaskDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"RecoveryPlanShutdownGroupTaskDetails\";\n}\n\n/** HyperV Replica Blue policy input. */\nexport interface HyperVReplicaBluePolicyInput extends HyperVReplicaPolicyInput {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n instanceType: \"HyperVReplica2012R2\";\n /** A value indicating the replication interval. */\n replicationFrequencyInSeconds?: number;\n}\n\n/** Defines headers for ReplicationFabrics_removeInfra operation. */\nexport interface ReplicationFabricsRemoveInfraHeaders {\n location?: string;\n}\n\n/** Defines headers for ReplicationProtectedItems_updateMobilityService operation. */\nexport interface ReplicationProtectedItemsUpdateMobilityServiceHeaders {\n location?: string;\n}\n\n/** Known values of {@link HealthErrorCustomerResolvability} that the service accepts. */\nexport enum KnownHealthErrorCustomerResolvability {\n /** Allowed */\n Allowed = \"Allowed\",\n /** NotAllowed */\n NotAllowed = \"NotAllowed\",\n}\n\n/**\n * Defines values for HealthErrorCustomerResolvability. \\\n * {@link KnownHealthErrorCustomerResolvability} can be used interchangeably with HealthErrorCustomerResolvability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allowed** \\\n * **NotAllowed**\n */\nexport type HealthErrorCustomerResolvability = string;\n\n/** Known values of {@link MigrationState} that the service accepts. */\nexport enum KnownMigrationState {\n /** None */\n None = \"None\",\n /** EnableMigrationInProgress */\n EnableMigrationInProgress = \"EnableMigrationInProgress\",\n /** EnableMigrationFailed */\n EnableMigrationFailed = \"EnableMigrationFailed\",\n /** DisableMigrationInProgress */\n DisableMigrationInProgress = \"DisableMigrationInProgress\",\n /** DisableMigrationFailed */\n DisableMigrationFailed = \"DisableMigrationFailed\",\n /** InitialSeedingInProgress */\n InitialSeedingInProgress = \"InitialSeedingInProgress\",\n /** InitialSeedingFailed */\n InitialSeedingFailed = \"InitialSeedingFailed\",\n /** Replicating */\n Replicating = \"Replicating\",\n /** MigrationInProgress */\n MigrationInProgress = \"MigrationInProgress\",\n /** MigrationSucceeded */\n MigrationSucceeded = \"MigrationSucceeded\",\n /** MigrationFailed */\n MigrationFailed = \"MigrationFailed\",\n /** ResumeInProgress */\n ResumeInProgress = \"ResumeInProgress\",\n /** ResumeInitiated */\n ResumeInitiated = \"ResumeInitiated\",\n /** SuspendingProtection */\n SuspendingProtection = \"SuspendingProtection\",\n /** ProtectionSuspended */\n ProtectionSuspended = \"ProtectionSuspended\",\n /** MigrationCompletedWithInformation */\n MigrationCompletedWithInformation = \"MigrationCompletedWithInformation\",\n /** MigrationPartiallySucceeded */\n MigrationPartiallySucceeded = \"MigrationPartiallySucceeded\",\n}\n\n/**\n * Defines values for MigrationState. \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **EnableMigrationInProgress** \\\n * **EnableMigrationFailed** \\\n * **DisableMigrationInProgress** \\\n * **DisableMigrationFailed** \\\n * **InitialSeedingInProgress** \\\n * **InitialSeedingFailed** \\\n * **Replicating** \\\n * **MigrationInProgress** \\\n * **MigrationSucceeded** \\\n * **MigrationFailed** \\\n * **ResumeInProgress** \\\n * **ResumeInitiated** \\\n * **SuspendingProtection** \\\n * **ProtectionSuspended** \\\n * **MigrationCompletedWithInformation** \\\n * **MigrationPartiallySucceeded**\n */\nexport type MigrationState = string;\n\n/** Known values of {@link TestMigrationState} that the service accepts. */\nexport enum KnownTestMigrationState {\n /** None */\n None = \"None\",\n /** TestMigrationInProgress */\n TestMigrationInProgress = \"TestMigrationInProgress\",\n /** TestMigrationSucceeded */\n TestMigrationSucceeded = \"TestMigrationSucceeded\",\n /** TestMigrationFailed */\n TestMigrationFailed = \"TestMigrationFailed\",\n /** TestMigrationCleanupInProgress */\n TestMigrationCleanupInProgress = \"TestMigrationCleanupInProgress\",\n /** TestMigrationCompletedWithInformation */\n TestMigrationCompletedWithInformation = \"TestMigrationCompletedWithInformation\",\n /** TestMigrationPartiallySucceeded */\n TestMigrationPartiallySucceeded = \"TestMigrationPartiallySucceeded\",\n}\n\n/**\n * Defines values for TestMigrationState. \\\n * {@link KnownTestMigrationState} can be used interchangeably with TestMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **TestMigrationInProgress** \\\n * **TestMigrationSucceeded** \\\n * **TestMigrationFailed** \\\n * **TestMigrationCleanupInProgress** \\\n * **TestMigrationCompletedWithInformation** \\\n * **TestMigrationPartiallySucceeded**\n */\nexport type TestMigrationState = string;\n\n/** Known values of {@link ProtectionHealth} that the service accepts. */\nexport enum KnownProtectionHealth {\n /** None */\n None = \"None\",\n /** Normal */\n Normal = \"Normal\",\n /** Warning */\n Warning = \"Warning\",\n /** Critical */\n Critical = \"Critical\",\n}\n\n/**\n * Defines values for ProtectionHealth. \\\n * {@link KnownProtectionHealth} can be used interchangeably with ProtectionHealth,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Normal** \\\n * **Warning** \\\n * **Critical**\n */\nexport type ProtectionHealth = string;\n\n/** Known values of {@link MigrationItemOperation} that the service accepts. */\nexport enum KnownMigrationItemOperation {\n /** DisableMigration */\n DisableMigration = \"DisableMigration\",\n /** TestMigrate */\n TestMigrate = \"TestMigrate\",\n /** TestMigrateCleanup */\n TestMigrateCleanup = \"TestMigrateCleanup\",\n /** Migrate */\n Migrate = \"Migrate\",\n /** StartResync */\n StartResync = \"StartResync\",\n /** PauseReplication */\n PauseReplication = \"PauseReplication\",\n /** ResumeReplication */\n ResumeReplication = \"ResumeReplication\",\n}\n\n/**\n * Defines values for MigrationItemOperation. \\\n * {@link KnownMigrationItemOperation} can be used interchangeably with MigrationItemOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DisableMigration** \\\n * **TestMigrate** \\\n * **TestMigrateCleanup** \\\n * **Migrate** \\\n * **StartResync** \\\n * **PauseReplication** \\\n * **ResumeReplication**\n */\nexport type MigrationItemOperation = string;\n\n/** Known values of {@link MigrationRecoveryPointType} that the service accepts. */\nexport enum KnownMigrationRecoveryPointType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** ApplicationConsistent */\n ApplicationConsistent = \"ApplicationConsistent\",\n /** CrashConsistent */\n CrashConsistent = \"CrashConsistent\",\n}\n\n/**\n * Defines values for MigrationRecoveryPointType. \\\n * {@link KnownMigrationRecoveryPointType} can be used interchangeably with MigrationRecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **ApplicationConsistent** \\\n * **CrashConsistent**\n */\nexport type MigrationRecoveryPointType = string;\n\n/** Known values of {@link LicenseType} that the service accepts. */\nexport enum KnownLicenseType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** NoLicenseType */\n NoLicenseType = \"NoLicenseType\",\n /** WindowsServer */\n WindowsServer = \"WindowsServer\",\n}\n\n/**\n * Defines values for LicenseType. \\\n * {@link KnownLicenseType} can be used interchangeably with LicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **NoLicenseType** \\\n * **WindowsServer**\n */\nexport type LicenseType = string;\n\n/** Known values of {@link DisableProtectionReason} that the service accepts. */\nexport enum KnownDisableProtectionReason {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** MigrationComplete */\n MigrationComplete = \"MigrationComplete\",\n}\n\n/**\n * Defines values for DisableProtectionReason. \\\n * {@link KnownDisableProtectionReason} can be used interchangeably with DisableProtectionReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **MigrationComplete**\n */\nexport type DisableProtectionReason = string;\n\n/** Known values of {@link AgentVersionStatus} that the service accepts. */\nexport enum KnownAgentVersionStatus {\n /** Supported */\n Supported = \"Supported\",\n /** NotSupported */\n NotSupported = \"NotSupported\",\n /** Deprecated */\n Deprecated = \"Deprecated\",\n /** UpdateRequired */\n UpdateRequired = \"UpdateRequired\",\n /** SecurityUpdateRequired */\n SecurityUpdateRequired = \"SecurityUpdateRequired\",\n}\n\n/**\n * Defines values for AgentVersionStatus. \\\n * {@link KnownAgentVersionStatus} can be used interchangeably with AgentVersionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Supported** \\\n * **NotSupported** \\\n * **Deprecated** \\\n * **UpdateRequired** \\\n * **SecurityUpdateRequired**\n */\nexport type AgentVersionStatus = string;\n\n/** Known values of {@link ExportJobOutputSerializationType} that the service accepts. */\nexport enum KnownExportJobOutputSerializationType {\n /** Json */\n Json = \"Json\",\n /** Xml */\n Xml = \"Xml\",\n /** Excel */\n Excel = \"Excel\",\n}\n\n/**\n * Defines values for ExportJobOutputSerializationType. \\\n * {@link KnownExportJobOutputSerializationType} can be used interchangeably with ExportJobOutputSerializationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Json** \\\n * **Xml** \\\n * **Excel**\n */\nexport type ExportJobOutputSerializationType = string;\n\n/** Known values of {@link RecoveryPlanGroupType} that the service accepts. */\nexport enum KnownRecoveryPlanGroupType {\n /** Shutdown */\n Shutdown = \"Shutdown\",\n /** Boot */\n Boot = \"Boot\",\n /** Failover */\n Failover = \"Failover\",\n}\n\n/**\n * Defines values for RecoveryPlanGroupType. \\\n * {@link KnownRecoveryPlanGroupType} can be used interchangeably with RecoveryPlanGroupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Shutdown** \\\n * **Boot** \\\n * **Failover**\n */\nexport type RecoveryPlanGroupType = string;\n\n/** Known values of {@link ReplicationProtectedItemOperation} that the service accepts. */\nexport enum KnownReplicationProtectedItemOperation {\n /** ReverseReplicate */\n ReverseReplicate = \"ReverseReplicate\",\n /** Commit */\n Commit = \"Commit\",\n /** PlannedFailover */\n PlannedFailover = \"PlannedFailover\",\n /** UnplannedFailover */\n UnplannedFailover = \"UnplannedFailover\",\n /** DisableProtection */\n DisableProtection = \"DisableProtection\",\n /** TestFailover */\n TestFailover = \"TestFailover\",\n /** TestFailoverCleanup */\n TestFailoverCleanup = \"TestFailoverCleanup\",\n /** Failback */\n Failback = \"Failback\",\n /** FinalizeFailback */\n FinalizeFailback = \"FinalizeFailback\",\n /** CancelFailover */\n CancelFailover = \"CancelFailover\",\n /** ChangePit */\n ChangePit = \"ChangePit\",\n /** RepairReplication */\n RepairReplication = \"RepairReplication\",\n /** SwitchProtection */\n SwitchProtection = \"SwitchProtection\",\n /** CompleteMigration */\n CompleteMigration = \"CompleteMigration\",\n}\n\n/**\n * Defines values for ReplicationProtectedItemOperation. \\\n * {@link KnownReplicationProtectedItemOperation} can be used interchangeably with ReplicationProtectedItemOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReverseReplicate** \\\n * **Commit** \\\n * **PlannedFailover** \\\n * **UnplannedFailover** \\\n * **DisableProtection** \\\n * **TestFailover** \\\n * **TestFailoverCleanup** \\\n * **Failback** \\\n * **FinalizeFailback** \\\n * **CancelFailover** \\\n * **ChangePit** \\\n * **RepairReplication** \\\n * **SwitchProtection** \\\n * **CompleteMigration**\n */\nexport type ReplicationProtectedItemOperation = string;\n\n/** Known values of {@link PossibleOperationsDirections} that the service accepts. */\nexport enum KnownPossibleOperationsDirections {\n /** PrimaryToRecovery */\n PrimaryToRecovery = \"PrimaryToRecovery\",\n /** RecoveryToPrimary */\n RecoveryToPrimary = \"RecoveryToPrimary\",\n}\n\n/**\n * Defines values for PossibleOperationsDirections. \\\n * {@link KnownPossibleOperationsDirections} can be used interchangeably with PossibleOperationsDirections,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PrimaryToRecovery** \\\n * **RecoveryToPrimary**\n */\nexport type PossibleOperationsDirections = string;\n\n/** Known values of {@link FailoverDeploymentModel} that the service accepts. */\nexport enum KnownFailoverDeploymentModel {\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n /** Classic */\n Classic = \"Classic\",\n /** ResourceManager */\n ResourceManager = \"ResourceManager\",\n}\n\n/**\n * Defines values for FailoverDeploymentModel. \\\n * {@link KnownFailoverDeploymentModel} can be used interchangeably with FailoverDeploymentModel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotApplicable** \\\n * **Classic** \\\n * **ResourceManager**\n */\nexport type FailoverDeploymentModel = string;\n\n/** Known values of {@link SourceSiteOperations} that the service accepts. */\nexport enum KnownSourceSiteOperations {\n /** Required */\n Required = \"Required\",\n /** NotRequired */\n NotRequired = \"NotRequired\",\n}\n\n/**\n * Defines values for SourceSiteOperations. \\\n * {@link KnownSourceSiteOperations} can be used interchangeably with SourceSiteOperations,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Required** \\\n * **NotRequired**\n */\nexport type SourceSiteOperations = string;\n\n/** Known values of {@link HealthErrorCategory} that the service accepts. */\nexport enum KnownHealthErrorCategory {\n /** None */\n None = \"None\",\n /** Replication */\n Replication = \"Replication\",\n /** TestFailover */\n TestFailover = \"TestFailover\",\n /** Configuration */\n Configuration = \"Configuration\",\n /** FabricInfrastructure */\n FabricInfrastructure = \"FabricInfrastructure\",\n /** VersionExpiry */\n VersionExpiry = \"VersionExpiry\",\n /** AgentAutoUpdateInfra */\n AgentAutoUpdateInfra = \"AgentAutoUpdateInfra\",\n /** AgentAutoUpdateArtifactDeleted */\n AgentAutoUpdateArtifactDeleted = \"AgentAutoUpdateArtifactDeleted\",\n /** AgentAutoUpdateRunAsAccount */\n AgentAutoUpdateRunAsAccount = \"AgentAutoUpdateRunAsAccount\",\n /** AgentAutoUpdateRunAsAccountExpiry */\n AgentAutoUpdateRunAsAccountExpiry = \"AgentAutoUpdateRunAsAccountExpiry\",\n /** AgentAutoUpdateRunAsAccountExpired */\n AgentAutoUpdateRunAsAccountExpired = \"AgentAutoUpdateRunAsAccountExpired\",\n}\n\n/**\n * Defines values for HealthErrorCategory. \\\n * {@link KnownHealthErrorCategory} can be used interchangeably with HealthErrorCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Replication** \\\n * **TestFailover** \\\n * **Configuration** \\\n * **FabricInfrastructure** \\\n * **VersionExpiry** \\\n * **AgentAutoUpdateInfra** \\\n * **AgentAutoUpdateArtifactDeleted** \\\n * **AgentAutoUpdateRunAsAccount** \\\n * **AgentAutoUpdateRunAsAccountExpiry** \\\n * **AgentAutoUpdateRunAsAccountExpired**\n */\nexport type HealthErrorCategory = string;\n\n/** Known values of {@link Severity} that the service accepts. */\nexport enum KnownSeverity {\n /** None */\n None = \"NONE\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Info */\n Info = \"Info\",\n}\n\n/**\n * Defines values for Severity. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NONE** \\\n * **Warning** \\\n * **Error** \\\n * **Info**\n */\nexport type Severity = string;\n\n/** Known values of {@link AgentAutoUpdateStatus} that the service accepts. */\nexport enum KnownAgentAutoUpdateStatus {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for AgentAutoUpdateStatus. \\\n * {@link KnownAgentAutoUpdateStatus} can be used interchangeably with AgentAutoUpdateStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type AgentAutoUpdateStatus = string;\n\n/** Known values of {@link AutomationAccountAuthenticationType} that the service accepts. */\nexport enum KnownAutomationAccountAuthenticationType {\n /** RunAsAccount */\n RunAsAccount = \"RunAsAccount\",\n /** SystemAssignedIdentity */\n SystemAssignedIdentity = \"SystemAssignedIdentity\",\n}\n\n/**\n * Defines values for AutomationAccountAuthenticationType. \\\n * {@link KnownAutomationAccountAuthenticationType} can be used interchangeably with AutomationAccountAuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RunAsAccount** \\\n * **SystemAssignedIdentity**\n */\nexport type AutomationAccountAuthenticationType = string;\n\n/** Known values of {@link A2ARecoveryAvailabilityType} that the service accepts. */\nexport enum KnownA2ARecoveryAvailabilityType {\n /** Single */\n Single = \"Single\",\n /** AvailabilitySet */\n AvailabilitySet = \"AvailabilitySet\",\n /** AvailabilityZone */\n AvailabilityZone = \"AvailabilityZone\",\n}\n\n/**\n * Defines values for A2ARecoveryAvailabilityType. \\\n * {@link KnownA2ARecoveryAvailabilityType} can be used interchangeably with A2ARecoveryAvailabilityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Single** \\\n * **AvailabilitySet** \\\n * **AvailabilityZone**\n */\nexport type A2ARecoveryAvailabilityType = string;\n\n/** Known values of {@link AutoProtectionOfDataDisk} that the service accepts. */\nexport enum KnownAutoProtectionOfDataDisk {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for AutoProtectionOfDataDisk. \\\n * {@link KnownAutoProtectionOfDataDisk} can be used interchangeably with AutoProtectionOfDataDisk,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type AutoProtectionOfDataDisk = string;\n\n/** Known values of {@link ExtendedLocationType} that the service accepts. */\nexport enum KnownExtendedLocationType {\n /** EdgeZone */\n EdgeZone = \"EdgeZone\",\n}\n\n/**\n * Defines values for ExtendedLocationType. \\\n * {@link KnownExtendedLocationType} can be used interchangeably with ExtendedLocationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EdgeZone**\n */\nexport type ExtendedLocationType = string;\n\n/** Known values of {@link SetMultiVmSyncStatus} that the service accepts. */\nexport enum KnownSetMultiVmSyncStatus {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for SetMultiVmSyncStatus. \\\n * {@link KnownSetMultiVmSyncStatus} can be used interchangeably with SetMultiVmSyncStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type SetMultiVmSyncStatus = string;\n\n/** Known values of {@link RecoveryPointSyncType} that the service accepts. */\nexport enum KnownRecoveryPointSyncType {\n /** MultiVmSyncRecoveryPoint */\n MultiVmSyncRecoveryPoint = \"MultiVmSyncRecoveryPoint\",\n /** PerVmRecoveryPoint */\n PerVmRecoveryPoint = \"PerVmRecoveryPoint\",\n}\n\n/**\n * Defines values for RecoveryPointSyncType. \\\n * {@link KnownRecoveryPointSyncType} can be used interchangeably with RecoveryPointSyncType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MultiVmSyncRecoveryPoint** \\\n * **PerVmRecoveryPoint**\n */\nexport type RecoveryPointSyncType = string;\n\n/** Known values of {@link MultiVmGroupCreateOption} that the service accepts. */\nexport enum KnownMultiVmGroupCreateOption {\n /** AutoCreated */\n AutoCreated = \"AutoCreated\",\n /** UserSpecified */\n UserSpecified = \"UserSpecified\",\n}\n\n/**\n * Defines values for MultiVmGroupCreateOption. \\\n * {@link KnownMultiVmGroupCreateOption} can be used interchangeably with MultiVmGroupCreateOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AutoCreated** \\\n * **UserSpecified**\n */\nexport type MultiVmGroupCreateOption = string;\n\n/** Known values of {@link VmEncryptionType} that the service accepts. */\nexport enum KnownVmEncryptionType {\n /** NotEncrypted */\n NotEncrypted = \"NotEncrypted\",\n /** OnePassEncrypted */\n OnePassEncrypted = \"OnePassEncrypted\",\n /** TwoPassEncrypted */\n TwoPassEncrypted = \"TwoPassEncrypted\",\n}\n\n/**\n * Defines values for VmEncryptionType. \\\n * {@link KnownVmEncryptionType} can be used interchangeably with VmEncryptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotEncrypted** \\\n * **OnePassEncrypted** \\\n * **TwoPassEncrypted**\n */\nexport type VmEncryptionType = string;\n\n/** Known values of {@link ChurnOptionSelected} that the service accepts. */\nexport enum KnownChurnOptionSelected {\n /** Normal */\n Normal = \"Normal\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Defines values for ChurnOptionSelected. \\\n * {@link KnownChurnOptionSelected} can be used interchangeably with ChurnOptionSelected,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Normal** \\\n * **High**\n */\nexport type ChurnOptionSelected = string;\n\n/** Known values of {@link DiskAccountType} that the service accepts. */\nexport enum KnownDiskAccountType {\n /** StandardLRS */\n StandardLRS = \"Standard_LRS\",\n /** PremiumLRS */\n PremiumLRS = \"Premium_LRS\",\n /** StandardSSDLRS */\n StandardSSDLRS = \"StandardSSD_LRS\",\n}\n\n/**\n * Defines values for DiskAccountType. \\\n * {@link KnownDiskAccountType} can be used interchangeably with DiskAccountType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_LRS** \\\n * **Premium_LRS** \\\n * **StandardSSD_LRS**\n */\nexport type DiskAccountType = string;\n\n/** Known values of {@link SqlServerLicenseType} that the service accepts. */\nexport enum KnownSqlServerLicenseType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** NoLicenseType */\n NoLicenseType = \"NoLicenseType\",\n /** Payg */\n Payg = \"PAYG\",\n /** Ahub */\n Ahub = \"AHUB\",\n}\n\n/**\n * Defines values for SqlServerLicenseType. \\\n * {@link KnownSqlServerLicenseType} can be used interchangeably with SqlServerLicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **NoLicenseType** \\\n * **PAYG** \\\n * **AHUB**\n */\nexport type SqlServerLicenseType = string;\n\n/** Known values of {@link PresenceStatus} that the service accepts. */\nexport enum KnownPresenceStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Present */\n Present = \"Present\",\n /** NotPresent */\n NotPresent = \"NotPresent\",\n}\n\n/**\n * Defines values for PresenceStatus. \\\n * {@link KnownPresenceStatus} can be used interchangeably with PresenceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Present** \\\n * **NotPresent**\n */\nexport type PresenceStatus = string;\n\n/** Known values of {@link RcmComponentStatus} that the service accepts. */\nexport enum KnownRcmComponentStatus {\n /** Healthy */\n Healthy = \"Healthy\",\n /** Warning */\n Warning = \"Warning\",\n /** Critical */\n Critical = \"Critical\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for RcmComponentStatus. \\\n * {@link KnownRcmComponentStatus} can be used interchangeably with RcmComponentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **Warning** \\\n * **Critical** \\\n * **Unknown**\n */\nexport type RcmComponentStatus = string;\n\n/** Known values of {@link AgentUpgradeBlockedReason} that the service accepts. */\nexport enum KnownAgentUpgradeBlockedReason {\n /** AlreadyOnLatestVersion */\n AlreadyOnLatestVersion = \"AlreadyOnLatestVersion\",\n /** RebootRequired */\n RebootRequired = \"RebootRequired\",\n /** AgentNoHeartbeat */\n AgentNoHeartbeat = \"AgentNoHeartbeat\",\n /** RcmProxyNoHeartbeat */\n RcmProxyNoHeartbeat = \"RcmProxyNoHeartbeat\",\n /** ProcessServerNoHeartbeat */\n ProcessServerNoHeartbeat = \"ProcessServerNoHeartbeat\",\n /** IncompatibleApplianceVersion */\n IncompatibleApplianceVersion = \"IncompatibleApplianceVersion\",\n /** NotProtected */\n NotProtected = \"NotProtected\",\n /** UnsupportedProtectionScenario */\n UnsupportedProtectionScenario = \"UnsupportedProtectionScenario\",\n /** DistroIsNotReported */\n DistroIsNotReported = \"DistroIsNotReported\",\n /** DistroNotSupportedForUpgrade */\n DistroNotSupportedForUpgrade = \"DistroNotSupportedForUpgrade\",\n /** MissingUpgradePath */\n MissingUpgradePath = \"MissingUpgradePath\",\n /** InvalidAgentVersion */\n InvalidAgentVersion = \"InvalidAgentVersion\",\n /** InvalidDriverVersion */\n InvalidDriverVersion = \"InvalidDriverVersion\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for AgentUpgradeBlockedReason. \\\n * {@link KnownAgentUpgradeBlockedReason} can be used interchangeably with AgentUpgradeBlockedReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AlreadyOnLatestVersion** \\\n * **RebootRequired** \\\n * **AgentNoHeartbeat** \\\n * **RcmProxyNoHeartbeat** \\\n * **ProcessServerNoHeartbeat** \\\n * **IncompatibleApplianceVersion** \\\n * **NotProtected** \\\n * **UnsupportedProtectionScenario** \\\n * **DistroIsNotReported** \\\n * **DistroNotSupportedForUpgrade** \\\n * **MissingUpgradePath** \\\n * **InvalidAgentVersion** \\\n * **InvalidDriverVersion** \\\n * **Unknown**\n */\nexport type AgentUpgradeBlockedReason = string;\n\n/** Known values of {@link InMageRcmFailbackRecoveryPointType} that the service accepts. */\nexport enum KnownInMageRcmFailbackRecoveryPointType {\n /** ApplicationConsistent */\n ApplicationConsistent = \"ApplicationConsistent\",\n /** CrashConsistent */\n CrashConsistent = \"CrashConsistent\",\n}\n\n/**\n * Defines values for InMageRcmFailbackRecoveryPointType. \\\n * {@link KnownInMageRcmFailbackRecoveryPointType} can be used interchangeably with InMageRcmFailbackRecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ApplicationConsistent** \\\n * **CrashConsistent**\n */\nexport type InMageRcmFailbackRecoveryPointType = string;\n\n/** Known values of {@link DiskReplicationProgressHealth} that the service accepts. */\nexport enum KnownDiskReplicationProgressHealth {\n /** None */\n None = \"None\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** SlowProgress */\n SlowProgress = \"SlowProgress\",\n /** NoProgress */\n NoProgress = \"NoProgress\",\n /** Queued */\n Queued = \"Queued\",\n}\n\n/**\n * Defines values for DiskReplicationProgressHealth. \\\n * {@link KnownDiskReplicationProgressHealth} can be used interchangeably with DiskReplicationProgressHealth,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **InProgress** \\\n * **SlowProgress** \\\n * **NoProgress** \\\n * **Queued**\n */\nexport type DiskReplicationProgressHealth = string;\n\n/** Known values of {@link VmReplicationProgressHealth} that the service accepts. */\nexport enum KnownVmReplicationProgressHealth {\n /** None */\n None = \"None\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** SlowProgress */\n SlowProgress = \"SlowProgress\",\n /** NoProgress */\n NoProgress = \"NoProgress\",\n}\n\n/**\n * Defines values for VmReplicationProgressHealth. \\\n * {@link KnownVmReplicationProgressHealth} can be used interchangeably with VmReplicationProgressHealth,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **InProgress** \\\n * **SlowProgress** \\\n * **NoProgress**\n */\nexport type VmReplicationProgressHealth = string;\n\n/** Known values of {@link ResyncState} that the service accepts. */\nexport enum KnownResyncState {\n /** None */\n None = \"None\",\n /** PreparedForResynchronization */\n PreparedForResynchronization = \"PreparedForResynchronization\",\n /** StartedResynchronization */\n StartedResynchronization = \"StartedResynchronization\",\n}\n\n/**\n * Defines values for ResyncState. \\\n * {@link KnownResyncState} can be used interchangeably with ResyncState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **PreparedForResynchronization** \\\n * **StartedResynchronization**\n */\nexport type ResyncState = string;\n\n/** Known values of {@link PlannedFailoverStatus} that the service accepts. */\nexport enum KnownPlannedFailoverStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for PlannedFailoverStatus. \\\n * {@link KnownPlannedFailoverStatus} can be used interchangeably with PlannedFailoverStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Cancelled** \\\n * **Unknown**\n */\nexport type PlannedFailoverStatus = string;\n\n/** Known values of {@link EthernetAddressType} that the service accepts. */\nexport enum KnownEthernetAddressType {\n /** Dynamic */\n Dynamic = \"Dynamic\",\n /** Static */\n Static = \"Static\",\n}\n\n/**\n * Defines values for EthernetAddressType. \\\n * {@link KnownEthernetAddressType} can be used interchangeably with EthernetAddressType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Dynamic** \\\n * **Static**\n */\nexport type EthernetAddressType = string;\n\n/** Known values of {@link MobilityAgentUpgradeState} that the service accepts. */\nexport enum KnownMobilityAgentUpgradeState {\n /** None */\n None = \"None\",\n /** Started */\n Started = \"Started\",\n /** Completed */\n Completed = \"Completed\",\n /** Commit */\n Commit = \"Commit\",\n}\n\n/**\n * Defines values for MobilityAgentUpgradeState. \\\n * {@link KnownMobilityAgentUpgradeState} can be used interchangeably with MobilityAgentUpgradeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Started** \\\n * **Completed** \\\n * **Commit**\n */\nexport type MobilityAgentUpgradeState = string;\n\n/** Known values of {@link RecoveryPointType} that the service accepts. */\nexport enum KnownRecoveryPointType {\n /** LatestTime */\n LatestTime = \"LatestTime\",\n /** LatestTag */\n LatestTag = \"LatestTag\",\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for RecoveryPointType. \\\n * {@link KnownRecoveryPointType} can be used interchangeably with RecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LatestTime** \\\n * **LatestTag** \\\n * **Custom**\n */\nexport type RecoveryPointType = string;\n\n/** Known values of {@link A2ARpRecoveryPointType} that the service accepts. */\nexport enum KnownA2ARpRecoveryPointType {\n /** Latest */\n Latest = \"Latest\",\n /** LatestApplicationConsistent */\n LatestApplicationConsistent = \"LatestApplicationConsistent\",\n /** LatestCrashConsistent */\n LatestCrashConsistent = \"LatestCrashConsistent\",\n /** LatestProcessed */\n LatestProcessed = \"LatestProcessed\",\n}\n\n/**\n * Defines values for A2ARpRecoveryPointType. \\\n * {@link KnownA2ARpRecoveryPointType} can be used interchangeably with A2ARpRecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Latest** \\\n * **LatestApplicationConsistent** \\\n * **LatestCrashConsistent** \\\n * **LatestProcessed**\n */\nexport type A2ARpRecoveryPointType = string;\n\n/** Known values of {@link MultiVmSyncPointOption} that the service accepts. */\nexport enum KnownMultiVmSyncPointOption {\n /** UseMultiVmSyncRecoveryPoint */\n UseMultiVmSyncRecoveryPoint = \"UseMultiVmSyncRecoveryPoint\",\n /** UsePerVmRecoveryPoint */\n UsePerVmRecoveryPoint = \"UsePerVmRecoveryPoint\",\n}\n\n/**\n * Defines values for MultiVmSyncPointOption. \\\n * {@link KnownMultiVmSyncPointOption} can be used interchangeably with MultiVmSyncPointOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UseMultiVmSyncRecoveryPoint** \\\n * **UsePerVmRecoveryPoint**\n */\nexport type MultiVmSyncPointOption = string;\n\n/** Known values of {@link RecoveryPlanActionLocation} that the service accepts. */\nexport enum KnownRecoveryPlanActionLocation {\n /** Primary */\n Primary = \"Primary\",\n /** Recovery */\n Recovery = \"Recovery\",\n}\n\n/**\n * Defines values for RecoveryPlanActionLocation. \\\n * {@link KnownRecoveryPlanActionLocation} can be used interchangeably with RecoveryPlanActionLocation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Recovery**\n */\nexport type RecoveryPlanActionLocation = string;\n\n/** Known values of {@link DataSyncStatus} that the service accepts. */\nexport enum KnownDataSyncStatus {\n /** ForDownTime */\n ForDownTime = \"ForDownTime\",\n /** ForSynchronization */\n ForSynchronization = \"ForSynchronization\",\n}\n\n/**\n * Defines values for DataSyncStatus. \\\n * {@link KnownDataSyncStatus} can be used interchangeably with DataSyncStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ForDownTime** \\\n * **ForSynchronization**\n */\nexport type DataSyncStatus = string;\n\n/** Known values of {@link AlternateLocationRecoveryOption} that the service accepts. */\nexport enum KnownAlternateLocationRecoveryOption {\n /** CreateVmIfNotFound */\n CreateVmIfNotFound = \"CreateVmIfNotFound\",\n /** NoAction */\n NoAction = \"NoAction\",\n}\n\n/**\n * Defines values for AlternateLocationRecoveryOption. \\\n * {@link KnownAlternateLocationRecoveryOption} can be used interchangeably with AlternateLocationRecoveryOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateVmIfNotFound** \\\n * **NoAction**\n */\nexport type AlternateLocationRecoveryOption = string;\n\n/** Known values of {@link HyperVReplicaAzureRpRecoveryPointType} that the service accepts. */\nexport enum KnownHyperVReplicaAzureRpRecoveryPointType {\n /** Latest */\n Latest = \"Latest\",\n /** LatestApplicationConsistent */\n LatestApplicationConsistent = \"LatestApplicationConsistent\",\n /** LatestProcessed */\n LatestProcessed = \"LatestProcessed\",\n}\n\n/**\n * Defines values for HyperVReplicaAzureRpRecoveryPointType. \\\n * {@link KnownHyperVReplicaAzureRpRecoveryPointType} can be used interchangeably with HyperVReplicaAzureRpRecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Latest** \\\n * **LatestApplicationConsistent** \\\n * **LatestProcessed**\n */\nexport type HyperVReplicaAzureRpRecoveryPointType = string;\n\n/** Known values of {@link InMageV2RpRecoveryPointType} that the service accepts. */\nexport enum KnownInMageV2RpRecoveryPointType {\n /** Latest */\n Latest = \"Latest\",\n /** LatestApplicationConsistent */\n LatestApplicationConsistent = \"LatestApplicationConsistent\",\n /** LatestCrashConsistent */\n LatestCrashConsistent = \"LatestCrashConsistent\",\n /** LatestProcessed */\n LatestProcessed = \"LatestProcessed\",\n}\n\n/**\n * Defines values for InMageV2RpRecoveryPointType. \\\n * {@link KnownInMageV2RpRecoveryPointType} can be used interchangeably with InMageV2RpRecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Latest** \\\n * **LatestApplicationConsistent** \\\n * **LatestCrashConsistent** \\\n * **LatestProcessed**\n */\nexport type InMageV2RpRecoveryPointType = string;\n\n/** Known values of {@link RpInMageRecoveryPointType} that the service accepts. */\nexport enum KnownRpInMageRecoveryPointType {\n /** LatestTime */\n LatestTime = \"LatestTime\",\n /** LatestTag */\n LatestTag = \"LatestTag\",\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for RpInMageRecoveryPointType. \\\n * {@link KnownRpInMageRecoveryPointType} can be used interchangeably with RpInMageRecoveryPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LatestTime** \\\n * **LatestTag** \\\n * **Custom**\n */\nexport type RpInMageRecoveryPointType = string;\n\n/** Known values of {@link RecoveryPlanPointType} that the service accepts. */\nexport enum KnownRecoveryPlanPointType {\n /** Latest */\n Latest = \"Latest\",\n /** LatestApplicationConsistent */\n LatestApplicationConsistent = \"LatestApplicationConsistent\",\n /** LatestCrashConsistent */\n LatestCrashConsistent = \"LatestCrashConsistent\",\n /** LatestProcessed */\n LatestProcessed = \"LatestProcessed\",\n}\n\n/**\n * Defines values for RecoveryPlanPointType. \\\n * {@link KnownRecoveryPlanPointType} can be used interchangeably with RecoveryPlanPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Latest** \\\n * **LatestApplicationConsistent** \\\n * **LatestCrashConsistent** \\\n * **LatestProcessed**\n */\nexport type RecoveryPlanPointType = string;\n\n/** Known values of {@link SecurityType} that the service accepts. */\nexport enum KnownSecurityType {\n /** None */\n None = \"None\",\n /** TrustedLaunch */\n TrustedLaunch = \"TrustedLaunch\",\n /** ConfidentialVM */\n ConfidentialVM = \"ConfidentialVM\",\n}\n\n/**\n * Defines values for SecurityType. \\\n * {@link KnownSecurityType} can be used interchangeably with SecurityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **TrustedLaunch** \\\n * **ConfidentialVM**\n */\nexport type SecurityType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsDiscoveryCollection;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationsDiscoveryCollection;\n\n/** Optional parameters. */\nexport interface ReplicationAlertSettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationAlertSettingsListResponse = AlertCollection;\n\n/** Optional parameters. */\nexport interface ReplicationAlertSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationAlertSettingsGetResponse = Alert;\n\n/** Optional parameters. */\nexport interface ReplicationAlertSettingsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ReplicationAlertSettingsCreateResponse = Alert;\n\n/** Optional parameters. */\nexport interface ReplicationAlertSettingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationAlertSettingsListNextResponse = AlertCollection;\n\n/** Optional parameters. */\nexport interface ReplicationAppliancesListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ReplicationAppliancesListResponse = ApplianceCollection;\n\n/** Optional parameters. */\nexport interface ReplicationAppliancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationAppliancesListNextResponse = ApplianceCollection;\n\n/** Optional parameters. */\nexport interface ReplicationEligibilityResultsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationEligibilityResultsListResponse =\n ReplicationEligibilityResultsCollection;\n\n/** Optional parameters. */\nexport interface ReplicationEligibilityResultsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationEligibilityResultsGetResponse =\n ReplicationEligibilityResults;\n\n/** Optional parameters. */\nexport interface ReplicationEventsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ReplicationEventsListResponse = EventCollection;\n\n/** Optional parameters. */\nexport interface ReplicationEventsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationEventsGetResponse = Event;\n\n/** Optional parameters. */\nexport interface ReplicationEventsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationEventsListNextResponse = EventCollection;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationFabricsListResponse = FabricCollection;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsGetOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ReplicationFabricsGetResponse = Fabric;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationFabricsCreateResponse = Fabric;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsPurgeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationFabricsCheckConsistencyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the checkConsistency operation. */\nexport type ReplicationFabricsCheckConsistencyResponse = Fabric;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsMigrateToAadOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationFabricsReassociateGatewayOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reassociateGateway operation. */\nexport type ReplicationFabricsReassociateGatewayResponse = Fabric;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationFabricsRenewCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the renewCertificate operation. */\nexport type ReplicationFabricsRenewCertificateResponse = Fabric;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsRemoveInfraOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the removeInfra operation. */\nexport type ReplicationFabricsRemoveInfraResponse =\n ReplicationFabricsRemoveInfraHeaders;\n\n/** Optional parameters. */\nexport interface ReplicationFabricsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationFabricsListNextResponse = FabricCollection;\n\n/** Optional parameters. */\nexport interface ReplicationLogicalNetworksListByReplicationFabricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabrics operation. */\nexport type ReplicationLogicalNetworksListByReplicationFabricsResponse =\n LogicalNetworkCollection;\n\n/** Optional parameters. */\nexport interface ReplicationLogicalNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationLogicalNetworksGetResponse = LogicalNetwork;\n\n/** Optional parameters. */\nexport interface ReplicationLogicalNetworksListByReplicationFabricsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabricsNext operation. */\nexport type ReplicationLogicalNetworksListByReplicationFabricsNextResponse =\n LogicalNetworkCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworksListByReplicationFabricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabrics operation. */\nexport type ReplicationNetworksListByReplicationFabricsResponse =\n NetworkCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationNetworksGetResponse = Network;\n\n/** Optional parameters. */\nexport interface ReplicationNetworksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationNetworksListResponse = NetworkCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworksListByReplicationFabricsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabricsNext operation. */\nexport type ReplicationNetworksListByReplicationFabricsNextResponse =\n NetworkCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationNetworksListNextResponse = NetworkCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsListByReplicationNetworksOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationNetworks operation. */\nexport type ReplicationNetworkMappingsListByReplicationNetworksResponse =\n NetworkMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationNetworkMappingsGetResponse = NetworkMapping;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationNetworkMappingsCreateResponse = NetworkMapping;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationNetworkMappingsUpdateResponse = NetworkMapping;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationNetworkMappingsListResponse = NetworkMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsListByReplicationNetworksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationNetworksNext operation. */\nexport type ReplicationNetworkMappingsListByReplicationNetworksNextResponse =\n NetworkMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationNetworkMappingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationNetworkMappingsListNextResponse =\n NetworkMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersListByReplicationFabricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabrics operation. */\nexport type ReplicationProtectionContainersListByReplicationFabricsResponse =\n ProtectionContainerCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationProtectionContainersGetResponse = ProtectionContainer;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationProtectionContainersCreateResponse = ProtectionContainer;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersDiscoverProtectableItemOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the discoverProtectableItem operation. */\nexport type ReplicationProtectionContainersDiscoverProtectableItemResponse =\n ProtectionContainer;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersSwitchProtectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the switchProtection operation. */\nexport type ReplicationProtectionContainersSwitchProtectionResponse =\n ProtectionContainer;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationProtectionContainersListResponse =\n ProtectionContainerCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersListByReplicationFabricsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabricsNext operation. */\nexport type ReplicationProtectionContainersListByReplicationFabricsNextResponse =\n ProtectionContainerCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationProtectionContainersListNextResponse =\n ProtectionContainerCollection;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsListByReplicationProtectionContainersOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n /** The pagination token. */\n skipToken?: string;\n /** The page size. */\n takeToken?: string;\n}\n\n/** Contains response data for the listByReplicationProtectionContainers operation. */\nexport type ReplicationMigrationItemsListByReplicationProtectionContainersResponse =\n MigrationItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationMigrationItemsGetResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationMigrationItemsCreateResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The delete option. */\n deleteOption?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationMigrationItemsUpdateResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsMigrateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrate operation. */\nexport type ReplicationMigrationItemsMigrateResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsPauseReplicationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the pauseReplication operation. */\nexport type ReplicationMigrationItemsPauseReplicationResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsResumeReplicationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resumeReplication operation. */\nexport type ReplicationMigrationItemsResumeReplicationResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsResyncOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resync operation. */\nexport type ReplicationMigrationItemsResyncResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsTestMigrateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testMigrate operation. */\nexport type ReplicationMigrationItemsTestMigrateResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsTestMigrateCleanupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testMigrateCleanup operation. */\nexport type ReplicationMigrationItemsTestMigrateCleanupResponse = MigrationItem;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n /** The pagination token. */\n skipToken?: string;\n /** The page size. */\n takeToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ReplicationMigrationItemsListResponse = MigrationItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsListByReplicationProtectionContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectionContainersNext operation. */\nexport type ReplicationMigrationItemsListByReplicationProtectionContainersNextResponse =\n MigrationItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationMigrationItemsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationMigrationItemsListNextResponse = MigrationItemCollection;\n\n/** Optional parameters. */\nexport interface MigrationRecoveryPointsListByReplicationMigrationItemsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationMigrationItems operation. */\nexport type MigrationRecoveryPointsListByReplicationMigrationItemsResponse =\n MigrationRecoveryPointCollection;\n\n/** Optional parameters. */\nexport interface MigrationRecoveryPointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MigrationRecoveryPointsGetResponse = MigrationRecoveryPoint;\n\n/** Optional parameters. */\nexport interface MigrationRecoveryPointsListByReplicationMigrationItemsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationMigrationItemsNext operation. */\nexport type MigrationRecoveryPointsListByReplicationMigrationItemsNextResponse =\n MigrationRecoveryPointCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n /** take OData query parameter. */\n take?: string;\n /** skipToken OData query parameter. */\n skipToken?: string;\n}\n\n/** Contains response data for the listByReplicationProtectionContainers operation. */\nexport type ReplicationProtectableItemsListByReplicationProtectionContainersResponse =\n ProtectableItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectableItemsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationProtectableItemsGetResponse = ProtectableItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectableItemsListByReplicationProtectionContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectionContainersNext operation. */\nexport type ReplicationProtectableItemsListByReplicationProtectionContainersNextResponse =\n ProtectableItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsListByReplicationProtectionContainersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectionContainers operation. */\nexport type ReplicationProtectedItemsListByReplicationProtectionContainersResponse =\n ReplicationProtectedItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationProtectedItemsGetResponse = ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationProtectedItemsCreateResponse = ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsPurgeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationProtectedItemsUpdateResponse = ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsAddDisksOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the addDisks operation. */\nexport type ReplicationProtectedItemsAddDisksResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsApplyRecoveryPointOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the applyRecoveryPoint operation. */\nexport type ReplicationProtectedItemsApplyRecoveryPointResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsFailoverCancelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the failoverCancel operation. */\nexport type ReplicationProtectedItemsFailoverCancelResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsFailoverCommitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the failoverCommit operation. */\nexport type ReplicationProtectedItemsFailoverCommitResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsPlannedFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the plannedFailover operation. */\nexport type ReplicationProtectedItemsPlannedFailoverResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsRemoveDisksOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the removeDisks operation. */\nexport type ReplicationProtectedItemsRemoveDisksResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsRepairReplicationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the repairReplication operation. */\nexport type ReplicationProtectedItemsRepairReplicationResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsReprotectOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reprotect operation. */\nexport type ReplicationProtectedItemsReprotectResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsResolveHealthErrorsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resolveHealthErrors operation. */\nexport type ReplicationProtectedItemsResolveHealthErrorsResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsSwitchProviderOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the switchProvider operation. */\nexport type ReplicationProtectedItemsSwitchProviderResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsTestFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testFailover operation. */\nexport type ReplicationProtectedItemsTestFailoverResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsTestFailoverCleanupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testFailoverCleanup operation. */\nexport type ReplicationProtectedItemsTestFailoverCleanupResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsUnplannedFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the unplannedFailover operation. */\nexport type ReplicationProtectedItemsUnplannedFailoverResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsUpdateApplianceOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateAppliance operation. */\nexport type ReplicationProtectedItemsUpdateApplianceResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsUpdateMobilityServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateMobilityService operation. */\nexport type ReplicationProtectedItemsUpdateMobilityServiceResponse =\n ReplicationProtectedItem;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n /** The pagination token. Possible values: \"FabricId\" or \"FabricId_CloudId\" or null. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ReplicationProtectedItemsListResponse =\n ReplicationProtectedItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsListByReplicationProtectionContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectionContainersNext operation. */\nexport type ReplicationProtectedItemsListByReplicationProtectionContainersNextResponse =\n ReplicationProtectedItemCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectedItemsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationProtectedItemsListNextResponse =\n ReplicationProtectedItemCollection;\n\n/** Optional parameters. */\nexport interface RecoveryPointsListByReplicationProtectedItemsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectedItems operation. */\nexport type RecoveryPointsListByReplicationProtectedItemsResponse =\n RecoveryPointCollection;\n\n/** Optional parameters. */\nexport interface RecoveryPointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RecoveryPointsGetResponse = RecoveryPoint;\n\n/** Optional parameters. */\nexport interface RecoveryPointsListByReplicationProtectedItemsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectedItemsNext operation. */\nexport type RecoveryPointsListByReplicationProtectedItemsNextResponse =\n RecoveryPointCollection;\n\n/** Optional parameters. */\nexport interface TargetComputeSizesListByReplicationProtectedItemsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectedItems operation. */\nexport type TargetComputeSizesListByReplicationProtectedItemsResponse =\n TargetComputeSizeCollection;\n\n/** Optional parameters. */\nexport interface TargetComputeSizesListByReplicationProtectedItemsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectedItemsNext operation. */\nexport type TargetComputeSizesListByReplicationProtectedItemsNextResponse =\n TargetComputeSizeCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsListByReplicationProtectionContainersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectionContainers operation. */\nexport type ReplicationProtectionContainerMappingsListByReplicationProtectionContainersResponse =\n ProtectionContainerMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationProtectionContainerMappingsGetResponse =\n ProtectionContainerMapping;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationProtectionContainerMappingsCreateResponse =\n ProtectionContainerMapping;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsPurgeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationProtectionContainerMappingsUpdateResponse =\n ProtectionContainerMapping;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationProtectionContainerMappingsListResponse =\n ProtectionContainerMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsListByReplicationProtectionContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationProtectionContainersNext operation. */\nexport type ReplicationProtectionContainerMappingsListByReplicationProtectionContainersNextResponse =\n ProtectionContainerMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionContainerMappingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationProtectionContainerMappingsListNextResponse =\n ProtectionContainerMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersListByReplicationFabricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabrics operation. */\nexport type ReplicationRecoveryServicesProvidersListByReplicationFabricsResponse =\n RecoveryServicesProviderCollection;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationRecoveryServicesProvidersGetResponse =\n RecoveryServicesProvider;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationRecoveryServicesProvidersCreateResponse =\n RecoveryServicesProvider;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersPurgeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersRefreshProviderOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the refreshProvider operation. */\nexport type ReplicationRecoveryServicesProvidersRefreshProviderResponse =\n RecoveryServicesProvider;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationRecoveryServicesProvidersListResponse =\n RecoveryServicesProviderCollection;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersListByReplicationFabricsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabricsNext operation. */\nexport type ReplicationRecoveryServicesProvidersListByReplicationFabricsNextResponse =\n RecoveryServicesProviderCollection;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryServicesProvidersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationRecoveryServicesProvidersListNextResponse =\n RecoveryServicesProviderCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationsListByReplicationFabricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabrics operation. */\nexport type ReplicationStorageClassificationsListByReplicationFabricsResponse =\n StorageClassificationCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationStorageClassificationsGetResponse =\n StorageClassification;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationStorageClassificationsListResponse =\n StorageClassificationCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationsListByReplicationFabricsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabricsNext operation. */\nexport type ReplicationStorageClassificationsListByReplicationFabricsNextResponse =\n StorageClassificationCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationStorageClassificationsListNextResponse =\n StorageClassificationCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsListByReplicationStorageClassificationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationStorageClassifications operation. */\nexport type ReplicationStorageClassificationMappingsListByReplicationStorageClassificationsResponse =\n StorageClassificationMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationStorageClassificationMappingsGetResponse =\n StorageClassificationMapping;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationStorageClassificationMappingsCreateResponse =\n StorageClassificationMapping;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationStorageClassificationMappingsListResponse =\n StorageClassificationMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsListByReplicationStorageClassificationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationStorageClassificationsNext operation. */\nexport type ReplicationStorageClassificationMappingsListByReplicationStorageClassificationsNextResponse =\n StorageClassificationMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationStorageClassificationMappingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationStorageClassificationMappingsListNextResponse =\n StorageClassificationMappingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersListByReplicationFabricsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabrics operation. */\nexport type ReplicationvCentersListByReplicationFabricsResponse =\n VCenterCollection;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationvCentersGetResponse = VCenter;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationvCentersCreateResponse = VCenter;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationvCentersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationvCentersUpdateResponse = VCenter;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationvCentersListResponse = VCenterCollection;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersListByReplicationFabricsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByReplicationFabricsNext operation. */\nexport type ReplicationvCentersListByReplicationFabricsNextResponse =\n VCenterCollection;\n\n/** Optional parameters. */\nexport interface ReplicationvCentersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationvCentersListNextResponse = VCenterCollection;\n\n/** Optional parameters. */\nexport interface ReplicationJobsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter options. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ReplicationJobsListResponse = JobCollection;\n\n/** Optional parameters. */\nexport interface ReplicationJobsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationJobsGetResponse = Job;\n\n/** Optional parameters. */\nexport interface ReplicationJobsCancelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the cancel operation. */\nexport type ReplicationJobsCancelResponse = Job;\n\n/** Optional parameters. */\nexport interface ReplicationJobsRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type ReplicationJobsRestartResponse = Job;\n\n/** Optional parameters. */\nexport interface ReplicationJobsResumeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resume operation. */\nexport type ReplicationJobsResumeResponse = Job;\n\n/** Optional parameters. */\nexport interface ReplicationJobsExportOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the export operation. */\nexport type ReplicationJobsExportResponse = Job;\n\n/** Optional parameters. */\nexport interface ReplicationJobsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationJobsListNextResponse = JobCollection;\n\n/** Optional parameters. */\nexport interface ReplicationPoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationPoliciesListResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface ReplicationPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationPoliciesGetResponse = Policy;\n\n/** Optional parameters. */\nexport interface ReplicationPoliciesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationPoliciesCreateResponse = Policy;\n\n/** Optional parameters. */\nexport interface ReplicationPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationPoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationPoliciesUpdateResponse = Policy;\n\n/** Optional parameters. */\nexport interface ReplicationPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationPoliciesListNextResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionIntentsListOptionalParams\n extends coreClient.OperationOptions {\n /** The pagination token. */\n skipToken?: string;\n /** The page size. */\n takeToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ReplicationProtectionIntentsListResponse =\n ReplicationProtectionIntentCollection;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionIntentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationProtectionIntentsGetResponse =\n ReplicationProtectionIntent;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionIntentsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ReplicationProtectionIntentsCreateResponse =\n ReplicationProtectionIntent;\n\n/** Optional parameters. */\nexport interface ReplicationProtectionIntentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationProtectionIntentsListNextResponse =\n ReplicationProtectionIntentCollection;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationRecoveryPlansListResponse = RecoveryPlanCollection;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationRecoveryPlansGetResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationRecoveryPlansCreateResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ReplicationRecoveryPlansUpdateResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansFailoverCancelOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the failoverCancel operation. */\nexport type ReplicationRecoveryPlansFailoverCancelResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansFailoverCommitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the failoverCommit operation. */\nexport type ReplicationRecoveryPlansFailoverCommitResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansPlannedFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the plannedFailover operation. */\nexport type ReplicationRecoveryPlansPlannedFailoverResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansReprotectOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reprotect operation. */\nexport type ReplicationRecoveryPlansReprotectResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansTestFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testFailover operation. */\nexport type ReplicationRecoveryPlansTestFailoverResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansTestFailoverCleanupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testFailoverCleanup operation. */\nexport type ReplicationRecoveryPlansTestFailoverCleanupResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansUnplannedFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the unplannedFailover operation. */\nexport type ReplicationRecoveryPlansUnplannedFailoverResponse = RecoveryPlan;\n\n/** Optional parameters. */\nexport interface ReplicationRecoveryPlansListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationRecoveryPlansListNextResponse = RecoveryPlanCollection;\n\n/** Optional parameters. */\nexport interface SupportedOperatingSystemsGetOptionalParams\n extends coreClient.OperationOptions {\n /** The instance type. */\n instanceType?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type SupportedOperatingSystemsGetResponse = SupportedOperatingSystems;\n\n/** Optional parameters. */\nexport interface ReplicationVaultHealthGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationVaultHealthGetResponse = VaultHealthDetails;\n\n/** Optional parameters. */\nexport interface ReplicationVaultHealthRefreshOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the refresh operation. */\nexport type ReplicationVaultHealthRefreshResponse = VaultHealthDetails;\n\n/** Optional parameters. */\nexport interface ReplicationVaultSettingListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ReplicationVaultSettingListResponse = VaultSettingCollection;\n\n/** Optional parameters. */\nexport interface ReplicationVaultSettingGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReplicationVaultSettingGetResponse = VaultSetting;\n\n/** Optional parameters. */\nexport interface ReplicationVaultSettingCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ReplicationVaultSettingCreateResponse = VaultSetting;\n\n/** Optional parameters. */\nexport interface ReplicationVaultSettingListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ReplicationVaultSettingListNextResponse = VaultSettingCollection;\n\n/** Optional parameters. */\nexport interface SiteRecoveryManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|