@nutanix-scratch/dataprotection-js-client 4.0.1-alpha.4 → 4.0.1-beta.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 (483) hide show
  1. package/README.md +35 -28
  2. package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -11
  3. package/dist/Ntnx-Dataprotection-js-client.js +530 -1501
  4. package/dist/es/ApiClient.d.ts +2 -1
  5. package/dist/es/ApiClient.js +401 -246
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +17 -19
  8. package/dist/es/apis/protectedresources-endpoints.d.ts +52 -0
  9. package/dist/es/apis/protectedresources-endpoints.js +192 -0
  10. package/dist/es/apis/recoverypoints-endpoints.d.ts +126 -0
  11. package/dist/es/apis/recoverypoints-endpoints.js +394 -0
  12. package/dist/es/index.d.ts +55 -87
  13. package/dist/es/index.js +169 -298
  14. package/dist/es/models/common/v1/config/Flag.d.ts +5 -5
  15. package/dist/es/models/common/v1/config/Flag.js +25 -27
  16. package/dist/es/models/common/v1/config/IPv4Address.d.ts +5 -5
  17. package/dist/es/models/common/v1/config/IPv4Address.js +25 -27
  18. package/dist/es/models/common/v1/config/KVPair.d.ts +5 -5
  19. package/dist/es/models/common/v1/config/KVPair.js +28 -30
  20. package/dist/es/models/common/v1/config/Message.d.ts +5 -5
  21. package/dist/es/models/common/v1/config/Message.js +25 -27
  22. package/dist/es/models/common/v1/config/MessageSeverity.js +9 -10
  23. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +8 -8
  24. package/dist/es/models/common/v1/config/TenantAwareModel.js +29 -31
  25. package/dist/es/models/common/v1/response/ApiLink.d.ts +5 -5
  26. package/dist/es/models/common/v1/response/ApiLink.js +26 -28
  27. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +8 -8
  28. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +29 -31
  29. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +5 -5
  30. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +36 -39
  31. package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +2 -14
  32. package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +33 -81
  33. package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +3 -4
  34. package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +3 -4
  35. package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +5 -5
  36. package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +31 -31
  37. package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +62 -0
  38. package/dist/es/models/{storage/v4/config/Task.js → dataprotection/v4/config/AmazonS3Bucket.js} +101 -72
  39. package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +62 -0
  40. package/dist/{lib/models/storage/v4/config/Task.js → es/models/dataprotection/v4/config/AzureBlobStorageContainer.js} +101 -72
  41. package/dist/es/models/dataprotection/v4/config/Category.d.ts +17 -11
  42. package/dist/es/models/dataprotection/v4/config/Category.js +33 -29
  43. package/dist/es/models/dataprotection/v4/config/ClusterReference.d.ts +12 -9
  44. package/dist/es/models/dataprotection/v4/config/ClusterReference.js +29 -28
  45. package/dist/es/models/{storage/v4/config/Task.d.ts → dataprotection/v4/config/ComputeChangedRegionsResponse.d.ts} +17 -19
  46. package/dist/es/models/dataprotection/v4/config/ComputeChangedRegionsResponse.js +262 -0
  47. package/dist/{lib/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.d.ts → es/models/dataprotection/v4/config/ComputeChangedRegionsResponseModel.d.ts} +12 -12
  48. package/dist/es/models/dataprotection/v4/config/{WitnessApiResponse.js → ComputeChangedRegionsResponseModel.js} +57 -60
  49. package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +39 -7
  50. package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +123 -42
  51. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +18 -26
  52. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +48 -88
  53. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +3 -4
  54. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +15 -22
  55. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +65 -69
  56. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +5 -1
  57. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +39 -35
  58. package/dist/es/models/dataprotection/v4/config/{VmRecoveryPointRestoreApiResponse.d.ts → CreateConsistencyGroupApiResponse.d.ts} +12 -12
  59. package/dist/{lib/models/dataprotection/v4/config/ConsistencyGroupApiResponse.js → es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js} +54 -57
  60. package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +5 -5
  61. package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +35 -42
  62. package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +10 -10
  63. package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +44 -46
  64. package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +5 -5
  65. package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +35 -38
  66. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +5 -5
  67. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +35 -42
  68. package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +12 -9
  69. package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.js +29 -28
  70. package/dist/es/models/dataprotection/v4/config/DiskRecoveryPoint.d.ts +44 -19
  71. package/dist/es/models/dataprotection/v4/config/DiskRecoveryPoint.js +137 -105
  72. package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +5 -5
  73. package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +31 -31
  74. package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +60 -0
  75. package/dist/es/models/dataprotection/v4/config/{SetExpirationTimeSpec.js → ExpirationTimeSpec.js} +51 -50
  76. package/dist/es/models/dataprotection/v4/config/{ConsistencyGroupListApiResponse.d.ts → GetProtectedResourceApiResponse.d.ts} +12 -12
  77. package/dist/{lib/models/dataprotection/v4/config/ProtectedResourceApiResponse.js → es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js} +54 -57
  78. package/dist/{lib/models/dataprotection/v4/config/ConsistencyGroupApiResponse.d.ts → es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts} +12 -12
  79. package/dist/{lib/models/dataprotection/v4/config/RecoveryPointApiResponse.js → es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js} +54 -57
  80. package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +2 -2
  81. package/dist/es/models/dataprotection/v4/config/HostReference.js +34 -34
  82. package/dist/es/models/dataprotection/v4/config/HostType.js +3 -4
  83. package/dist/es/models/dataprotection/v4/config/IpAddress.d.ts +12 -9
  84. package/dist/es/models/dataprotection/v4/config/IpAddress.js +29 -28
  85. package/dist/{lib/models/dataprotection/v4/config/ChangedRegionsListApiResponse.d.ts → es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts} +12 -12
  86. package/dist/{lib/models/dataprotection/v4/config/RecoveryPointListApiResponse.js → es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js} +59 -57
  87. package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +8 -8
  88. package/dist/es/models/dataprotection/v4/config/LocationReference.js +30 -32
  89. package/dist/es/models/dataprotection/v4/config/{ConsistencyGroupMigrateApiResponse.d.ts → MigrateConsistencyGroupApiResponse.d.ts} +12 -12
  90. package/dist/{lib/models/dataprotection/v4/config/WitnessApiResponse.js → es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js} +57 -60
  91. package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +50 -0
  92. package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +245 -0
  93. package/dist/{lib/models/dataprotection/v4/config/HypervisorType.d.ts → es/models/dataprotection/v4/config/ObjectStorageType.d.ts} +6 -6
  94. package/dist/{lib/models/dataprotection/v4/config/HypervisorType.js → es/models/dataprotection/v4/config/ObjectStorageType.js} +26 -27
  95. package/dist/es/models/dataprotection/v4/config/{ValidationSeverity.d.ts → ProtectedEntityType.d.ts} +6 -6
  96. package/dist/{lib/models/dataprotection/v4/config/ProtectedResourceEntityType.js → es/models/dataprotection/v4/config/ProtectedEntityType.js} +21 -22
  97. package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +21 -9
  98. package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +111 -62
  99. package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +5 -5
  100. package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +35 -38
  101. package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +11 -24
  102. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +5 -5
  103. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +35 -38
  104. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +24 -9
  105. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +95 -31
  106. package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +5 -5
  107. package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +25 -27
  108. package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +14 -44
  109. package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +59 -167
  110. package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +9 -0
  111. package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +132 -0
  112. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +5 -5
  113. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +35 -42
  114. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +37 -18
  115. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +114 -91
  116. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +52 -0
  117. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +323 -0
  118. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +9 -0
  119. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +129 -0
  120. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +14 -14
  121. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +42 -44
  122. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +5 -5
  123. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +35 -42
  124. package/dist/es/models/dataprotection/v4/config/RedirectionResponse.d.ts +60 -0
  125. package/dist/es/models/dataprotection/v4/config/RedirectionResponse.js +279 -0
  126. package/dist/es/models/dataprotection/v4/config/Region.d.ts +91 -0
  127. package/dist/{lib/models/dataprotection/v4/config/Regions.js → es/models/dataprotection/v4/config/Region.js} +107 -58
  128. package/dist/es/models/dataprotection/v4/config/RegionResponse.d.ts +60 -0
  129. package/dist/es/models/dataprotection/v4/config/{ChangedRegions.js → RegionResponse.js} +58 -58
  130. package/dist/es/models/dataprotection/v4/config/{PowerState.d.ts → RegionType.d.ts} +6 -6
  131. package/dist/es/models/dataprotection/v4/config/{PowerState.js → RegionType.js} +23 -24
  132. package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +19 -17
  133. package/dist/es/models/dataprotection/v4/config/ReplicationState.js +72 -66
  134. package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +5 -5
  135. package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +25 -27
  136. package/dist/{lib/models/dataprotection/v4/config/DataProtectionInfo.d.ts → es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts} +12 -12
  137. package/dist/{lib/models/dataprotection/v4/config/DataProtectionInfo.js → es/models/dataprotection/v4/config/SiteProtectionInfo.js} +45 -47
  138. package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +5 -5
  139. package/dist/es/models/dataprotection/v4/config/SiteReference.js +25 -27
  140. package/dist/es/models/dataprotection/v4/config/Subnet.d.ts +5 -5
  141. package/dist/es/models/dataprotection/v4/config/Subnet.js +25 -27
  142. package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +5 -5
  143. package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +35 -38
  144. package/dist/{lib/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.d.ts → es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts} +12 -12
  145. package/dist/es/models/dataprotection/v4/config/{VMRecoveryPointListApiResponse.js → UpdateConsistencyGroupApiResponse.js} +57 -60
  146. package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +5 -5
  147. package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +35 -38
  148. package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +77 -0
  149. package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +361 -0
  150. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
  151. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.js +403 -0
  152. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +12 -38
  153. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +49 -125
  154. package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +5 -5
  155. package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +29 -29
  156. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +40 -22
  157. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +126 -108
  158. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
  159. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.js +403 -0
  160. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +12 -18
  161. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +49 -53
  162. package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +5 -5
  163. package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +27 -31
  164. package/dist/es/models/dataprotection/v4/config/VpcReference.d.ts +13 -10
  165. package/dist/es/models/dataprotection/v4/config/VpcReference.js +30 -29
  166. package/dist/es/models/dataprotection/v4/config/Witness.d.ts +5 -5
  167. package/dist/es/models/dataprotection/v4/config/Witness.js +39 -41
  168. package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +3 -4
  169. package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +20 -12
  170. package/dist/es/models/dataprotection/v4/error/AppMessage.js +49 -39
  171. package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +5 -5
  172. package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +36 -50
  173. package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +20 -10
  174. package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +45 -32
  175. package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +14 -8
  176. package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +37 -30
  177. package/dist/es/models/prism/v4/config/TaskReference.d.ts +5 -5
  178. package/dist/es/models/prism/v4/config/TaskReference.js +27 -32
  179. package/dist/es/models/validation/ValidationError.js +8 -10
  180. package/dist/es/models/validation/ValidationScopes.js +1 -2
  181. package/dist/es/utils/ValidationUtils.js +8 -10
  182. package/dist/lib/ApiClient.d.ts +2 -1
  183. package/dist/lib/ApiClient.js +401 -246
  184. package/dist/lib/Paginable.d.ts +1 -1
  185. package/dist/lib/Paginable.js +17 -19
  186. package/dist/lib/apis/protectedresources-endpoints.d.ts +52 -0
  187. package/dist/lib/apis/protectedresources-endpoints.js +192 -0
  188. package/dist/lib/apis/recoverypoints-endpoints.d.ts +126 -0
  189. package/dist/lib/apis/recoverypoints-endpoints.js +394 -0
  190. package/dist/lib/index.d.ts +55 -87
  191. package/dist/lib/index.js +169 -298
  192. package/dist/lib/models/common/v1/config/Flag.d.ts +5 -5
  193. package/dist/lib/models/common/v1/config/Flag.js +25 -27
  194. package/dist/lib/models/common/v1/config/IPv4Address.d.ts +5 -5
  195. package/dist/lib/models/common/v1/config/IPv4Address.js +25 -27
  196. package/dist/lib/models/common/v1/config/KVPair.d.ts +5 -5
  197. package/dist/lib/models/common/v1/config/KVPair.js +28 -30
  198. package/dist/lib/models/common/v1/config/Message.d.ts +5 -5
  199. package/dist/lib/models/common/v1/config/Message.js +25 -27
  200. package/dist/lib/models/common/v1/config/MessageSeverity.js +9 -10
  201. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +8 -8
  202. package/dist/lib/models/common/v1/config/TenantAwareModel.js +29 -31
  203. package/dist/lib/models/common/v1/response/ApiLink.d.ts +5 -5
  204. package/dist/lib/models/common/v1/response/ApiLink.js +26 -28
  205. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +8 -8
  206. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +29 -31
  207. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +5 -5
  208. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +36 -39
  209. package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +2 -14
  210. package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +33 -81
  211. package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +3 -4
  212. package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +3 -4
  213. package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +5 -5
  214. package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +31 -31
  215. package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +62 -0
  216. package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +283 -0
  217. package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +62 -0
  218. package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +283 -0
  219. package/dist/lib/models/dataprotection/v4/config/Category.d.ts +17 -11
  220. package/dist/lib/models/dataprotection/v4/config/Category.js +33 -29
  221. package/dist/lib/models/dataprotection/v4/config/ClusterReference.d.ts +12 -9
  222. package/dist/lib/models/dataprotection/v4/config/ClusterReference.js +29 -28
  223. package/dist/lib/models/{storage/v4/config/Task.d.ts → dataprotection/v4/config/ComputeChangedRegionsResponse.d.ts} +17 -19
  224. package/dist/lib/models/dataprotection/v4/config/ComputeChangedRegionsResponse.js +262 -0
  225. package/dist/lib/models/dataprotection/v4/config/ComputeChangedRegionsResponseModel.d.ts +59 -0
  226. package/dist/lib/models/dataprotection/v4/config/ComputeChangedRegionsResponseModel.js +311 -0
  227. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +39 -7
  228. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +123 -42
  229. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +18 -26
  230. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +48 -88
  231. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +3 -4
  232. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +15 -22
  233. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +65 -69
  234. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +5 -1
  235. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +39 -35
  236. package/dist/{es/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.d.ts → lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts} +12 -12
  237. package/dist/{es/models/dataprotection/v4/config/ConsistencyGroupApiResponse.js → lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js} +54 -57
  238. package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +5 -5
  239. package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +35 -42
  240. package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +10 -10
  241. package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +44 -46
  242. package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +5 -5
  243. package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +35 -38
  244. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +5 -5
  245. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +35 -42
  246. package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +12 -9
  247. package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.js +29 -28
  248. package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPoint.d.ts +44 -19
  249. package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPoint.js +137 -105
  250. package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +5 -5
  251. package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +31 -31
  252. package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +60 -0
  253. package/dist/lib/models/dataprotection/v4/config/{SetExpirationTimeSpec.js → ExpirationTimeSpec.js} +51 -50
  254. package/dist/lib/models/dataprotection/v4/config/{ConsistencyGroupListApiResponse.d.ts → GetProtectedResourceApiResponse.d.ts} +12 -12
  255. package/dist/{es/models/dataprotection/v4/config/ProtectedResourceApiResponse.js → lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js} +54 -57
  256. package/dist/{es/models/dataprotection/v4/config/ConsistencyGroupApiResponse.d.ts → lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts} +12 -12
  257. package/dist/{es/models/dataprotection/v4/config/RecoveryPointApiResponse.js → lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js} +54 -57
  258. package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +2 -2
  259. package/dist/lib/models/dataprotection/v4/config/HostReference.js +34 -34
  260. package/dist/lib/models/dataprotection/v4/config/HostType.js +3 -4
  261. package/dist/lib/models/dataprotection/v4/config/IpAddress.d.ts +12 -9
  262. package/dist/lib/models/dataprotection/v4/config/IpAddress.js +29 -28
  263. package/dist/{es/models/dataprotection/v4/config/ChangedRegionsListApiResponse.d.ts → lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts} +12 -12
  264. package/dist/{es/models/dataprotection/v4/config/RecoveryPointListApiResponse.js → lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js} +59 -57
  265. package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +8 -8
  266. package/dist/lib/models/dataprotection/v4/config/LocationReference.js +30 -32
  267. package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts +59 -0
  268. package/dist/{es/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.js → lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js} +54 -61
  269. package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +50 -0
  270. package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +245 -0
  271. package/dist/{es/models/dataprotection/v4/config/HypervisorType.d.ts → lib/models/dataprotection/v4/config/ObjectStorageType.d.ts} +6 -6
  272. package/dist/{es/models/dataprotection/v4/config/HypervisorType.js → lib/models/dataprotection/v4/config/ObjectStorageType.js} +26 -27
  273. package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.d.ts +19 -0
  274. package/dist/{es/models/dataprotection/v4/config/ProtectedResourceEntityType.js → lib/models/dataprotection/v4/config/ProtectedEntityType.js} +21 -22
  275. package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +21 -9
  276. package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +111 -62
  277. package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +5 -5
  278. package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +35 -38
  279. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +11 -24
  280. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +5 -5
  281. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +35 -38
  282. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +24 -9
  283. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +95 -31
  284. package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +5 -5
  285. package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +25 -27
  286. package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +14 -44
  287. package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +59 -167
  288. package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +9 -0
  289. package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +132 -0
  290. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +5 -5
  291. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +35 -42
  292. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +37 -18
  293. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +114 -91
  294. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +52 -0
  295. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +323 -0
  296. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +9 -0
  297. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +129 -0
  298. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +14 -14
  299. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +42 -44
  300. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +5 -5
  301. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +35 -42
  302. package/dist/lib/models/dataprotection/v4/config/RedirectionResponse.d.ts +60 -0
  303. package/dist/lib/models/dataprotection/v4/config/RedirectionResponse.js +279 -0
  304. package/dist/lib/models/dataprotection/v4/config/Region.d.ts +91 -0
  305. package/dist/{es/models/dataprotection/v4/config/Regions.js → lib/models/dataprotection/v4/config/Region.js} +107 -58
  306. package/dist/lib/models/dataprotection/v4/config/RegionResponse.d.ts +60 -0
  307. package/dist/lib/models/dataprotection/v4/config/{ChangedRegions.js → RegionResponse.js} +58 -58
  308. package/dist/lib/models/dataprotection/v4/config/{PowerState.d.ts → RegionType.d.ts} +6 -6
  309. package/dist/lib/models/dataprotection/v4/config/{PowerState.js → RegionType.js} +23 -24
  310. package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +19 -17
  311. package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +72 -66
  312. package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +5 -5
  313. package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +25 -27
  314. package/dist/{es/models/dataprotection/v4/config/DataProtectionInfo.d.ts → lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts} +12 -12
  315. package/dist/{es/models/dataprotection/v4/config/DataProtectionInfo.js → lib/models/dataprotection/v4/config/SiteProtectionInfo.js} +45 -47
  316. package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +5 -5
  317. package/dist/lib/models/dataprotection/v4/config/SiteReference.js +25 -27
  318. package/dist/lib/models/dataprotection/v4/config/Subnet.d.ts +5 -5
  319. package/dist/lib/models/dataprotection/v4/config/Subnet.js +25 -27
  320. package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +5 -5
  321. package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js +35 -38
  322. package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +59 -0
  323. package/dist/lib/models/dataprotection/v4/config/{VMRecoveryPointListApiResponse.js → UpdateConsistencyGroupApiResponse.js} +57 -60
  324. package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +5 -5
  325. package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +35 -38
  326. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +77 -0
  327. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +361 -0
  328. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
  329. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest.js +403 -0
  330. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +12 -38
  331. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +49 -125
  332. package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +5 -5
  333. package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +29 -29
  334. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +40 -22
  335. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +126 -108
  336. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.d.ts +98 -0
  337. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest.js +403 -0
  338. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +12 -18
  339. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +49 -53
  340. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +5 -5
  341. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +27 -31
  342. package/dist/lib/models/dataprotection/v4/config/VpcReference.d.ts +13 -10
  343. package/dist/lib/models/dataprotection/v4/config/VpcReference.js +30 -29
  344. package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +5 -5
  345. package/dist/lib/models/dataprotection/v4/config/Witness.js +39 -41
  346. package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +3 -4
  347. package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +20 -12
  348. package/dist/lib/models/dataprotection/v4/error/AppMessage.js +49 -39
  349. package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +5 -5
  350. package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +36 -50
  351. package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +20 -10
  352. package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +45 -32
  353. package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +14 -8
  354. package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +37 -30
  355. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +5 -5
  356. package/dist/lib/models/prism/v4/config/TaskReference.js +27 -32
  357. package/dist/lib/models/validation/ValidationError.js +8 -10
  358. package/dist/lib/models/validation/ValidationScopes.js +1 -2
  359. package/dist/lib/utils/ValidationUtils.js +8 -10
  360. package/package.json +3 -2
  361. package/dist/es/apis/consistencygroup-endpoints.d.ts +0 -98
  362. package/dist/es/apis/consistencygroup-endpoints.js +0 -304
  363. package/dist/es/models/dataprotection/v4/common/VendorSpecificProperty.d.ts +0 -70
  364. package/dist/es/models/dataprotection/v4/common/VendorSpecificProperty.js +0 -286
  365. package/dist/es/models/dataprotection/v4/config/ChangedRegions.d.ts +0 -62
  366. package/dist/es/models/dataprotection/v4/config/ChangedRegionsListApiResponse.js +0 -314
  367. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.js +0 -341
  368. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.d.ts +0 -67
  369. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.js +0 -285
  370. package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.d.ts +0 -59
  371. package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.js +0 -318
  372. package/dist/es/models/dataprotection/v4/config/Disk.d.ts +0 -62
  373. package/dist/es/models/dataprotection/v4/config/Disk.js +0 -285
  374. package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.js +0 -314
  375. package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.d.ts +0 -59
  376. package/dist/es/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.js +0 -336
  377. package/dist/es/models/dataprotection/v4/config/HardwareArchitecture.d.ts +0 -19
  378. package/dist/es/models/dataprotection/v4/config/HardwareArchitecture.js +0 -86
  379. package/dist/es/models/dataprotection/v4/config/ProtectedResourceApiResponse.d.ts +0 -59
  380. package/dist/es/models/dataprotection/v4/config/ProtectedResourceEntityType.d.ts +0 -19
  381. package/dist/es/models/dataprotection/v4/config/RecoveryPointApiResponse.d.ts +0 -59
  382. package/dist/es/models/dataprotection/v4/config/RecoveryPointListApiResponse.d.ts +0 -59
  383. package/dist/es/models/dataprotection/v4/config/Regions.d.ts +0 -62
  384. package/dist/es/models/dataprotection/v4/config/SetExpirationTimeSpec.d.ts +0 -57
  385. package/dist/es/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.d.ts +0 -59
  386. package/dist/es/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.js +0 -314
  387. package/dist/es/models/dataprotection/v4/config/VMRecoveryPoint.d.ts +0 -49
  388. package/dist/es/models/dataprotection/v4/config/VMRecoveryPoint.js +0 -295
  389. package/dist/es/models/dataprotection/v4/config/VMRecoveryPointApiResponse.d.ts +0 -59
  390. package/dist/es/models/dataprotection/v4/config/VMRecoveryPointApiResponse.js +0 -314
  391. package/dist/es/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.d.ts +0 -59
  392. package/dist/es/models/dataprotection/v4/config/ValidateRecoveryPointResult.d.ts +0 -79
  393. package/dist/es/models/dataprotection/v4/config/ValidateRecoveryPointResult.js +0 -320
  394. package/dist/es/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.d.ts +0 -59
  395. package/dist/es/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.js +0 -336
  396. package/dist/es/models/dataprotection/v4/config/ValidationSeverity.js +0 -86
  397. package/dist/es/models/dataprotection/v4/config/Vm.d.ts +0 -140
  398. package/dist/es/models/dataprotection/v4/config/Vm.js +0 -545
  399. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.d.ts +0 -70
  400. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.js +0 -319
  401. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.js +0 -318
  402. package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPoint.d.ts +0 -98
  403. package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPoint.js +0 -405
  404. package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPointProjection.d.ts +0 -9
  405. package/dist/es/models/dataprotection/v4/config/VmSubRecoveryPointProjection.js +0 -132
  406. package/dist/es/models/dataprotection/v4/config/VolumeGroup.d.ts +0 -62
  407. package/dist/es/models/dataprotection/v4/config/VolumeGroup.js +0 -285
  408. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.d.ts +0 -59
  409. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.js +0 -314
  410. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.d.ts +0 -59
  411. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.js +0 -336
  412. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.d.ts +0 -62
  413. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.js +0 -288
  414. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.d.ts +0 -59
  415. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.js +0 -318
  416. package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.d.ts +0 -98
  417. package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.js +0 -407
  418. package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.d.ts +0 -9
  419. package/dist/es/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.js +0 -132
  420. package/dist/es/models/dataprotection/v4/config/WitnessApiResponse.d.ts +0 -59
  421. package/dist/lib/apis/consistencygroup-endpoints.d.ts +0 -98
  422. package/dist/lib/apis/consistencygroup-endpoints.js +0 -304
  423. package/dist/lib/models/dataprotection/v4/common/VendorSpecificProperty.d.ts +0 -70
  424. package/dist/lib/models/dataprotection/v4/common/VendorSpecificProperty.js +0 -286
  425. package/dist/lib/models/dataprotection/v4/config/ChangedRegions.d.ts +0 -62
  426. package/dist/lib/models/dataprotection/v4/config/ChangedRegionsListApiResponse.js +0 -314
  427. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupListApiResponse.js +0 -341
  428. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse.js +0 -318
  429. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.d.ts +0 -67
  430. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec.js +0 -285
  431. package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.d.ts +0 -59
  432. package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse.js +0 -318
  433. package/dist/lib/models/dataprotection/v4/config/Disk.d.ts +0 -62
  434. package/dist/lib/models/dataprotection/v4/config/Disk.js +0 -285
  435. package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.d.ts +0 -59
  436. package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointApiResponse.js +0 -314
  437. package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.d.ts +0 -59
  438. package/dist/lib/models/dataprotection/v4/config/DiskRecoveryPointListApiResponse.js +0 -336
  439. package/dist/lib/models/dataprotection/v4/config/HardwareArchitecture.d.ts +0 -19
  440. package/dist/lib/models/dataprotection/v4/config/HardwareArchitecture.js +0 -86
  441. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceApiResponse.d.ts +0 -59
  442. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceEntityType.d.ts +0 -19
  443. package/dist/lib/models/dataprotection/v4/config/RecoveryPointApiResponse.d.ts +0 -59
  444. package/dist/lib/models/dataprotection/v4/config/RecoveryPointListApiResponse.d.ts +0 -59
  445. package/dist/lib/models/dataprotection/v4/config/Regions.d.ts +0 -62
  446. package/dist/lib/models/dataprotection/v4/config/SetExpirationTimeSpec.d.ts +0 -57
  447. package/dist/lib/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.d.ts +0 -59
  448. package/dist/lib/models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse.js +0 -314
  449. package/dist/lib/models/dataprotection/v4/config/VMRecoveryPoint.d.ts +0 -49
  450. package/dist/lib/models/dataprotection/v4/config/VMRecoveryPoint.js +0 -295
  451. package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointApiResponse.d.ts +0 -59
  452. package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointApiResponse.js +0 -314
  453. package/dist/lib/models/dataprotection/v4/config/VMRecoveryPointListApiResponse.d.ts +0 -59
  454. package/dist/lib/models/dataprotection/v4/config/ValidateRecoveryPointResult.d.ts +0 -79
  455. package/dist/lib/models/dataprotection/v4/config/ValidateRecoveryPointResult.js +0 -320
  456. package/dist/lib/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.d.ts +0 -59
  457. package/dist/lib/models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse.js +0 -336
  458. package/dist/lib/models/dataprotection/v4/config/ValidationSeverity.d.ts +0 -19
  459. package/dist/lib/models/dataprotection/v4/config/ValidationSeverity.js +0 -86
  460. package/dist/lib/models/dataprotection/v4/config/Vm.d.ts +0 -140
  461. package/dist/lib/models/dataprotection/v4/config/Vm.js +0 -545
  462. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.d.ts +0 -70
  463. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestorationSpec.js +0 -319
  464. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse.js +0 -318
  465. package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPoint.d.ts +0 -98
  466. package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPoint.js +0 -405
  467. package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPointProjection.d.ts +0 -9
  468. package/dist/lib/models/dataprotection/v4/config/VmSubRecoveryPointProjection.js +0 -132
  469. package/dist/lib/models/dataprotection/v4/config/VolumeGroup.d.ts +0 -62
  470. package/dist/lib/models/dataprotection/v4/config/VolumeGroup.js +0 -285
  471. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.d.ts +0 -59
  472. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse.js +0 -314
  473. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.d.ts +0 -59
  474. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse.js +0 -336
  475. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.d.ts +0 -62
  476. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec.js +0 -288
  477. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.d.ts +0 -59
  478. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse.js +0 -318
  479. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.d.ts +0 -98
  480. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint.js +0 -407
  481. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.d.ts +0 -9
  482. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection.js +0 -132
  483. package/dist/lib/models/dataprotection/v4/config/WitnessApiResponse.d.ts +0 -59
