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