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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (666) hide show
  1. package/README.md +21 -19
  2. package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -1
  3. package/dist/Ntnx-Dataprotection-js-client.js +188 -254
  4. package/dist/es/ApiClient.d.ts +1 -1
  5. package/dist/es/ApiClient.js +6 -6
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +3 -3
  8. package/dist/es/apis/dataprotectionclustercapabilities-endpoints.d.ts +2 -2
  9. package/dist/es/apis/dataprotectionclustercapabilities-endpoints.js +5 -5
  10. package/dist/es/apis/protectedresources-endpoints.d.ts +1 -1
  11. package/dist/es/apis/protectedresources-endpoints.js +6 -6
  12. package/dist/es/apis/recoveryplanactions-endpoints.d.ts +1 -1
  13. package/dist/es/apis/recoveryplanactions-endpoints.js +8 -8
  14. package/dist/es/apis/recoveryplanjobs-endpoints.d.ts +4 -4
  15. package/dist/es/apis/recoveryplanjobs-endpoints.js +11 -11
  16. package/dist/es/apis/recoverypoints-endpoints.d.ts +2 -2
  17. package/dist/es/apis/recoverypoints-endpoints.js +16 -16
  18. package/dist/es/index.d.ts +1 -13
  19. package/dist/es/index.js +0 -48
  20. package/dist/es/models/common/v1/config/EntityReference.d.ts +1 -1
  21. package/dist/es/models/common/v1/config/EntityReference.js +3 -3
  22. package/dist/es/models/common/v1/config/EntityType.js +2 -2
  23. package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
  24. package/dist/es/models/common/v1/config/Flag.js +3 -3
  25. package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
  26. package/dist/es/models/common/v1/config/IPAddress.js +3 -3
  27. package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
  28. package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
  29. package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
  30. package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
  31. package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
  32. package/dist/es/models/common/v1/config/KVPair.js +3 -3
  33. package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  34. package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
  35. package/dist/es/models/common/v1/config/Message.d.ts +1 -1
  36. package/dist/es/models/common/v1/config/Message.js +3 -3
  37. package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
  38. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  39. package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
  40. package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
  41. package/dist/es/models/common/v1/response/ApiLink.js +3 -3
  42. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  43. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
  44. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  45. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  46. package/dist/es/models/dataprotection/v4/common/BackupType.js +2 -2
  47. package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +1 -1
  48. package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +3 -3
  49. package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -1
  50. package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +3 -3
  51. package/dist/es/models/dataprotection/v4/common/ClusterInfo.d.ts +1 -1
  52. package/dist/es/models/dataprotection/v4/common/ClusterInfo.js +4 -4
  53. package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +1 -1
  54. package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.js +3 -3
  55. package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +2 -2
  56. package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +2 -2
  57. package/dist/es/models/dataprotection/v4/common/VssProperties.d.ts +1 -1
  58. package/dist/es/models/dataprotection/v4/common/VssProperties.js +3 -3
  59. package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +1 -1
  60. package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +4 -4
  61. package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +1 -1
  62. package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.js +4 -4
  63. package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +1 -1
  64. package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.js +4 -4
  65. package/dist/es/models/dataprotection/v4/config/Capability.d.ts +1 -1
  66. package/dist/es/models/dataprotection/v4/config/Capability.js +4 -4
  67. package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +1 -1
  68. package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.js +5 -5
  69. package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -1
  70. package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +5 -7
  71. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +1 -1
  72. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +4 -4
  73. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +2 -2
  74. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +1 -1
  75. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +4 -4
  76. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
  77. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +4 -4
  78. package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +1 -1
  79. package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +5 -5
  80. package/dist/es/models/dataprotection/v4/config/CreationTimeRange.d.ts +1 -1
  81. package/dist/es/models/dataprotection/v4/config/CreationTimeRange.js +4 -4
  82. package/dist/es/models/dataprotection/v4/config/DataProtectionCapabilityName.js +2 -2
  83. package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapability.d.ts +1 -1
  84. package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapability.js +4 -4
  85. package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.d.ts +1 -1
  86. package/dist/es/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.js +4 -4
  87. package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +1 -1
  88. package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +4 -4
  89. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts +1 -1
  90. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.js +5 -5
  91. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +1 -1
  92. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +5 -5
  93. package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +1 -1
  94. package/dist/es/models/dataprotection/v4/config/DisasterRecoveryLocation.js +4 -4
  95. package/dist/es/models/dataprotection/v4/config/EntityRecoveryResult.d.ts +1 -1
  96. package/dist/es/models/dataprotection/v4/config/EntityRecoveryResult.js +4 -4
  97. package/dist/es/models/dataprotection/v4/config/EntityReference.d.ts +1 -1
  98. package/dist/es/models/dataprotection/v4/config/EntityReference.js +4 -4
  99. package/dist/es/models/dataprotection/v4/config/ErrorGroup.js +2 -2
  100. package/dist/es/models/dataprotection/v4/config/ErrorMessage.d.ts +1 -1
  101. package/dist/es/models/dataprotection/v4/config/ErrorMessage.js +4 -4
  102. package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +1 -1
  103. package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +4 -4
  104. package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityReference.d.ts +1 -1
  105. package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityReference.js +4 -4
  106. package/dist/es/models/dataprotection/v4/config/ExecutionStepEntityType.js +2 -2
  107. package/dist/es/models/dataprotection/v4/config/ExecutionStepResult.d.ts +1 -1
  108. package/dist/es/models/dataprotection/v4/config/ExecutionStepResult.js +4 -4
  109. package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +1 -1
  110. package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.js +4 -4
  111. package/dist/es/models/dataprotection/v4/config/FailoverDirection.d.ts +1 -1
  112. package/dist/es/models/dataprotection/v4/config/FailoverDirection.js +4 -4
  113. package/dist/es/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.d.ts +1 -1
  114. package/dist/es/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.js +4 -4
  115. package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +1 -1
  116. package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +5 -5
  117. package/dist/es/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.d.ts +1 -1
  118. package/dist/es/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.js +5 -5
  119. package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +1 -1
  120. package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +5 -5
  121. package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +1 -1
  122. package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +5 -5
  123. package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +1 -1
  124. package/dist/es/models/dataprotection/v4/config/HostReference.js +4 -4
  125. package/dist/es/models/dataprotection/v4/config/HostType.js +2 -2
  126. package/dist/es/models/dataprotection/v4/config/HypervisorType.js +2 -2
  127. package/dist/es/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.d.ts +1 -1
  128. package/dist/es/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.js +5 -5
  129. package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.d.ts +1 -1
  130. package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.js +5 -5
  131. package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.d.ts +1 -1
  132. package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.js +5 -5
  133. package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.d.ts +1 -1
  134. package/dist/es/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.js +5 -5
  135. package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +1 -1
  136. package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +5 -5
  137. package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +1 -1
  138. package/dist/es/models/dataprotection/v4/config/LocationReference.js +4 -4
  139. package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +1 -1
  140. package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +4 -4
  141. package/dist/es/models/dataprotection/v4/config/ObjectStorageType.js +2 -2
  142. package/dist/es/models/dataprotection/v4/config/OperationType.js +2 -2
  143. package/dist/es/models/dataprotection/v4/config/PhaseSummary.d.ts +1 -1
  144. package/dist/es/models/dataprotection/v4/config/PhaseSummary.js +4 -4
  145. package/dist/es/models/dataprotection/v4/config/ProtectedEntityType.js +2 -2
  146. package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +1 -1
  147. package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +4 -4
  148. package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +1 -1
  149. package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +5 -5
  150. package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +2 -2
  151. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +1 -1
  152. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +5 -5
  153. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +1 -1
  154. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +4 -4
  155. package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +1 -1
  156. package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +4 -4
  157. package/dist/es/models/dataprotection/v4/config/RecoveryPlanActionType.js +2 -2
  158. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJob.d.ts +12 -1
  159. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJob.js +37 -4
  160. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.js +2 -2
  161. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.d.ts +1 -1
  162. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.js +4 -4
  163. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.d.ts +1 -1
  164. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.js +4 -4
  165. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.js +2 -2
  166. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobProjection.d.ts +1 -1
  167. package/dist/es/models/dataprotection/v4/config/RecoveryPlanJobProjection.js +4 -4
  168. package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationError.d.ts +1 -1
  169. package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationError.js +4 -4
  170. package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.d.ts +1 -1
  171. package/dist/es/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.js +4 -4
  172. package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +1 -1
  173. package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +4 -4
  174. package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
  175. package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +4 -4
  176. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +1 -1
  177. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +5 -5
  178. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +1 -1
  179. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +4 -4
  180. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -1
  181. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +4 -4
  182. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
  183. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +4 -4
  184. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +12 -1
  185. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +41 -4
  186. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +1 -1
  187. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +5 -5
  188. package/dist/es/models/dataprotection/v4/config/RecycleBinEntry.d.ts +1 -1
  189. package/dist/es/models/dataprotection/v4/config/RecycleBinEntry.js +4 -4
  190. package/dist/es/models/dataprotection/v4/config/RecycleBinVm.d.ts +1 -1
  191. package/dist/es/models/dataprotection/v4/config/RecycleBinVm.js +4 -4
  192. package/dist/es/models/dataprotection/v4/config/RecycleBinVmProjection.d.ts +1 -1
  193. package/dist/es/models/dataprotection/v4/config/RecycleBinVmProjection.js +4 -4
  194. package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroup.d.ts +1 -1
  195. package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroup.js +4 -4
  196. package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.d.ts +1 -1
  197. package/dist/es/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.js +4 -4
  198. package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +1 -1
  199. package/dist/es/models/dataprotection/v4/config/ReplicationState.js +4 -4
  200. package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +1 -1
  201. package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +4 -4
  202. package/dist/es/models/dataprotection/v4/config/RootCauseAnalysis.d.ts +1 -1
  203. package/dist/es/models/dataprotection/v4/config/RootCauseAnalysis.js +4 -4
  204. package/dist/es/models/dataprotection/v4/config/Severity.js +2 -2
  205. package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +1 -1
  206. package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.js +4 -4
  207. package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +1 -1
  208. package/dist/es/models/dataprotection/v4/config/SiteReference.js +4 -4
  209. package/dist/es/models/dataprotection/v4/config/StageSummary.d.ts +1 -1
  210. package/dist/es/models/dataprotection/v4/config/StageSummary.js +4 -4
  211. package/dist/es/models/dataprotection/v4/config/Summary.d.ts +1 -1
  212. package/dist/es/models/dataprotection/v4/config/Summary.js +4 -4
  213. package/dist/es/models/dataprotection/v4/config/SynchronousReplicationRole.js +2 -2
  214. package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +1 -1
  215. package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +5 -5
  216. package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +1 -1
  217. package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +4 -4
  218. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +1 -1
  219. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +4 -4
  220. package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +1 -1
  221. package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +4 -4
  222. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +1 -1
  223. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +4 -4
  224. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +1 -1
  225. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +4 -4
  226. package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -1
  227. package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +4 -4
  228. package/dist/es/models/dataprotection/v4/config/Witness.d.ts +1 -1
  229. package/dist/es/models/dataprotection/v4/config/Witness.js +4 -4
  230. package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +2 -2
  231. package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +1 -1
  232. package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +4 -4
  233. package/dist/es/models/dataprotection/v4/content/ChangedRegion.d.ts +1 -1
  234. package/dist/es/models/dataprotection/v4/content/ChangedRegion.js +4 -4
  235. package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +1 -1
  236. package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +5 -5
  237. package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +1 -1
  238. package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +5 -5
  239. package/dist/es/models/dataprotection/v4/content/ClusterDiscoverOperation.js +2 -2
  240. package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +1 -1
  241. package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.js +4 -4
  242. package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +1 -1
  243. package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +4 -4
  244. package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +1 -1
  245. package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.js +4 -4
  246. package/dist/es/models/dataprotection/v4/content/FileWrapper.d.ts +1 -1
  247. package/dist/es/models/dataprotection/v4/content/FileWrapper.js +4 -4
  248. package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +1 -1
  249. package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +5 -5
  250. package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +1 -1
  251. package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +4 -4
  252. package/dist/es/models/dataprotection/v4/content/RegionType.js +2 -2
  253. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
  254. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +4 -4
  255. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -1
  256. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +4 -4
  257. package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +1 -1
  258. package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +4 -4
  259. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
  260. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +4 -4
  261. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +1 -1
  262. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +4 -4
  263. package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +1 -1
  264. package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +4 -4
  265. package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +1 -1
  266. package/dist/es/models/dataprotection/v4/error/AppMessage.js +4 -4
  267. package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +1 -1
  268. package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +4 -9
  269. package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +1 -1
  270. package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +4 -4
  271. package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  272. package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +4 -4
  273. package/dist/es/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.d.ts +1 -1
  274. package/dist/es/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.js +4 -4
  275. package/dist/es/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.d.ts +1 -1
  276. package/dist/es/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.js +5 -5
  277. package/dist/es/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.d.ts +1 -1
  278. package/dist/es/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.js +5 -5
  279. package/dist/es/models/dataprotection/v4/operations/PlannedFailoverSpec.d.ts +1 -1
  280. package/dist/es/models/dataprotection/v4/operations/PlannedFailoverSpec.js +4 -4
  281. package/dist/es/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.d.ts +1 -1
  282. package/dist/es/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.js +5 -5
  283. package/dist/es/models/dataprotection/v4/operations/TestFailoverSpec.d.ts +12 -1
  284. package/dist/es/models/dataprotection/v4/operations/TestFailoverSpec.js +41 -4
  285. package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.d.ts +1 -1
  286. package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.js +5 -5
  287. package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverSpec.d.ts +12 -1
  288. package/dist/es/models/dataprotection/v4/operations/UnplannedFailoverSpec.js +41 -4
  289. package/dist/es/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.d.ts +1 -1
  290. package/dist/es/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.js +5 -5
  291. package/dist/es/models/dataprotection/v4/operations/ValidateSpec.d.ts +1 -1
  292. package/dist/es/models/dataprotection/v4/operations/ValidateSpec.js +4 -4
  293. package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
  294. package/dist/es/models/prism/v4/config/TaskReference.js +4 -4
  295. package/dist/es/models/validation/ValidationError.js +2 -2
  296. package/dist/es/models/vmm/v4/ahv/config/CategoryReference.d.ts +1 -1
  297. package/dist/es/models/vmm/v4/ahv/config/CategoryReference.js +3 -3
  298. package/dist/es/models/vmm/v4/ahv/config/GuestStaticIpSpec.d.ts +1 -1
  299. package/dist/es/models/vmm/v4/ahv/config/GuestStaticIpSpec.js +3 -3
  300. package/dist/es/models/vmm/v4/ahv/config/OwnerReference.d.ts +1 -1
  301. package/dist/es/models/vmm/v4/ahv/config/OwnerReference.js +3 -3
  302. package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +1 -1
  303. package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.js +3 -3
  304. package/dist/es/models/vmm/v4/ahv/config/SubnetReference.d.ts +1 -1
  305. package/dist/es/models/vmm/v4/ahv/config/SubnetReference.js +3 -3
  306. package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +1 -1
  307. package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +3 -3
  308. package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.d.ts +1 -1
  309. package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.js +3 -3
  310. package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.d.ts +1 -1
  311. package/dist/es/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.js +3 -3
  312. package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +1 -1
  313. package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +3 -3
  314. package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +1 -1
  315. package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +3 -3
  316. package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +1 -1
  317. package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +3 -3
  318. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +1 -1
  319. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +3 -3
  320. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +1 -1
  321. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +3 -3
  322. package/dist/es/utils/ValidationUtils.js +2 -2
  323. package/dist/lib/ApiClient.d.ts +1 -1
  324. package/dist/lib/ApiClient.js +6 -6
  325. package/dist/lib/Paginable.d.ts +1 -1
  326. package/dist/lib/Paginable.js +3 -3
  327. package/dist/lib/apis/dataprotectionclustercapabilities-endpoints.d.ts +2 -2
  328. package/dist/lib/apis/dataprotectionclustercapabilities-endpoints.js +5 -5
  329. package/dist/lib/apis/protectedresources-endpoints.d.ts +1 -1
  330. package/dist/lib/apis/protectedresources-endpoints.js +6 -6
  331. package/dist/lib/apis/recoveryplanactions-endpoints.d.ts +1 -1
  332. package/dist/lib/apis/recoveryplanactions-endpoints.js +8 -8
  333. package/dist/lib/apis/recoveryplanjobs-endpoints.d.ts +4 -4
  334. package/dist/lib/apis/recoveryplanjobs-endpoints.js +11 -11
  335. package/dist/lib/apis/recoverypoints-endpoints.d.ts +2 -2
  336. package/dist/lib/apis/recoverypoints-endpoints.js +16 -16
  337. package/dist/lib/index.d.ts +1 -13
  338. package/dist/lib/index.js +0 -48
  339. package/dist/lib/models/common/v1/config/EntityReference.d.ts +1 -1
  340. package/dist/lib/models/common/v1/config/EntityReference.js +3 -3
  341. package/dist/lib/models/common/v1/config/EntityType.js +2 -2
  342. package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
  343. package/dist/lib/models/common/v1/config/Flag.js +3 -3
  344. package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
  345. package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
  346. package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
  347. package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
  348. package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
  349. package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
  350. package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
  351. package/dist/lib/models/common/v1/config/KVPair.js +3 -3
  352. package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  353. package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
  354. package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
  355. package/dist/lib/models/common/v1/config/Message.js +3 -3
  356. package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
  357. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  358. package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
  359. package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
  360. package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
  361. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  362. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
  363. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  364. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  365. package/dist/lib/models/dataprotection/v4/common/BackupType.js +2 -2
  366. package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +1 -1
  367. package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +3 -3
  368. package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -1
  369. package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +3 -3
  370. package/dist/lib/models/dataprotection/v4/common/ClusterInfo.d.ts +1 -1
  371. package/dist/lib/models/dataprotection/v4/common/ClusterInfo.js +4 -4
  372. package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +1 -1
  373. package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.js +3 -3
  374. package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +2 -2
  375. package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +2 -2
  376. package/dist/lib/models/dataprotection/v4/common/VssProperties.d.ts +1 -1
  377. package/dist/lib/models/dataprotection/v4/common/VssProperties.js +3 -3
  378. package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +1 -1
  379. package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +4 -4
  380. package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +1 -1
  381. package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +4 -4
  382. package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +1 -1
  383. package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +4 -4
  384. package/dist/lib/models/dataprotection/v4/config/Capability.d.ts +1 -1
  385. package/dist/lib/models/dataprotection/v4/config/Capability.js +4 -4
  386. package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +1 -1
  387. package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.js +5 -5
  388. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -1
  389. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +5 -7
  390. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +1 -1
  391. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +4 -4
  392. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +2 -2
  393. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +1 -1
  394. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +4 -4
  395. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
  396. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +4 -4
  397. package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +1 -1
  398. package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +5 -5
  399. package/dist/lib/models/dataprotection/v4/config/CreationTimeRange.d.ts +1 -1
  400. package/dist/lib/models/dataprotection/v4/config/CreationTimeRange.js +4 -4
  401. package/dist/lib/models/dataprotection/v4/config/DataProtectionCapabilityName.js +2 -2
  402. package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapability.d.ts +1 -1
  403. package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapability.js +4 -4
  404. package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.d.ts +1 -1
  405. package/dist/lib/models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection.js +4 -4
  406. package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +1 -1
  407. package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +4 -4
  408. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.d.ts +1 -1
  409. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse.js +5 -5
  410. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +1 -1
  411. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +5 -5
  412. package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.d.ts +1 -1
  413. package/dist/lib/models/dataprotection/v4/config/DisasterRecoveryLocation.js +4 -4
  414. package/dist/lib/models/dataprotection/v4/config/EntityRecoveryResult.d.ts +1 -1
  415. package/dist/lib/models/dataprotection/v4/config/EntityRecoveryResult.js +4 -4
  416. package/dist/lib/models/dataprotection/v4/config/EntityReference.d.ts +1 -1
  417. package/dist/lib/models/dataprotection/v4/config/EntityReference.js +4 -4
  418. package/dist/lib/models/dataprotection/v4/config/ErrorGroup.js +2 -2
  419. package/dist/lib/models/dataprotection/v4/config/ErrorMessage.d.ts +1 -1
  420. package/dist/lib/models/dataprotection/v4/config/ErrorMessage.js +4 -4
  421. package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +1 -1
  422. package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +4 -4
  423. package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityReference.d.ts +1 -1
  424. package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityReference.js +4 -4
  425. package/dist/lib/models/dataprotection/v4/config/ExecutionStepEntityType.js +2 -2
  426. package/dist/lib/models/dataprotection/v4/config/ExecutionStepResult.d.ts +1 -1
  427. package/dist/lib/models/dataprotection/v4/config/ExecutionStepResult.js +4 -4
  428. package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +1 -1
  429. package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.js +4 -4
  430. package/dist/lib/models/dataprotection/v4/config/FailoverDirection.d.ts +1 -1
  431. package/dist/lib/models/dataprotection/v4/config/FailoverDirection.js +4 -4
  432. package/dist/lib/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.d.ts +1 -1
  433. package/dist/lib/models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec.js +4 -4
  434. package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +1 -1
  435. package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +5 -5
  436. package/dist/lib/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.d.ts +1 -1
  437. package/dist/lib/models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse.js +5 -5
  438. package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +1 -1
  439. package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +5 -5
  440. package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +1 -1
  441. package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +5 -5
  442. package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +1 -1
  443. package/dist/lib/models/dataprotection/v4/config/HostReference.js +4 -4
  444. package/dist/lib/models/dataprotection/v4/config/HostType.js +2 -2
  445. package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +2 -2
  446. package/dist/lib/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.d.ts +1 -1
  447. package/dist/lib/models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse.js +5 -5
  448. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.d.ts +1 -1
  449. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse.js +5 -5
  450. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.d.ts +1 -1
  451. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse.js +5 -5
  452. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.d.ts +1 -1
  453. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPlanJobsApiResponse.js +5 -5
  454. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +1 -1
  455. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +5 -5
  456. package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +1 -1
  457. package/dist/lib/models/dataprotection/v4/config/LocationReference.js +4 -4
  458. package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +1 -1
  459. package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +4 -4
  460. package/dist/lib/models/dataprotection/v4/config/ObjectStorageType.js +2 -2
  461. package/dist/lib/models/dataprotection/v4/config/OperationType.js +2 -2
  462. package/dist/lib/models/dataprotection/v4/config/PhaseSummary.d.ts +1 -1
  463. package/dist/lib/models/dataprotection/v4/config/PhaseSummary.js +4 -4
  464. package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.js +2 -2
  465. package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +1 -1
  466. package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +4 -4
  467. package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +1 -1
  468. package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +5 -5
  469. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +2 -2
  470. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +1 -1
  471. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +5 -5
  472. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +1 -1
  473. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +4 -4
  474. package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +1 -1
  475. package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +4 -4
  476. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanActionType.js +2 -2
  477. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJob.d.ts +12 -1
  478. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJob.js +37 -4
  479. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStatus.js +2 -2
  480. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.d.ts +1 -1
  481. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStep.js +4 -4
  482. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.d.ts +1 -1
  483. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobExecutionStepProjection.js +4 -4
  484. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobPhaseType.js +2 -2
  485. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobProjection.d.ts +1 -1
  486. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanJobProjection.js +4 -4
  487. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationError.d.ts +1 -1
  488. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationError.js +4 -4
  489. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.d.ts +1 -1
  490. package/dist/lib/models/dataprotection/v4/config/RecoveryPlanValidationErrorProjection.js +4 -4
  491. package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +1 -1
  492. package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +4 -4
  493. package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
  494. package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +4 -4
  495. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +1 -1
  496. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +5 -5
  497. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +1 -1
  498. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +4 -4
  499. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -1
  500. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +4 -4
  501. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
  502. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +4 -4
  503. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +12 -1
  504. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +41 -4
  505. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +1 -1
  506. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +5 -5
  507. package/dist/lib/models/dataprotection/v4/config/RecycleBinEntry.d.ts +1 -1
  508. package/dist/lib/models/dataprotection/v4/config/RecycleBinEntry.js +4 -4
  509. package/dist/lib/models/dataprotection/v4/config/RecycleBinVm.d.ts +1 -1
  510. package/dist/lib/models/dataprotection/v4/config/RecycleBinVm.js +4 -4
  511. package/dist/lib/models/dataprotection/v4/config/RecycleBinVmProjection.d.ts +1 -1
  512. package/dist/lib/models/dataprotection/v4/config/RecycleBinVmProjection.js +4 -4
  513. package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroup.d.ts +1 -1
  514. package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroup.js +4 -4
  515. package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.d.ts +1 -1
  516. package/dist/lib/models/dataprotection/v4/config/RecycleBinVolumeGroupProjection.js +4 -4
  517. package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +1 -1
  518. package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +4 -4
  519. package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +1 -1
  520. package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +4 -4
  521. package/dist/lib/models/dataprotection/v4/config/RootCauseAnalysis.d.ts +1 -1
  522. package/dist/lib/models/dataprotection/v4/config/RootCauseAnalysis.js +4 -4
  523. package/dist/lib/models/dataprotection/v4/config/Severity.js +2 -2
  524. package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +1 -1
  525. package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.js +4 -4
  526. package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +1 -1
  527. package/dist/lib/models/dataprotection/v4/config/SiteReference.js +4 -4
  528. package/dist/lib/models/dataprotection/v4/config/StageSummary.d.ts +1 -1
  529. package/dist/lib/models/dataprotection/v4/config/StageSummary.js +4 -4
  530. package/dist/lib/models/dataprotection/v4/config/Summary.d.ts +1 -1
  531. package/dist/lib/models/dataprotection/v4/config/Summary.js +4 -4
  532. package/dist/lib/models/dataprotection/v4/config/SynchronousReplicationRole.js +2 -2
  533. package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +1 -1
  534. package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +5 -5
  535. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +1 -1
  536. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +4 -4
  537. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +1 -1
  538. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +4 -4
  539. package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +1 -1
  540. package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +4 -4
  541. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +1 -1
  542. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +4 -4
  543. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +1 -1
  544. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +4 -4
  545. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -1
  546. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +4 -4
  547. package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +1 -1
  548. package/dist/lib/models/dataprotection/v4/config/Witness.js +4 -4
  549. package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +2 -2
  550. package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +1 -1
  551. package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +4 -4
  552. package/dist/lib/models/dataprotection/v4/content/ChangedRegion.d.ts +1 -1
  553. package/dist/lib/models/dataprotection/v4/content/ChangedRegion.js +4 -4
  554. package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +1 -1
  555. package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +5 -5
  556. package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +1 -1
  557. package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +5 -5
  558. package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverOperation.js +2 -2
  559. package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +1 -1
  560. package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.js +4 -4
  561. package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +1 -1
  562. package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +4 -4
  563. package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +1 -1
  564. package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.js +4 -4
  565. package/dist/lib/models/dataprotection/v4/content/FileWrapper.d.ts +1 -1
  566. package/dist/lib/models/dataprotection/v4/content/FileWrapper.js +4 -4
  567. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +1 -1
  568. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +5 -5
  569. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +1 -1
  570. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +4 -4
  571. package/dist/lib/models/dataprotection/v4/content/RegionType.js +2 -2
  572. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
  573. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +4 -4
  574. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -1
  575. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +4 -4
  576. package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +1 -1
  577. package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +4 -4
  578. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
  579. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +4 -4
  580. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +1 -1
  581. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +4 -4
  582. package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +1 -1
  583. package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +4 -4
  584. package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +1 -1
  585. package/dist/lib/models/dataprotection/v4/error/AppMessage.js +4 -4
  586. package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +1 -1
  587. package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +4 -9
  588. package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +1 -1
  589. package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +4 -4
  590. package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  591. package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +4 -4
  592. package/dist/lib/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.d.ts +1 -1
  593. package/dist/lib/models/dataprotection/v4/operations/BaseRecoveryPlanActionSpec.js +4 -4
  594. package/dist/lib/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.d.ts +1 -1
  595. package/dist/lib/models/dataprotection/v4/operations/CleanupRecoveryPlanResourcesApiResponse.js +5 -5
  596. package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.d.ts +1 -1
  597. package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverRecoveryPlanApiResponse.js +5 -5
  598. package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverSpec.d.ts +1 -1
  599. package/dist/lib/models/dataprotection/v4/operations/PlannedFailoverSpec.js +4 -4
  600. package/dist/lib/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.d.ts +1 -1
  601. package/dist/lib/models/dataprotection/v4/operations/TestFailoverRecoveryPlanApiResponse.js +5 -5
  602. package/dist/lib/models/dataprotection/v4/operations/TestFailoverSpec.d.ts +12 -1
  603. package/dist/lib/models/dataprotection/v4/operations/TestFailoverSpec.js +41 -4
  604. package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.d.ts +1 -1
  605. package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverRecoveryPlanApiResponse.js +5 -5
  606. package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverSpec.d.ts +12 -1
  607. package/dist/lib/models/dataprotection/v4/operations/UnplannedFailoverSpec.js +41 -4
  608. package/dist/lib/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.d.ts +1 -1
  609. package/dist/lib/models/dataprotection/v4/operations/ValidateRecoveryPlanApiResponse.js +5 -5
  610. package/dist/lib/models/dataprotection/v4/operations/ValidateSpec.d.ts +1 -1
  611. package/dist/lib/models/dataprotection/v4/operations/ValidateSpec.js +4 -4
  612. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
  613. package/dist/lib/models/prism/v4/config/TaskReference.js +4 -4
  614. package/dist/lib/models/validation/ValidationError.js +2 -2
  615. package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.d.ts +1 -1
  616. package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.js +3 -3
  617. package/dist/lib/models/vmm/v4/ahv/config/GuestStaticIpSpec.d.ts +1 -1
  618. package/dist/lib/models/vmm/v4/ahv/config/GuestStaticIpSpec.js +3 -3
  619. package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.d.ts +1 -1
  620. package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.js +3 -3
  621. package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +1 -1
  622. package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.js +3 -3
  623. package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.d.ts +1 -1
  624. package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.js +3 -3
  625. package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +1 -1
  626. package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.js +3 -3
  627. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.d.ts +1 -1
  628. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestNicInfoOverrideSpec.js +3 -3
  629. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.d.ts +1 -1
  630. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreGuestToolsSpecification.js +3 -3
  631. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +1 -1
  632. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +3 -3
  633. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +1 -1
  634. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js +3 -3
  635. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +1 -1
  636. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js +3 -3
  637. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +1 -1
  638. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +3 -3
  639. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +1 -1
  640. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +3 -3
  641. package/dist/lib/utils/ValidationUtils.js +2 -2
  642. package/package.json +1 -1
  643. package/dist/es/apis/consistencygroups-endpoints.d.ts +0 -84
  644. package/dist/es/apis/consistencygroups-endpoints.js +0 -267
  645. package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +0 -58
  646. package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js +0 -288
  647. package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +0 -57
  648. package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +0 -290
  649. package/dist/es/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.d.ts +0 -58
  650. package/dist/es/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.js +0 -288
  651. package/dist/es/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.d.ts +0 -59
  652. package/dist/es/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.js +0 -315
  653. package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +0 -58
  654. package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +0 -310
  655. package/dist/lib/apis/consistencygroups-endpoints.d.ts +0 -84
  656. package/dist/lib/apis/consistencygroups-endpoints.js +0 -267
  657. package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +0 -58
  658. package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js +0 -288
  659. package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +0 -57
  660. package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js +0 -290
  661. package/dist/lib/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.d.ts +0 -58
  662. package/dist/lib/models/dataprotection/v4/config/GetConsistencyGroupApiResponse.js +0 -288
  663. package/dist/lib/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.d.ts +0 -59
  664. package/dist/lib/models/dataprotection/v4/config/ListConsistencyGroupsApiResponse.js +0 -315
  665. package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +0 -58
  666. package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +0 -310
