@nutanix-scratch/dataprotection-js-client 4.0.1 → 4.2.1

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