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