@@ -1,7 +1,6 @@
1
1
  declare namespace _default {
2
2
  export { ApiClient };
3
3
  export { DataProtectionClusterCapabilitiesApi };
4
- export { ConsistencyGroupsApi };
5
4
  export { ProtectedResourcesApi };
6
5
  export { RecoveryPlanActionsApi };
7
6
  export { RecoveryPlanJobsApi };
@@ -38,14 +37,12 @@ declare namespace _default {
38
37
  export { ConsistencyGroupMemberType };
39
38
  export { ConsistencyGroupMigrationSpec };
40
39
  export { ConsistencyGroupProjection };
41
- export { CreateConsistencyGroupApiResponse };
42
40
  export { CreateRecoveryPointApiResponse };
43
41
  export { CreationTimeRange };
44
42
  export { DataProtectionCapabilityName };
45
43
  export { DataProtectionClusterCapability };
46
44
  export { DataProtectionClusterCapabilityProjection };
47
45
  export { DataProtectionSiteReference };
48
- export { DeleteConsistencyGroupApiResponse };
49
46
  export { DeleteRecoveryPlanJobApiResponse };
50
47
  export { DeleteRecoveryPointApiResponse };
51
48
  export { DisasterRecoveryLocation };
@@ -60,7 +57,6 @@ declare namespace _default {
60
57
  export { ExpirationTimeSpec };
61
58
  export { FailoverDirection };
62
59
  export { ForceDeleteAllRecoveryPointsSpec };
63
- export { GetConsistencyGroupApiResponse };
64
60
  export { GetProtectedResourceApiResponse };
65
61
  export { GetRecoveryPlanJobApiResponse };
66
62
  export { GetRecoveryPointApiResponse };
@@ -68,7 +64,6 @@ declare namespace _default {
68
64
  export { HostReference };
69
65
  export { HostType };
70
66
  export { HypervisorType };
71
- export { ListConsistencyGroupsApiResponse };
72
67
  export { ListDPClusterCapabilitiesApiResponse };
73
68
  export { ListRecoveryPlanJobExecutionStepsApiResponse };
74
69
  export { ListRecoveryPlanJobValidationErrorsApiResponse };
@@ -117,7 +112,6 @@ declare namespace _default {
117
112
  export { StageSummary };
118
113
  export { Summary };
119
114
  export { SynchronousReplicationRole };
120
- export { UpdateConsistencyGroupApiResponse };
121
115
  export { UpdateRecoveryPointExpirationTimeApiResponse };
122
116
  export { VmRecoveryPoint };
123
117
  export { VmRecoveryPointRestoreOverride };
@@ -177,7 +171,6 @@ declare namespace _default {
177
171
  export default _default;
178
172
  import { ApiClient } from "./ApiClient";
179
173
  import { DataProtectionClusterCapabilitiesApi } from "./apis/dataprotectionclustercapabilities-endpoints";
180
- import { ConsistencyGroupsApi } from "./apis/consistencygroups-endpoints";
181
174
  import { ProtectedResourcesApi } from "./apis/protectedresources-endpoints";
182
175
  import { RecoveryPlanActionsApi } from "./apis/recoveryplanactions-endpoints";
183
176
  import { RecoveryPlanJobsApi } from "./apis/recoveryplanjobs-endpoints";
@@ -214,14 +207,12 @@ import ConsistencyGroupMember from "./models/dataprotection/v4/config/Consistenc
214
207
  import ConsistencyGroupMemberType from "./models/dataprotection/v4/config/ConsistencyGroupMemberType";
215
208
  import ConsistencyGroupMigrationSpec from "./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec";
216
209
  import ConsistencyGroupProjection from "./models/dataprotection/v4/config/ConsistencyGroupProjection";
217
- import CreateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse";
218
210
  import CreateRecoveryPointApiResponse from "./models/dataprotection/v4/config/CreateRecoveryPointApiResponse";
219
211
  import CreationTimeRange from "./models/dataprotection/v4/config/CreationTimeRange";
220
212
  import DataProtectionCapabilityName from "./models/dataprotection/v4/config/DataProtectionCapabilityName";
221
213
  import DataProtectionClusterCapability from "./models/dataprotection/v4/config/DataProtectionClusterCapability";
222
214
  import DataProtectionClusterCapabilityProjection from "./models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection";
223
215
  import DataProtectionSiteReference from "./models/dataprotection/v4/config/DataProtectionSiteReference";
224
- import DeleteConsistencyGroupApiResponse from "./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse";
225
216
  import DeleteRecoveryPlanJobApiResponse from "./models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse";
226
217
  import DeleteRecoveryPointApiResponse from "./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse";
227
218
  import DisasterRecoveryLocation from "./models/dataprotection/v4/config/DisasterRecoveryLocation";
@@ -236,7 +227,6 @@ import ExecutionStepResult from "./models/dataprotection/v4/config/ExecutionStep
236
227
  import ExpirationTimeSpec from "./models/dataprotection/v4/config/ExpirationTimeSpec";
237
228
  import FailoverDirection from "./models/dataprotection/v4/config/FailoverDirection";
238
229
  import ForceDeleteAllRecoveryPointsSpec from "./models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec";
239
- import GetConsistencyGroupApiResponse from "./models/dataprotection/v4/config/GetConsistencyGroupApiResponse";
240
230
  import GetProtectedResourceApiResponse from "./models/dataprotection/v4/config/GetProtectedResourceApiResponse";
241
231
  import GetRecoveryPlanJobApiResponse from "./models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse";
242
232
  import GetRecoveryPointApiResponse from "./models/dataprotection/v4/config/GetRecoveryPointApiResponse";
@@ -244,7 +234,6 @@ import GetVmRecoveryPointApiResponse from "./models/dataprotection/v4/config/Get
244
234
  import HostReference from "./models/dataprotection/v4/config/HostReference";
245
235
  import HostType from "./models/dataprotection/v4/config/HostType";
246
236
  import HypervisorType from "./models/dataprotection/v4/config/HypervisorType";
247
- import ListConsistencyGroupsApiResponse from "./models/dataprotection/v4/config/ListConsistencyGroupsApiResponse";
248
237
  import ListDPClusterCapabilitiesApiResponse from "./models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse";
249
238
  import ListRecoveryPlanJobExecutionStepsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse";
250
239
  import ListRecoveryPlanJobValidationErrorsApiResponse from "./models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse";
@@ -293,7 +282,6 @@ import SiteReference from "./models/dataprotection/v4/config/SiteReference";
293
282
  import StageSummary from "./models/dataprotection/v4/config/StageSummary";
294
283
  import Summary from "./models/dataprotection/v4/config/Summary";
295
284
  import SynchronousReplicationRole from "./models/dataprotection/v4/config/SynchronousReplicationRole";
296
- import UpdateConsistencyGroupApiResponse from "./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse";
297
285
  import UpdateRecoveryPointExpirationTimeApiResponse from "./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse";
298
286
  import VmRecoveryPoint from "./models/dataprotection/v4/config/VmRecoveryPoint";
299
287
  import VmRecoveryPointRestoreOverride from "./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride";
@@ -349,4 +337,4 @@ import VmRestoreNicConfigOverrideParams from "./models/vmm/v4/ahv/config/VmResto
349
337
  import VmRestoreNicConfigSpecification from "./models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification";
350
338
  import VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec";
351
339
  import VmRestoreVirtualEthernetNicOverrideSpec from "./models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec";
352
- export { ApiClient, DataProtectionClusterCapabilitiesApi, ConsistencyGroupsApi, ProtectedResourcesApi, RecoveryPlanActionsApi, RecoveryPlanJobsApi, RecoveryPointsApi, CommonConfigEntityReference, EntityType, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, BackupType, BaseRecoveryPoint, BaseVmRecoveryPoint, ClusterInfo, DiskRecoveryPoint, RecoveryPointStatus, RecoveryPointType, VssProperties, AhvVmOverrideSpec, AmazonS3Bucket, AzureBlobStorageContainer, Capability, ClusterInfoApiResponse, ConsistencyGroup, ConsistencyGroupMember, ConsistencyGroupMemberType, ConsistencyGroupMigrationSpec, ConsistencyGroupProjection, CreateConsistencyGroupApiResponse, CreateRecoveryPointApiResponse, CreationTimeRange, DataProtectionCapabilityName, DataProtectionClusterCapability, DataProtectionClusterCapabilityProjection, DataProtectionSiteReference, DeleteConsistencyGroupApiResponse, DeleteRecoveryPlanJobApiResponse, DeleteRecoveryPointApiResponse, DisasterRecoveryLocation, EntityRecoveryResult, DataprotectionConfigEntityReference, ErrorGroup, ErrorMessage, EsxiVmOverrideSpec, ExecutionStepEntityReference, ExecutionStepEntityType, ExecutionStepResult, ExpirationTimeSpec, FailoverDirection, ForceDeleteAllRecoveryPointsSpec, GetConsistencyGroupApiResponse, GetProtectedResourceApiResponse, GetRecoveryPlanJobApiResponse, GetRecoveryPointApiResponse, GetVmRecoveryPointApiResponse, HostReference, HostType, HypervisorType, ListConsistencyGroupsApiResponse, ListDPClusterCapabilitiesApiResponse, ListRecoveryPlanJobExecutionStepsApiResponse, ListRecoveryPlanJobValidationErrorsApiResponse, ListRecoveryPlanJobsApiResponse, ListRecoveryPointsApiResponse, LocationReference, NutanixObjectsBucket, ObjectStorageType, OperationType, PhaseSummary, ProtectedEntityType, ProtectedResource, ProtectedResourcePromoteApiResponse, ProtectedResourceReplicationStatus, ProtectedResourceRestoreApiResponse, ProtectedResourceRestoreSpec, RecoveryInfo, RecoveryPlanActionType, RecoveryPlanJob, RecoveryPlanJobExecutionStatus, RecoveryPlanJobExecutionStep, RecoveryPlanJobExecutionStepProjection, RecoveryPlanJobPhaseType, RecoveryPlanJobProjection, RecoveryPlanValidationError, RecoveryPlanValidationErrorProjection, RecoveryPoint, RecoveryPointProjection, RecoveryPointReplicateApiResponse, RecoveryPointReplicationSpec, RecoveryPointRepository, RecoveryPointRepositoryProjection, RecoveryPointRestorationSpec, RecoveryPointRestoreApiResponse, RecycleBinEntry, RecycleBinVm, RecycleBinVmProjection, RecycleBinVolumeGroup, RecycleBinVolumeGroupProjection, ReplicationState, RestorableTimeRange, RootCauseAnalysis, Severity, SiteProtectionInfo, SiteReference, StageSummary, Summary, SynchronousReplicationRole, UpdateConsistencyGroupApiResponse, UpdateRecoveryPointExpirationTimeApiResponse, VmRecoveryPoint, VmRecoveryPointRestoreOverride, VolumeGroupOverrideSpec, VolumeGroupRecoveryPoint, VolumeGroupRecoveryPointRestoreOverride, VolumeGroupSyncContext, Witness, WitnessAvailabilityStatus, BaseRecoveryPointSpec, ChangedRegion, ChangedVmRegionsApiResponse, ChangedVolumeGroupRegionsApiResponse, ClusterDiscoverOperation, ClusterDiscoverSpec, ComputeChangedRegionsClusterDiscoverSpec, DiskRecoveryPointReference, FileWrapper, GetVssMetadataApiResponse, GetVssMetadataClusterDiscoverSpec, RegionType, VmDiskRecoveryPointClusterDiscoverSpec, VmDiskRecoveryPointReference, VmRecoveryPointChangedRegionsComputeSpec, VolumeGroupDiskRecoveryPointClusterDiscoverSpec, VolumeGroupDiskRecoveryPointReference, VolumeGroupRecoveryPointChangedRegionsComputeSpec, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, BaseRecoveryPlanActionSpec, CleanupRecoveryPlanResourcesApiResponse, PlannedFailoverRecoveryPlanApiResponse, PlannedFailoverSpec, TestFailoverRecoveryPlanApiResponse, TestFailoverSpec, UnplannedFailoverRecoveryPlanApiResponse, UnplannedFailoverSpec, ValidateRecoveryPlanApiResponse, ValidateSpec, TaskReference, CategoryReference, GuestStaticIpSpec, OwnerReference, OwnershipInfo, SubnetReference, VmConfigOverrideSpecification, VmRestoreGuestNicInfoOverrideSpec, VmRestoreGuestToolsSpecification, VmRestoreIpv4ConfigOverrideSpec, VmRestoreNicConfigOverrideParams, VmRestoreNicConfigSpecification, VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec, VmRestoreVirtualEthernetNicOverrideSpec };
340
+ export { ApiClient, DataProtectionClusterCapabilitiesApi, ProtectedResourcesApi, RecoveryPlanActionsApi, RecoveryPlanJobsApi, RecoveryPointsApi, CommonConfigEntityReference, EntityType, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, BackupType, BaseRecoveryPoint, BaseVmRecoveryPoint, ClusterInfo, DiskRecoveryPoint, RecoveryPointStatus, RecoveryPointType, VssProperties, AhvVmOverrideSpec, AmazonS3Bucket, AzureBlobStorageContainer, Capability, ClusterInfoApiResponse, ConsistencyGroup, ConsistencyGroupMember, ConsistencyGroupMemberType, ConsistencyGroupMigrationSpec, ConsistencyGroupProjection, CreateRecoveryPointApiResponse, CreationTimeRange, DataProtectionCapabilityName, DataProtectionClusterCapability, DataProtectionClusterCapabilityProjection, DataProtectionSiteReference, DeleteRecoveryPlanJobApiResponse, DeleteRecoveryPointApiResponse, DisasterRecoveryLocation, EntityRecoveryResult, DataprotectionConfigEntityReference, ErrorGroup, ErrorMessage, EsxiVmOverrideSpec, ExecutionStepEntityReference, ExecutionStepEntityType, ExecutionStepResult, ExpirationTimeSpec, FailoverDirection, ForceDeleteAllRecoveryPointsSpec, GetProtectedResourceApiResponse, GetRecoveryPlanJobApiResponse, GetRecoveryPointApiResponse, GetVmRecoveryPointApiResponse, HostReference, HostType, HypervisorType, ListDPClusterCapabilitiesApiResponse, ListRecoveryPlanJobExecutionStepsApiResponse, ListRecoveryPlanJobValidationErrorsApiResponse, ListRecoveryPlanJobsApiResponse, ListRecoveryPointsApiResponse, LocationReference, NutanixObjectsBucket, ObjectStorageType, OperationType, PhaseSummary, ProtectedEntityType, ProtectedResource, ProtectedResourcePromoteApiResponse, ProtectedResourceReplicationStatus, ProtectedResourceRestoreApiResponse, ProtectedResourceRestoreSpec, RecoveryInfo, RecoveryPlanActionType, RecoveryPlanJob, RecoveryPlanJobExecutionStatus, RecoveryPlanJobExecutionStep, RecoveryPlanJobExecutionStepProjection, RecoveryPlanJobPhaseType, RecoveryPlanJobProjection, RecoveryPlanValidationError, RecoveryPlanValidationErrorProjection, RecoveryPoint, RecoveryPointProjection, RecoveryPointReplicateApiResponse, RecoveryPointReplicationSpec, RecoveryPointRepository, RecoveryPointRepositoryProjection, RecoveryPointRestorationSpec, RecoveryPointRestoreApiResponse, RecycleBinEntry, RecycleBinVm, RecycleBinVmProjection, RecycleBinVolumeGroup, RecycleBinVolumeGroupProjection, ReplicationState, RestorableTimeRange, RootCauseAnalysis, Severity, SiteProtectionInfo, SiteReference, StageSummary, Summary, SynchronousReplicationRole, UpdateRecoveryPointExpirationTimeApiResponse, VmRecoveryPoint, VmRecoveryPointRestoreOverride, VolumeGroupOverrideSpec, VolumeGroupRecoveryPoint, VolumeGroupRecoveryPointRestoreOverride, VolumeGroupSyncContext, Witness, WitnessAvailabilityStatus, BaseRecoveryPointSpec, ChangedRegion, ChangedVmRegionsApiResponse, ChangedVolumeGroupRegionsApiResponse, ClusterDiscoverOperation, ClusterDiscoverSpec, ComputeChangedRegionsClusterDiscoverSpec, DiskRecoveryPointReference, FileWrapper, GetVssMetadataApiResponse, GetVssMetadataClusterDiscoverSpec, RegionType, VmDiskRecoveryPointClusterDiscoverSpec, VmDiskRecoveryPointReference, VmRecoveryPointChangedRegionsComputeSpec, VolumeGroupDiskRecoveryPointClusterDiscoverSpec, VolumeGroupDiskRecoveryPointReference, VolumeGroupRecoveryPointChangedRegionsComputeSpec, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, BaseRecoveryPlanActionSpec, CleanupRecoveryPlanResourcesApiResponse, PlannedFailoverRecoveryPlanApiResponse, PlannedFailoverSpec, TestFailoverRecoveryPlanApiResponse, TestFailoverSpec, UnplannedFailoverRecoveryPlanApiResponse, UnplannedFailoverSpec, ValidateRecoveryPlanApiResponse, ValidateSpec, TaskReference, CategoryReference, GuestStaticIpSpec, OwnerReference, OwnershipInfo, SubnetReference, VmConfigOverrideSpecification, VmRestoreGuestNicInfoOverrideSpec, VmRestoreGuestToolsSpecification, VmRestoreIpv4ConfigOverrideSpec, VmRestoreNicConfigOverrideParams, VmRestoreNicConfigSpecification, VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec, VmRestoreVirtualEthernetNicOverrideSpec };
package/dist/es/index.js CHANGED
@@ -177,18 +177,6 @@ Object.defineProperty(exports, "ConsistencyGroupProjection", {
177
177
  return _ConsistencyGroupProjection.default;
178
178
  }
179
179
  });
180
- Object.defineProperty(exports, "ConsistencyGroupsApi", {
181
- enumerable: true,
182
- get: function () {
183
- return _consistencygroupsEndpoints.ConsistencyGroupsApi;
184
- }
185
- });
186
- Object.defineProperty(exports, "CreateConsistencyGroupApiResponse", {
187
- enumerable: true,
188
- get: function () {
189
- return _CreateConsistencyGroupApiResponse.default;
190
- }
191
- });
192
180
  Object.defineProperty(exports, "CreateRecoveryPointApiResponse", {
193
181
  enumerable: true,
194
182
  get: function () {
@@ -237,12 +225,6 @@ Object.defineProperty(exports, "DataprotectionConfigEntityReference", {
237
225
  return _EntityReference2.default;
238
226
  }
239
227
  });
240
- Object.defineProperty(exports, "DeleteConsistencyGroupApiResponse", {
241
- enumerable: true,
242
- get: function () {
243
- return _DeleteConsistencyGroupApiResponse.default;
244
- }
245
- });
246
228
  Object.defineProperty(exports, "DeleteRecoveryPlanJobApiResponse", {
247
229
  enumerable: true,
248
230
  get: function () {
@@ -363,12 +345,6 @@ Object.defineProperty(exports, "ForceDeleteAllRecoveryPointsSpec", {
363
345
  return _ForceDeleteAllRecoveryPointsSpec.default;
364
346
  }
365
347
  });
366
- Object.defineProperty(exports, "GetConsistencyGroupApiResponse", {
367
- enumerable: true,
368
- get: function () {
369
- return _GetConsistencyGroupApiResponse.default;
370
- }
371
- });
372
348
  Object.defineProperty(exports, "GetProtectedResourceApiResponse", {
373
349
  enumerable: true,
374
350
  get: function () {
@@ -453,12 +429,6 @@ Object.defineProperty(exports, "KVPair", {
453
429
  return _KVPair.default;
454
430
  }
455
431
  });
456
- Object.defineProperty(exports, "ListConsistencyGroupsApiResponse", {
457
- enumerable: true,
458
- get: function () {
459
- return _ListConsistencyGroupsApiResponse.default;
460
- }
461
- });
462
432
  Object.defineProperty(exports, "ListDPClusterCapabilitiesApiResponse", {
463
433
  enumerable: true,
464
434
  get: function () {
@@ -885,12 +855,6 @@ Object.defineProperty(exports, "UnplannedFailoverSpec", {
885
855
  return _UnplannedFailoverSpec.default;
886
856
  }
887
857
  });
888
- Object.defineProperty(exports, "UpdateConsistencyGroupApiResponse", {
889
- enumerable: true,
890
- get: function () {
891
- return _UpdateConsistencyGroupApiResponse.default;
892
- }
893
- });
894
858
  Object.defineProperty(exports, "UpdateRecoveryPointExpirationTimeApiResponse", {
895
859
  enumerable: true,
896
860
  get: function () {
@@ -1050,7 +1014,6 @@ Object.defineProperty(exports, "WitnessAvailabilityStatus", {
1050
1014
  exports.default = void 0;
1051
1015
  var _ApiClient = require("./ApiClient");
1052
1016
  var _dataprotectionclustercapabilitiesEndpoints = require("./apis/dataprotectionclustercapabilities-endpoints");
1053
- var _consistencygroupsEndpoints = require("./apis/consistencygroups-endpoints");
1054
1017
  var _protectedresourcesEndpoints = require("./apis/protectedresources-endpoints");
1055
1018
  var _recoveryplanactionsEndpoints = require("./apis/recoveryplanactions-endpoints");
1056
1019
  var _recoveryplanjobsEndpoints = require("./apis/recoveryplanjobs-endpoints");
@@ -1087,14 +1050,12 @@ var _ConsistencyGroupMember = _interopRequireDefault(require("./models/dataprote
1087
1050
  var _ConsistencyGroupMemberType = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMemberType"));
1088
1051
  var _ConsistencyGroupMigrationSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupMigrationSpec"));
1089
1052
  var _ConsistencyGroupProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/ConsistencyGroupProjection"));
1090
- var _CreateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateConsistencyGroupApiResponse"));
1091
1053
  var _CreateRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/CreateRecoveryPointApiResponse"));
1092
1054
  var _CreationTimeRange = _interopRequireDefault(require("./models/dataprotection/v4/config/CreationTimeRange"));
1093
1055
  var _DataProtectionCapabilityName = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionCapabilityName"));
1094
1056
  var _DataProtectionClusterCapability = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionClusterCapability"));
1095
1057
  var _DataProtectionClusterCapabilityProjection = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionClusterCapabilityProjection"));
1096
1058
  var _DataProtectionSiteReference = _interopRequireDefault(require("./models/dataprotection/v4/config/DataProtectionSiteReference"));
1097
- var _DeleteConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse"));
1098
1059
  var _DeleteRecoveryPlanJobApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPlanJobApiResponse"));
1099
1060
  var _DeleteRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/DeleteRecoveryPointApiResponse"));
1100
1061
  var _DisasterRecoveryLocation = _interopRequireDefault(require("./models/dataprotection/v4/config/DisasterRecoveryLocation"));
@@ -1109,7 +1070,6 @@ var _ExecutionStepResult = _interopRequireDefault(require("./models/dataprotecti
1109
1070
  var _ExpirationTimeSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ExpirationTimeSpec"));
1110
1071
  var _FailoverDirection = _interopRequireDefault(require("./models/dataprotection/v4/config/FailoverDirection"));
1111
1072
  var _ForceDeleteAllRecoveryPointsSpec = _interopRequireDefault(require("./models/dataprotection/v4/config/ForceDeleteAllRecoveryPointsSpec"));
1112
- var _GetConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetConsistencyGroupApiResponse"));
1113
1073
  var _GetProtectedResourceApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetProtectedResourceApiResponse"));
1114
1074
  var _GetRecoveryPlanJobApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetRecoveryPlanJobApiResponse"));
1115
1075
  var _GetRecoveryPointApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/GetRecoveryPointApiResponse"));
@@ -1117,7 +1077,6 @@ var _GetVmRecoveryPointApiResponse = _interopRequireDefault(require("./models/da
1117
1077
  var _HostReference = _interopRequireDefault(require("./models/dataprotection/v4/config/HostReference"));
1118
1078
  var _HostType = _interopRequireDefault(require("./models/dataprotection/v4/config/HostType"));
1119
1079
  var _HypervisorType = _interopRequireDefault(require("./models/dataprotection/v4/config/HypervisorType"));
1120
- var _ListConsistencyGroupsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListConsistencyGroupsApiResponse"));
1121
1080
  var _ListDPClusterCapabilitiesApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListDPClusterCapabilitiesApiResponse"));
1122
1081
  var _ListRecoveryPlanJobExecutionStepsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPlanJobExecutionStepsApiResponse"));
1123
1082
  var _ListRecoveryPlanJobValidationErrorsApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/ListRecoveryPlanJobValidationErrorsApiResponse"));
@@ -1166,7 +1125,6 @@ var _SiteReference = _interopRequireDefault(require("./models/dataprotection/v4/
1166
1125
  var _StageSummary = _interopRequireDefault(require("./models/dataprotection/v4/config/StageSummary"));
1167
1126
  var _Summary = _interopRequireDefault(require("./models/dataprotection/v4/config/Summary"));
1168
1127
  var _SynchronousReplicationRole = _interopRequireDefault(require("./models/dataprotection/v4/config/SynchronousReplicationRole"));
1169
- var _UpdateConsistencyGroupApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse"));
1170
1128
  var _UpdateRecoveryPointExpirationTimeApiResponse = _interopRequireDefault(require("./models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse"));
1171
1129
  var _VmRecoveryPoint = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPoint"));
1172
1130
  var _VmRecoveryPointRestoreOverride = _interopRequireDefault(require("./models/dataprotection/v4/config/VmRecoveryPointRestoreOverride"));
@@ -1229,7 +1187,6 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
1229
1187
  var _default = exports.default = {
1230
1188
  ApiClient: _ApiClient.ApiClient,
1231
1189
  DataProtectionClusterCapabilitiesApi: _dataprotectionclustercapabilitiesEndpoints.DataProtectionClusterCapabilitiesApi,
1232
- ConsistencyGroupsApi: _consistencygroupsEndpoints.ConsistencyGroupsApi,
1233
1190
  ProtectedResourcesApi: _protectedresourcesEndpoints.ProtectedResourcesApi,
1234
1191
  RecoveryPlanActionsApi: _recoveryplanactionsEndpoints.RecoveryPlanActionsApi,
1235
1192
  RecoveryPlanJobsApi: _recoveryplanjobsEndpoints.RecoveryPlanJobsApi,
@@ -1266,14 +1223,12 @@ var _default = exports.default = {
1266
1223
  ConsistencyGroupMemberType: _ConsistencyGroupMemberType.default,
1267
1224
  ConsistencyGroupMigrationSpec: _ConsistencyGroupMigrationSpec.default,
1268
1225
  ConsistencyGroupProjection: _ConsistencyGroupProjection.default,
1269
- CreateConsistencyGroupApiResponse: _CreateConsistencyGroupApiResponse.default,
1270
1226
  CreateRecoveryPointApiResponse: _CreateRecoveryPointApiResponse.default,
1271
1227
  CreationTimeRange: _CreationTimeRange.default,
1272
1228
  DataProtectionCapabilityName: _DataProtectionCapabilityName.default,
1273
1229
  DataProtectionClusterCapability: _DataProtectionClusterCapability.default,
1274
1230
  DataProtectionClusterCapabilityProjection: _DataProtectionClusterCapabilityProjection.default,
1275
1231
  DataProtectionSiteReference: _DataProtectionSiteReference.default,
1276
- DeleteConsistencyGroupApiResponse: _DeleteConsistencyGroupApiResponse.default,
1277
1232
  DeleteRecoveryPlanJobApiResponse: _DeleteRecoveryPlanJobApiResponse.default,
1278
1233
  DeleteRecoveryPointApiResponse: _DeleteRecoveryPointApiResponse.default,
1279
1234
  DisasterRecoveryLocation: _DisasterRecoveryLocation.default,
@@ -1288,7 +1243,6 @@ var _default = exports.default = {
1288
1243
  ExpirationTimeSpec: _ExpirationTimeSpec.default,
1289
1244
  FailoverDirection: _FailoverDirection.default,
1290
1245
  ForceDeleteAllRecoveryPointsSpec: _ForceDeleteAllRecoveryPointsSpec.default,
1291
- GetConsistencyGroupApiResponse: _GetConsistencyGroupApiResponse.default,
1292
1246
  GetProtectedResourceApiResponse: _GetProtectedResourceApiResponse.default,
1293
1247
  GetRecoveryPlanJobApiResponse: _GetRecoveryPlanJobApiResponse.default,
1294
1248
  GetRecoveryPointApiResponse: _GetRecoveryPointApiResponse.default,
@@ -1296,7 +1250,6 @@ var _default = exports.default = {
1296
1250
  HostReference: _HostReference.default,
1297
1251
  HostType: _HostType.default,
1298
1252
  HypervisorType: _HypervisorType.default,
1299
- ListConsistencyGroupsApiResponse: _ListConsistencyGroupsApiResponse.default,
1300
1253
  ListDPClusterCapabilitiesApiResponse: _ListDPClusterCapabilitiesApiResponse.default,
1301
1254
  ListRecoveryPlanJobExecutionStepsApiResponse: _ListRecoveryPlanJobExecutionStepsApiResponse.default,
1302
1255
  ListRecoveryPlanJobValidationErrorsApiResponse: _ListRecoveryPlanJobValidationErrorsApiResponse.default,
@@ -1345,7 +1298,6 @@ var _default = exports.default = {
1345
1298
  StageSummary: _StageSummary.default,
1346
1299
  Summary: _Summary.default,
1347
1300
  SynchronousReplicationRole: _SynchronousReplicationRole.default,
1348
- UpdateConsistencyGroupApiResponse: _UpdateConsistencyGroupApiResponse.default,
1349
1301
  UpdateRecoveryPointExpirationTimeApiResponse: _UpdateRecoveryPointExpirationTimeApiResponse.default,
1350
1302
  VmRecoveryPoint: _VmRecoveryPoint.default,
1351
1303
  VmRecoveryPointRestoreOverride: _VmRecoveryPointRestoreOverride.default,
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The EntityReference model module.
3
3
  * @module Ntnx/EntityReference
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class EntityReference
6
6
  */
7
7
  export default class EntityReference {
@@ -13,11 +13,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
13
13
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
14
14
  * Nutanix Data Protection APIs
15
15
  *
16
- * OpenAPI spec version: 4.2.1
16
+ * OpenAPI spec version: 4.3.1
17
17
  *
18
18
  * NOTE: This class is auto generated by the Open API Dev Platform.
19
19
  *
20
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
20
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
21
21
  *
22
22
  * Do not edit the class manually.
23
23
  *
@@ -25,7 +25,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
25
25
  /**
26
26
  * The EntityReference model module.
27
27
  * @module Ntnx/EntityReference
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class EntityReference
30
30
  */
31
31
  var _EntityReference_brand = /*#__PURE__*/new WeakSet();
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Data Protection APIs
13
13
  *
14
- * OpenAPI spec version: 4.2.1
14
+ * OpenAPI spec version: 4.3.1
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Flag model module.
3
3
  * @module Ntnx/Flag
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class Flag
6
6
  */
7
7
  export default class Flag {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Data Protection APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.3.1
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The Flag model module.
26
26
  * @module Ntnx/Flag
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class Flag
29
29
  */
30
30
  var _Flag_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The IPAddress model module.
3
3
  * @module Ntnx/IPAddress
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class IPAddress
6
6
  */
7
7
  export default class IPAddress {
@@ -14,11 +14,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
14
14
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
15
15
  * Nutanix Data Protection APIs
16
16
  *
17
- * OpenAPI spec version: 4.2.1
17
+ * OpenAPI spec version: 4.3.1
18
18
  *
19
19
  * NOTE: This class is auto generated by the Open API Dev Platform.
20
20
  *
21
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
21
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
22
22
  *
23
23
  * Do not edit the class manually.
24
24
  *
@@ -26,7 +26,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
26
26
  /**
27
27
  * The IPAddress model module.
28
28
  * @module Ntnx/IPAddress
29
- * @version 4.2.1
29
+ * @version 4.3.1
30
30
  * @class IPAddress
31
31
  */
32
32
  var _IPAddress_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The IPv4Address model module.
3
3
  * @module Ntnx/IPv4Address
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class IPv4Address
6
6
  *
7
7
  * @param { string } value The IPv4 address of the host.
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Data Protection APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.3.1
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The IPv4Address model module.
26
26
  * @module Ntnx/IPv4Address
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class IPv4Address
29
29
  *
30
30
  * @param { string } value The IPv4 address of the host.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The IPv6Address model module.
3
3
  * @module Ntnx/IPv6Address
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class IPv6Address
6
6
  *
7
7
  * @param { string } value The IPv6 address of the host.
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Data Protection APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.3.1
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The IPv6Address model module.
26
26
  * @module Ntnx/IPv6Address
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class IPv6Address
29
29
  *
30
30
  * @param { string } value The IPv6 address of the host.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The KVPair model module.
3
3
  * @module Ntnx/KVPair
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class KVPair
6
6
  */
7
7
  export default class KVPair {
@@ -14,11 +14,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
14
14
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
15
15
  * Nutanix Data Protection APIs
16
16
  *
17
- * OpenAPI spec version: 4.2.1
17
+ * OpenAPI spec version: 4.3.1
18
18
  *
19
19
  * NOTE: This class is auto generated by the Open API Dev Platform.
20
20
  *
21
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
21
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
22
22
  *
23
23
  * Do not edit the class manually.
24
24
  *
@@ -26,7 +26,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
26
26
  /**
27
27
  * The KVPair model module.
28
28
  * @module Ntnx/KVPair
29
- * @version 4.2.1
29
+ * @version 4.3.1
30
30
  * @class KVPair
31
31
  */
32
32
  var _KVPair_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The MapOfStringWrapper model module.
3
3
  * @module Ntnx/MapOfStringWrapper
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class MapOfStringWrapper
6
6
  */
7
7
  export default class MapOfStringWrapper {
@@ -13,11 +13,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
13
13
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
14
14
  * Nutanix Data Protection APIs
15
15
  *
16
- * OpenAPI spec version: 4.2.1
16
+ * OpenAPI spec version: 4.3.1
17
17
  *
18
18
  * NOTE: This class is auto generated by the Open API Dev Platform.
19
19
  *
20
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
20
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
21
21
  *
22
22
  * Do not edit the class manually.
23
23
  *
@@ -25,7 +25,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
25
25
  /**
26
26
  * The MapOfStringWrapper model module.
27
27
  * @module Ntnx/MapOfStringWrapper
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class MapOfStringWrapper
30
30
  */
31
31
  var _MapOfStringWrapper_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Message model module.
3
3
  * @module Ntnx/Message
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class Message
6
6
  */
7
7
  export default class Message {
@@ -13,11 +13,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
13
13
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
14
14
  * Nutanix Data Protection APIs
15
15
  *
16
- * OpenAPI spec version: 4.2.1
16
+ * OpenAPI spec version: 4.3.1
17
17
  *
18
18
  * NOTE: This class is auto generated by the Open API Dev Platform.
19
19
  *
20
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
20
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
21
21
  *
22
22
  * Do not edit the class manually.
23
23
  *
@@ -25,7 +25,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
25
25
  /**
26
26
  * The Message model module.
27
27
  * @module Ntnx/Message
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class Message
30
30
  */
31
31
  var _Message_brand = /*#__PURE__*/new WeakSet();
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Data Protection APIs
13
13
  *
14
- * OpenAPI spec version: 4.2.1
14
+ * OpenAPI spec version: 4.3.1
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The TenantAwareModel model module.
3
3
  * @module Ntnx/TenantAwareModel
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class TenantAwareModel
6
6
  */
7
7
  export default class TenantAwareModel {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Data Protection APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.3.1
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The TenantAwareModel model module.
26
26
  * @module Ntnx/TenantAwareModel
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class TenantAwareModel
29
29
  */
30
30
  var _TenantAwareModel_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ApiLink model module.
3
3
  * @module Ntnx/ApiLink
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class ApiLink
6
6
  */
7
7
  export default class ApiLink {