@nutanix-scratch/dataprotection-js-client 4.1.1 → 4.3.1

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