@nutanix-scratch/dataprotection-js-client 4.1.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 +39 -33
- package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -1
- package/dist/Ntnx-Dataprotection-js-client.js +1273 -541
- package/dist/es/ApiClient.d.ts +29 -7
- package/dist/es/ApiClient.js +854 -667
- 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 +1 -1
- package/dist/es/apis/protectedresources-endpoints.js +128 -146
- 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 +2 -2
- package/dist/es/apis/recoverypoints-endpoints.js +530 -552
- package/dist/es/index.d.ts +133 -1
- package/dist/es/index.js +849 -321
- 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 +2 -7
- package/dist/es/models/common/v1/config/TenantAwareModel.js +137 -177
- 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 +154 -202
- 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 +280 -301
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -32
- package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +294 -335
- 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 +1 -1
- package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +75 -106
- 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 +246 -301
- 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 +58 -0
- package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js +288 -0
- 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 +2 -8
- package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +171 -212
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +57 -0
- package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +290 -0
- package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts +58 -0
- 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/EntityReference.d.ts +57 -0
- 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 +143 -182
- 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 +153 -197
- package/dist/es/models/dataprotection/v4/config/HostType.js +7 -9
- package/dist/es/models/dataprotection/v4/config/HypervisorType.js +7 -9
- 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 +4 -72
- package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +307 -369
- 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 +8 -10
- 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 +5 -11
- package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +169 -210
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +2 -13
- package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +149 -192
- 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 +23 -101
- package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +337 -348
- 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 +196 -246
- 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 -33
- 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 +221 -266
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +2 -8
- package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +166 -207
- 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 +8 -10
- package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +58 -0
- package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +310 -0
- 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 +1 -33
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +183 -206
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +8 -15
- package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +211 -258
- 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 +283 -306
- 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 +148 -192
- package/dist/es/models/dataprotection/v4/config/Witness.d.ts +1 -34
- package/dist/es/models/dataprotection/v4/config/Witness.js +226 -278
- 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 +2 -8
- package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.js +179 -224
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +3 -9
- package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +197 -246
- 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 +130 -169
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +1 -9
- package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +131 -170
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +2 -12
- package/dist/es/models/dataprotection/v4/error/AppMessage.js +264 -313
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +195 -222
- 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/operations/CleanupRecoveryPlanResourcesApiResponse.d.ts +58 -0
- 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/operations/TestFailoverRecoveryPlanApiResponse.d.ts +58 -0
- 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 +2 -7
- package/dist/es/models/prism/v4/config/TaskReference.js +150 -183
- 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 +2 -7
- package/dist/es/models/vmm/v4/ahv/config/CategoryReference.js +142 -181
- 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 +2 -7
- package/dist/es/models/vmm/v4/ahv/config/OwnerReference.js +142 -181
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +2 -12
- package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.js +138 -177
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.d.ts +2 -7
- package/dist/es/models/vmm/v4/ahv/config/SubnetReference.js +142 -181
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +12 -39
- package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +283 -300
- 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 +2 -20
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +173 -218
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +12 -9
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +252 -269
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +2 -15
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +183 -228
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +2 -31
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +162 -203
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +2 -7
- package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +142 -181
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +29 -7
- package/dist/lib/ApiClient.js +854 -667
- 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 +1 -1
- package/dist/lib/apis/protectedresources-endpoints.js +128 -146
- 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 +2 -2
- package/dist/lib/apis/recoverypoints-endpoints.js +530 -552
- package/dist/lib/index.d.ts +133 -1
- package/dist/lib/index.js +849 -321
- 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 +2 -7
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +137 -177
- 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 +154 -202
- 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 +280 -301
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -32
- package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +294 -335
- 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 +1 -1
- package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +75 -106
- 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 +246 -301
- 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 +58 -0
- package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js +288 -0
- 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 +2 -8
- package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +171 -212
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +57 -0
- package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +290 -0
- 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/EntityReference.d.ts +57 -0
- 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 +143 -182
- 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 +153 -197
- package/dist/lib/models/dataprotection/v4/config/HostType.js +7 -9
- package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +7 -9
- 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 +4 -72
- package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +307 -369
- 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 +8 -10
- 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 +5 -11
- package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +169 -210
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +2 -13
- package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +149 -192
- 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 +23 -101
- package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +337 -348
- 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 +196 -246
- 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 -33
- 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 +221 -266
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +2 -8
- package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +166 -207
- 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 +8 -10
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +58 -0
- package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +310 -0
- 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 +1 -33
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +183 -206
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +8 -15
- package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +211 -258
- 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 +283 -306
- 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 +148 -192
- package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +1 -34
- package/dist/lib/models/dataprotection/v4/config/Witness.js +226 -278
- 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 +2 -8
- package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.js +179 -224
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +3 -9
- package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +197 -246
- 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 +130 -169
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +130 -169
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +1 -9
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +131 -170
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +4 -15
- package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +190 -231
- package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +2 -12
- package/dist/lib/models/dataprotection/v4/error/AppMessage.js +264 -313
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +195 -222
- 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/operations/TestFailoverRecoveryPlanApiResponse.d.ts +58 -0
- 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 +2 -7
- package/dist/lib/models/prism/v4/config/TaskReference.js +150 -183
- 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 +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.js +142 -181
- 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 +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.js +142 -181
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +2 -12
- package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.js +138 -177
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.d.ts +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.js +142 -181
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +12 -39
- package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +283 -300
- 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 +2 -20
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +173 -218
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +12 -9
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +252 -269
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +2 -15
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +183 -228
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +2 -31
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +162 -203
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +2 -7
- package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +142 -181
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +1 -1
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
export { ApiClient };
|
|
3
|
+
export { DataProtectionClusterCapabilitiesApi };
|
|
4
|
+
export { ConsistencyGroupsApi };
|
|
3
5
|
export { ProtectedResourcesApi };
|
|
6
|
+
export { RecoveryPlanActionsApi };
|
|
7
|
+
export { RecoveryPlanJobsApi };
|
|
4
8
|
export { RecoveryPointsApi };
|
|
9
|
+
export { CommonConfigEntityReference };
|
|
10
|
+
export { EntityType };
|
|
5
11
|
export { Flag };
|
|
6
12
|
export { IPAddress };
|
|
7
13
|
export { IPv4Address };
|
|
@@ -25,27 +31,54 @@ declare namespace _default {
|
|
|
25
31
|
export { AhvVmOverrideSpec };
|
|
26
32
|
export { AmazonS3Bucket };
|
|
27
33
|
export { AzureBlobStorageContainer };
|
|
34
|
+
export { Capability };
|
|
28
35
|
export { ClusterInfoApiResponse };
|
|
29
36
|
export { ConsistencyGroup };
|
|
30
37
|
export { ConsistencyGroupMember };
|
|
31
38
|
export { ConsistencyGroupMemberType };
|
|
32
39
|
export { ConsistencyGroupMigrationSpec };
|
|
33
40
|
export { ConsistencyGroupProjection };
|
|
41
|
+
export { CreateConsistencyGroupApiResponse };
|
|
34
42
|
export { CreateRecoveryPointApiResponse };
|
|
43
|
+
export { CreationTimeRange };
|
|
44
|
+
export { DataProtectionCapabilityName };
|
|
45
|
+
export { DataProtectionClusterCapability };
|
|
46
|
+
export { DataProtectionClusterCapabilityProjection };
|
|
35
47
|
export { DataProtectionSiteReference };
|
|
48
|
+
export { DeleteConsistencyGroupApiResponse };
|
|
49
|
+
export { DeleteRecoveryPlanJobApiResponse };
|
|
36
50
|
export { DeleteRecoveryPointApiResponse };
|
|
51
|
+
export { DisasterRecoveryLocation };
|
|
52
|
+
export { EntityRecoveryResult };
|
|
53
|
+
export { DataprotectionConfigEntityReference };
|
|
54
|
+
export { ErrorGroup };
|
|
55
|
+
export { ErrorMessage };
|
|
37
56
|
export { EsxiVmOverrideSpec };
|
|
57
|
+
export { ExecutionStepEntityReference };
|
|
58
|
+
export { ExecutionStepEntityType };
|
|
59
|
+
export { ExecutionStepResult };
|
|
38
60
|
export { ExpirationTimeSpec };
|
|
61
|
+
export { FailoverDirection };
|
|
62
|
+
export { ForceDeleteAllRecoveryPointsSpec };
|
|
63
|
+
export { GetConsistencyGroupApiResponse };
|
|
39
64
|
export { GetProtectedResourceApiResponse };
|
|
65
|
+
export { GetRecoveryPlanJobApiResponse };
|
|
40
66
|
export { GetRecoveryPointApiResponse };
|
|
41
67
|
export { GetVmRecoveryPointApiResponse };
|
|
42
68
|
export { HostReference };
|
|
43
69
|
export { HostType };
|
|
44
70
|
export { HypervisorType };
|
|
71
|
+
export { ListConsistencyGroupsApiResponse };
|
|
72
|
+
export { ListDPClusterCapabilitiesApiResponse };
|
|
73
|
+
export { ListRecoveryPlanJobExecutionStepsApiResponse };
|
|
74
|
+
export { ListRecoveryPlanJobValidationErrorsApiResponse };
|
|
75
|
+
export { ListRecoveryPlanJobsApiResponse };
|
|
45
76
|
export { ListRecoveryPointsApiResponse };
|
|
46
77
|
export { LocationReference };
|
|
47
78
|
export { NutanixObjectsBucket };
|
|
48
79
|
export { ObjectStorageType };
|
|
80
|
+
export { OperationType };
|
|
81
|
+
export { PhaseSummary };
|
|
49
82
|
export { ProtectedEntityType };
|
|
50
83
|
export { ProtectedResource };
|
|
51
84
|
export { ProtectedResourcePromoteApiResponse };
|
|
@@ -53,6 +86,15 @@ declare namespace _default {
|
|
|
53
86
|
export { ProtectedResourceRestoreApiResponse };
|
|
54
87
|
export { ProtectedResourceRestoreSpec };
|
|
55
88
|
export { RecoveryInfo };
|
|
89
|
+
export { RecoveryPlanActionType };
|
|
90
|
+
export { RecoveryPlanJob };
|
|
91
|
+
export { RecoveryPlanJobExecutionStatus };
|
|
92
|
+
export { RecoveryPlanJobExecutionStep };
|
|
93
|
+
export { RecoveryPlanJobExecutionStepProjection };
|
|
94
|
+
export { RecoveryPlanJobPhaseType };
|
|
95
|
+
export { RecoveryPlanJobProjection };
|
|
96
|
+
export { RecoveryPlanValidationError };
|
|
97
|
+
export { RecoveryPlanValidationErrorProjection };
|
|
56
98
|
export { RecoveryPoint };
|
|
57
99
|
export { RecoveryPointProjection };
|
|
58
100
|
export { RecoveryPointReplicateApiResponse };
|
|
@@ -61,11 +103,21 @@ declare namespace _default {
|
|
|
61
103
|
export { RecoveryPointRepositoryProjection };
|
|
62
104
|
export { RecoveryPointRestorationSpec };
|
|
63
105
|
export { RecoveryPointRestoreApiResponse };
|
|
106
|
+
export { RecycleBinEntry };
|
|
107
|
+
export { RecycleBinVm };
|
|
108
|
+
export { RecycleBinVmProjection };
|
|
109
|
+
export { RecycleBinVolumeGroup };
|
|
110
|
+
export { RecycleBinVolumeGroupProjection };
|
|
64
111
|
export { ReplicationState };
|
|
65
112
|
export { RestorableTimeRange };
|
|
113
|
+
export { RootCauseAnalysis };
|
|
114
|
+
export { Severity };
|
|
66
115
|
export { SiteProtectionInfo };
|
|
67
116
|
export { SiteReference };
|
|
117
|
+
export { StageSummary };
|
|
118
|
+
export { Summary };
|
|
68
119
|
export { SynchronousReplicationRole };
|
|
120
|
+
export { UpdateConsistencyGroupApiResponse };
|
|
69
121
|
export { UpdateRecoveryPointExpirationTimeApiResponse };
|
|
70
122
|
export { VmRecoveryPoint };
|
|
71
123
|
export { VmRecoveryPointRestoreOverride };
|
|
@@ -83,6 +135,7 @@ declare namespace _default {
|
|
|
83
135
|
export { ClusterDiscoverSpec };
|
|
84
136
|
export { ComputeChangedRegionsClusterDiscoverSpec };
|
|
85
137
|
export { DiskRecoveryPointReference };
|
|
138
|
+
export { FileWrapper };
|
|
86
139
|
export { GetVssMetadataApiResponse };
|
|
87
140
|
export { GetVssMetadataClusterDiscoverSpec };
|
|
88
141
|
export { RegionType };
|
|
@@ -96,12 +149,25 @@ declare namespace _default {
|
|
|
96
149
|
export { ErrorResponse };
|
|
97
150
|
export { SchemaValidationError };
|
|
98
151
|
export { SchemaValidationErrorMessage };
|
|
152
|
+
export { BaseRecoveryPlanActionSpec };
|
|
153
|
+
export { CleanupRecoveryPlanResourcesApiResponse };
|
|
154
|
+
export { PlannedFailoverRecoveryPlanApiResponse };
|
|
155
|
+
export { PlannedFailoverSpec };
|
|
156
|
+
export { TestFailoverRecoveryPlanApiResponse };
|
|
157
|
+
export { TestFailoverSpec };
|
|
158
|
+
export { UnplannedFailoverRecoveryPlanApiResponse };
|
|
159
|
+
export { UnplannedFailoverSpec };
|
|
160
|
+
export { ValidateRecoveryPlanApiResponse };
|
|
161
|
+
export { ValidateSpec };
|
|
99
162
|
export { TaskReference };
|
|
100
163
|
export { CategoryReference };
|
|
164
|
+
export { GuestStaticIpSpec };
|
|
101
165
|
export { OwnerReference };
|
|
102
166
|
export { OwnershipInfo };
|
|
103
167
|
export { SubnetReference };
|
|
104
168
|
export { VmConfigOverrideSpecification };
|
|
169
|
+
export { VmRestoreGuestNicInfoOverrideSpec };
|
|
170
|
+
export { VmRestoreGuestToolsSpecification };
|
|
105
171
|
export { VmRestoreIpv4ConfigOverrideSpec };
|
|
106
172
|
export { VmRestoreNicConfigOverrideParams };
|
|
107
173
|
export { VmRestoreNicConfigSpecification };
|
|
@@ -110,8 +176,14 @@ declare namespace _default {
|
|
|
110
176
|
}
|
|
111
177
|
export default _default;
|
|
112
178
|
import { ApiClient } from "./ApiClient";
|
|
179
|
+
import { DataProtectionClusterCapabilitiesApi } from "./apis/dataprotectionclustercapabilities-endpoints";
|
|
180
|
+
import { ConsistencyGroupsApi } from "./apis/consistencygroups-endpoints";
|
|
113
181
|
import { ProtectedResourcesApi } from "./apis/protectedresources-endpoints";
|
|
182
|
+
import { RecoveryPlanActionsApi } from "./apis/recoveryplanactions-endpoints";
|
|
183
|
+
import { RecoveryPlanJobsApi } from "./apis/recoveryplanjobs-endpoints";
|
|
114
184
|
import { RecoveryPointsApi } from "./apis/recoverypoints-endpoints";
|
|
185
|
+
import CommonConfigEntityReference from "./models/common/v1/config/EntityReference";
|
|
186
|
+
import EntityType from "./models/common/v1/config/EntityType";
|
|
115
187
|
import Flag from "./models/common/v1/config/Flag";
|
|
116
188
|
import IPAddress from "./models/common/v1/config/IPAddress";
|
|
117
189
|
import IPv4Address from "./models/common/v1/config/IPv4Address";
|
|
@@ -135,27 +207,54 @@ import VssProperties from "./models/dataprotection/v4/common/VssProperties";
|
|
|
135
207
|
import AhvVmOverrideSpec from "./models/dataprotection/v4/config/AhvVmOverrideSpec";
|
|
136
208
|
import AmazonS3Bucket from "./models/dataprotection/v4/config/AmazonS3Bucket";
|
|
137
209
|
import AzureBlobStorageContainer from "./models/dataprotection/v4/config/AzureBlobStorageContainer";
|
|
210
|
+
import Capability from "./models/dataprotection/v4/config/Capability";
|
|
138
211
|
import ClusterInfoApiResponse from "./models/dataprotection/v4/config/ClusterInfoApiResponse";
|
|
139
212
|
import ConsistencyGroup from "./models/dataprotection/v4/config/ConsistencyGroup";
|
|
140
213
|
import ConsistencyGroupMember from "./models/dataprotection/v4/config/ConsistencyGroupMember";
|
|
141
214
|
import ConsistencyGroupMemberType from "./models/dataprotection/v4/config/ConsistencyGroupMemberType";
|
|
142
215
|
import ConsistencyGroupMigrationSpec from "./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec";
|
|
143
216
|
import ConsistencyGroupProjection from "./models/dataprotection/v4/config/ConsistencyGroupProjection";
|
|
217
|
+
import CreateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse";
|
|
144
218
|
import CreateRecoveryPointApiResponse from "./models/dataprotection/v4/config/CreateRecoveryPointApiResponse";
|
|
219
|
+
import CreationTimeRange from "./models/dataprotection/v4/config/CreationTimeRange";
|
|
220
|
+
import DataProtectionCapabilityName from "./models/dataprotection/v4/config/DataProtectionCapabilityName";
|
|
221
|
+
import DataProtectionClusterCapability from "./models/dataprotection/v4/config/DataProtectionClusterCapability";
|
|
222
|
+
import DataProtectionClusterCapabilityProjection from "./models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection";
|
|
145
223
|
import DataProtectionSiteReference from "./models/dataprotection/v4/config/DataProtectionSiteReference";
|
|
224
|
+
import DeleteConsistencyGroupApiResponse from "./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse";
|
|
225
|
+
import DeleteRecoveryPlanJobApiResponse from "./models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse";
|
|
146
226
|
import DeleteRecoveryPointApiResponse from "./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse";
|
|
227
|
+
import DisasterRecoveryLocation from "./models/dataprotection/v4/config/DisasterRecoveryLocation";
|
|
228
|
+
import EntityRecoveryResult from "./models/dataprotection/v4/config/EntityRecoveryResult";
|
|
229
|
+
import DataprotectionConfigEntityReference from "./models/dataprotection/v4/config/EntityReference";
|
|
230
|
+
import ErrorGroup from "./models/dataprotection/v4/config/ErrorGroup";
|
|
231
|
+
import ErrorMessage from "./models/dataprotection/v4/config/ErrorMessage";
|
|
147
232
|
import EsxiVmOverrideSpec from "./models/dataprotection/v4/config/EsxiVmOverrideSpec";
|
|
233
|
+
import ExecutionStepEntityReference from "./models/dataprotection/v4/config/ExecutionStepEntityReference";
|
|
234
|
+
import ExecutionStepEntityType from "./models/dataprotection/v4/config/ExecutionStepEntityType";
|
|
235
|
+
import ExecutionStepResult from "./models/dataprotection/v4/config/ExecutionStepResult";
|
|
148
236
|
import ExpirationTimeSpec from "./models/dataprotection/v4/config/ExpirationTimeSpec";
|
|
237
|
+
import FailoverDirection from "./models/dataprotection/v4/config/FailoverDirection";
|
|
238
|
+
import ForceDeleteAllRecoveryPointsSpec from "./models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec";
|
|
239
|
+
import GetConsistencyGroupApiResponse from "./models/dataprotection/v4/config/GetConsistencyGroupApiResponse";
|
|
149
240
|
import GetProtectedResourceApiResponse from "./models/dataprotection/v4/config/GetProtectedResourceApiResponse";
|
|
241
|
+
import GetRecoveryPlanJobApiResponse from "./models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse";
|
|
150
242
|
import GetRecoveryPointApiResponse from "./models/dataprotection/v4/config/GetRecoveryPointApiResponse";
|
|
151
243
|
import GetVmRecoveryPointApiResponse from "./models/dataprotection/v4/config/GetVmRecoveryPointApiResponse";
|
|
152
244
|
import HostReference from "./models/dataprotection/v4/config/HostReference";
|
|
153
245
|
import HostType from "./models/dataprotection/v4/config/HostType";
|
|
154
246
|
import HypervisorType from "./models/dataprotection/v4/config/HypervisorType";
|
|
247
|
+
import ListConsistencyGroupsApiResponse from "./models/dataprotection/v4/config/ListConsistencyGroupsApiResponse";
|
|
248
|
+
import ListDPClusterCapabilitiesApiResponse from "./models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse";
|
|
249
|
+
import ListRecoveryPlanJobExecutionStepsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse";
|
|
250
|
+
import ListRecoveryPlanJobValidationErrorsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse";
|
|
251
|
+
import ListRecoveryPlanJobsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse";
|
|
155
252
|
import ListRecoveryPointsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPointsApiResponse";
|
|
156
253
|
import LocationReference from "./models/dataprotection/v4/config/LocationReference";
|
|
157
254
|
import NutanixObjectsBucket from "./models/dataprotection/v4/config/NutanixObjectsBucket";
|
|
158
255
|
import ObjectStorageType from "./models/dataprotection/v4/config/ObjectStorageType";
|
|
256
|
+
import OperationType from "./models/dataprotection/v4/config/OperationType";
|
|
257
|
+
import PhaseSummary from "./models/dataprotection/v4/config/PhaseSummary";
|
|
159
258
|
import ProtectedEntityType from "./models/dataprotection/v4/config/ProtectedEntityType";
|
|
160
259
|
import ProtectedResource from "./models/dataprotection/v4/config/ProtectedResource";
|
|
161
260
|
import ProtectedResourcePromoteApiResponse from "./models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse";
|
|
@@ -163,6 +262,15 @@ import ProtectedResourceReplicationStatus from "./models/dataprotection/v4/confi
|
|
|
163
262
|
import ProtectedResourceRestoreApiResponse from "./models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse";
|
|
164
263
|
import ProtectedResourceRestoreSpec from "./models/dataprotection/v4/config/ProtectedResourceRestoreSpec";
|
|
165
264
|
import RecoveryInfo from "./models/dataprotection/v4/config/RecoveryInfo";
|
|
265
|
+
import RecoveryPlanActionType from "./models/dataprotection/v4/config/RecoveryPlanActionType";
|
|
266
|
+
import RecoveryPlanJob from "./models/dataprotection/v4/config/RecoveryPlanJob";
|
|
267
|
+
import RecoveryPlanJobExecutionStatus from "./models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus";
|
|
268
|
+
import RecoveryPlanJobExecutionStep from "./models/dataprotection/v4/config/RecoveryPlanJobExecutionStep";
|
|
269
|
+
import RecoveryPlanJobExecutionStepProjection from "./models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection";
|
|
270
|
+
import RecoveryPlanJobPhaseType from "./models/dataprotection/v4/config/RecoveryPlanJobPhaseType";
|
|
271
|
+
import RecoveryPlanJobProjection from "./models/dataprotection/v4/config/RecoveryPlanJobProjection";
|
|
272
|
+
import RecoveryPlanValidationError from "./models/dataprotection/v4/config/RecoveryPlanValidationError";
|
|
273
|
+
import RecoveryPlanValidationErrorProjection from "./models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection";
|
|
166
274
|
import RecoveryPoint from "./models/dataprotection/v4/config/RecoveryPoint";
|
|
167
275
|
import RecoveryPointProjection from "./models/dataprotection/v4/config/RecoveryPointProjection";
|
|
168
276
|
import RecoveryPointReplicateApiResponse from "./models/dataprotection/v4/config/RecoveryPointReplicateApiResponse";
|
|
@@ -171,11 +279,21 @@ import RecoveryPointRepository from "./models/dataprotection/v4/config/RecoveryP
|
|
|
171
279
|
import RecoveryPointRepositoryProjection from "./models/dataprotection/v4/config/RecoveryPointRepositoryProjection";
|
|
172
280
|
import RecoveryPointRestorationSpec from "./models/dataprotection/v4/config/RecoveryPointRestorationSpec";
|
|
173
281
|
import RecoveryPointRestoreApiResponse from "./models/dataprotection/v4/config/RecoveryPointRestoreApiResponse";
|
|
282
|
+
import RecycleBinEntry from "./models/dataprotection/v4/config/RecycleBinEntry";
|
|
283
|
+
import RecycleBinVm from "./models/dataprotection/v4/config/RecycleBinVm";
|
|
284
|
+
import RecycleBinVmProjection from "./models/dataprotection/v4/config/RecycleBinVmProjection";
|
|
285
|
+
import RecycleBinVolumeGroup from "./models/dataprotection/v4/config/RecycleBinVolumeGroup";
|
|
286
|
+
import RecycleBinVolumeGroupProjection from "./models/dataprotection/v4/config/RecycleBinVolumeGroupProjection";
|
|
174
287
|
import ReplicationState from "./models/dataprotection/v4/config/ReplicationState";
|
|
175
288
|
import RestorableTimeRange from "./models/dataprotection/v4/config/RestorableTimeRange";
|
|
289
|
+
import RootCauseAnalysis from "./models/dataprotection/v4/config/RootCauseAnalysis";
|
|
290
|
+
import Severity from "./models/dataprotection/v4/config/Severity";
|
|
176
291
|
import SiteProtectionInfo from "./models/dataprotection/v4/config/SiteProtectionInfo";
|
|
177
292
|
import SiteReference from "./models/dataprotection/v4/config/SiteReference";
|
|
293
|
+
import StageSummary from "./models/dataprotection/v4/config/StageSummary";
|
|
294
|
+
import Summary from "./models/dataprotection/v4/config/Summary";
|
|
178
295
|
import SynchronousReplicationRole from "./models/dataprotection/v4/config/SynchronousReplicationRole";
|
|
296
|
+
import UpdateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse";
|
|
179
297
|
import UpdateRecoveryPointExpirationTimeApiResponse from "./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse";
|
|
180
298
|
import VmRecoveryPoint from "./models/dataprotection/v4/config/VmRecoveryPoint";
|
|
181
299
|
import VmRecoveryPointRestoreOverride from "./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride";
|
|
@@ -193,6 +311,7 @@ import ClusterDiscoverOperation from "./models/dataprotection/v4/content/Cluster
|
|
|
193
311
|
import ClusterDiscoverSpec from "./models/dataprotection/v4/content/ClusterDiscoverSpec";
|
|
194
312
|
import ComputeChangedRegionsClusterDiscoverSpec from "./models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec";
|
|
195
313
|
import DiskRecoveryPointReference from "./models/dataprotection/v4/content/DiskRecoveryPointReference";
|
|
314
|
+
import FileWrapper from "./models/dataprotection/v4/content/FileWrapper";
|
|
196
315
|
import GetVssMetadataApiResponse from "./models/dataprotection/v4/content/GetVssMetadataApiResponse";
|
|
197
316
|
import GetVssMetadataClusterDiscoverSpec from "./models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec";
|
|
198
317
|
import RegionType from "./models/dataprotection/v4/content/RegionType";
|
|
@@ -206,15 +325,28 @@ import AppMessage from "./models/dataprotection/v4/error/AppMessage";
|
|
|
206
325
|
import ErrorResponse from "./models/dataprotection/v4/error/ErrorResponse";
|
|
207
326
|
import SchemaValidationError from "./models/dataprotection/v4/error/SchemaValidationError";
|
|
208
327
|
import SchemaValidationErrorMessage from "./models/dataprotection/v4/error/SchemaValidationErrorMessage";
|
|
328
|
+
import BaseRecoveryPlanActionSpec from "./models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec";
|
|
329
|
+
import CleanupRecoveryPlanResourcesApiResponse from "./models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse";
|
|
330
|
+
import PlannedFailoverRecoveryPlanApiResponse from "./models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse";
|
|
331
|
+
import PlannedFailoverSpec from "./models/dataprotection/v4/operations/PlannedFailoverSpec";
|
|
332
|
+
import TestFailoverRecoveryPlanApiResponse from "./models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse";
|
|
333
|
+
import TestFailoverSpec from "./models/dataprotection/v4/operations/TestFailoverSpec";
|
|
334
|
+
import UnplannedFailoverRecoveryPlanApiResponse from "./models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse";
|
|
335
|
+
import UnplannedFailoverSpec from "./models/dataprotection/v4/operations/UnplannedFailoverSpec";
|
|
336
|
+
import ValidateRecoveryPlanApiResponse from "./models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse";
|
|
337
|
+
import ValidateSpec from "./models/dataprotection/v4/operations/ValidateSpec";
|
|
209
338
|
import TaskReference from "./models/prism/v4/config/TaskReference";
|
|
210
339
|
import CategoryReference from "./models/vmm/v4/ahv/config/CategoryReference";
|
|
340
|
+
import GuestStaticIpSpec from "./models/vmm/v4/ahv/config/GuestStaticIpSpec";
|
|
211
341
|
import OwnerReference from "./models/vmm/v4/ahv/config/OwnerReference";
|
|
212
342
|
import OwnershipInfo from "./models/vmm/v4/ahv/config/OwnershipInfo";
|
|
213
343
|
import SubnetReference from "./models/vmm/v4/ahv/config/SubnetReference";
|
|
214
344
|
import VmConfigOverrideSpecification from "./models/vmm/v4/ahv/config/VmConfigOverrideSpecification";
|
|
345
|
+
import VmRestoreGuestNicInfoOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec";
|
|
346
|
+
import VmRestoreGuestToolsSpecification from "./models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification";
|
|
215
347
|
import VmRestoreIpv4ConfigOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec";
|
|
216
348
|
import VmRestoreNicConfigOverrideParams from "./models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams";
|
|
217
349
|
import VmRestoreNicConfigSpecification from "./models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification";
|
|
218
350
|
import VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec";
|
|
219
351
|
import VmRestoreVirtualEthernetNicOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec";
|
|
220
|
-
export { ApiClient, ProtectedResourcesApi, RecoveryPointsApi, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, BackupType, BaseRecoveryPoint, BaseVmRecoveryPoint, ClusterInfo, DiskRecoveryPoint, RecoveryPointStatus, RecoveryPointType, VssProperties, AhvVmOverrideSpec, AmazonS3Bucket, AzureBlobStorageContainer, ClusterInfoApiResponse, ConsistencyGroup, ConsistencyGroupMember, ConsistencyGroupMemberType, ConsistencyGroupMigrationSpec, ConsistencyGroupProjection, CreateRecoveryPointApiResponse, DataProtectionSiteReference, DeleteRecoveryPointApiResponse, EsxiVmOverrideSpec, ExpirationTimeSpec, GetProtectedResourceApiResponse, GetRecoveryPointApiResponse, GetVmRecoveryPointApiResponse, HostReference, HostType, HypervisorType, ListRecoveryPointsApiResponse, LocationReference, NutanixObjectsBucket, ObjectStorageType, ProtectedEntityType, ProtectedResource, ProtectedResourcePromoteApiResponse, ProtectedResourceReplicationStatus, ProtectedResourceRestoreApiResponse, ProtectedResourceRestoreSpec, RecoveryInfo, RecoveryPoint, RecoveryPointProjection, RecoveryPointReplicateApiResponse, RecoveryPointReplicationSpec, RecoveryPointRepository, RecoveryPointRepositoryProjection, RecoveryPointRestorationSpec, RecoveryPointRestoreApiResponse, ReplicationState, RestorableTimeRange, SiteProtectionInfo, SiteReference, SynchronousReplicationRole, UpdateRecoveryPointExpirationTimeApiResponse, VmRecoveryPoint, VmRecoveryPointRestoreOverride, VolumeGroupOverrideSpec, VolumeGroupRecoveryPoint, VolumeGroupRecoveryPointRestoreOverride, VolumeGroupSyncContext, Witness, WitnessAvailabilityStatus, BaseRecoveryPointSpec, ChangedRegion, ChangedVmRegionsApiResponse, ChangedVolumeGroupRegionsApiResponse, ClusterDiscoverOperation, ClusterDiscoverSpec, ComputeChangedRegionsClusterDiscoverSpec, DiskRecoveryPointReference, GetVssMetadataApiResponse, GetVssMetadataClusterDiscoverSpec, RegionType, VmDiskRecoveryPointClusterDiscoverSpec, VmDiskRecoveryPointReference, VmRecoveryPointChangedRegionsComputeSpec, VolumeGroupDiskRecoveryPointClusterDiscoverSpec, VolumeGroupDiskRecoveryPointReference, VolumeGroupRecoveryPointChangedRegionsComputeSpec, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, TaskReference, CategoryReference, OwnerReference, OwnershipInfo, SubnetReference, VmConfigOverrideSpecification, VmRestoreIpv4ConfigOverrideSpec, VmRestoreNicConfigOverrideParams, VmRestoreNicConfigSpecification, VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec, VmRestoreVirtualEthernetNicOverrideSpec };
|
|
352
|
+
export { ApiClient, DataProtectionClusterCapabilitiesApi, ConsistencyGroupsApi, ProtectedResourcesApi, RecoveryPlanActionsApi, RecoveryPlanJobsApi, RecoveryPointsApi, CommonConfigEntityReference, EntityType, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, BackupType, BaseRecoveryPoint, BaseVmRecoveryPoint, ClusterInfo, DiskRecoveryPoint, RecoveryPointStatus, RecoveryPointType, VssProperties, AhvVmOverrideSpec, AmazonS3Bucket, AzureBlobStorageContainer, Capability, ClusterInfoApiResponse, ConsistencyGroup, ConsistencyGroupMember, ConsistencyGroupMemberType, ConsistencyGroupMigrationSpec, ConsistencyGroupProjection, CreateConsistencyGroupApiResponse, CreateRecoveryPointApiResponse, CreationTimeRange, DataProtectionCapabilityName, DataProtectionClusterCapability, DataProtectionClusterCapabilityProjection, DataProtectionSiteReference, DeleteConsistencyGroupApiResponse, DeleteRecoveryPlanJobApiResponse, DeleteRecoveryPointApiResponse, DisasterRecoveryLocation, EntityRecoveryResult, DataprotectionConfigEntityReference, ErrorGroup, ErrorMessage, EsxiVmOverrideSpec, ExecutionStepEntityReference, ExecutionStepEntityType, ExecutionStepResult, ExpirationTimeSpec, FailoverDirection, ForceDeleteAllRecoveryPointsSpec, GetConsistencyGroupApiResponse, GetProtectedResourceApiResponse, GetRecoveryPlanJobApiResponse, GetRecoveryPointApiResponse, GetVmRecoveryPointApiResponse, HostReference, HostType, HypervisorType, ListConsistencyGroupsApiResponse, ListDPClusterCapabilitiesApiResponse, ListRecoveryPlanJobExecutionStepsApiResponse, ListRecoveryPlanJobValidationErrorsApiResponse, ListRecoveryPlanJobsApiResponse, ListRecoveryPointsApiResponse, LocationReference, NutanixObjectsBucket, ObjectStorageType, OperationType, PhaseSummary, ProtectedEntityType, ProtectedResource, ProtectedResourcePromoteApiResponse, ProtectedResourceReplicationStatus, ProtectedResourceRestoreApiResponse, ProtectedResourceRestoreSpec, RecoveryInfo, RecoveryPlanActionType, RecoveryPlanJob, RecoveryPlanJobExecutionStatus, RecoveryPlanJobExecutionStep, RecoveryPlanJobExecutionStepProjection, RecoveryPlanJobPhaseType, RecoveryPlanJobProjection, RecoveryPlanValidationError, RecoveryPlanValidationErrorProjection, RecoveryPoint, RecoveryPointProjection, RecoveryPointReplicateApiResponse, RecoveryPointReplicationSpec, RecoveryPointRepository, RecoveryPointRepositoryProjection, RecoveryPointRestorationSpec, RecoveryPointRestoreApiResponse, RecycleBinEntry, RecycleBinVm, RecycleBinVmProjection, RecycleBinVolumeGroup, RecycleBinVolumeGroupProjection, ReplicationState, RestorableTimeRange, RootCauseAnalysis, Severity, SiteProtectionInfo, SiteReference, StageSummary, Summary, SynchronousReplicationRole, UpdateConsistencyGroupApiResponse, UpdateRecoveryPointExpirationTimeApiResponse, VmRecoveryPoint, VmRecoveryPointRestoreOverride, VolumeGroupOverrideSpec, VolumeGroupRecoveryPoint, VolumeGroupRecoveryPointRestoreOverride, VolumeGroupSyncContext, Witness, WitnessAvailabilityStatus, BaseRecoveryPointSpec, ChangedRegion, ChangedVmRegionsApiResponse, ChangedVolumeGroupRegionsApiResponse, ClusterDiscoverOperation, ClusterDiscoverSpec, ComputeChangedRegionsClusterDiscoverSpec, DiskRecoveryPointReference, FileWrapper, GetVssMetadataApiResponse, GetVssMetadataClusterDiscoverSpec, RegionType, VmDiskRecoveryPointClusterDiscoverSpec, VmDiskRecoveryPointReference, VmRecoveryPointChangedRegionsComputeSpec, VolumeGroupDiskRecoveryPointClusterDiscoverSpec, VolumeGroupDiskRecoveryPointReference, VolumeGroupRecoveryPointChangedRegionsComputeSpec, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, BaseRecoveryPlanActionSpec, CleanupRecoveryPlanResourcesApiResponse, PlannedFailoverRecoveryPlanApiResponse, PlannedFailoverSpec, TestFailoverRecoveryPlanApiResponse, TestFailoverSpec, UnplannedFailoverRecoveryPlanApiResponse, UnplannedFailoverSpec, ValidateRecoveryPlanApiResponse, ValidateSpec, TaskReference, CategoryReference, GuestStaticIpSpec, OwnerReference, OwnershipInfo, SubnetReference, VmConfigOverrideSpecification, VmRestoreGuestNicInfoOverrideSpec, VmRestoreGuestToolsSpecification, VmRestoreIpv4ConfigOverrideSpec, VmRestoreNicConfigOverrideParams, VmRestoreNicConfigSpecification, VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec, VmRestoreVirtualEthernetNicOverrideSpec };
|