@nutanix-scratch/dataprotection-js-client 4.0.1-alpha.4

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