package/dist/es/index.js CHANGED
@@ -9,6 +9,12 @@ Object.defineProperty(exports, "AhvVmOverrideSpec", {
9
9
  return _AhvVmOverrideSpec["default"];
10
10
  }
11
11
  });
12
+ Object.defineProperty(exports, "AmazonS3Bucket", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _AmazonS3Bucket["default"];
16
+ }
17
+ });
12
18
  Object.defineProperty(exports, "ApiClient", {
13
19
  enumerable: true,
14
20
  get: function get() {
@@ -33,28 +39,22 @@ Object.defineProperty(exports, "AppMessage", {
33
39
  return _AppMessage["default"];
34
40
  }
35
41
  });
36
- Object.defineProperty(exports, "BaseRecoveryPoint", {
37
- enumerable: true,
38
- get: function get() {
39
- return _BaseRecoveryPoint["default"];
40
- }
41
- });
42
- Object.defineProperty(exports, "Category", {
42
+ Object.defineProperty(exports, "AzureBlobStorageContainer", {
43
43
  enumerable: true,
44
44
  get: function get() {
45
- return _Category["default"];
45
+ return _AzureBlobStorageContainer["default"];
46
46
  }
47
47
  });
48
- Object.defineProperty(exports, "ChangedRegions", {
48
+ Object.defineProperty(exports, "BaseRecoveryPoint", {
49
49
  enumerable: true,
50
50
  get: function get() {
51
- return _ChangedRegions["default"];
51
+ return _BaseRecoveryPoint["default"];
52
52
  }
53
53
  });
54
- Object.defineProperty(exports, "ChangedRegionsListApiResponse", {
54
+ Object.defineProperty(exports, "Category", {
55
55
  enumerable: true,
56
56
  get: function get() {
57
- return _ChangedRegionsListApiResponse["default"];
57
+ return _Category["default"];
58
58
  }
59
59
  });
60
60
  Object.defineProperty(exports, "ClusterReference", {
@@ -63,28 +63,22 @@ Object.defineProperty(exports, "ClusterReference", {
63
63
  return _ClusterReference["default"];
64
64
  }
65
65
  });
66
- Object.defineProperty(exports, "ConsistencyGroup", {
66
+ Object.defineProperty(exports, "ComputeChangedRegionsResponse", {
67
67
  enumerable: true,
68
68
  get: function get() {
69
- return _ConsistencyGroup["default"];
69
+ return _ComputeChangedRegionsResponse["default"];
70
70
  }
71
71
  });
72
- Object.defineProperty(exports, "ConsistencyGroupApi", {
72
+ Object.defineProperty(exports, "ComputeChangedRegionsResponseModel", {
73
73
  enumerable: true,
74
74
  get: function get() {
75
- return _consistencygroupEndpoints.ConsistencyGroupApi;
75
+ return _ComputeChangedRegionsResponseModel["default"];
76
76
  }
77
77
  });
78
- Object.defineProperty(exports, "ConsistencyGroupApiResponse", {
79
- enumerable: true,
80
- get: function get() {
81
- return _ConsistencyGroupApiResponse["default"];
82
- }
83
- });
84
- Object.defineProperty(exports, "ConsistencyGroupListApiResponse", {
78
+ Object.defineProperty(exports, "ConsistencyGroup", {
85
79
  enumerable: true,
86
80
  get: function get() {
87
- return _ConsistencyGroupListApiResponse["default"];
81
+ return _ConsistencyGroup["default"];
88
82
  }
89
83
  });
90
84
  Object.defineProperty(exports, "ConsistencyGroupMember", {
@@ -99,12 +93,6 @@ Object.defineProperty(exports, "ConsistencyGroupMemberType", {
99
93
  return _ConsistencyGroupMemberType["default"];
100
94
  }
101
95
  });
102
- Object.defineProperty(exports, "ConsistencyGroupMigrateApiResponse", {
103
- enumerable: true,
104
- get: function get() {
105
- return _ConsistencyGroupMigrateApiResponse["default"];
106
- }
107
- });
108
96
  Object.defineProperty(exports, "ConsistencyGroupMigrationSpec", {
109
97
  enumerable: true,
110
98
  get: function get() {
@@ -117,16 +105,10 @@ Object.defineProperty(exports, "ConsistencyGroupProjection", {
117
105
  return _ConsistencyGroupProjection["default"];
118
106
  }
119
107
  });
120
- Object.defineProperty(exports, "ConsistencyGroupRecoveryPointSpec", {
108
+ Object.defineProperty(exports, "CreateConsistencyGroupApiResponse", {
121
109
  enumerable: true,
122
110
  get: function get() {
123
- return _ConsistencyGroupRecoveryPointSpec["default"];
124
- }
125
- });
126
- Object.defineProperty(exports, "CreateConsistencyGroupRecoveryPointApiResponse", {
127
- enumerable: true,
128
- get: function get() {
129
- return _CreateConsistencyGroupRecoveryPointApiResponse["default"];
111
+ return _CreateConsistencyGroupApiResponse["default"];
130
112
  }
131
113
  });
132
114
  Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
@@ -135,12 +117,6 @@ Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
135
117
  return _CreateRecoveryPointApiResponse["default"];
136
118
  }
137
119
  });
138
- Object.defineProperty(exports, "DataProtectionInfo", {
139
- enumerable: true,
140
- get: function get() {
141
- return _DataProtectionInfo["default"];
142
- }
143
- });
144
120
  Object.defineProperty(exports, "DataProtectionSiteReference", {
145
121
  enumerable: true,
146
122
  get: function get() {
@@ -165,30 +141,12 @@ Object.defineProperty(exports, "DisasterRecoveryLocation", {
165
141
  return _DisasterRecoveryLocation["default"];
166
142
  }
167
143
  });
168
- Object.defineProperty(exports, "Disk", {
169
- enumerable: true,
170
- get: function get() {
171
- return _Disk["default"];
172
- }
173
- });
174
144
  Object.defineProperty(exports, "DiskRecoveryPoint", {
175
145
  enumerable: true,
176
146
  get: function get() {
177
147
  return _DiskRecoveryPoint["default"];
178
148
  }
179
149
  });
180
- Object.defineProperty(exports, "DiskRecoveryPointApiResponse", {
181
- enumerable: true,
182
- get: function get() {
183
- return _DiskRecoveryPointApiResponse["default"];
184
- }
185
- });
186
- Object.defineProperty(exports, "DiskRecoveryPointListApiResponse", {
187
- enumerable: true,
188
- get: function get() {
189
- return _DiskRecoveryPointListApiResponse["default"];
190
- }
191
- });
192
150
  Object.defineProperty(exports, "ErrorResponse", {
193
151
  enumerable: true,
194
152
  get: function get() {
@@ -201,6 +159,12 @@ Object.defineProperty(exports, "EsxiVmOverrideSpec", {
201
159
  return _EsxiVmOverrideSpec["default"];
202
160
  }
203
161
  });
162
+ Object.defineProperty(exports, "ExpirationTimeSpec", {
163
+ enumerable: true,
164
+ get: function get() {
165
+ return _ExpirationTimeSpec["default"];
166
+ }
167
+ });
204
168
  Object.defineProperty(exports, "ExternalizableAbstractModel", {
205
169
  enumerable: true,
206
170
  get: function get() {
@@ -213,28 +177,28 @@ Object.defineProperty(exports, "Flag", {
213
177
  return _Flag["default"];
214
178
  }
215
179
  });
216
- Object.defineProperty(exports, "HardwareArchitecture", {
180
+ Object.defineProperty(exports, "GetProtectedResourceApiResponse", {
217
181
  enumerable: true,
218
182
  get: function get() {
219
- return _HardwareArchitecture["default"];
183
+ return _GetProtectedResourceApiResponse["default"];
220
184
  }
221
185
  });
222
- Object.defineProperty(exports, "HostReference", {
186
+ Object.defineProperty(exports, "GetRecoveryPointApiResponse", {
223
187
  enumerable: true,
224
188
  get: function get() {
225
- return _HostReference["default"];
189
+ return _GetRecoveryPointApiResponse["default"];
226
190
  }
227
191
  });
228
- Object.defineProperty(exports, "HostType", {
192
+ Object.defineProperty(exports, "HostReference", {
229
193
  enumerable: true,
230
194
  get: function get() {
231
- return _HostType["default"];
195
+ return _HostReference["default"];
232
196
  }
233
197
  });
234
- Object.defineProperty(exports, "HypervisorType", {
198
+ Object.defineProperty(exports, "HostType", {
235
199
  enumerable: true,
236
200
  get: function get() {
237
- return _HypervisorType["default"];
201
+ return _HostType["default"];
238
202
  }
239
203
  });
240
204
  Object.defineProperty(exports, "IPv4Address", {
@@ -255,6 +219,12 @@ Object.defineProperty(exports, "KVPair", {
255
219
  return _KVPair["default"];
256
220
  }
257
221
  });
222
+ Object.defineProperty(exports, "ListRecoveryPointsApiResponse", {
223
+ enumerable: true,
224
+ get: function get() {
225
+ return _ListRecoveryPointsApiResponse["default"];
226
+ }
227
+ });
258
228
  Object.defineProperty(exports, "LocationReference", {
259
229
  enumerable: true,
260
230
  get: function get() {
@@ -273,28 +243,34 @@ Object.defineProperty(exports, "MessageSeverity", {
273
243
  return _MessageSeverity["default"];
274
244
  }
275
245
  });
276
- Object.defineProperty(exports, "PowerState", {
246
+ Object.defineProperty(exports, "MigrateConsistencyGroupApiResponse", {
277
247
  enumerable: true,
278
248
  get: function get() {
279
- return _PowerState["default"];
249
+ return _MigrateConsistencyGroupApiResponse["default"];
280
250
  }
281
251
  });
282
- Object.defineProperty(exports, "ProtectedResource", {
252
+ Object.defineProperty(exports, "NutanixObjectsBucket", {
283
253
  enumerable: true,
284
254
  get: function get() {
285
- return _ProtectedResource["default"];
255
+ return _NutanixObjectsBucket["default"];
286
256
  }
287
257
  });
288
- Object.defineProperty(exports, "ProtectedResourceApiResponse", {
258
+ Object.defineProperty(exports, "ObjectStorageType", {
289
259
  enumerable: true,
290
260
  get: function get() {
291
- return _ProtectedResourceApiResponse["default"];
261
+ return _ObjectStorageType["default"];
292
262
  }
293
263
  });
294
- Object.defineProperty(exports, "ProtectedResourceEntityType", {
264
+ Object.defineProperty(exports, "ProtectedEntityType", {
295
265
  enumerable: true,
296
266
  get: function get() {
297
- return _ProtectedResourceEntityType["default"];
267
+ return _ProtectedEntityType["default"];
268
+ }
269
+ });
270
+ Object.defineProperty(exports, "ProtectedResource", {
271
+ enumerable: true,
272
+ get: function get() {
273
+ return _ProtectedResource["default"];
298
274
  }
299
275
  });
300
276
  Object.defineProperty(exports, "ProtectedResourcePromoteApiResponse", {
@@ -321,28 +297,28 @@ Object.defineProperty(exports, "ProtectedResourceRestoreSpec", {
321
297
  return _ProtectedResourceRestoreSpec["default"];
322
298
  }
323
299
  });
324
- Object.defineProperty(exports, "RecoveryInfo", {
300
+ Object.defineProperty(exports, "ProtectedResourcesApi", {
325
301
  enumerable: true,
326
302
  get: function get() {
327
- return _RecoveryInfo["default"];
303
+ return _protectedresourcesEndpoints.ProtectedResourcesApi;
328
304
  }
329
305
  });
330
- Object.defineProperty(exports, "RecoveryPoint", {
306
+ Object.defineProperty(exports, "RecoveryInfo", {
331
307
  enumerable: true,
332
308
  get: function get() {
333
- return _RecoveryPoint["default"];
309
+ return _RecoveryInfo["default"];
334
310
  }
335
311
  });
336
- Object.defineProperty(exports, "RecoveryPointApiResponse", {
312
+ Object.defineProperty(exports, "RecoveryPoint", {
337
313
  enumerable: true,
338
314
  get: function get() {
339
- return _RecoveryPointApiResponse["default"];
315
+ return _RecoveryPoint["default"];
340
316
  }
341
317
  });
342
- Object.defineProperty(exports, "RecoveryPointListApiResponse", {
318
+ Object.defineProperty(exports, "RecoveryPointProjection", {
343
319
  enumerable: true,
344
320
  get: function get() {
345
- return _RecoveryPointListApiResponse["default"];
321
+ return _RecoveryPointProjection["default"];
346
322
  }
347
323
  });
348
324
  Object.defineProperty(exports, "RecoveryPointReplicateApiResponse", {
@@ -357,6 +333,18 @@ Object.defineProperty(exports, "RecoveryPointReplicationSpec", {
357
333
  return _RecoveryPointReplicationSpec["default"];
358
334
  }
359
335
  });
336
+ Object.defineProperty(exports, "RecoveryPointRepository", {
337
+ enumerable: true,
338
+ get: function get() {
339
+ return _RecoveryPointRepository["default"];
340
+ }
341
+ });
342
+ Object.defineProperty(exports, "RecoveryPointRepositoryProjection", {
343
+ enumerable: true,
344
+ get: function get() {
345
+ return _RecoveryPointRepositoryProjection["default"];
346
+ }
347
+ });
360
348
  Object.defineProperty(exports, "RecoveryPointRestorationSpec", {
361
349
  enumerable: true,
362
350
  get: function get() {
@@ -381,10 +369,34 @@ Object.defineProperty(exports, "RecoveryPointType", {
381
369
  return _RecoveryPointType["default"];
382
370
  }
383
371
  });
384
- Object.defineProperty(exports, "Regions", {
372
+ Object.defineProperty(exports, "RecoveryPointsApi", {
373
+ enumerable: true,
374
+ get: function get() {
375
+ return _recoverypointsEndpoints.RecoveryPointsApi;
376
+ }
377
+ });
378
+ Object.defineProperty(exports, "RedirectionResponse", {
379
+ enumerable: true,
380
+ get: function get() {
381
+ return _RedirectionResponse["default"];
382
+ }
383
+ });
384
+ Object.defineProperty(exports, "Region", {
385
385
  enumerable: true,
386
386
  get: function get() {
387
- return _Regions["default"];
387
+ return _Region["default"];
388
+ }
389
+ });
390
+ Object.defineProperty(exports, "RegionResponse", {
391
+ enumerable: true,
392
+ get: function get() {
393
+ return _RegionResponse["default"];
394
+ }
395
+ });
396
+ Object.defineProperty(exports, "RegionType", {
397
+ enumerable: true,
398
+ get: function get() {
399
+ return _RegionType["default"];
388
400
  }
389
401
  });
390
402
  Object.defineProperty(exports, "ReplicationState", {
@@ -411,10 +423,10 @@ Object.defineProperty(exports, "SchemaValidationErrorMessage", {
411
423
  return _SchemaValidationErrorMessage["default"];
412
424
  }
413
425
  });
414
- Object.defineProperty(exports, "SetExpirationTimeSpec", {
426
+ Object.defineProperty(exports, "SiteProtectionInfo", {
415
427
  enumerable: true,
416
428
  get: function get() {
417
- return _SetExpirationTimeSpec["default"];
429
+ return _SiteProtectionInfo["default"];
418
430
  }
419
431
  });
420
432
  Object.defineProperty(exports, "SiteReference", {
@@ -429,24 +441,12 @@ Object.defineProperty(exports, "Subnet", {
429
441
  return _Subnet["default"];
430
442
  }
431
443
  });
432
- Object.defineProperty(exports, "SyncedVolumeGroupByIdApiResponse", {
433
- enumerable: true,
434
- get: function get() {
435
- return _SyncedVolumeGroupByIdApiResponse["default"];
436
- }
437
- });
438
444
  Object.defineProperty(exports, "SynchronousReplicaPromoteApiResponse", {
439
445
  enumerable: true,
440
446
  get: function get() {
441
447
  return _SynchronousReplicaPromoteApiResponse["default"];
442
448
  }
443
449
  });
444
- Object.defineProperty(exports, "Task", {
445
- enumerable: true,
446
- get: function get() {
447
- return _Task["default"];
448
- }
449
- });
450
450
  Object.defineProperty(exports, "TaskReference", {
451
451
  enumerable: true,
452
452
  get: function get() {
@@ -459,70 +459,28 @@ Object.defineProperty(exports, "TenantAwareModel", {
459
459
  return _TenantAwareModel["default"];
460
460
  }
461
461
  });
462
- Object.defineProperty(exports, "UpdateRecoveryPointExpirationTimeApiResponse", {
463
- enumerable: true,
464
- get: function get() {
465
- return _UpdateRecoveryPointExpirationTimeApiResponse["default"];
466
- }
467
- });
468
- Object.defineProperty(exports, "VMRecoveryPoint", {
469
- enumerable: true,
470
- get: function get() {
471
- return _VMRecoveryPoint["default"];
472
- }
473
- });
474
- Object.defineProperty(exports, "VMRecoveryPointApiResponse", {
475
- enumerable: true,
476
- get: function get() {
477
- return _VMRecoveryPointApiResponse["default"];
478
- }
479
- });
480
- Object.defineProperty(exports, "VMRecoveryPointListApiResponse", {
481
- enumerable: true,
482
- get: function get() {
483
- return _VMRecoveryPointListApiResponse["default"];
484
- }
485
- });
486
- Object.defineProperty(exports, "ValidateRecoveryPointResult", {
487
- enumerable: true,
488
- get: function get() {
489
- return _ValidateRecoveryPointResult["default"];
490
- }
491
- });
492
- Object.defineProperty(exports, "ValidateRestoreVmRecoveryPointApiResponse", {
493
- enumerable: true,
494
- get: function get() {
495
- return _ValidateRestoreVmRecoveryPointApiResponse["default"];
496
- }
497
- });
498
- Object.defineProperty(exports, "ValidationSeverity", {
499
- enumerable: true,
500
- get: function get() {
501
- return _ValidationSeverity["default"];
502
- }
503
- });
504
- Object.defineProperty(exports, "VendorSpecificProperty", {
462
+ Object.defineProperty(exports, "UpdateConsistencyGroupApiResponse", {
505
463
  enumerable: true,
506
464
  get: function get() {
507
- return _VendorSpecificProperty["default"];
465
+ return _UpdateConsistencyGroupApiResponse["default"];
508
466
  }
509
467
  });
510
- Object.defineProperty(exports, "Vm", {
468
+ Object.defineProperty(exports, "UpdateRecoveryPointExpirationTimeApiResponse", {
511
469
  enumerable: true,
512
470
  get: function get() {
513
- return _Vm["default"];
471
+ return _UpdateRecoveryPointExpirationTimeApiResponse["default"];
514
472
  }
515
473
  });
516
- Object.defineProperty(exports, "VmRecoveryPointRestorationSpec", {
474
+ Object.defineProperty(exports, "VmRecoveryPoint", {
517
475
  enumerable: true,
518
476
  get: function get() {
519
- return _VmRecoveryPointRestorationSpec["default"];
477
+ return _VmRecoveryPoint["default"];
520
478
  }
521
479
  });
522
- Object.defineProperty(exports, "VmRecoveryPointRestoreApiResponse", {
480
+ Object.defineProperty(exports, "VmRecoveryPointComputeChangedRegionsRequest", {
523
481
  enumerable: true,
524
482
  get: function get() {
525
- return _VmRecoveryPointRestoreApiResponse["default"];
483
+ return _VmRecoveryPointComputeChangedRegionsRequest["default"];
526
484
  }
527
485
  });
528
486
  Object.defineProperty(exports, "VmRecoveryPointRestoreOverride", {
@@ -531,24 +489,6 @@ Object.defineProperty(exports, "VmRecoveryPointRestoreOverride", {
531
489
  return _VmRecoveryPointRestoreOverride["default"];
532
490
  }
533
491
  });
534
- Object.defineProperty(exports, "VmSubRecoveryPoint", {
535
- enumerable: true,
536
- get: function get() {
537
- return _VmSubRecoveryPoint["default"];
538
- }
539
- });
540
- Object.defineProperty(exports, "VmSubRecoveryPointProjection", {
541
- enumerable: true,
542
- get: function get() {
543
- return _VmSubRecoveryPointProjection["default"];
544
- }
545
- });
546
- Object.defineProperty(exports, "VolumeGroup", {
547
- enumerable: true,
548
- get: function get() {
549
- return _VolumeGroup["default"];
550
- }
551
- });
552
492
  Object.defineProperty(exports, "VolumeGroupOverrideSpec", {
553
493
  enumerable: true,
554
494
  get: function get() {
@@ -561,28 +501,10 @@ Object.defineProperty(exports, "VolumeGroupRecoveryPoint", {
561
501
  return _VolumeGroupRecoveryPoint["default"];
562
502
  }
563
503
  });
564
- Object.defineProperty(exports, "VolumeGroupRecoveryPointApiResponse", {
504
+ Object.defineProperty(exports, "VolumeGroupRecoveryPointComputeChangedRegionsRequest", {
565
505
  enumerable: true,
566
506
  get: function get() {
567
- return _VolumeGroupRecoveryPointApiResponse["default"];
568
- }
569
- });
570
- Object.defineProperty(exports, "VolumeGroupRecoveryPointListApiResponse", {
571
- enumerable: true,
572
- get: function get() {
573
- return _VolumeGroupRecoveryPointListApiResponse["default"];
574
- }
575
- });
576
- Object.defineProperty(exports, "VolumeGroupRecoveryPointRestorationSpec", {
577
- enumerable: true,
578
- get: function get() {
579
- return _VolumeGroupRecoveryPointRestorationSpec["default"];
580
- }
581
- });
582
- Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreApiResponse", {
583
- enumerable: true,
584
- get: function get() {
585
- return _VolumeGroupRecoveryPointRestoreApiResponse["default"];
507
+ return _VolumeGroupRecoveryPointComputeChangedRegionsRequest["default"];
586
508
  }
587
509
  });
588
510
  Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreOverride", {
@@ -591,18 +513,6 @@ Object.defineProperty(exports, "VolumeGroupRecoveryPointRestoreOverride", {
591
513
  return _VolumeGroupRecoveryPointRestoreOverride["default"];
592
514
  }
593
515
  });
594
- Object.defineProperty(exports, "VolumeGroupSubRecoveryPoint", {
595
- enumerable: true,
596
- get: function get() {
597
- return _VolumeGroupSubRecoveryPoint["default"];
598
- }
599
- });
600
- Object.defineProperty(exports, "VolumeGroupSubRecoveryPointProjection", {
601
- enumerable: true,
602
- get: function get() {
603
- return _VolumeGroupSubRecoveryPointProjection["default"];
604
- }
605
- });
606
516
  Object.defineProperty(exports, "VolumeGroupSyncContext", {
607
517
  enumerable: true,
608
518
  get: function get() {
@@ -621,12 +531,6 @@ Object.defineProperty(exports, "Witness", {
621
531
  return _Witness["default"];
622
532
  }
623
533
  });
624
- Object.defineProperty(exports, "WitnessApiResponse", {
625
- enumerable: true,
626
- get: function get() {
627
- return _WitnessApiResponse["default"];
628
- }
629
- });
630
534
  Object.defineProperty(exports, "WitnessAvailabilityStatus", {
631
535
  enumerable: true,
632
536
  get: function get() {
@@ -635,7 +539,8 @@ Object.defineProperty(exports, "WitnessAvailabilityStatus", {
635
539
  });
636
540
  exports["default"] = void 0;
637
541
  var _ApiClient = require("./ApiClient");
638
- var _consistencygroupEndpoints = require("./apis/consistencygroup-endpoints");
542
+ var _protectedresourcesEndpoints = require("./apis/protectedresources-endpoints");
543
+ var _recoverypointsEndpoints = require("./apis/recoverypoints-endpoints");
639
544
  var _Flag = _interopRequireDefault(require("./models/common/v1/config/Flag"));
640
545
  var _IPv4Address = _interopRequireDefault(require("./models/common/v1/config/IPv4Address"));
641
546
  var _KVPair = _interopRequireDefault(require("./models/common/v1/config/KVPair"));
@@ -648,104 +553,88 @@ var _ExternalizableAbstractModel = _interopRequireDefault(require("./models/comm
648
553
  var _BaseRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/common/BaseRecoveryPoint"));
649
554
  var _RecoveryPointStatus = _interopRequireDefault(require("./models/dataprotection/v4/common/RecoveryPointStatus"));
650
555
  var _RecoveryPointType = _interopRequireDefault(require("./models/dataprotection/v4/common/RecoveryPointType"));
651
- var _VendorSpecificProperty = _interopRequireDefault(require("./models/dataprotection/v4/common/VendorSpecificProperty"));
652
556
  var _AhvVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/AhvVmOverrideSpec"));
557
+ var _AmazonS3Bucket = _interopRequireDefault(require("./models/dataprotection/v4/config/AmazonS3Bucket"));
558
+ var _AzureBlobStorageContainer = _interopRequireDefault(require("./models/dataprotection/v4/config/AzureBlobStorageContainer"));
653
559
  var _Category = _interopRequireDefault(require("./models/dataprotection/v4/config/Category"));
654
- var _ChangedRegions = _interopRequireDefault(require("./models/dataprotection/v4/config/ChangedRegions"));
655
- var _ChangedRegionsListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ChangedRegionsListApiResponse"));
656
560
  var _ClusterReference = _interopRequireDefault(require("./models/dataprotection/v4/config/ClusterReference"));
561
+ var _ComputeChangedRegionsResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ComputeChangedRegionsResponse"));
562
+ var _ComputeChangedRegionsResponseModel = _interopRequireDefault(require("./models/dataprotection/v4/config/ComputeChangedRegionsResponseModel"));
657
563
  var _ConsistencyGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroup"));
658
- var _ConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupApiResponse"));
659
- var _ConsistencyGroupListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupListApiResponse"));
660
564
  var _ConsistencyGroupMember = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMember"));
661
565
  var _ConsistencyGroupMemberType = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMemberType"));
662
- var _ConsistencyGroupMigrateApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMigrateApiResponse"));
663
566
  var _ConsistencyGroupMigrationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec"));
664
567
  var _ConsistencyGroupProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupProjection"));
665
- var _ConsistencyGroupRecoveryPointSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupRecoveryPointSpec"));
666
- var _CreateConsistencyGroupRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupRecoveryPointApiResponse"));
568
+ var _CreateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse"));
667
569
  var _CreateRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateRecoveryPointApiResponse"));
668
- var _DataProtectionInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionInfo"));
669
570
  var _DataProtectionSiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionSiteReference"));
670
571
  var _DeleteConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse"));
671
572
  var _DeleteRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse"));
672
573
  var _DisasterRecoveryLocation = _interopRequireDefault(require("./models/dataprotection/v4/config/DisasterRecoveryLocation"));
673
- var _Disk = _interopRequireDefault(require("./models/dataprotection/v4/config/Disk"));
674
574
  var _DiskRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/DiskRecoveryPoint"));
675
- var _DiskRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DiskRecoveryPointApiResponse"));
676
- var _DiskRecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DiskRecoveryPointListApiResponse"));
677
575
  var _EsxiVmOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/EsxiVmOverrideSpec"));
678
- var _HardwareArchitecture = _interopRequireDefault(require("./models/dataprotection/v4/config/HardwareArchitecture"));
576
+ var _ExpirationTimeSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ExpirationTimeSpec"));
577
+ var _GetProtectedResourceApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetProtectedResourceApiResponse"));
578
+ var _GetRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetRecoveryPointApiResponse"));
679
579
  var _HostReference = _interopRequireDefault(require("./models/dataprotection/v4/config/HostReference"));
680
580
  var _HostType = _interopRequireDefault(require("./models/dataprotection/v4/config/HostType"));
681
- var _HypervisorType = _interopRequireDefault(require("./models/dataprotection/v4/config/HypervisorType"));
682
581
  var _IpAddress = _interopRequireDefault(require("./models/dataprotection/v4/config/IpAddress"));
582
+ var _ListRecoveryPointsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPointsApiResponse"));
683
583
  var _LocationReference = _interopRequireDefault(require("./models/dataprotection/v4/config/LocationReference"));
684
- var _PowerState = _interopRequireDefault(require("./models/dataprotection/v4/config/PowerState"));
584
+ var _MigrateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse"));
585
+ var _NutanixObjectsBucket = _interopRequireDefault(require("./models/dataprotection/v4/config/NutanixObjectsBucket"));
586
+ var _ObjectStorageType = _interopRequireDefault(require("./models/dataprotection/v4/config/ObjectStorageType"));
587
+ var _ProtectedEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedEntityType"));
685
588
  var _ProtectedResource = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResource"));
686
- var _ProtectedResourceApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceApiResponse"));
687
- var _ProtectedResourceEntityType = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceEntityType"));
688
589
  var _ProtectedResourcePromoteApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse"));
689
590
  var _ProtectedResourceReplicationStatus = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceReplicationStatus"));
690
591
  var _ProtectedResourceRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse"));
691
592
  var _ProtectedResourceRestoreSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ProtectedResourceRestoreSpec"));
692
593
  var _RecoveryInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryInfo"));
693
594
  var _RecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPoint"));
694
- var _RecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointApiResponse"));
695
- var _RecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointListApiResponse"));
595
+ var _RecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointProjection"));
696
596
  var _RecoveryPointReplicateApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointReplicateApiResponse"));
697
597
  var _RecoveryPointReplicationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointReplicationSpec"));
598
+ var _RecoveryPointRepository = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRepository"));
599
+ var _RecoveryPointRepositoryProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRepositoryProjection"));
698
600
  var _RecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRestorationSpec"));
699
601
  var _RecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RecoveryPointRestoreApiResponse"));
700
- var _Regions = _interopRequireDefault(require("./models/dataprotection/v4/config/Regions"));
602
+ var _RedirectionResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RedirectionResponse"));
603
+ var _Region = _interopRequireDefault(require("./models/dataprotection/v4/config/Region"));
604
+ var _RegionResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/RegionResponse"));
605
+ var _RegionType = _interopRequireDefault(require("./models/dataprotection/v4/config/RegionType"));
701
606
  var _ReplicationState = _interopRequireDefault(require("./models/dataprotection/v4/config/ReplicationState"));
702
607
  var _RestorableTimeRange = _interopRequireDefault(require("./models/dataprotection/v4/config/RestorableTimeRange"));
703
- var _SetExpirationTimeSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/SetExpirationTimeSpec"));
608
+ var _SiteProtectionInfo = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteProtectionInfo"));
704
609
  var _SiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/SiteReference"));
705
610
  var _Subnet = _interopRequireDefault(require("./models/dataprotection/v4/config/Subnet"));
706
- var _SyncedVolumeGroupByIdApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/SyncedVolumeGroupByIdApiResponse"));
707
611
  var _SynchronousReplicaPromoteApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse"));
612
+ var _UpdateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse"));
708
613
  var _UpdateRecoveryPointExpirationTimeApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse"));
709
- var _VMRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VMRecoveryPoint"));
710
- var _VMRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VMRecoveryPointApiResponse"));
711
- var _VMRecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VMRecoveryPointListApiResponse"));
712
- var _ValidateRecoveryPointResult = _interopRequireDefault(require("./models/dataprotection/v4/config/ValidateRecoveryPointResult"));
713
- var _ValidateRestoreVmRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ValidateRestoreVmRecoveryPointApiResponse"));
714
- var _ValidationSeverity = _interopRequireDefault(require("./models/dataprotection/v4/config/ValidationSeverity"));
715
- var _Vm = _interopRequireDefault(require("./models/dataprotection/v4/config/Vm"));
716
- var _VmRecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestorationSpec"));
717
- var _VmRecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestoreApiResponse"));
614
+ var _VmRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPoint"));
615
+ var _VmRecoveryPointComputeChangedRegionsRequest = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointComputeChangedRegionsRequest"));
718
616
  var _VmRecoveryPointRestoreOverride = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride"));
719
- var _VmSubRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VmSubRecoveryPoint"));
720
- var _VmSubRecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/VmSubRecoveryPointProjection"));
721
- var _VolumeGroup = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroup"));
722
617
  var _VolumeGroupOverrideSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupOverrideSpec"));
723
618
  var _VolumeGroupRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPoint"));
724
- var _VolumeGroupRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointApiResponse"));
725
- var _VolumeGroupRecoveryPointListApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointListApiResponse"));
726
- var _VolumeGroupRecoveryPointRestorationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestorationSpec"));
727
- var _VolumeGroupRecoveryPointRestoreApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreApiResponse"));
619
+ var _VolumeGroupRecoveryPointComputeChangedRegionsRequest = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointComputeChangedRegionsRequest"));
728
620
  var _VolumeGroupRecoveryPointRestoreOverride = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride"));
729
- var _VolumeGroupSubRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupSubRecoveryPoint"));
730
- var _VolumeGroupSubRecoveryPointProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupSubRecoveryPointProjection"));
731
621
  var _VolumeGroupSyncContext = _interopRequireDefault(require("./models/dataprotection/v4/config/VolumeGroupSyncContext"));
732
622
  var _VpcReference = _interopRequireDefault(require("./models/dataprotection/v4/config/VpcReference"));
733
623
  var _Witness = _interopRequireDefault(require("./models/dataprotection/v4/config/Witness"));
734
- var _WitnessApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/WitnessApiResponse"));
735
624
  var _WitnessAvailabilityStatus = _interopRequireDefault(require("./models/dataprotection/v4/config/WitnessAvailabilityStatus"));
736
625
  var _AppMessage = _interopRequireDefault(require("./models/dataprotection/v4/error/AppMessage"));
737
626
  var _ErrorResponse = _interopRequireDefault(require("./models/dataprotection/v4/error/ErrorResponse"));
738
627
  var _SchemaValidationError = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationError"));
739
628
  var _SchemaValidationErrorMessage = _interopRequireDefault(require("./models/dataprotection/v4/error/SchemaValidationErrorMessage"));
740
629
  var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
741
- var _Task = _interopRequireDefault(require("./models/storage/v4/config/Task"));
742
630
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
743
631
  // Export base files
744
632
  // Export APIs
745
633
  // Export models
746
- var _default = {
634
+ var _default = exports["default"] = {
747
635
  ApiClient: _ApiClient.ApiClient,
748
- ConsistencyGroupApi: _consistencygroupEndpoints.ConsistencyGroupApi,
636
+ ProtectedResourcesApi: _protectedresourcesEndpoints.ProtectedResourcesApi,
637
+ RecoveryPointsApi: _recoverypointsEndpoints.RecoveryPointsApi,
749
638
  Flag: _Flag["default"],
750
639
  IPv4Address: _IPv4Address["default"],
751
640
  KVPair: _KVPair["default"],
@@ -758,96 +647,78 @@ var _default = {
758
647
  BaseRecoveryPoint: _BaseRecoveryPoint["default"],
759
648
  RecoveryPointStatus: _RecoveryPointStatus["default"],
760
649
  RecoveryPointType: _RecoveryPointType["default"],
761
- VendorSpecificProperty: _VendorSpecificProperty["default"],
762
650
  AhvVmOverrideSpec: _AhvVmOverrideSpec["default"],
651
+ AmazonS3Bucket: _AmazonS3Bucket["default"],
652
+ AzureBlobStorageContainer: _AzureBlobStorageContainer["default"],
763
653
  Category: _Category["default"],
764
- ChangedRegions: _ChangedRegions["default"],
765
- ChangedRegionsListApiResponse: _ChangedRegionsListApiResponse["default"],
766
654
  ClusterReference: _ClusterReference["default"],
655
+ ComputeChangedRegionsResponse: _ComputeChangedRegionsResponse["default"],
656
+ ComputeChangedRegionsResponseModel: _ComputeChangedRegionsResponseModel["default"],
767
657
  ConsistencyGroup: _ConsistencyGroup["default"],
768
- ConsistencyGroupApiResponse: _ConsistencyGroupApiResponse["default"],
769
- ConsistencyGroupListApiResponse: _ConsistencyGroupListApiResponse["default"],
770
658
  ConsistencyGroupMember: _ConsistencyGroupMember["default"],
771
659
  ConsistencyGroupMemberType: _ConsistencyGroupMemberType["default"],
772
- ConsistencyGroupMigrateApiResponse: _ConsistencyGroupMigrateApiResponse["default"],
773
660
  ConsistencyGroupMigrationSpec: _ConsistencyGroupMigrationSpec["default"],
774
661
  ConsistencyGroupProjection: _ConsistencyGroupProjection["default"],
775
- ConsistencyGroupRecoveryPointSpec: _ConsistencyGroupRecoveryPointSpec["default"],
776
- CreateConsistencyGroupRecoveryPointApiResponse: _CreateConsistencyGroupRecoveryPointApiResponse["default"],
662
+ CreateConsistencyGroupApiResponse: _CreateConsistencyGroupApiResponse["default"],
777
663
  CreateRecoveryPointApiResponse: _CreateRecoveryPointApiResponse["default"],
778
- DataProtectionInfo: _DataProtectionInfo["default"],
779
664
  DataProtectionSiteReference: _DataProtectionSiteReference["default"],
780
665
  DeleteConsistencyGroupApiResponse: _DeleteConsistencyGroupApiResponse["default"],
781
666
  DeleteRecoveryPointApiResponse: _DeleteRecoveryPointApiResponse["default"],
782
667
  DisasterRecoveryLocation: _DisasterRecoveryLocation["default"],
783
- Disk: _Disk["default"],
784
668
  DiskRecoveryPoint: _DiskRecoveryPoint["default"],
785
- DiskRecoveryPointApiResponse: _DiskRecoveryPointApiResponse["default"],
786
- DiskRecoveryPointListApiResponse: _DiskRecoveryPointListApiResponse["default"],
787
669
  EsxiVmOverrideSpec: _EsxiVmOverrideSpec["default"],
788
- HardwareArchitecture: _HardwareArchitecture["default"],
670
+ ExpirationTimeSpec: _ExpirationTimeSpec["default"],
671
+ GetProtectedResourceApiResponse: _GetProtectedResourceApiResponse["default"],
672
+ GetRecoveryPointApiResponse: _GetRecoveryPointApiResponse["default"],
789
673
  HostReference: _HostReference["default"],
790
674
  HostType: _HostType["default"],
791
- HypervisorType: _HypervisorType["default"],
792
675
  IpAddress: _IpAddress["default"],
676
+ ListRecoveryPointsApiResponse: _ListRecoveryPointsApiResponse["default"],
793
677
  LocationReference: _LocationReference["default"],
794
- PowerState: _PowerState["default"],
678
+ MigrateConsistencyGroupApiResponse: _MigrateConsistencyGroupApiResponse["default"],
679
+ NutanixObjectsBucket: _NutanixObjectsBucket["default"],
680
+ ObjectStorageType: _ObjectStorageType["default"],
681
+ ProtectedEntityType: _ProtectedEntityType["default"],
795
682
  ProtectedResource: _ProtectedResource["default"],
796
- ProtectedResourceApiResponse: _ProtectedResourceApiResponse["default"],
797
- ProtectedResourceEntityType: _ProtectedResourceEntityType["default"],
798
683
  ProtectedResourcePromoteApiResponse: _ProtectedResourcePromoteApiResponse["default"],
799
684
  ProtectedResourceReplicationStatus: _ProtectedResourceReplicationStatus["default"],
800
685
  ProtectedResourceRestoreApiResponse: _ProtectedResourceRestoreApiResponse["default"],
801
686
  ProtectedResourceRestoreSpec: _ProtectedResourceRestoreSpec["default"],
802
687
  RecoveryInfo: _RecoveryInfo["default"],
803
688
  RecoveryPoint: _RecoveryPoint["default"],
804
- RecoveryPointApiResponse: _RecoveryPointApiResponse["default"],
805
- RecoveryPointListApiResponse: _RecoveryPointListApiResponse["default"],
689
+ RecoveryPointProjection: _RecoveryPointProjection["default"],
806
690
  RecoveryPointReplicateApiResponse: _RecoveryPointReplicateApiResponse["default"],
807
691
  RecoveryPointReplicationSpec: _RecoveryPointReplicationSpec["default"],
692
+ RecoveryPointRepository: _RecoveryPointRepository["default"],
693
+ RecoveryPointRepositoryProjection: _RecoveryPointRepositoryProjection["default"],
808
694
  RecoveryPointRestorationSpec: _RecoveryPointRestorationSpec["default"],
809
695
  RecoveryPointRestoreApiResponse: _RecoveryPointRestoreApiResponse["default"],
810
- Regions: _Regions["default"],
696
+ RedirectionResponse: _RedirectionResponse["default"],
697
+ Region: _Region["default"],
698
+ RegionResponse: _RegionResponse["default"],
699
+ RegionType: _RegionType["default"],
811
700
  ReplicationState: _ReplicationState["default"],
812
701
  RestorableTimeRange: _RestorableTimeRange["default"],
813
- SetExpirationTimeSpec: _SetExpirationTimeSpec["default"],
702
+ SiteProtectionInfo: _SiteProtectionInfo["default"],
814
703
  SiteReference: _SiteReference["default"],
815
704
  Subnet: _Subnet["default"],
816
- SyncedVolumeGroupByIdApiResponse: _SyncedVolumeGroupByIdApiResponse["default"],
817
705
  SynchronousReplicaPromoteApiResponse: _SynchronousReplicaPromoteApiResponse["default"],
706
+ UpdateConsistencyGroupApiResponse: _UpdateConsistencyGroupApiResponse["default"],
818
707
  UpdateRecoveryPointExpirationTimeApiResponse: _UpdateRecoveryPointExpirationTimeApiResponse["default"],
819
- VMRecoveryPoint: _VMRecoveryPoint["default"],
820
- VMRecoveryPointApiResponse: _VMRecoveryPointApiResponse["default"],
821
- VMRecoveryPointListApiResponse: _VMRecoveryPointListApiResponse["default"],
822
- ValidateRecoveryPointResult: _ValidateRecoveryPointResult["default"],
823
- ValidateRestoreVmRecoveryPointApiResponse: _ValidateRestoreVmRecoveryPointApiResponse["default"],
824
- ValidationSeverity: _ValidationSeverity["default"],
825
- Vm: _Vm["default"],
826
- VmRecoveryPointRestorationSpec: _VmRecoveryPointRestorationSpec["default"],
827
- VmRecoveryPointRestoreApiResponse: _VmRecoveryPointRestoreApiResponse["default"],
708
+ VmRecoveryPoint: _VmRecoveryPoint["default"],
709
+ VmRecoveryPointComputeChangedRegionsRequest: _VmRecoveryPointComputeChangedRegionsRequest["default"],
828
710
  VmRecoveryPointRestoreOverride: _VmRecoveryPointRestoreOverride["default"],
829
- VmSubRecoveryPoint: _VmSubRecoveryPoint["default"],
830
- VmSubRecoveryPointProjection: _VmSubRecoveryPointProjection["default"],
831
- VolumeGroup: _VolumeGroup["default"],
832
711
  VolumeGroupOverrideSpec: _VolumeGroupOverrideSpec["default"],
833
712
  VolumeGroupRecoveryPoint: _VolumeGroupRecoveryPoint["default"],
834
- VolumeGroupRecoveryPointApiResponse: _VolumeGroupRecoveryPointApiResponse["default"],
835
- VolumeGroupRecoveryPointListApiResponse: _VolumeGroupRecoveryPointListApiResponse["default"],
836
- VolumeGroupRecoveryPointRestorationSpec: _VolumeGroupRecoveryPointRestorationSpec["default"],
837
- VolumeGroupRecoveryPointRestoreApiResponse: _VolumeGroupRecoveryPointRestoreApiResponse["default"],
713
+ VolumeGroupRecoveryPointComputeChangedRegionsRequest: _VolumeGroupRecoveryPointComputeChangedRegionsRequest["default"],
838
714
  VolumeGroupRecoveryPointRestoreOverride: _VolumeGroupRecoveryPointRestoreOverride["default"],
839
- VolumeGroupSubRecoveryPoint: _VolumeGroupSubRecoveryPoint["default"],
840
- VolumeGroupSubRecoveryPointProjection: _VolumeGroupSubRecoveryPointProjection["default"],
841
715
  VolumeGroupSyncContext: _VolumeGroupSyncContext["default"],
842
716
  VpcReference: _VpcReference["default"],
843
717
  Witness: _Witness["default"],
844
- WitnessApiResponse: _WitnessApiResponse["default"],
845
718
  WitnessAvailabilityStatus: _WitnessAvailabilityStatus["default"],
846
719
  AppMessage: _AppMessage["default"],
847
720
  ErrorResponse: _ErrorResponse["default"],
848
721
  SchemaValidationError: _SchemaValidationError["default"],
849
722
  SchemaValidationErrorMessage: _SchemaValidationErrorMessage["default"],
850
- TaskReference: _TaskReference["default"],
851
- Task: _Task["default"]
852
- };
853
- exports["default"] = _default;
723
+ TaskReference: _TaskReference["default"]
724
+ };