@nutanix-scratch/dataprotection-js-client 4.0.1 → 4.2.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 +55 -48
- package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -1
- package/dist/Ntnx-Dataprotection-js-client.js +1327 -540
- package/dist/es/ApiClient.d.ts +35 -7
- package/dist/es/ApiClient.js +862 -684
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +144 -183
- package/dist/es/apis/consistencygroups-endpoints.d.ts +84 -0
- package/dist/es/apis/consistencygroups-endpoints.js +267 -0
- package/dist/es/apis/dataprotectionclustercapabilities-endpoints.d.ts +46 -0
- package/dist/es/apis/dataprotectionclustercapabilities-endpoints.js +107 -0
- package/dist/es/apis/protectedresources-endpoints.d.ts +7 -7
- package/dist/es/apis/protectedresources-endpoints.js +129 -147
- package/dist/es/apis/recoveryplanactions-endpoints.d.ts +76 -0
- package/dist/es/apis/recoveryplanactions-endpoints.js +282 -0
- package/dist/es/apis/recoveryplanjobs-endpoints.d.ts +108 -0
- package/dist/es/apis/recoveryplanjobs-endpoints.js +291 -0
- package/dist/es/apis/recoverypoints-endpoints.d.ts +7 -27
- package/dist/es/apis/recoverypoints-endpoints.js +530 -571
- package/dist/es/index.d.ts +149 -7
- package/dist/es/index.js +883 -315
- package/dist/es/models/common/v1/config/EntityReference.d.ts +79 -0
- package/dist/es/models/common/v1/config/EntityReference.js +355 -0
- package/dist/es/models/common/v1/config/EntityType.d.ts +19 -0
- package/dist/es/models/common/v1/config/EntityType.js +239 -0
- package/dist/es/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/es/models/common/v1/config/Flag.js +170 -211
- package/dist/es/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/es/models/common/v1/config/IPAddress.js +170 -217
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/es/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVPair.js +225 -270
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/es/models/common/v1/config/Message.d.ts +2 -10
- package/dist/es/models/common/v1/config/Message.js +213 -258
- package/dist/es/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +5 -10
- package/dist/es/models/common/v1/config/TenantAwareModel.js +138 -178
- package/dist/es/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/es/models/common/v1/response/ApiLink.js +165 -206
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +155 -203
- package/dist/es/models/dataprotection/v4/common/BackupType.js +7 -9
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +12 -21
- package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +281 -302
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -32
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +295 -336
- package/dist/es/models/dataprotection/v4/common/ClusterInfo.d.ts +5 -29
- package/dist/es/models/dataprotection/v4/common/ClusterInfo.js +166 -207
- package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.js +163 -206
- package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +7 -9
- package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +7 -9
- package/dist/es/models/dataprotection/v4/common/VssProperties.d.ts +2 -10
- package/dist/es/models/dataprotection/v4/common/VssProperties.js +222 -267
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +4 -46
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +72 -226
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.js +171 -212
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.js +171 -212
- package/dist/es/models/dataprotection/v4/config/Capability.d.ts +71 -0
- package/dist/es/models/dataprotection/v4/config/Capability.js +279 -0
- package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -26
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +247 -303
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +166 -207
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +171 -212
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +74 -103
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/CreationTimeRange.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/CreationTimeRange.js +272 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionCapabilityName.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionCapabilityName.js +77 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapability.d.ts +34 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapability.js +277 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.js +124 -0
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +12 -18
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +178 -219
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +190 -245
- package/dist/{lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts → es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts} +9 -50
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +72 -0
- package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.js +292 -0
- package/dist/es/models/dataprotection/v4/config/EntityRecoveryResult.d.ts +79 -0
- package/dist/es/models/dataprotection/v4/config/EntityRecoveryResult.js +352 -0
- package/dist/es/models/dataprotection/v4/config/{IpAddress.d.ts → EntityReference.d.ts} +21 -26
- package/dist/es/models/dataprotection/v4/config/EntityReference.js +243 -0
- package/dist/es/models/dataprotection/v4/config/ErrorGroup.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ErrorGroup.js +113 -0
- package/dist/es/models/dataprotection/v4/config/ErrorMessage.d.ts +53 -0
- package/dist/es/models/dataprotection/v4/config/ErrorMessage.js +335 -0
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +146 -183
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityReference.d.ts +68 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityReference.js +311 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityType.js +143 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepResult.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/ExecutionStepResult.js +253 -0
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +7 -12
- package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/config/FailoverDirection.d.ts +90 -0
- package/dist/es/models/dataprotection/v4/config/FailoverDirection.js +354 -0
- package/dist/es/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.d.ts +55 -0
- package/dist/es/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.js +274 -0
- package/dist/es/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +3 -44
- package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +2 -45
- package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +1 -17
- package/dist/es/models/dataprotection/v4/config/HostReference.js +154 -198
- package/dist/es/models/dataprotection/v4/config/HostType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/HypervisorType.js +83 -0
- package/dist/es/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.js +315 -0
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +213 -268
- package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/LocationReference.js +142 -181
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +140 -179
- package/dist/es/models/dataprotection/v4/config/ObjectStorageType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/OperationType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/OperationType.js +251 -0
- package/dist/es/models/dataprotection/v4/config/PhaseSummary.d.ts +33 -0
- package/dist/es/models/dataprotection/v4/config/PhaseSummary.js +274 -0
- package/dist/es/models/dataprotection/v4/config/ProtectedEntityType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +7 -75
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +309 -371
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +10 -12
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +10 -16
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +172 -213
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +2 -13
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +150 -193
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanActionType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanActionType.js +95 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJob.d.ts +166 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJob.js +738 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.js +107 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.d.ts +132 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.js +624 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.js +129 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.js +89 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobProjection.js +128 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationError.d.ts +32 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationError.js +322 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.js +126 -0
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +34 -96
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +348 -323
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +75 -103
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +5 -11
- package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +172 -213
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -18
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +197 -247
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +73 -102
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +8 -31
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +222 -273
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/RecycleBinEntry.d.ts +77 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinEntry.js +405 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVm.d.ts +44 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVm.js +352 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVmProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVmProjection.js +124 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroup.d.ts +44 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroup.js +352 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.d.ts +10 -0
- package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.js +124 -0
- package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +2 -16
- package/dist/es/models/dataprotection/v4/config/ReplicationState.js +222 -267
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +167 -208
- package/dist/es/models/dataprotection/v4/config/RootCauseAnalysis.d.ts +69 -0
- package/dist/es/models/dataprotection/v4/config/RootCauseAnalysis.js +329 -0
- package/dist/es/models/dataprotection/v4/config/Severity.d.ts +19 -0
- package/dist/es/models/dataprotection/v4/config/Severity.js +83 -0
- package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -26
- package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.js +185 -228
- package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/SiteReference.js +171 -212
- package/dist/es/models/dataprotection/v4/config/StageSummary.d.ts +22 -0
- package/dist/es/models/dataprotection/v4/config/StageSummary.js +230 -0
- package/dist/es/models/dataprotection/v4/config/Summary.d.ts +59 -0
- package/dist/es/models/dataprotection/v4/config/Summary.js +277 -0
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicationRole.js +11 -13
- package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +209 -264
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +187 -242
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +12 -1
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +291 -102
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +26 -7
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +232 -181
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +18 -32
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +284 -307
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +2 -13
- package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +166 -207
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -29
- package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +149 -193
- package/dist/es/models/dataprotection/v4/config/Witness.d.ts +1 -34
- package/dist/es/models/dataprotection/v4/config/Witness.js +227 -279
- package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +7 -9
- package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +171 -212
- package/dist/es/models/dataprotection/v4/content/ChangedRegion.d.ts +2 -9
- package/dist/es/models/dataprotection/v4/content/ChangedRegion.js +189 -232
- package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +209 -264
- package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +2 -43
- package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +209 -264
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverOperation.js +9 -11
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +3 -9
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.js +180 -225
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +11 -17
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +201 -250
- package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.js +172 -213
- package/dist/es/models/dataprotection/v4/content/FileWrapper.d.ts +36 -0
- package/dist/es/models/dataprotection/v4/content/FileWrapper.js +200 -0
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +8 -48
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +188 -242
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +3 -8
- package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +143 -182
- package/dist/es/models/dataprotection/v4/content/RegionType.js +7 -9
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +131 -170
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +10 -21
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +192 -233
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +4 -12
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +131 -170
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +4 -12
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +132 -171
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +10 -21
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +193 -234
- package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +5 -15
- package/dist/es/models/dataprotection/v4/error/AppMessage.js +265 -314
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +192 -224
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +249 -300
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/es/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.d.ts +73 -0
- package/dist/es/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.js +297 -0
- package/dist/es/models/dataprotection/v4/{config/MigrateConsistencyGroupApiResponse.d.ts → operations/CleanupRecoveryPlanResourcesApiResponse.d.ts} +9 -50
- package/dist/es/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverSpec.d.ts +37 -0
- package/dist/es/models/dataprotection/v4/operations/PlannedFailoverSpec.js +274 -0
- package/dist/es/models/dataprotection/v4/{config/SynchronousReplicaPromoteApiResponse.d.ts → operations/TestFailoverRecoveryPlanApiResponse.d.ts} +9 -50
- package/dist/es/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/TestFailoverSpec.d.ts +26 -0
- package/dist/es/models/dataprotection/v4/operations/TestFailoverSpec.js +237 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverSpec.d.ts +37 -0
- package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverSpec.js +274 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.js +288 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateSpec.d.ts +24 -0
- package/dist/es/models/dataprotection/v4/operations/ValidateSpec.js +129 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +5 -10
- package/dist/es/models/prism/v4/config/TaskReference.js +151 -186
- package/dist/es/models/validation/ValidationError.js +26 -42
- package/dist/es/models/validation/ValidationScopes.js +3 -3
- package/dist/es/models/vmm/v4/ahv/config/CategoryReference.d.ts +47 -0
- package/dist/es/models/vmm/v4/ahv/config/CategoryReference.js +238 -0
- package/dist/es/models/vmm/v4/ahv/config/GuestStaticIpSpec.d.ts +57 -0
- package/dist/es/models/vmm/v4/ahv/config/GuestStaticIpSpec.js +277 -0
- package/dist/es/models/vmm/v4/ahv/config/OwnerReference.d.ts +47 -0
- package/dist/es/models/vmm/v4/ahv/config/OwnerReference.js +238 -0
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +46 -0
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.js +233 -0
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.d.ts +47 -0
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.js +238 -0
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +100 -0
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +422 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.d.ts +48 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.js +245 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.d.ts +47 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.js +236 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +57 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +278 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +91 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +374 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +59 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +289 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +56 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +269 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +47 -0
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +238 -0
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +35 -7
- package/dist/lib/ApiClient.js +862 -684
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +144 -183
- package/dist/lib/apis/consistencygroups-endpoints.d.ts +84 -0
- package/dist/lib/apis/consistencygroups-endpoints.js +267 -0
- package/dist/lib/apis/dataprotectionclustercapabilities-endpoints.d.ts +46 -0
- package/dist/lib/apis/dataprotectionclustercapabilities-endpoints.js +107 -0
- package/dist/lib/apis/protectedresources-endpoints.d.ts +7 -7
- package/dist/lib/apis/protectedresources-endpoints.js +129 -147
- package/dist/lib/apis/recoveryplanactions-endpoints.d.ts +76 -0
- package/dist/lib/apis/recoveryplanactions-endpoints.js +282 -0
- package/dist/lib/apis/recoveryplanjobs-endpoints.d.ts +108 -0
- package/dist/lib/apis/recoveryplanjobs-endpoints.js +291 -0
- package/dist/lib/apis/recoverypoints-endpoints.d.ts +7 -27
- package/dist/lib/apis/recoverypoints-endpoints.js +530 -571
- package/dist/lib/index.d.ts +149 -7
- package/dist/lib/index.js +883 -315
- package/dist/lib/models/common/v1/config/EntityReference.d.ts +79 -0
- package/dist/lib/models/common/v1/config/EntityReference.js +355 -0
- package/dist/lib/models/common/v1/config/EntityType.d.ts +19 -0
- package/dist/lib/models/common/v1/config/EntityType.js +239 -0
- package/dist/lib/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/lib/models/common/v1/config/Flag.js +170 -211
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/lib/models/common/v1/config/IPAddress.js +170 -217
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/lib/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVPair.js +225 -270
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/lib/models/common/v1/config/Message.d.ts +2 -10
- package/dist/lib/models/common/v1/config/Message.js +213 -258
- package/dist/lib/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +5 -10
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +138 -178
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/lib/models/common/v1/response/ApiLink.js +165 -206
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +155 -203
- package/dist/lib/models/dataprotection/v4/common/BackupType.js +7 -9
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +12 -21
- package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +281 -302
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -32
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +295 -336
- package/dist/lib/models/dataprotection/v4/common/ClusterInfo.d.ts +5 -29
- package/dist/lib/models/dataprotection/v4/common/ClusterInfo.js +166 -207
- package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.js +163 -206
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +7 -9
- package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +7 -9
- package/dist/lib/models/dataprotection/v4/common/VssProperties.d.ts +2 -10
- package/dist/lib/models/dataprotection/v4/common/VssProperties.js +222 -267
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +4 -46
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +72 -226
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/Capability.d.ts +71 -0
- package/dist/lib/models/dataprotection/v4/config/Capability.js +279 -0
- package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -26
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +247 -303
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +166 -207
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +74 -103
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/CreationTimeRange.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/CreationTimeRange.js +272 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionCapabilityName.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionCapabilityName.js +77 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapability.d.ts +34 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapability.js +277 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.js +124 -0
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +12 -18
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +178 -219
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +190 -245
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +72 -0
- package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.js +292 -0
- package/dist/lib/models/dataprotection/v4/config/EntityRecoveryResult.d.ts +79 -0
- package/dist/lib/models/dataprotection/v4/config/EntityRecoveryResult.js +352 -0
- package/dist/lib/models/dataprotection/v4/config/{IpAddress.d.ts → EntityReference.d.ts} +21 -26
- package/dist/lib/models/dataprotection/v4/config/EntityReference.js +243 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorGroup.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorGroup.js +113 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorMessage.d.ts +53 -0
- package/dist/lib/models/dataprotection/v4/config/ErrorMessage.js +335 -0
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +146 -183
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityReference.d.ts +68 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityReference.js +311 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityType.js +143 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepResult.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/ExecutionStepResult.js +253 -0
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +7 -12
- package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/config/FailoverDirection.d.ts +90 -0
- package/dist/lib/models/dataprotection/v4/config/FailoverDirection.js +354 -0
- package/dist/lib/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.d.ts +55 -0
- package/dist/lib/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.js +274 -0
- package/dist/lib/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +3 -44
- package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +2 -45
- package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +1 -17
- package/dist/lib/models/dataprotection/v4/config/HostReference.js +154 -198
- package/dist/lib/models/dataprotection/v4/config/HostType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +83 -0
- package/dist/lib/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.js +315 -0
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +213 -268
- package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/LocationReference.js +142 -181
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +140 -179
- package/dist/lib/models/dataprotection/v4/config/ObjectStorageType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/OperationType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/OperationType.js +251 -0
- package/dist/lib/models/dataprotection/v4/config/PhaseSummary.d.ts +33 -0
- package/dist/lib/models/dataprotection/v4/config/PhaseSummary.js +274 -0
- package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +7 -75
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +309 -371
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +10 -12
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +10 -16
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +172 -213
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +2 -13
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +150 -193
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanActionType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanActionType.js +95 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJob.d.ts +166 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJob.js +738 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.js +107 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.d.ts +132 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.js +624 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.js +129 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.js +89 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobProjection.js +128 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationError.d.ts +32 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationError.js +322 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.js +126 -0
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +34 -96
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +348 -323
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +75 -103
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +5 -11
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +172 -213
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -18
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +197 -247
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +73 -102
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +8 -31
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +222 -273
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/RecycleBinEntry.d.ts +77 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinEntry.js +405 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVm.d.ts +44 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVm.js +352 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVmProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVmProjection.js +124 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroup.d.ts +44 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroup.js +352 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.d.ts +10 -0
- package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.js +124 -0
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +2 -16
- package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +222 -267
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +167 -208
- package/dist/lib/models/dataprotection/v4/config/RootCauseAnalysis.d.ts +69 -0
- package/dist/lib/models/dataprotection/v4/config/RootCauseAnalysis.js +329 -0
- package/dist/lib/models/dataprotection/v4/config/Severity.d.ts +19 -0
- package/dist/lib/models/dataprotection/v4/config/Severity.js +83 -0
- package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -26
- package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.js +185 -228
- package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/SiteReference.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/StageSummary.d.ts +22 -0
- package/dist/lib/models/dataprotection/v4/config/StageSummary.js +230 -0
- package/dist/lib/models/dataprotection/v4/config/Summary.d.ts +59 -0
- package/dist/lib/models/dataprotection/v4/config/Summary.js +277 -0
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicationRole.js +11 -13
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +209 -264
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +187 -242
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +12 -1
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +291 -102
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +26 -7
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +232 -181
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +18 -32
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +284 -307
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +2 -13
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +166 -207
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -29
- package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +149 -193
- package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +1 -34
- package/dist/lib/models/dataprotection/v4/config/Witness.js +227 -279
- package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +7 -9
- package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +171 -212
- package/dist/lib/models/dataprotection/v4/content/ChangedRegion.d.ts +2 -9
- package/dist/lib/models/dataprotection/v4/content/ChangedRegion.js +189 -232
- package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +209 -264
- package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +2 -43
- package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +209 -264
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverOperation.js +9 -11
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +3 -9
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.js +180 -225
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +11 -17
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +201 -250
- package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.js +172 -213
- package/dist/lib/models/dataprotection/v4/content/FileWrapper.d.ts +36 -0
- package/dist/lib/models/dataprotection/v4/content/FileWrapper.js +200 -0
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +8 -48
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +188 -242
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +3 -8
- package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +143 -182
- package/dist/lib/models/dataprotection/v4/content/RegionType.js +7 -9
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +131 -170
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +10 -21
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +192 -233
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +4 -12
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +131 -170
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +4 -12
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +132 -171
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +10 -21
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +193 -234
- package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +5 -15
- package/dist/lib/models/dataprotection/v4/error/AppMessage.js +265 -314
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +192 -224
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +249 -300
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/lib/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.d.ts +73 -0
- package/dist/lib/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.js +297 -0
- package/dist/lib/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverSpec.d.ts +37 -0
- package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverSpec.js +274 -0
- package/dist/lib/models/dataprotection/v4/{config/SynchronousReplicaPromoteApiResponse.d.ts → operations/TestFailoverRecoveryPlanApiResponse.d.ts} +9 -50
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverSpec.d.ts +26 -0
- package/dist/lib/models/dataprotection/v4/operations/TestFailoverSpec.js +237 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverSpec.d.ts +37 -0
- package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverSpec.js +274 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.js +288 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateSpec.d.ts +24 -0
- package/dist/lib/models/dataprotection/v4/operations/ValidateSpec.js +129 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +5 -10
- package/dist/lib/models/prism/v4/config/TaskReference.js +151 -186
- package/dist/lib/models/validation/ValidationError.js +26 -42
- package/dist/lib/models/validation/ValidationScopes.js +3 -3
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.d.ts +47 -0
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.js +238 -0
- package/dist/lib/models/vmm/v4/ahv/config/GuestStaticIpSpec.d.ts +57 -0
- package/dist/lib/models/vmm/v4/ahv/config/GuestStaticIpSpec.js +277 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.d.ts +47 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.js +238 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +46 -0
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.js +233 -0
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.d.ts +47 -0
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.js +238 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +100 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +422 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.d.ts +48 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.js +245 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.d.ts +47 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.js +236 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +57 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +278 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +91 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +374 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +59 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +289 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +56 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +269 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +47 -0
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +238 -0
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +2 -2
- package/dist/es/models/dataprotection/v4/config/IpAddress.js +0 -282
- package/dist/es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js +0 -343
- package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +0 -343
- package/dist/lib/models/dataprotection/v4/config/IpAddress.js +0 -282
- package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js +0 -343
- package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +0 -343
package/dist/lib/index.js
CHANGED
|
@@ -5,626 +5,1058 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "AhvVmOverrideSpec", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
9
|
-
return _AhvVmOverrideSpec
|
|
8
|
+
get: function () {
|
|
9
|
+
return _AhvVmOverrideSpec.default;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "AmazonS3Bucket", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function
|
|
15
|
-
return _AmazonS3Bucket
|
|
14
|
+
get: function () {
|
|
15
|
+
return _AmazonS3Bucket.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "ApiClient", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function
|
|
20
|
+
get: function () {
|
|
21
21
|
return _ApiClient.ApiClient;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "ApiLink", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function
|
|
27
|
-
return _ApiLink
|
|
26
|
+
get: function () {
|
|
27
|
+
return _ApiLink.default;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "ApiResponseMetadata", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function
|
|
33
|
-
return _ApiResponseMetadata
|
|
32
|
+
get: function () {
|
|
33
|
+
return _ApiResponseMetadata.default;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "AppMessage", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function
|
|
39
|
-
return _AppMessage
|
|
38
|
+
get: function () {
|
|
39
|
+
return _AppMessage.default;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "AzureBlobStorageContainer", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function
|
|
45
|
-
return _AzureBlobStorageContainer
|
|
44
|
+
get: function () {
|
|
45
|
+
return _AzureBlobStorageContainer.default;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "BackupType", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function
|
|
51
|
-
return _BackupType
|
|
50
|
+
get: function () {
|
|
51
|
+
return _BackupType.default;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(exports, "BaseRecoveryPlanActionSpec", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function () {
|
|
57
|
+
return _BaseRecoveryPlanActionSpec.default;
|
|
52
58
|
}
|
|
53
59
|
});
|
|
54
60
|
Object.defineProperty(exports, "BaseRecoveryPoint", {
|
|
55
61
|
enumerable: true,
|
|
56
|
-
get: function
|
|
57
|
-
return _BaseRecoveryPoint
|
|
62
|
+
get: function () {
|
|
63
|
+
return _BaseRecoveryPoint.default;
|
|
58
64
|
}
|
|
59
65
|
});
|
|
60
66
|
Object.defineProperty(exports, "BaseRecoveryPointSpec", {
|
|
61
67
|
enumerable: true,
|
|
62
|
-
get: function
|
|
63
|
-
return _BaseRecoveryPointSpec
|
|
68
|
+
get: function () {
|
|
69
|
+
return _BaseRecoveryPointSpec.default;
|
|
64
70
|
}
|
|
65
71
|
});
|
|
66
72
|
Object.defineProperty(exports, "BaseVmRecoveryPoint", {
|
|
67
73
|
enumerable: true,
|
|
68
|
-
get: function
|
|
69
|
-
return _BaseVmRecoveryPoint
|
|
74
|
+
get: function () {
|
|
75
|
+
return _BaseVmRecoveryPoint.default;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(exports, "Capability", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function () {
|
|
81
|
+
return _Capability.default;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "CategoryReference", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () {
|
|
87
|
+
return _CategoryReference.default;
|
|
70
88
|
}
|
|
71
89
|
});
|
|
72
90
|
Object.defineProperty(exports, "ChangedRegion", {
|
|
73
91
|
enumerable: true,
|
|
74
|
-
get: function
|
|
75
|
-
return _ChangedRegion
|
|
92
|
+
get: function () {
|
|
93
|
+
return _ChangedRegion.default;
|
|
76
94
|
}
|
|
77
95
|
});
|
|
78
96
|
Object.defineProperty(exports, "ChangedVmRegionsApiResponse", {
|
|
79
97
|
enumerable: true,
|
|
80
|
-
get: function
|
|
81
|
-
return _ChangedVmRegionsApiResponse
|
|
98
|
+
get: function () {
|
|
99
|
+
return _ChangedVmRegionsApiResponse.default;
|
|
82
100
|
}
|
|
83
101
|
});
|
|
84
102
|
Object.defineProperty(exports, "ChangedVolumeGroupRegionsApiResponse", {
|
|
85
103
|
enumerable: true,
|
|
86
|
-
get: function
|
|
87
|
-
return _ChangedVolumeGroupRegionsApiResponse
|
|
104
|
+
get: function () {
|
|
105
|
+
return _ChangedVolumeGroupRegionsApiResponse.default;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "CleanupRecoveryPlanResourcesApiResponse", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () {
|
|
111
|
+
return _CleanupRecoveryPlanResourcesApiResponse.default;
|
|
88
112
|
}
|
|
89
113
|
});
|
|
90
114
|
Object.defineProperty(exports, "ClusterDiscoverOperation", {
|
|
91
115
|
enumerable: true,
|
|
92
|
-
get: function
|
|
93
|
-
return _ClusterDiscoverOperation
|
|
116
|
+
get: function () {
|
|
117
|
+
return _ClusterDiscoverOperation.default;
|
|
94
118
|
}
|
|
95
119
|
});
|
|
96
120
|
Object.defineProperty(exports, "ClusterDiscoverSpec", {
|
|
97
121
|
enumerable: true,
|
|
98
|
-
get: function
|
|
99
|
-
return _ClusterDiscoverSpec
|
|
122
|
+
get: function () {
|
|
123
|
+
return _ClusterDiscoverSpec.default;
|
|
100
124
|
}
|
|
101
125
|
});
|
|
102
126
|
Object.defineProperty(exports, "ClusterInfo", {
|
|
103
127
|
enumerable: true,
|
|
104
|
-
get: function
|
|
105
|
-
return _ClusterInfo
|
|
128
|
+
get: function () {
|
|
129
|
+
return _ClusterInfo.default;
|
|
106
130
|
}
|
|
107
131
|
});
|
|
108
132
|
Object.defineProperty(exports, "ClusterInfoApiResponse", {
|
|
109
133
|
enumerable: true,
|
|
110
|
-
get: function
|
|
111
|
-
return _ClusterInfoApiResponse
|
|
134
|
+
get: function () {
|
|
135
|
+
return _ClusterInfoApiResponse.default;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, "CommonConfigEntityReference", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () {
|
|
141
|
+
return _EntityReference.default;
|
|
112
142
|
}
|
|
113
143
|
});
|
|
114
144
|
Object.defineProperty(exports, "ComputeChangedRegionsClusterDiscoverSpec", {
|
|
115
145
|
enumerable: true,
|
|
116
|
-
get: function
|
|
117
|
-
return _ComputeChangedRegionsClusterDiscoverSpec
|
|
146
|
+
get: function () {
|
|
147
|
+
return _ComputeChangedRegionsClusterDiscoverSpec.default;
|
|
118
148
|
}
|
|
119
149
|
});
|
|
120
150
|
Object.defineProperty(exports, "ConsistencyGroup", {
|
|
121
151
|
enumerable: true,
|
|
122
|
-
get: function
|
|
123
|
-
return _ConsistencyGroup
|
|
152
|
+
get: function () {
|
|
153
|
+
return _ConsistencyGroup.default;
|
|
124
154
|
}
|
|
125
155
|
});
|
|
126
156
|
Object.defineProperty(exports, "ConsistencyGroupMember", {
|
|
127
157
|
enumerable: true,
|
|
128
|
-
get: function
|
|
129
|
-
return _ConsistencyGroupMember
|
|
158
|
+
get: function () {
|
|
159
|
+
return _ConsistencyGroupMember.default;
|
|
130
160
|
}
|
|
131
161
|
});
|
|
132
162
|
Object.defineProperty(exports, "ConsistencyGroupMemberType", {
|
|
133
163
|
enumerable: true,
|
|
134
|
-
get: function
|
|
135
|
-
return _ConsistencyGroupMemberType
|
|
164
|
+
get: function () {
|
|
165
|
+
return _ConsistencyGroupMemberType.default;
|
|
136
166
|
}
|
|
137
167
|
});
|
|
138
168
|
Object.defineProperty(exports, "ConsistencyGroupMigrationSpec", {
|
|
139
169
|
enumerable: true,
|
|
140
|
-
get: function
|
|
141
|
-
return _ConsistencyGroupMigrationSpec
|
|
170
|
+
get: function () {
|
|
171
|
+
return _ConsistencyGroupMigrationSpec.default;
|
|
142
172
|
}
|
|
143
173
|
});
|
|
144
174
|
Object.defineProperty(exports, "ConsistencyGroupProjection", {
|
|
145
175
|
enumerable: true,
|
|
146
|
-
get: function
|
|
147
|
-
return _ConsistencyGroupProjection
|
|
176
|
+
get: function () {
|
|
177
|
+
return _ConsistencyGroupProjection.default;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "ConsistencyGroupsApi", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () {
|
|
183
|
+
return _consistencygroupsEndpoints.ConsistencyGroupsApi;
|
|
148
184
|
}
|
|
149
185
|
});
|
|
150
186
|
Object.defineProperty(exports, "CreateConsistencyGroupApiResponse", {
|
|
151
187
|
enumerable: true,
|
|
152
|
-
get: function
|
|
153
|
-
return _CreateConsistencyGroupApiResponse
|
|
188
|
+
get: function () {
|
|
189
|
+
return _CreateConsistencyGroupApiResponse.default;
|
|
154
190
|
}
|
|
155
191
|
});
|
|
156
192
|
Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
|
|
157
193
|
enumerable: true,
|
|
158
|
-
get: function
|
|
159
|
-
return _CreateRecoveryPointApiResponse
|
|
194
|
+
get: function () {
|
|
195
|
+
return _CreateRecoveryPointApiResponse.default;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
Object.defineProperty(exports, "CreationTimeRange", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function () {
|
|
201
|
+
return _CreationTimeRange.default;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
Object.defineProperty(exports, "DataProtectionCapabilityName", {
|
|
205
|
+
enumerable: true,
|
|
206
|
+
get: function () {
|
|
207
|
+
return _DataProtectionCapabilityName.default;
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
Object.defineProperty(exports, "DataProtectionClusterCapabilitiesApi", {
|
|
211
|
+
enumerable: true,
|
|
212
|
+
get: function () {
|
|
213
|
+
return _dataprotectionclustercapabilitiesEndpoints.DataProtectionClusterCapabilitiesApi;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(exports, "DataProtectionClusterCapability", {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function () {
|
|
219
|
+
return _DataProtectionClusterCapability.default;
|
|
220
|
+
}
|
|
221
|
+
});
|
|
222
|
+
Object.defineProperty(exports, "DataProtectionClusterCapabilityProjection", {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function () {
|
|
225
|
+
return _DataProtectionClusterCapabilityProjection.default;
|
|
160
226
|
}
|
|
161
227
|
});
|
|
162
228
|
Object.defineProperty(exports, "DataProtectionSiteReference", {
|
|
163
229
|
enumerable: true,
|
|
164
|
-
get: function
|
|
165
|
-
return _DataProtectionSiteReference
|
|
230
|
+
get: function () {
|
|
231
|
+
return _DataProtectionSiteReference.default;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
Object.defineProperty(exports, "DataprotectionConfigEntityReference", {
|
|
235
|
+
enumerable: true,
|
|
236
|
+
get: function () {
|
|
237
|
+
return _EntityReference2.default;
|
|
166
238
|
}
|
|
167
239
|
});
|
|
168
240
|
Object.defineProperty(exports, "DeleteConsistencyGroupApiResponse", {
|
|
169
241
|
enumerable: true,
|
|
170
|
-
get: function
|
|
171
|
-
return _DeleteConsistencyGroupApiResponse
|
|
242
|
+
get: function () {
|
|
243
|
+
return _DeleteConsistencyGroupApiResponse.default;
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
Object.defineProperty(exports, "DeleteRecoveryPlanJobApiResponse", {
|
|
247
|
+
enumerable: true,
|
|
248
|
+
get: function () {
|
|
249
|
+
return _DeleteRecoveryPlanJobApiResponse.default;
|
|
172
250
|
}
|
|
173
251
|
});
|
|
174
252
|
Object.defineProperty(exports, "DeleteRecoveryPointApiResponse", {
|
|
175
253
|
enumerable: true,
|
|
176
|
-
get: function
|
|
177
|
-
return _DeleteRecoveryPointApiResponse
|
|
254
|
+
get: function () {
|
|
255
|
+
return _DeleteRecoveryPointApiResponse.default;
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
Object.defineProperty(exports, "DisasterRecoveryLocation", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function () {
|
|
261
|
+
return _DisasterRecoveryLocation.default;
|
|
178
262
|
}
|
|
179
263
|
});
|
|
180
264
|
Object.defineProperty(exports, "DiskRecoveryPoint", {
|
|
181
265
|
enumerable: true,
|
|
182
|
-
get: function
|
|
183
|
-
return _DiskRecoveryPoint
|
|
266
|
+
get: function () {
|
|
267
|
+
return _DiskRecoveryPoint.default;
|
|
184
268
|
}
|
|
185
269
|
});
|
|
186
270
|
Object.defineProperty(exports, "DiskRecoveryPointReference", {
|
|
187
271
|
enumerable: true,
|
|
188
|
-
get: function
|
|
189
|
-
return _DiskRecoveryPointReference
|
|
272
|
+
get: function () {
|
|
273
|
+
return _DiskRecoveryPointReference.default;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "EntityRecoveryResult", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () {
|
|
279
|
+
return _EntityRecoveryResult.default;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(exports, "EntityType", {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function () {
|
|
285
|
+
return _EntityType.default;
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, "ErrorGroup", {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function () {
|
|
291
|
+
return _ErrorGroup.default;
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
Object.defineProperty(exports, "ErrorMessage", {
|
|
295
|
+
enumerable: true,
|
|
296
|
+
get: function () {
|
|
297
|
+
return _ErrorMessage.default;
|
|
190
298
|
}
|
|
191
299
|
});
|
|
192
300
|
Object.defineProperty(exports, "ErrorResponse", {
|
|
193
301
|
enumerable: true,
|
|
194
|
-
get: function
|
|
195
|
-
return _ErrorResponse
|
|
302
|
+
get: function () {
|
|
303
|
+
return _ErrorResponse.default;
|
|
196
304
|
}
|
|
197
305
|
});
|
|
198
306
|
Object.defineProperty(exports, "EsxiVmOverrideSpec", {
|
|
199
307
|
enumerable: true,
|
|
200
|
-
get: function
|
|
201
|
-
return _EsxiVmOverrideSpec
|
|
308
|
+
get: function () {
|
|
309
|
+
return _EsxiVmOverrideSpec.default;
|
|
310
|
+
}
|
|
311
|
+
});
|
|
312
|
+
Object.defineProperty(exports, "ExecutionStepEntityReference", {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function () {
|
|
315
|
+
return _ExecutionStepEntityReference.default;
|
|
316
|
+
}
|
|
317
|
+
});
|
|
318
|
+
Object.defineProperty(exports, "ExecutionStepEntityType", {
|
|
319
|
+
enumerable: true,
|
|
320
|
+
get: function () {
|
|
321
|
+
return _ExecutionStepEntityType.default;
|
|
322
|
+
}
|
|
323
|
+
});
|
|
324
|
+
Object.defineProperty(exports, "ExecutionStepResult", {
|
|
325
|
+
enumerable: true,
|
|
326
|
+
get: function () {
|
|
327
|
+
return _ExecutionStepResult.default;
|
|
202
328
|
}
|
|
203
329
|
});
|
|
204
330
|
Object.defineProperty(exports, "ExpirationTimeSpec", {
|
|
205
331
|
enumerable: true,
|
|
206
|
-
get: function
|
|
207
|
-
return _ExpirationTimeSpec
|
|
332
|
+
get: function () {
|
|
333
|
+
return _ExpirationTimeSpec.default;
|
|
208
334
|
}
|
|
209
335
|
});
|
|
210
336
|
Object.defineProperty(exports, "ExternalizableAbstractModel", {
|
|
211
337
|
enumerable: true,
|
|
212
|
-
get: function
|
|
213
|
-
return _ExternalizableAbstractModel
|
|
338
|
+
get: function () {
|
|
339
|
+
return _ExternalizableAbstractModel.default;
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
Object.defineProperty(exports, "FailoverDirection", {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function () {
|
|
345
|
+
return _FailoverDirection.default;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(exports, "FileWrapper", {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function () {
|
|
351
|
+
return _FileWrapper.default;
|
|
214
352
|
}
|
|
215
353
|
});
|
|
216
354
|
Object.defineProperty(exports, "Flag", {
|
|
217
355
|
enumerable: true,
|
|
218
|
-
get: function
|
|
219
|
-
return _Flag
|
|
356
|
+
get: function () {
|
|
357
|
+
return _Flag.default;
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, "ForceDeleteAllRecoveryPointsSpec", {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () {
|
|
363
|
+
return _ForceDeleteAllRecoveryPointsSpec.default;
|
|
364
|
+
}
|
|
365
|
+
});
|
|
366
|
+
Object.defineProperty(exports, "GetConsistencyGroupApiResponse", {
|
|
367
|
+
enumerable: true,
|
|
368
|
+
get: function () {
|
|
369
|
+
return _GetConsistencyGroupApiResponse.default;
|
|
220
370
|
}
|
|
221
371
|
});
|
|
222
372
|
Object.defineProperty(exports, "GetProtectedResourceApiResponse", {
|
|
223
373
|
enumerable: true,
|
|
224
|
-
get: function
|
|
225
|
-
return _GetProtectedResourceApiResponse
|
|
374
|
+
get: function () {
|
|
375
|
+
return _GetProtectedResourceApiResponse.default;
|
|
376
|
+
}
|
|
377
|
+
});
|
|
378
|
+
Object.defineProperty(exports, "GetRecoveryPlanJobApiResponse", {
|
|
379
|
+
enumerable: true,
|
|
380
|
+
get: function () {
|
|
381
|
+
return _GetRecoveryPlanJobApiResponse.default;
|
|
226
382
|
}
|
|
227
383
|
});
|
|
228
384
|
Object.defineProperty(exports, "GetRecoveryPointApiResponse", {
|
|
229
385
|
enumerable: true,
|
|
230
|
-
get: function
|
|
231
|
-
return _GetRecoveryPointApiResponse
|
|
386
|
+
get: function () {
|
|
387
|
+
return _GetRecoveryPointApiResponse.default;
|
|
232
388
|
}
|
|
233
389
|
});
|
|
234
390
|
Object.defineProperty(exports, "GetVmRecoveryPointApiResponse", {
|
|
235
391
|
enumerable: true,
|
|
236
|
-
get: function
|
|
237
|
-
return _GetVmRecoveryPointApiResponse
|
|
392
|
+
get: function () {
|
|
393
|
+
return _GetVmRecoveryPointApiResponse.default;
|
|
238
394
|
}
|
|
239
395
|
});
|
|
240
396
|
Object.defineProperty(exports, "GetVssMetadataApiResponse", {
|
|
241
397
|
enumerable: true,
|
|
242
|
-
get: function
|
|
243
|
-
return _GetVssMetadataApiResponse
|
|
398
|
+
get: function () {
|
|
399
|
+
return _GetVssMetadataApiResponse.default;
|
|
244
400
|
}
|
|
245
401
|
});
|
|
246
402
|
Object.defineProperty(exports, "GetVssMetadataClusterDiscoverSpec", {
|
|
247
403
|
enumerable: true,
|
|
248
|
-
get: function
|
|
249
|
-
return _GetVssMetadataClusterDiscoverSpec
|
|
404
|
+
get: function () {
|
|
405
|
+
return _GetVssMetadataClusterDiscoverSpec.default;
|
|
406
|
+
}
|
|
407
|
+
});
|
|
408
|
+
Object.defineProperty(exports, "GuestStaticIpSpec", {
|
|
409
|
+
enumerable: true,
|
|
410
|
+
get: function () {
|
|
411
|
+
return _GuestStaticIpSpec.default;
|
|
250
412
|
}
|
|
251
413
|
});
|
|
252
414
|
Object.defineProperty(exports, "HostReference", {
|
|
253
415
|
enumerable: true,
|
|
254
|
-
get: function
|
|
255
|
-
return _HostReference
|
|
416
|
+
get: function () {
|
|
417
|
+
return _HostReference.default;
|
|
256
418
|
}
|
|
257
419
|
});
|
|
258
420
|
Object.defineProperty(exports, "HostType", {
|
|
259
421
|
enumerable: true,
|
|
260
|
-
get: function
|
|
261
|
-
return _HostType
|
|
422
|
+
get: function () {
|
|
423
|
+
return _HostType.default;
|
|
424
|
+
}
|
|
425
|
+
});
|
|
426
|
+
Object.defineProperty(exports, "HypervisorType", {
|
|
427
|
+
enumerable: true,
|
|
428
|
+
get: function () {
|
|
429
|
+
return _HypervisorType.default;
|
|
262
430
|
}
|
|
263
431
|
});
|
|
264
432
|
Object.defineProperty(exports, "IPAddress", {
|
|
265
433
|
enumerable: true,
|
|
266
|
-
get: function
|
|
267
|
-
return _IPAddress
|
|
434
|
+
get: function () {
|
|
435
|
+
return _IPAddress.default;
|
|
268
436
|
}
|
|
269
437
|
});
|
|
270
438
|
Object.defineProperty(exports, "IPv4Address", {
|
|
271
439
|
enumerable: true,
|
|
272
|
-
get: function
|
|
273
|
-
return _IPv4Address
|
|
440
|
+
get: function () {
|
|
441
|
+
return _IPv4Address.default;
|
|
274
442
|
}
|
|
275
443
|
});
|
|
276
444
|
Object.defineProperty(exports, "IPv6Address", {
|
|
277
445
|
enumerable: true,
|
|
278
|
-
get: function
|
|
279
|
-
return _IPv6Address
|
|
446
|
+
get: function () {
|
|
447
|
+
return _IPv6Address.default;
|
|
280
448
|
}
|
|
281
449
|
});
|
|
282
|
-
Object.defineProperty(exports, "
|
|
450
|
+
Object.defineProperty(exports, "KVPair", {
|
|
283
451
|
enumerable: true,
|
|
284
|
-
get: function
|
|
285
|
-
return
|
|
452
|
+
get: function () {
|
|
453
|
+
return _KVPair.default;
|
|
286
454
|
}
|
|
287
455
|
});
|
|
288
|
-
Object.defineProperty(exports, "
|
|
456
|
+
Object.defineProperty(exports, "ListConsistencyGroupsApiResponse", {
|
|
457
|
+
enumerable: true,
|
|
458
|
+
get: function () {
|
|
459
|
+
return _ListConsistencyGroupsApiResponse.default;
|
|
460
|
+
}
|
|
461
|
+
});
|
|
462
|
+
Object.defineProperty(exports, "ListDPClusterCapabilitiesApiResponse", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function () {
|
|
465
|
+
return _ListDPClusterCapabilitiesApiResponse.default;
|
|
466
|
+
}
|
|
467
|
+
});
|
|
468
|
+
Object.defineProperty(exports, "ListRecoveryPlanJobExecutionStepsApiResponse", {
|
|
289
469
|
enumerable: true,
|
|
290
|
-
get: function
|
|
291
|
-
return
|
|
470
|
+
get: function () {
|
|
471
|
+
return _ListRecoveryPlanJobExecutionStepsApiResponse.default;
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
Object.defineProperty(exports, "ListRecoveryPlanJobValidationErrorsApiResponse", {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function () {
|
|
477
|
+
return _ListRecoveryPlanJobValidationErrorsApiResponse.default;
|
|
478
|
+
}
|
|
479
|
+
});
|
|
480
|
+
Object.defineProperty(exports, "ListRecoveryPlanJobsApiResponse", {
|
|
481
|
+
enumerable: true,
|
|
482
|
+
get: function () {
|
|
483
|
+
return _ListRecoveryPlanJobsApiResponse.default;
|
|
292
484
|
}
|
|
293
485
|
});
|
|
294
486
|
Object.defineProperty(exports, "ListRecoveryPointsApiResponse", {
|
|
295
487
|
enumerable: true,
|
|
296
|
-
get: function
|
|
297
|
-
return _ListRecoveryPointsApiResponse
|
|
488
|
+
get: function () {
|
|
489
|
+
return _ListRecoveryPointsApiResponse.default;
|
|
298
490
|
}
|
|
299
491
|
});
|
|
300
492
|
Object.defineProperty(exports, "LocationReference", {
|
|
301
493
|
enumerable: true,
|
|
302
|
-
get: function
|
|
303
|
-
return _LocationReference
|
|
494
|
+
get: function () {
|
|
495
|
+
return _LocationReference.default;
|
|
304
496
|
}
|
|
305
497
|
});
|
|
306
498
|
Object.defineProperty(exports, "MapOfStringWrapper", {
|
|
307
499
|
enumerable: true,
|
|
308
|
-
get: function
|
|
309
|
-
return _MapOfStringWrapper
|
|
500
|
+
get: function () {
|
|
501
|
+
return _MapOfStringWrapper.default;
|
|
310
502
|
}
|
|
311
503
|
});
|
|
312
504
|
Object.defineProperty(exports, "Message", {
|
|
313
505
|
enumerable: true,
|
|
314
|
-
get: function
|
|
315
|
-
return _Message
|
|
506
|
+
get: function () {
|
|
507
|
+
return _Message.default;
|
|
316
508
|
}
|
|
317
509
|
});
|
|
318
510
|
Object.defineProperty(exports, "MessageSeverity", {
|
|
319
511
|
enumerable: true,
|
|
320
|
-
get: function
|
|
321
|
-
return _MessageSeverity
|
|
512
|
+
get: function () {
|
|
513
|
+
return _MessageSeverity.default;
|
|
322
514
|
}
|
|
323
515
|
});
|
|
324
|
-
Object.defineProperty(exports, "
|
|
516
|
+
Object.defineProperty(exports, "NutanixObjectsBucket", {
|
|
325
517
|
enumerable: true,
|
|
326
|
-
get: function
|
|
327
|
-
return
|
|
518
|
+
get: function () {
|
|
519
|
+
return _NutanixObjectsBucket.default;
|
|
328
520
|
}
|
|
329
521
|
});
|
|
330
|
-
Object.defineProperty(exports, "
|
|
522
|
+
Object.defineProperty(exports, "ObjectStorageType", {
|
|
331
523
|
enumerable: true,
|
|
332
|
-
get: function
|
|
333
|
-
return
|
|
524
|
+
get: function () {
|
|
525
|
+
return _ObjectStorageType.default;
|
|
334
526
|
}
|
|
335
527
|
});
|
|
336
|
-
Object.defineProperty(exports, "
|
|
528
|
+
Object.defineProperty(exports, "OperationType", {
|
|
337
529
|
enumerable: true,
|
|
338
|
-
get: function
|
|
339
|
-
return
|
|
530
|
+
get: function () {
|
|
531
|
+
return _OperationType.default;
|
|
532
|
+
}
|
|
533
|
+
});
|
|
534
|
+
Object.defineProperty(exports, "OwnerReference", {
|
|
535
|
+
enumerable: true,
|
|
536
|
+
get: function () {
|
|
537
|
+
return _OwnerReference.default;
|
|
538
|
+
}
|
|
539
|
+
});
|
|
540
|
+
Object.defineProperty(exports, "OwnershipInfo", {
|
|
541
|
+
enumerable: true,
|
|
542
|
+
get: function () {
|
|
543
|
+
return _OwnershipInfo.default;
|
|
544
|
+
}
|
|
545
|
+
});
|
|
546
|
+
Object.defineProperty(exports, "PhaseSummary", {
|
|
547
|
+
enumerable: true,
|
|
548
|
+
get: function () {
|
|
549
|
+
return _PhaseSummary.default;
|
|
550
|
+
}
|
|
551
|
+
});
|
|
552
|
+
Object.defineProperty(exports, "PlannedFailoverRecoveryPlanApiResponse", {
|
|
553
|
+
enumerable: true,
|
|
554
|
+
get: function () {
|
|
555
|
+
return _PlannedFailoverRecoveryPlanApiResponse.default;
|
|
556
|
+
}
|
|
557
|
+
});
|
|
558
|
+
Object.defineProperty(exports, "PlannedFailoverSpec", {
|
|
559
|
+
enumerable: true,
|
|
560
|
+
get: function () {
|
|
561
|
+
return _PlannedFailoverSpec.default;
|
|
340
562
|
}
|
|
341
563
|
});
|
|
342
564
|
Object.defineProperty(exports, "ProtectedEntityType", {
|
|
343
565
|
enumerable: true,
|
|
344
|
-
get: function
|
|
345
|
-
return _ProtectedEntityType
|
|
566
|
+
get: function () {
|
|
567
|
+
return _ProtectedEntityType.default;
|
|
346
568
|
}
|
|
347
569
|
});
|
|
348
570
|
Object.defineProperty(exports, "ProtectedResource", {
|
|
349
571
|
enumerable: true,
|
|
350
|
-
get: function
|
|
351
|
-
return _ProtectedResource
|
|
572
|
+
get: function () {
|
|
573
|
+
return _ProtectedResource.default;
|
|
352
574
|
}
|
|
353
575
|
});
|
|
354
576
|
Object.defineProperty(exports, "ProtectedResourcePromoteApiResponse", {
|
|
355
577
|
enumerable: true,
|
|
356
|
-
get: function
|
|
357
|
-
return _ProtectedResourcePromoteApiResponse
|
|
578
|
+
get: function () {
|
|
579
|
+
return _ProtectedResourcePromoteApiResponse.default;
|
|
358
580
|
}
|
|
359
581
|
});
|
|
360
582
|
Object.defineProperty(exports, "ProtectedResourceReplicationStatus", {
|
|
361
583
|
enumerable: true,
|
|
362
|
-
get: function
|
|
363
|
-
return _ProtectedResourceReplicationStatus
|
|
584
|
+
get: function () {
|
|
585
|
+
return _ProtectedResourceReplicationStatus.default;
|
|
364
586
|
}
|
|
365
587
|
});
|
|
366
588
|
Object.defineProperty(exports, "ProtectedResourceRestoreApiResponse", {
|
|
367
589
|
enumerable: true,
|
|
368
|
-
get: function
|
|
369
|
-
return _ProtectedResourceRestoreApiResponse
|
|
590
|
+
get: function () {
|
|
591
|
+
return _ProtectedResourceRestoreApiResponse.default;
|
|
370
592
|
}
|
|
371
593
|
});
|
|
372
594
|
Object.defineProperty(exports, "ProtectedResourceRestoreSpec", {
|
|
373
595
|
enumerable: true,
|
|
374
|
-
get: function
|
|
375
|
-
return _ProtectedResourceRestoreSpec
|
|
596
|
+
get: function () {
|
|
597
|
+
return _ProtectedResourceRestoreSpec.default;
|
|
376
598
|
}
|
|
377
599
|
});
|
|
378
600
|
Object.defineProperty(exports, "ProtectedResourcesApi", {
|
|
379
601
|
enumerable: true,
|
|
380
|
-
get: function
|
|
602
|
+
get: function () {
|
|
381
603
|
return _protectedresourcesEndpoints.ProtectedResourcesApi;
|
|
382
604
|
}
|
|
383
605
|
});
|
|
384
606
|
Object.defineProperty(exports, "RecoveryInfo", {
|
|
385
607
|
enumerable: true,
|
|
386
|
-
get: function
|
|
387
|
-
return _RecoveryInfo
|
|
608
|
+
get: function () {
|
|
609
|
+
return _RecoveryInfo.default;
|
|
610
|
+
}
|
|
611
|
+
});
|
|
612
|
+
Object.defineProperty(exports, "RecoveryPlanActionType", {
|
|
613
|
+
enumerable: true,
|
|
614
|
+
get: function () {
|
|
615
|
+
return _RecoveryPlanActionType.default;
|
|
616
|
+
}
|
|
617
|
+
});
|
|
618
|
+
Object.defineProperty(exports, "RecoveryPlanActionsApi", {
|
|
619
|
+
enumerable: true,
|
|
620
|
+
get: function () {
|
|
621
|
+
return _recoveryplanactionsEndpoints.RecoveryPlanActionsApi;
|
|
622
|
+
}
|
|
623
|
+
});
|
|
624
|
+
Object.defineProperty(exports, "RecoveryPlanJob", {
|
|
625
|
+
enumerable: true,
|
|
626
|
+
get: function () {
|
|
627
|
+
return _RecoveryPlanJob.default;
|
|
628
|
+
}
|
|
629
|
+
});
|
|
630
|
+
Object.defineProperty(exports, "RecoveryPlanJobExecutionStatus", {
|
|
631
|
+
enumerable: true,
|
|
632
|
+
get: function () {
|
|
633
|
+
return _RecoveryPlanJobExecutionStatus.default;
|
|
634
|
+
}
|
|
635
|
+
});
|
|
636
|
+
Object.defineProperty(exports, "RecoveryPlanJobExecutionStep", {
|
|
637
|
+
enumerable: true,
|
|
638
|
+
get: function () {
|
|
639
|
+
return _RecoveryPlanJobExecutionStep.default;
|
|
640
|
+
}
|
|
641
|
+
});
|
|
642
|
+
Object.defineProperty(exports, "RecoveryPlanJobExecutionStepProjection", {
|
|
643
|
+
enumerable: true,
|
|
644
|
+
get: function () {
|
|
645
|
+
return _RecoveryPlanJobExecutionStepProjection.default;
|
|
646
|
+
}
|
|
647
|
+
});
|
|
648
|
+
Object.defineProperty(exports, "RecoveryPlanJobPhaseType", {
|
|
649
|
+
enumerable: true,
|
|
650
|
+
get: function () {
|
|
651
|
+
return _RecoveryPlanJobPhaseType.default;
|
|
652
|
+
}
|
|
653
|
+
});
|
|
654
|
+
Object.defineProperty(exports, "RecoveryPlanJobProjection", {
|
|
655
|
+
enumerable: true,
|
|
656
|
+
get: function () {
|
|
657
|
+
return _RecoveryPlanJobProjection.default;
|
|
658
|
+
}
|
|
659
|
+
});
|
|
660
|
+
Object.defineProperty(exports, "RecoveryPlanJobsApi", {
|
|
661
|
+
enumerable: true,
|
|
662
|
+
get: function () {
|
|
663
|
+
return _recoveryplanjobsEndpoints.RecoveryPlanJobsApi;
|
|
664
|
+
}
|
|
665
|
+
});
|
|
666
|
+
Object.defineProperty(exports, "RecoveryPlanValidationError", {
|
|
667
|
+
enumerable: true,
|
|
668
|
+
get: function () {
|
|
669
|
+
return _RecoveryPlanValidationError.default;
|
|
670
|
+
}
|
|
671
|
+
});
|
|
672
|
+
Object.defineProperty(exports, "RecoveryPlanValidationErrorProjection", {
|
|
673
|
+
enumerable: true,
|
|
674
|
+
get: function () {
|
|
675
|
+
return _RecoveryPlanValidationErrorProjection.default;
|
|
388
676
|
}
|
|
389
677
|
});
|
|
390
678
|
Object.defineProperty(exports, "RecoveryPoint", {
|
|
391
679
|
enumerable: true,
|
|
392
|
-
get: function
|
|
393
|
-
return _RecoveryPoint
|
|
680
|
+
get: function () {
|
|
681
|
+
return _RecoveryPoint.default;
|
|
394
682
|
}
|
|
395
683
|
});
|
|
396
684
|
Object.defineProperty(exports, "RecoveryPointProjection", {
|
|
397
685
|
enumerable: true,
|
|
398
|
-
get: function
|
|
399
|
-
return _RecoveryPointProjection
|
|
686
|
+
get: function () {
|
|
687
|
+
return _RecoveryPointProjection.default;
|
|
400
688
|
}
|
|
401
689
|
});
|
|
402
690
|
Object.defineProperty(exports, "RecoveryPointReplicateApiResponse", {
|
|
403
691
|
enumerable: true,
|
|
404
|
-
get: function
|
|
405
|
-
return _RecoveryPointReplicateApiResponse
|
|
692
|
+
get: function () {
|
|
693
|
+
return _RecoveryPointReplicateApiResponse.default;
|
|
406
694
|
}
|
|
407
695
|
});
|
|
408
696
|
Object.defineProperty(exports, "RecoveryPointReplicationSpec", {
|
|
409
697
|
enumerable: true,
|
|
410
|
-
get: function
|
|
411
|
-
return _RecoveryPointReplicationSpec
|
|
698
|
+
get: function () {
|
|
699
|
+
return _RecoveryPointReplicationSpec.default;
|
|
412
700
|
}
|
|
413
701
|
});
|
|
414
702
|
Object.defineProperty(exports, "RecoveryPointRepository", {
|
|
415
703
|
enumerable: true,
|
|
416
|
-
get: function
|
|
417
|
-
return _RecoveryPointRepository
|
|
704
|
+
get: function () {
|
|
705
|
+
return _RecoveryPointRepository.default;
|
|
418
706
|
}
|
|
419
707
|
});
|
|
420
708
|
Object.defineProperty(exports, "RecoveryPointRepositoryProjection", {
|
|
421
709
|
enumerable: true,
|
|
422
|
-
get: function
|
|
423
|
-
return _RecoveryPointRepositoryProjection
|
|
710
|
+
get: function () {
|
|
711
|
+
return _RecoveryPointRepositoryProjection.default;
|
|
424
712
|
}
|
|
425
713
|
});
|
|
426
714
|
Object.defineProperty(exports, "RecoveryPointRestorationSpec", {
|
|
427
715
|
enumerable: true,
|
|
428
|
-
get: function
|
|
429
|
-
return _RecoveryPointRestorationSpec
|
|
716
|
+
get: function () {
|
|
717
|
+
return _RecoveryPointRestorationSpec.default;
|
|
430
718
|
}
|
|
431
719
|
});
|
|
432
720
|
Object.defineProperty(exports, "RecoveryPointRestoreApiResponse", {
|
|
433
721
|
enumerable: true,
|
|
434
|
-
get: function
|
|
435
|
-
return _RecoveryPointRestoreApiResponse
|
|
722
|
+
get: function () {
|
|
723
|
+
return _RecoveryPointRestoreApiResponse.default;
|
|
436
724
|
}
|
|
437
725
|
});
|
|
438
726
|
Object.defineProperty(exports, "RecoveryPointStatus", {
|
|
439
727
|
enumerable: true,
|
|
440
|
-
get: function
|
|
441
|
-
return _RecoveryPointStatus
|
|
728
|
+
get: function () {
|
|
729
|
+
return _RecoveryPointStatus.default;
|
|
442
730
|
}
|
|
443
731
|
});
|
|
444
732
|
Object.defineProperty(exports, "RecoveryPointType", {
|
|
445
733
|
enumerable: true,
|
|
446
|
-
get: function
|
|
447
|
-
return _RecoveryPointType
|
|
734
|
+
get: function () {
|
|
735
|
+
return _RecoveryPointType.default;
|
|
448
736
|
}
|
|
449
737
|
});
|
|
450
738
|
Object.defineProperty(exports, "RecoveryPointsApi", {
|
|
451
739
|
enumerable: true,
|
|
452
|
-
get: function
|
|
740
|
+
get: function () {
|
|
453
741
|
return _recoverypointsEndpoints.RecoveryPointsApi;
|
|
454
742
|
}
|
|
455
743
|
});
|
|
744
|
+
Object.defineProperty(exports, "RecycleBinEntry", {
|
|
745
|
+
enumerable: true,
|
|
746
|
+
get: function () {
|
|
747
|
+
return _RecycleBinEntry.default;
|
|
748
|
+
}
|
|
749
|
+
});
|
|
750
|
+
Object.defineProperty(exports, "RecycleBinVm", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function () {
|
|
753
|
+
return _RecycleBinVm.default;
|
|
754
|
+
}
|
|
755
|
+
});
|
|
756
|
+
Object.defineProperty(exports, "RecycleBinVmProjection", {
|
|
757
|
+
enumerable: true,
|
|
758
|
+
get: function () {
|
|
759
|
+
return _RecycleBinVmProjection.default;
|
|
760
|
+
}
|
|
761
|
+
});
|
|
762
|
+
Object.defineProperty(exports, "RecycleBinVolumeGroup", {
|
|
763
|
+
enumerable: true,
|
|
764
|
+
get: function () {
|
|
765
|
+
return _RecycleBinVolumeGroup.default;
|
|
766
|
+
}
|
|
767
|
+
});
|
|
768
|
+
Object.defineProperty(exports, "RecycleBinVolumeGroupProjection", {
|
|
769
|
+
enumerable: true,
|
|
770
|
+
get: function () {
|
|
771
|
+
return _RecycleBinVolumeGroupProjection.default;
|
|
772
|
+
}
|
|
773
|
+
});
|
|
456
774
|
Object.defineProperty(exports, "RegionType", {
|
|
457
775
|
enumerable: true,
|
|
458
|
-
get: function
|
|
459
|
-
return _RegionType
|
|
776
|
+
get: function () {
|
|
777
|
+
return _RegionType.default;
|
|
460
778
|
}
|
|
461
779
|
});
|
|
462
780
|
Object.defineProperty(exports, "ReplicationState", {
|
|
463
781
|
enumerable: true,
|
|
464
|
-
get: function
|
|
465
|
-
return _ReplicationState
|
|
782
|
+
get: function () {
|
|
783
|
+
return _ReplicationState.default;
|
|
466
784
|
}
|
|
467
785
|
});
|
|
468
786
|
Object.defineProperty(exports, "RestorableTimeRange", {
|
|
469
787
|
enumerable: true,
|
|
470
|
-
get: function
|
|
471
|
-
return _RestorableTimeRange
|
|
788
|
+
get: function () {
|
|
789
|
+
return _RestorableTimeRange.default;
|
|
790
|
+
}
|
|
791
|
+
});
|
|
792
|
+
Object.defineProperty(exports, "RootCauseAnalysis", {
|
|
793
|
+
enumerable: true,
|
|
794
|
+
get: function () {
|
|
795
|
+
return _RootCauseAnalysis.default;
|
|
472
796
|
}
|
|
473
797
|
});
|
|
474
798
|
Object.defineProperty(exports, "SchemaValidationError", {
|
|
475
799
|
enumerable: true,
|
|
476
|
-
get: function
|
|
477
|
-
return _SchemaValidationError
|
|
800
|
+
get: function () {
|
|
801
|
+
return _SchemaValidationError.default;
|
|
478
802
|
}
|
|
479
803
|
});
|
|
480
804
|
Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
481
805
|
enumerable: true,
|
|
482
|
-
get: function
|
|
483
|
-
return _SchemaValidationErrorMessage
|
|
806
|
+
get: function () {
|
|
807
|
+
return _SchemaValidationErrorMessage.default;
|
|
808
|
+
}
|
|
809
|
+
});
|
|
810
|
+
Object.defineProperty(exports, "Severity", {
|
|
811
|
+
enumerable: true,
|
|
812
|
+
get: function () {
|
|
813
|
+
return _Severity.default;
|
|
484
814
|
}
|
|
485
815
|
});
|
|
486
816
|
Object.defineProperty(exports, "SiteProtectionInfo", {
|
|
487
817
|
enumerable: true,
|
|
488
|
-
get: function
|
|
489
|
-
return _SiteProtectionInfo
|
|
818
|
+
get: function () {
|
|
819
|
+
return _SiteProtectionInfo.default;
|
|
490
820
|
}
|
|
491
821
|
});
|
|
492
822
|
Object.defineProperty(exports, "SiteReference", {
|
|
493
823
|
enumerable: true,
|
|
494
|
-
get: function
|
|
495
|
-
return _SiteReference
|
|
824
|
+
get: function () {
|
|
825
|
+
return _SiteReference.default;
|
|
826
|
+
}
|
|
827
|
+
});
|
|
828
|
+
Object.defineProperty(exports, "StageSummary", {
|
|
829
|
+
enumerable: true,
|
|
830
|
+
get: function () {
|
|
831
|
+
return _StageSummary.default;
|
|
496
832
|
}
|
|
497
833
|
});
|
|
498
|
-
Object.defineProperty(exports, "
|
|
834
|
+
Object.defineProperty(exports, "SubnetReference", {
|
|
499
835
|
enumerable: true,
|
|
500
|
-
get: function
|
|
501
|
-
return
|
|
836
|
+
get: function () {
|
|
837
|
+
return _SubnetReference.default;
|
|
838
|
+
}
|
|
839
|
+
});
|
|
840
|
+
Object.defineProperty(exports, "Summary", {
|
|
841
|
+
enumerable: true,
|
|
842
|
+
get: function () {
|
|
843
|
+
return _Summary.default;
|
|
502
844
|
}
|
|
503
845
|
});
|
|
504
846
|
Object.defineProperty(exports, "SynchronousReplicationRole", {
|
|
505
847
|
enumerable: true,
|
|
506
|
-
get: function
|
|
507
|
-
return _SynchronousReplicationRole
|
|
848
|
+
get: function () {
|
|
849
|
+
return _SynchronousReplicationRole.default;
|
|
508
850
|
}
|
|
509
851
|
});
|
|
510
852
|
Object.defineProperty(exports, "TaskReference", {
|
|
511
853
|
enumerable: true,
|
|
512
|
-
get: function
|
|
513
|
-
return _TaskReference
|
|
854
|
+
get: function () {
|
|
855
|
+
return _TaskReference.default;
|
|
514
856
|
}
|
|
515
857
|
});
|
|
516
858
|
Object.defineProperty(exports, "TenantAwareModel", {
|
|
517
859
|
enumerable: true,
|
|
518
|
-
get: function
|
|
519
|
-
return _TenantAwareModel
|
|
860
|
+
get: function () {
|
|
861
|
+
return _TenantAwareModel.default;
|
|
862
|
+
}
|
|
863
|
+
});
|
|
864
|
+
Object.defineProperty(exports, "TestFailoverRecoveryPlanApiResponse", {
|
|
865
|
+
enumerable: true,
|
|
866
|
+
get: function () {
|
|
867
|
+
return _TestFailoverRecoveryPlanApiResponse.default;
|
|
868
|
+
}
|
|
869
|
+
});
|
|
870
|
+
Object.defineProperty(exports, "TestFailoverSpec", {
|
|
871
|
+
enumerable: true,
|
|
872
|
+
get: function () {
|
|
873
|
+
return _TestFailoverSpec.default;
|
|
874
|
+
}
|
|
875
|
+
});
|
|
876
|
+
Object.defineProperty(exports, "UnplannedFailoverRecoveryPlanApiResponse", {
|
|
877
|
+
enumerable: true,
|
|
878
|
+
get: function () {
|
|
879
|
+
return _UnplannedFailoverRecoveryPlanApiResponse.default;
|
|
880
|
+
}
|
|
881
|
+
});
|
|
882
|
+
Object.defineProperty(exports, "UnplannedFailoverSpec", {
|
|
883
|
+
enumerable: true,
|
|
884
|
+
get: function () {
|
|
885
|
+
return _UnplannedFailoverSpec.default;
|
|
520
886
|
}
|
|
521
887
|
});
|
|
522
888
|
Object.defineProperty(exports, "UpdateConsistencyGroupApiResponse", {
|
|
523
889
|
enumerable: true,
|
|
524
|
-
get: function
|
|
525
|
-
return _UpdateConsistencyGroupApiResponse
|
|
890
|
+
get: function () {
|
|
891
|
+
return _UpdateConsistencyGroupApiResponse.default;
|
|
526
892
|
}
|
|
527
893
|
});
|
|
528
894
|
Object.defineProperty(exports, "UpdateRecoveryPointExpirationTimeApiResponse", {
|
|
529
895
|
enumerable: true,
|
|
530
|
-
get: function
|
|
531
|
-
return _UpdateRecoveryPointExpirationTimeApiResponse
|
|
896
|
+
get: function () {
|
|
897
|
+
return _UpdateRecoveryPointExpirationTimeApiResponse.default;
|
|
898
|
+
}
|
|
899
|
+
});
|
|
900
|
+
Object.defineProperty(exports, "ValidateRecoveryPlanApiResponse", {
|
|
901
|
+
enumerable: true,
|
|
902
|
+
get: function () {
|
|
903
|
+
return _ValidateRecoveryPlanApiResponse.default;
|
|
904
|
+
}
|
|
905
|
+
});
|
|
906
|
+
Object.defineProperty(exports, "ValidateSpec", {
|
|
907
|
+
enumerable: true,
|
|
908
|
+
get: function () {
|
|
909
|
+
return _ValidateSpec.default;
|
|
910
|
+
}
|
|
911
|
+
});
|
|
912
|
+
Object.defineProperty(exports, "VmConfigOverrideSpecification", {
|
|
913
|
+
enumerable: true,
|
|
914
|
+
get: function () {
|
|
915
|
+
return _VmConfigOverrideSpecification.default;
|
|
532
916
|
}
|
|
533
917
|
});
|
|
534
918
|
Object.defineProperty(exports, "VmDiskRecoveryPointClusterDiscoverSpec", {
|
|
535
919
|
enumerable: true,
|
|
536
|
-
get: function
|
|
537
|
-
return _VmDiskRecoveryPointClusterDiscoverSpec
|
|
920
|
+
get: function () {
|
|
921
|
+
return _VmDiskRecoveryPointClusterDiscoverSpec.default;
|
|
538
922
|
}
|
|
539
923
|
});
|
|
540
924
|
Object.defineProperty(exports, "VmDiskRecoveryPointReference", {
|
|
541
925
|
enumerable: true,
|
|
542
|
-
get: function
|
|
543
|
-
return _VmDiskRecoveryPointReference
|
|
926
|
+
get: function () {
|
|
927
|
+
return _VmDiskRecoveryPointReference.default;
|
|
544
928
|
}
|
|
545
929
|
});
|
|
546
930
|
Object.defineProperty(exports, "VmRecoveryPoint", {
|
|
547
931
|
enumerable: true,
|
|
548
|
-
get: function
|
|
549
|
-
return _VmRecoveryPoint
|
|
932
|
+
get: function () {
|
|
933
|
+
return _VmRecoveryPoint.default;
|
|
550
934
|
}
|
|
551
935
|
});
|
|
552
936
|
Object.defineProperty(exports, "VmRecoveryPointChangedRegionsComputeSpec", {
|
|
553
937
|
enumerable: true,
|
|
554
|
-
get: function
|
|
555
|
-
return _VmRecoveryPointChangedRegionsComputeSpec
|
|
938
|
+
get: function () {
|
|
939
|
+
return _VmRecoveryPointChangedRegionsComputeSpec.default;
|
|
556
940
|
}
|
|
557
941
|
});
|
|
558
942
|
Object.defineProperty(exports, "VmRecoveryPointRestoreOverride", {
|
|
559
943
|
enumerable: true,
|
|
560
|
-
get: function
|
|
561
|
-
return _VmRecoveryPointRestoreOverride
|
|
944
|
+
get: function () {
|
|
945
|
+
return _VmRecoveryPointRestoreOverride.default;
|
|
946
|
+
}
|
|
947
|
+
});
|
|
948
|
+
Object.defineProperty(exports, "VmRestoreGuestNicInfoOverrideSpec", {
|
|
949
|
+
enumerable: true,
|
|
950
|
+
get: function () {
|
|
951
|
+
return _VmRestoreGuestNicInfoOverrideSpec.default;
|
|
952
|
+
}
|
|
953
|
+
});
|
|
954
|
+
Object.defineProperty(exports, "VmRestoreGuestToolsSpecification", {
|
|
955
|
+
enumerable: true,
|
|
956
|
+
get: function () {
|
|
957
|
+
return _VmRestoreGuestToolsSpecification.default;
|
|
958
|
+
}
|
|
959
|
+
});
|
|
960
|
+
Object.defineProperty(exports, "VmRestoreIpv4ConfigOverrideSpec", {
|
|
961
|
+
enumerable: true,
|
|
962
|
+
get: function () {
|
|
963
|
+
return _VmRestoreIpv4ConfigOverrideSpec.default;
|
|
964
|
+
}
|
|
965
|
+
});
|
|
966
|
+
Object.defineProperty(exports, "VmRestoreNicConfigOverrideParams", {
|
|
967
|
+
enumerable: true,
|
|
968
|
+
get: function () {
|
|
969
|
+
return _VmRestoreNicConfigOverrideParams.default;
|
|
970
|
+
}
|
|
971
|
+
});
|
|
972
|
+
Object.defineProperty(exports, "VmRestoreNicConfigSpecification", {
|
|
973
|
+
enumerable: true,
|
|
974
|
+
get: function () {
|
|
975
|
+
return _VmRestoreNicConfigSpecification.default;
|
|
976
|
+
}
|
|
977
|
+
});
|
|
978
|
+
Object.defineProperty(exports, "VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec", {
|
|
979
|
+
enumerable: true,
|
|
980
|
+
get: function () {
|
|
981
|
+
return _VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.default;
|
|
982
|
+
}
|
|
983
|
+
});
|
|
984
|
+
Object.defineProperty(exports, "VmRestoreVirtualEthernetNicOverrideSpec", {
|
|
985
|
+
enumerable: true,
|
|
986
|
+
get: function () {
|
|
987
|
+
return _VmRestoreVirtualEthernetNicOverrideSpec.default;
|
|
562
988
|
}
|
|
563
989
|
});
|
|
564
990
|
Object.defineProperty(exports, "VolumeGroupDiskRecoveryPointClusterDiscoverSpec", {
|
|
565
991
|
enumerable: true,
|
|
566
|
-
get: function
|
|
567
|
-
return _VolumeGroupDiskRecoveryPointClusterDiscoverSpec
|
|
992
|
+
get: function () {
|
|
993
|
+
return _VolumeGroupDiskRecoveryPointClusterDiscoverSpec.default;
|
|
568
994
|
}
|
|
569
995
|
});
|
|
570
996
|
Object.defineProperty(exports, "VolumeGroupDiskRecoveryPointReference", {
|
|
571
997
|
enumerable: true,
|
|
572
|
-
get: function
|
|
573
|
-
return _VolumeGroupDiskRecoveryPointReference
|
|
998
|
+
get: function () {
|
|
999
|
+
return _VolumeGroupDiskRecoveryPointReference.default;
|
|
574
1000
|
}
|
|
575
1001
|
});
|
|
576
1002
|
Object.defineProperty(exports, "VolumeGroupOverrideSpec", {
|
|
577
1003
|
enumerable: true,
|
|
578
|
-
get: function
|
|
579
|
-
return _VolumeGroupOverrideSpec
|
|
1004
|
+
get: function () {
|
|
1005
|
+
return _VolumeGroupOverrideSpec.default;
|
|
580
1006
|
}
|
|
581
1007
|
});
|
|
582
1008
|
Object.defineProperty(exports, "VolumeGroupRecoveryPoint", {
|
|
583
1009
|
enumerable: true,
|
|
584
|
-
get: function
|
|
585
|
-
return _VolumeGroupRecoveryPoint
|
|
1010
|
+
get: function () {
|
|
1011
|
+
return _VolumeGroupRecoveryPoint.default;
|
|
586
1012
|
}
|
|
587
1013
|
});
|
|
588
1014
|
Object.defineProperty(exports, "VolumeGroupRecoveryPointChangedRegionsComputeSpec", {
|
|
589
1015
|
enumerable: true,
|
|
590
|
-
get: function
|
|
591
|
-
return _VolumeGroupRecoveryPointChangedRegionsComputeSpec
|
|
1016
|
+
get: function () {
|
|
1017
|
+
return _VolumeGroupRecoveryPointChangedRegionsComputeSpec.default;
|
|
592
1018
|
}
|
|
593
1019
|
});
|
|
594
1020
|
Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreOverride", {
|
|
595
1021
|
enumerable: true,
|
|
596
|
-
get: function
|
|
597
|
-
return _VolumeGroupRecoveryPointRestoreOverride
|
|
1022
|
+
get: function () {
|
|
1023
|
+
return _VolumeGroupRecoveryPointRestoreOverride.default;
|
|
598
1024
|
}
|
|
599
1025
|
});
|
|
600
1026
|
Object.defineProperty(exports, "VolumeGroupSyncContext", {
|
|
601
1027
|
enumerable: true,
|
|
602
|
-
get: function
|
|
603
|
-
return _VolumeGroupSyncContext
|
|
1028
|
+
get: function () {
|
|
1029
|
+
return _VolumeGroupSyncContext.default;
|
|
604
1030
|
}
|
|
605
1031
|
});
|
|
606
1032
|
Object.defineProperty(exports, "VssProperties", {
|
|
607
1033
|
enumerable: true,
|
|
608
|
-
get: function
|
|
609
|
-
return _VssProperties
|
|
1034
|
+
get: function () {
|
|
1035
|
+
return _VssProperties.default;
|
|
610
1036
|
}
|
|
611
1037
|
});
|
|
612
1038
|
Object.defineProperty(exports, "Witness", {
|
|
613
1039
|
enumerable: true,
|
|
614
|
-
get: function
|
|
615
|
-
return _Witness
|
|
1040
|
+
get: function () {
|
|
1041
|
+
return _Witness.default;
|
|
616
1042
|
}
|
|
617
1043
|
});
|
|
618
1044
|
Object.defineProperty(exports, "WitnessAvailabilityStatus", {
|
|
619
1045
|
enumerable: true,
|
|
620
|
-
get: function
|
|
621
|
-
return _WitnessAvailabilityStatus
|
|
1046
|
+
get: function () {
|
|
1047
|
+
return _WitnessAvailabilityStatus.default;
|
|
622
1048
|
}
|
|
623
1049
|
});
|
|
624
|
-
exports
|
|
1050
|
+
exports.default = void 0;
|
|
625
1051
|
var _ApiClient = require("./ApiClient");
|
|
1052
|
+
var _dataprotectionclustercapabilitiesEndpoints = require("./apis/dataprotectionclustercapabilities-endpoints");
|
|
1053
|
+
var _consistencygroupsEndpoints = require("./apis/consistencygroups-endpoints");
|
|
626
1054
|
var _protectedresourcesEndpoints = require("./apis/protectedresources-endpoints");
|
|
1055
|
+
var _recoveryplanactionsEndpoints = require("./apis/recoveryplanactions-endpoints");
|
|
1056
|
+
var _recoveryplanjobsEndpoints = require("./apis/recoveryplanjobs-endpoints");
|
|
627
1057
|
var _recoverypointsEndpoints = require("./apis/recoverypoints-endpoints");
|
|
1058
|
+
var _EntityReference = _interopRequireDefault(require("./models/common/v1/config/EntityReference"));
|
|
1059
|
+
var _EntityType = _interopRequireDefault(require("./models/common/v1/config/EntityType"));
|
|
628
1060
|
var _Flag = _interopRequireDefault(require("./models/common/v1/config/Flag"));
|
|
629
1061
|
var _IPAddress = _interopRequireDefault(require("./models/common/v1/config/IPAddress"));
|
|
630
1062
|
var _IPv4Address = _interopRequireDefault(require("./models/common/v1/config/IPv4Address"));
|
|
@@ -648,6 +1080,7 @@ var _VssProperties = _interopRequireDefault(require("./models/dataprotection/v4/
|
|
|
648
1080
|
var _AhvVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/AhvVmOverrideSpec"));
|
|
649
1081
|
var _AmazonS3Bucket = _interopRequireDefault(require("./models/dataprotection/v4/config/AmazonS3Bucket"));
|
|
650
1082
|
var _AzureBlobStorageContainer = _interopRequireDefault(require("./models/dataprotection/v4/config/AzureBlobStorageContainer"));
|
|
1083
|
+
var _Capability = _interopRequireDefault(require("./models/dataprotection/v4/config/Capability"));
|
|
651
1084
|
var _ClusterInfoApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ClusterInfoApiResponse"));
|
|
652
1085
|
var _ConsistencyGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroup"));
|
|
653
1086
|
var _ConsistencyGroupMember = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMember"));
|
|
@@ -656,22 +1089,45 @@ var _ConsistencyGroupMigrationSpec = _interopRequireDefault(require("./models/da
|
|
|
656
1089
|
var _ConsistencyGroupProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupProjection"));
|
|
657
1090
|
var _CreateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse"));
|
|
658
1091
|
var _CreateRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateRecoveryPointApiResponse"));
|
|
1092
|
+
var _CreationTimeRange = _interopRequireDefault(require("./models/dataprotection/v4/config/CreationTimeRange"));
|
|
1093
|
+
var _DataProtectionCapabilityName = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionCapabilityName"));
|
|
1094
|
+
var _DataProtectionClusterCapability = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionClusterCapability"));
|
|
1095
|
+
var _DataProtectionClusterCapabilityProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection"));
|
|
659
1096
|
var _DataProtectionSiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionSiteReference"));
|
|
660
1097
|
var _DeleteConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse"));
|
|
1098
|
+
var _DeleteRecoveryPlanJobApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse"));
|
|
661
1099
|
var _DeleteRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse"));
|
|
1100
|
+
var _DisasterRecoveryLocation = _interopRequireDefault(require("./models/dataprotection/v4/config/DisasterRecoveryLocation"));
|
|
1101
|
+
var _EntityRecoveryResult = _interopRequireDefault(require("./models/dataprotection/v4/config/EntityRecoveryResult"));
|
|
1102
|
+
var _EntityReference2 = _interopRequireDefault(require("./models/dataprotection/v4/config/EntityReference"));
|
|
1103
|
+
var _ErrorGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/ErrorGroup"));
|
|
1104
|
+
var _ErrorMessage = _interopRequireDefault(require("./models/dataprotection/v4/config/ErrorMessage"));
|
|
662
1105
|
var _EsxiVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/EsxiVmOverrideSpec"));
|
|
1106
|
+
var _ExecutionStepEntityReference = _interopRequireDefault(require("./models/dataprotection/v4/config/ExecutionStepEntityReference"));
|
|
1107
|
+
var _ExecutionStepEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ExecutionStepEntityType"));
|
|
1108
|
+
var _ExecutionStepResult = _interopRequireDefault(require("./models/dataprotection/v4/config/ExecutionStepResult"));
|
|
663
1109
|
var _ExpirationTimeSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ExpirationTimeSpec"));
|
|
1110
|
+
var _FailoverDirection = _interopRequireDefault(require("./models/dataprotection/v4/config/FailoverDirection"));
|
|
1111
|
+
var _ForceDeleteAllRecoveryPointsSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec"));
|
|
1112
|
+
var _GetConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetConsistencyGroupApiResponse"));
|
|
664
1113
|
var _GetProtectedResourceApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetProtectedResourceApiResponse"));
|
|
1114
|
+
var _GetRecoveryPlanJobApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse"));
|
|
665
1115
|
var _GetRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetRecoveryPointApiResponse"));
|
|
666
1116
|
var _GetVmRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetVmRecoveryPointApiResponse"));
|
|
667
1117
|
var _HostReference = _interopRequireDefault(require("./models/dataprotection/v4/config/HostReference"));
|
|
668
1118
|
var _HostType = _interopRequireDefault(require("./models/dataprotection/v4/config/HostType"));
|
|
669
|
-
var
|
|
1119
|
+
var _HypervisorType = _interopRequireDefault(require("./models/dataprotection/v4/config/HypervisorType"));
|
|
1120
|
+
var _ListConsistencyGroupsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListConsistencyGroupsApiResponse"));
|
|
1121
|
+
var _ListDPClusterCapabilitiesApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse"));
|
|
1122
|
+
var _ListRecoveryPlanJobExecutionStepsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse"));
|
|
1123
|
+
var _ListRecoveryPlanJobValidationErrorsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse"));
|
|
1124
|
+
var _ListRecoveryPlanJobsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse"));
|
|
670
1125
|
var _ListRecoveryPointsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPointsApiResponse"));
|
|
671
1126
|
var _LocationReference = _interopRequireDefault(require("./models/dataprotection/v4/config/LocationReference"));
|
|
672
|
-
var _MigrateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse"));
|
|
673
1127
|
var _NutanixObjectsBucket = _interopRequireDefault(require("./models/dataprotection/v4/config/NutanixObjectsBucket"));
|
|
674
1128
|
var _ObjectStorageType = _interopRequireDefault(require("./models/dataprotection/v4/config/ObjectStorageType"));
|
|
1129
|
+
var _OperationType = _interopRequireDefault(require("./models/dataprotection/v4/config/OperationType"));
|
|
1130
|
+
var _PhaseSummary = _interopRequireDefault(require("./models/dataprotection/v4/config/PhaseSummary"));
|
|
675
1131
|
var _ProtectedEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedEntityType"));
|
|
676
1132
|
var _ProtectedResource = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResource"));
|
|
677
1133
|
var _ProtectedResourcePromoteApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse"));
|
|
@@ -679,6 +1135,15 @@ var _ProtectedResourceReplicationStatus = _interopRequireDefault(require("./mode
|
|
|
679
1135
|
var _ProtectedResourceRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse"));
|
|
680
1136
|
var _ProtectedResourceRestoreSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceRestoreSpec"));
|
|
681
1137
|
var _RecoveryInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryInfo"));
|
|
1138
|
+
var _RecoveryPlanActionType = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanActionType"));
|
|
1139
|
+
var _RecoveryPlanJob = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanJob"));
|
|
1140
|
+
var _RecoveryPlanJobExecutionStatus = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus"));
|
|
1141
|
+
var _RecoveryPlanJobExecutionStep = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanJobExecutionStep"));
|
|
1142
|
+
var _RecoveryPlanJobExecutionStepProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection"));
|
|
1143
|
+
var _RecoveryPlanJobPhaseType = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanJobPhaseType"));
|
|
1144
|
+
var _RecoveryPlanJobProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanJobProjection"));
|
|
1145
|
+
var _RecoveryPlanValidationError = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanValidationError"));
|
|
1146
|
+
var _RecoveryPlanValidationErrorProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection"));
|
|
682
1147
|
var _RecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPoint"));
|
|
683
1148
|
var _RecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointProjection"));
|
|
684
1149
|
var _RecoveryPointReplicateApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointReplicateApiResponse"));
|
|
@@ -687,11 +1152,19 @@ var _RecoveryPointRepository = _interopRequireDefault(require("./models/dataprot
|
|
|
687
1152
|
var _RecoveryPointRepositoryProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRepositoryProjection"));
|
|
688
1153
|
var _RecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRestorationSpec"));
|
|
689
1154
|
var _RecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRestoreApiResponse"));
|
|
1155
|
+
var _RecycleBinEntry = _interopRequireDefault(require("./models/dataprotection/v4/config/RecycleBinEntry"));
|
|
1156
|
+
var _RecycleBinVm = _interopRequireDefault(require("./models/dataprotection/v4/config/RecycleBinVm"));
|
|
1157
|
+
var _RecycleBinVmProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecycleBinVmProjection"));
|
|
1158
|
+
var _RecycleBinVolumeGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/RecycleBinVolumeGroup"));
|
|
1159
|
+
var _RecycleBinVolumeGroupProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecycleBinVolumeGroupProjection"));
|
|
690
1160
|
var _ReplicationState = _interopRequireDefault(require("./models/dataprotection/v4/config/ReplicationState"));
|
|
691
1161
|
var _RestorableTimeRange = _interopRequireDefault(require("./models/dataprotection/v4/config/RestorableTimeRange"));
|
|
1162
|
+
var _RootCauseAnalysis = _interopRequireDefault(require("./models/dataprotection/v4/config/RootCauseAnalysis"));
|
|
1163
|
+
var _Severity = _interopRequireDefault(require("./models/dataprotection/v4/config/Severity"));
|
|
692
1164
|
var _SiteProtectionInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteProtectionInfo"));
|
|
693
1165
|
var _SiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteReference"));
|
|
694
|
-
var
|
|
1166
|
+
var _StageSummary = _interopRequireDefault(require("./models/dataprotection/v4/config/StageSummary"));
|
|
1167
|
+
var _Summary = _interopRequireDefault(require("./models/dataprotection/v4/config/Summary"));
|
|
695
1168
|
var _SynchronousReplicationRole = _interopRequireDefault(require("./models/dataprotection/v4/config/SynchronousReplicationRole"));
|
|
696
1169
|
var _UpdateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse"));
|
|
697
1170
|
var _UpdateRecoveryPointExpirationTimeApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse"));
|
|
@@ -711,6 +1184,7 @@ var _ClusterDiscoverOperation = _interopRequireDefault(require("./models/datapro
|
|
|
711
1184
|
var _ClusterDiscoverSpec = _interopRequireDefault(require("./models/dataprotection/v4/content/ClusterDiscoverSpec"));
|
|
712
1185
|
var _ComputeChangedRegionsClusterDiscoverSpec = _interopRequireDefault(require("./models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec"));
|
|
713
1186
|
var _DiskRecoveryPointReference = _interopRequireDefault(require("./models/dataprotection/v4/content/DiskRecoveryPointReference"));
|
|
1187
|
+
var _FileWrapper = _interopRequireDefault(require("./models/dataprotection/v4/content/FileWrapper"));
|
|
714
1188
|
var _GetVssMetadataApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/content/GetVssMetadataApiResponse"));
|
|
715
1189
|
var _GetVssMetadataClusterDiscoverSpec = _interopRequireDefault(require("./models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec"));
|
|
716
1190
|
var _RegionType = _interopRequireDefault(require("./models/dataprotection/v4/content/RegionType"));
|
|
@@ -724,113 +1198,207 @@ var _AppMessage = _interopRequireDefault(require("./models/dataprotection/v4/err
|
|
|
724
1198
|
var _ErrorResponse = _interopRequireDefault(require("./models/dataprotection/v4/error/ErrorResponse"));
|
|
725
1199
|
var _SchemaValidationError = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationError"));
|
|
726
1200
|
var _SchemaValidationErrorMessage = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationErrorMessage"));
|
|
1201
|
+
var _BaseRecoveryPlanActionSpec = _interopRequireDefault(require("./models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec"));
|
|
1202
|
+
var _CleanupRecoveryPlanResourcesApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse"));
|
|
1203
|
+
var _PlannedFailoverRecoveryPlanApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse"));
|
|
1204
|
+
var _PlannedFailoverSpec = _interopRequireDefault(require("./models/dataprotection/v4/operations/PlannedFailoverSpec"));
|
|
1205
|
+
var _TestFailoverRecoveryPlanApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse"));
|
|
1206
|
+
var _TestFailoverSpec = _interopRequireDefault(require("./models/dataprotection/v4/operations/TestFailoverSpec"));
|
|
1207
|
+
var _UnplannedFailoverRecoveryPlanApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse"));
|
|
1208
|
+
var _UnplannedFailoverSpec = _interopRequireDefault(require("./models/dataprotection/v4/operations/UnplannedFailoverSpec"));
|
|
1209
|
+
var _ValidateRecoveryPlanApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse"));
|
|
1210
|
+
var _ValidateSpec = _interopRequireDefault(require("./models/dataprotection/v4/operations/ValidateSpec"));
|
|
727
1211
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
728
|
-
|
|
1212
|
+
var _CategoryReference = _interopRequireDefault(require("./models/vmm/v4/ahv/config/CategoryReference"));
|
|
1213
|
+
var _GuestStaticIpSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/GuestStaticIpSpec"));
|
|
1214
|
+
var _OwnerReference = _interopRequireDefault(require("./models/vmm/v4/ahv/config/OwnerReference"));
|
|
1215
|
+
var _OwnershipInfo = _interopRequireDefault(require("./models/vmm/v4/ahv/config/OwnershipInfo"));
|
|
1216
|
+
var _SubnetReference = _interopRequireDefault(require("./models/vmm/v4/ahv/config/SubnetReference"));
|
|
1217
|
+
var _VmConfigOverrideSpecification = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmConfigOverrideSpecification"));
|
|
1218
|
+
var _VmRestoreGuestNicInfoOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec"));
|
|
1219
|
+
var _VmRestoreGuestToolsSpecification = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification"));
|
|
1220
|
+
var _VmRestoreIpv4ConfigOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec"));
|
|
1221
|
+
var _VmRestoreNicConfigOverrideParams = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams"));
|
|
1222
|
+
var _VmRestoreNicConfigSpecification = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification"));
|
|
1223
|
+
var _VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec"));
|
|
1224
|
+
var _VmRestoreVirtualEthernetNicOverrideSpec = _interopRequireDefault(require("./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec"));
|
|
1225
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
729
1226
|
// Export base files
|
|
730
1227
|
// Export APIs
|
|
731
1228
|
// Export models
|
|
732
|
-
var _default = exports
|
|
1229
|
+
var _default = exports.default = {
|
|
733
1230
|
ApiClient: _ApiClient.ApiClient,
|
|
1231
|
+
DataProtectionClusterCapabilitiesApi: _dataprotectionclustercapabilitiesEndpoints.DataProtectionClusterCapabilitiesApi,
|
|
1232
|
+
ConsistencyGroupsApi: _consistencygroupsEndpoints.ConsistencyGroupsApi,
|
|
734
1233
|
ProtectedResourcesApi: _protectedresourcesEndpoints.ProtectedResourcesApi,
|
|
1234
|
+
RecoveryPlanActionsApi: _recoveryplanactionsEndpoints.RecoveryPlanActionsApi,
|
|
1235
|
+
RecoveryPlanJobsApi: _recoveryplanjobsEndpoints.RecoveryPlanJobsApi,
|
|
735
1236
|
RecoveryPointsApi: _recoverypointsEndpoints.RecoveryPointsApi,
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
1237
|
+
CommonConfigEntityReference: _EntityReference.default,
|
|
1238
|
+
EntityType: _EntityType.default,
|
|
1239
|
+
Flag: _Flag.default,
|
|
1240
|
+
IPAddress: _IPAddress.default,
|
|
1241
|
+
IPv4Address: _IPv4Address.default,
|
|
1242
|
+
IPv6Address: _IPv6Address.default,
|
|
1243
|
+
KVPair: _KVPair.default,
|
|
1244
|
+
MapOfStringWrapper: _MapOfStringWrapper.default,
|
|
1245
|
+
Message: _Message.default,
|
|
1246
|
+
MessageSeverity: _MessageSeverity.default,
|
|
1247
|
+
TenantAwareModel: _TenantAwareModel.default,
|
|
1248
|
+
ApiLink: _ApiLink.default,
|
|
1249
|
+
ApiResponseMetadata: _ApiResponseMetadata.default,
|
|
1250
|
+
ExternalizableAbstractModel: _ExternalizableAbstractModel.default,
|
|
1251
|
+
BackupType: _BackupType.default,
|
|
1252
|
+
BaseRecoveryPoint: _BaseRecoveryPoint.default,
|
|
1253
|
+
BaseVmRecoveryPoint: _BaseVmRecoveryPoint.default,
|
|
1254
|
+
ClusterInfo: _ClusterInfo.default,
|
|
1255
|
+
DiskRecoveryPoint: _DiskRecoveryPoint.default,
|
|
1256
|
+
RecoveryPointStatus: _RecoveryPointStatus.default,
|
|
1257
|
+
RecoveryPointType: _RecoveryPointType.default,
|
|
1258
|
+
VssProperties: _VssProperties.default,
|
|
1259
|
+
AhvVmOverrideSpec: _AhvVmOverrideSpec.default,
|
|
1260
|
+
AmazonS3Bucket: _AmazonS3Bucket.default,
|
|
1261
|
+
AzureBlobStorageContainer: _AzureBlobStorageContainer.default,
|
|
1262
|
+
Capability: _Capability.default,
|
|
1263
|
+
ClusterInfoApiResponse: _ClusterInfoApiResponse.default,
|
|
1264
|
+
ConsistencyGroup: _ConsistencyGroup.default,
|
|
1265
|
+
ConsistencyGroupMember: _ConsistencyGroupMember.default,
|
|
1266
|
+
ConsistencyGroupMemberType: _ConsistencyGroupMemberType.default,
|
|
1267
|
+
ConsistencyGroupMigrationSpec: _ConsistencyGroupMigrationSpec.default,
|
|
1268
|
+
ConsistencyGroupProjection: _ConsistencyGroupProjection.default,
|
|
1269
|
+
CreateConsistencyGroupApiResponse: _CreateConsistencyGroupApiResponse.default,
|
|
1270
|
+
CreateRecoveryPointApiResponse: _CreateRecoveryPointApiResponse.default,
|
|
1271
|
+
CreationTimeRange: _CreationTimeRange.default,
|
|
1272
|
+
DataProtectionCapabilityName: _DataProtectionCapabilityName.default,
|
|
1273
|
+
DataProtectionClusterCapability: _DataProtectionClusterCapability.default,
|
|
1274
|
+
DataProtectionClusterCapabilityProjection: _DataProtectionClusterCapabilityProjection.default,
|
|
1275
|
+
DataProtectionSiteReference: _DataProtectionSiteReference.default,
|
|
1276
|
+
DeleteConsistencyGroupApiResponse: _DeleteConsistencyGroupApiResponse.default,
|
|
1277
|
+
DeleteRecoveryPlanJobApiResponse: _DeleteRecoveryPlanJobApiResponse.default,
|
|
1278
|
+
DeleteRecoveryPointApiResponse: _DeleteRecoveryPointApiResponse.default,
|
|
1279
|
+
DisasterRecoveryLocation: _DisasterRecoveryLocation.default,
|
|
1280
|
+
EntityRecoveryResult: _EntityRecoveryResult.default,
|
|
1281
|
+
DataprotectionConfigEntityReference: _EntityReference2.default,
|
|
1282
|
+
ErrorGroup: _ErrorGroup.default,
|
|
1283
|
+
ErrorMessage: _ErrorMessage.default,
|
|
1284
|
+
EsxiVmOverrideSpec: _EsxiVmOverrideSpec.default,
|
|
1285
|
+
ExecutionStepEntityReference: _ExecutionStepEntityReference.default,
|
|
1286
|
+
ExecutionStepEntityType: _ExecutionStepEntityType.default,
|
|
1287
|
+
ExecutionStepResult: _ExecutionStepResult.default,
|
|
1288
|
+
ExpirationTimeSpec: _ExpirationTimeSpec.default,
|
|
1289
|
+
FailoverDirection: _FailoverDirection.default,
|
|
1290
|
+
ForceDeleteAllRecoveryPointsSpec: _ForceDeleteAllRecoveryPointsSpec.default,
|
|
1291
|
+
GetConsistencyGroupApiResponse: _GetConsistencyGroupApiResponse.default,
|
|
1292
|
+
GetProtectedResourceApiResponse: _GetProtectedResourceApiResponse.default,
|
|
1293
|
+
GetRecoveryPlanJobApiResponse: _GetRecoveryPlanJobApiResponse.default,
|
|
1294
|
+
GetRecoveryPointApiResponse: _GetRecoveryPointApiResponse.default,
|
|
1295
|
+
GetVmRecoveryPointApiResponse: _GetVmRecoveryPointApiResponse.default,
|
|
1296
|
+
HostReference: _HostReference.default,
|
|
1297
|
+
HostType: _HostType.default,
|
|
1298
|
+
HypervisorType: _HypervisorType.default,
|
|
1299
|
+
ListConsistencyGroupsApiResponse: _ListConsistencyGroupsApiResponse.default,
|
|
1300
|
+
ListDPClusterCapabilitiesApiResponse: _ListDPClusterCapabilitiesApiResponse.default,
|
|
1301
|
+
ListRecoveryPlanJobExecutionStepsApiResponse: _ListRecoveryPlanJobExecutionStepsApiResponse.default,
|
|
1302
|
+
ListRecoveryPlanJobValidationErrorsApiResponse: _ListRecoveryPlanJobValidationErrorsApiResponse.default,
|
|
1303
|
+
ListRecoveryPlanJobsApiResponse: _ListRecoveryPlanJobsApiResponse.default,
|
|
1304
|
+
ListRecoveryPointsApiResponse: _ListRecoveryPointsApiResponse.default,
|
|
1305
|
+
LocationReference: _LocationReference.default,
|
|
1306
|
+
NutanixObjectsBucket: _NutanixObjectsBucket.default,
|
|
1307
|
+
ObjectStorageType: _ObjectStorageType.default,
|
|
1308
|
+
OperationType: _OperationType.default,
|
|
1309
|
+
PhaseSummary: _PhaseSummary.default,
|
|
1310
|
+
ProtectedEntityType: _ProtectedEntityType.default,
|
|
1311
|
+
ProtectedResource: _ProtectedResource.default,
|
|
1312
|
+
ProtectedResourcePromoteApiResponse: _ProtectedResourcePromoteApiResponse.default,
|
|
1313
|
+
ProtectedResourceReplicationStatus: _ProtectedResourceReplicationStatus.default,
|
|
1314
|
+
ProtectedResourceRestoreApiResponse: _ProtectedResourceRestoreApiResponse.default,
|
|
1315
|
+
ProtectedResourceRestoreSpec: _ProtectedResourceRestoreSpec.default,
|
|
1316
|
+
RecoveryInfo: _RecoveryInfo.default,
|
|
1317
|
+
RecoveryPlanActionType: _RecoveryPlanActionType.default,
|
|
1318
|
+
RecoveryPlanJob: _RecoveryPlanJob.default,
|
|
1319
|
+
RecoveryPlanJobExecutionStatus: _RecoveryPlanJobExecutionStatus.default,
|
|
1320
|
+
RecoveryPlanJobExecutionStep: _RecoveryPlanJobExecutionStep.default,
|
|
1321
|
+
RecoveryPlanJobExecutionStepProjection: _RecoveryPlanJobExecutionStepProjection.default,
|
|
1322
|
+
RecoveryPlanJobPhaseType: _RecoveryPlanJobPhaseType.default,
|
|
1323
|
+
RecoveryPlanJobProjection: _RecoveryPlanJobProjection.default,
|
|
1324
|
+
RecoveryPlanValidationError: _RecoveryPlanValidationError.default,
|
|
1325
|
+
RecoveryPlanValidationErrorProjection: _RecoveryPlanValidationErrorProjection.default,
|
|
1326
|
+
RecoveryPoint: _RecoveryPoint.default,
|
|
1327
|
+
RecoveryPointProjection: _RecoveryPointProjection.default,
|
|
1328
|
+
RecoveryPointReplicateApiResponse: _RecoveryPointReplicateApiResponse.default,
|
|
1329
|
+
RecoveryPointReplicationSpec: _RecoveryPointReplicationSpec.default,
|
|
1330
|
+
RecoveryPointRepository: _RecoveryPointRepository.default,
|
|
1331
|
+
RecoveryPointRepositoryProjection: _RecoveryPointRepositoryProjection.default,
|
|
1332
|
+
RecoveryPointRestorationSpec: _RecoveryPointRestorationSpec.default,
|
|
1333
|
+
RecoveryPointRestoreApiResponse: _RecoveryPointRestoreApiResponse.default,
|
|
1334
|
+
RecycleBinEntry: _RecycleBinEntry.default,
|
|
1335
|
+
RecycleBinVm: _RecycleBinVm.default,
|
|
1336
|
+
RecycleBinVmProjection: _RecycleBinVmProjection.default,
|
|
1337
|
+
RecycleBinVolumeGroup: _RecycleBinVolumeGroup.default,
|
|
1338
|
+
RecycleBinVolumeGroupProjection: _RecycleBinVolumeGroupProjection.default,
|
|
1339
|
+
ReplicationState: _ReplicationState.default,
|
|
1340
|
+
RestorableTimeRange: _RestorableTimeRange.default,
|
|
1341
|
+
RootCauseAnalysis: _RootCauseAnalysis.default,
|
|
1342
|
+
Severity: _Severity.default,
|
|
1343
|
+
SiteProtectionInfo: _SiteProtectionInfo.default,
|
|
1344
|
+
SiteReference: _SiteReference.default,
|
|
1345
|
+
StageSummary: _StageSummary.default,
|
|
1346
|
+
Summary: _Summary.default,
|
|
1347
|
+
SynchronousReplicationRole: _SynchronousReplicationRole.default,
|
|
1348
|
+
UpdateConsistencyGroupApiResponse: _UpdateConsistencyGroupApiResponse.default,
|
|
1349
|
+
UpdateRecoveryPointExpirationTimeApiResponse: _UpdateRecoveryPointExpirationTimeApiResponse.default,
|
|
1350
|
+
VmRecoveryPoint: _VmRecoveryPoint.default,
|
|
1351
|
+
VmRecoveryPointRestoreOverride: _VmRecoveryPointRestoreOverride.default,
|
|
1352
|
+
VolumeGroupOverrideSpec: _VolumeGroupOverrideSpec.default,
|
|
1353
|
+
VolumeGroupRecoveryPoint: _VolumeGroupRecoveryPoint.default,
|
|
1354
|
+
VolumeGroupRecoveryPointRestoreOverride: _VolumeGroupRecoveryPointRestoreOverride.default,
|
|
1355
|
+
VolumeGroupSyncContext: _VolumeGroupSyncContext.default,
|
|
1356
|
+
Witness: _Witness.default,
|
|
1357
|
+
WitnessAvailabilityStatus: _WitnessAvailabilityStatus.default,
|
|
1358
|
+
BaseRecoveryPointSpec: _BaseRecoveryPointSpec.default,
|
|
1359
|
+
ChangedRegion: _ChangedRegion.default,
|
|
1360
|
+
ChangedVmRegionsApiResponse: _ChangedVmRegionsApiResponse.default,
|
|
1361
|
+
ChangedVolumeGroupRegionsApiResponse: _ChangedVolumeGroupRegionsApiResponse.default,
|
|
1362
|
+
ClusterDiscoverOperation: _ClusterDiscoverOperation.default,
|
|
1363
|
+
ClusterDiscoverSpec: _ClusterDiscoverSpec.default,
|
|
1364
|
+
ComputeChangedRegionsClusterDiscoverSpec: _ComputeChangedRegionsClusterDiscoverSpec.default,
|
|
1365
|
+
DiskRecoveryPointReference: _DiskRecoveryPointReference.default,
|
|
1366
|
+
FileWrapper: _FileWrapper.default,
|
|
1367
|
+
GetVssMetadataApiResponse: _GetVssMetadataApiResponse.default,
|
|
1368
|
+
GetVssMetadataClusterDiscoverSpec: _GetVssMetadataClusterDiscoverSpec.default,
|
|
1369
|
+
RegionType: _RegionType.default,
|
|
1370
|
+
VmDiskRecoveryPointClusterDiscoverSpec: _VmDiskRecoveryPointClusterDiscoverSpec.default,
|
|
1371
|
+
VmDiskRecoveryPointReference: _VmDiskRecoveryPointReference.default,
|
|
1372
|
+
VmRecoveryPointChangedRegionsComputeSpec: _VmRecoveryPointChangedRegionsComputeSpec.default,
|
|
1373
|
+
VolumeGroupDiskRecoveryPointClusterDiscoverSpec: _VolumeGroupDiskRecoveryPointClusterDiscoverSpec.default,
|
|
1374
|
+
VolumeGroupDiskRecoveryPointReference: _VolumeGroupDiskRecoveryPointReference.default,
|
|
1375
|
+
VolumeGroupRecoveryPointChangedRegionsComputeSpec: _VolumeGroupRecoveryPointChangedRegionsComputeSpec.default,
|
|
1376
|
+
AppMessage: _AppMessage.default,
|
|
1377
|
+
ErrorResponse: _ErrorResponse.default,
|
|
1378
|
+
SchemaValidationError: _SchemaValidationError.default,
|
|
1379
|
+
SchemaValidationErrorMessage: _SchemaValidationErrorMessage.default,
|
|
1380
|
+
BaseRecoveryPlanActionSpec: _BaseRecoveryPlanActionSpec.default,
|
|
1381
|
+
CleanupRecoveryPlanResourcesApiResponse: _CleanupRecoveryPlanResourcesApiResponse.default,
|
|
1382
|
+
PlannedFailoverRecoveryPlanApiResponse: _PlannedFailoverRecoveryPlanApiResponse.default,
|
|
1383
|
+
PlannedFailoverSpec: _PlannedFailoverSpec.default,
|
|
1384
|
+
TestFailoverRecoveryPlanApiResponse: _TestFailoverRecoveryPlanApiResponse.default,
|
|
1385
|
+
TestFailoverSpec: _TestFailoverSpec.default,
|
|
1386
|
+
UnplannedFailoverRecoveryPlanApiResponse: _UnplannedFailoverRecoveryPlanApiResponse.default,
|
|
1387
|
+
UnplannedFailoverSpec: _UnplannedFailoverSpec.default,
|
|
1388
|
+
ValidateRecoveryPlanApiResponse: _ValidateRecoveryPlanApiResponse.default,
|
|
1389
|
+
ValidateSpec: _ValidateSpec.default,
|
|
1390
|
+
TaskReference: _TaskReference.default,
|
|
1391
|
+
CategoryReference: _CategoryReference.default,
|
|
1392
|
+
GuestStaticIpSpec: _GuestStaticIpSpec.default,
|
|
1393
|
+
OwnerReference: _OwnerReference.default,
|
|
1394
|
+
OwnershipInfo: _OwnershipInfo.default,
|
|
1395
|
+
SubnetReference: _SubnetReference.default,
|
|
1396
|
+
VmConfigOverrideSpecification: _VmConfigOverrideSpecification.default,
|
|
1397
|
+
VmRestoreGuestNicInfoOverrideSpec: _VmRestoreGuestNicInfoOverrideSpec.default,
|
|
1398
|
+
VmRestoreGuestToolsSpecification: _VmRestoreGuestToolsSpecification.default,
|
|
1399
|
+
VmRestoreIpv4ConfigOverrideSpec: _VmRestoreIpv4ConfigOverrideSpec.default,
|
|
1400
|
+
VmRestoreNicConfigOverrideParams: _VmRestoreNicConfigOverrideParams.default,
|
|
1401
|
+
VmRestoreNicConfigSpecification: _VmRestoreNicConfigSpecification.default,
|
|
1402
|
+
VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec: _VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.default,
|
|
1403
|
+
VmRestoreVirtualEthernetNicOverrideSpec: _VmRestoreVirtualEthernetNicOverrideSpec.default
|
|
836
1404
|
};
|