@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
@@ -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 Summary model module.
27
27
  * @module Ntnx/Summary
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class Summary
30
30
  */
31
31
  var _Summary_brand = /*#__PURE__*/new WeakSet();
@@ -46,7 +46,7 @@ class Summary {
46
46
  this.$objectType = "dataprotection.v4.config.Summary";
47
47
  /** @type {object<string, any>} */
48
48
  this.$reserved = {
49
- '$fv': "v4.r2"
49
+ '$fv': "v4.r3"
50
50
  };
51
51
  /** @type {object<string, any>} */
52
52
  this.$unknownFields = {};
@@ -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 UpdateRecoveryPointExpirationTimeApiResponse model module.
3
3
  * @module Ntnx/UpdateRecoveryPointExpirationTimeApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class UpdateRecoveryPointExpirationTimeApiResponse
6
6
  */
7
7
  export default class UpdateRecoveryPointExpirationTimeApiResponse extends Paginable {
@@ -17,11 +17,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
17
17
  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"); } /*
18
18
  * Nutanix Data Protection APIs
19
19
  *
20
- * OpenAPI spec version: 4.2.1
20
+ * OpenAPI spec version: 4.3.1
21
21
  *
22
22
  * NOTE: This class is auto generated by the Open API Dev Platform.
23
23
  *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
25
25
  *
26
26
  * Do not edit the class manually.
27
27
  *
@@ -29,14 +29,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
29
29
  /**
30
30
  * The UpdateRecoveryPointExpirationTimeApiResponse model module.
31
31
  * @module Ntnx/UpdateRecoveryPointExpirationTimeApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class UpdateRecoveryPointExpirationTimeApiResponse
34
34
  */
35
35
  var _UpdateRecoveryPointExpirationTimeApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class UpdateRecoveryPointExpirationTimeApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>UpdateRecoveryPointExpirationTimeApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/config/recovery-points/{extId}/$actions/set-expiration-time Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/config/recovery-points/{extId}/$actions/set-expiration-time Post operation
40
40
  * @alias module:Ntnx/UpdateRecoveryPointExpirationTimeApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class UpdateRecoveryPointExpirationTimeApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.config.UpdateRecoveryPointExpirationTimeApiResponse";
52
52
  /** @type {object<string, any>} */
53
53
  this.$reserved = {
54
- '$fv': "v4.r2"
54
+ '$fv': "v4.r3"
55
55
  };
56
56
  /** @type {object<string, any>} */
57
57
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The VmRecoveryPoint model module.
3
3
  * @module Ntnx/VmRecoveryPoint
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class VmRecoveryPoint
6
6
  * @extends BaseVmRecoveryPoint
7
7
  */
@@ -18,11 +18,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
18
18
  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"); } /*
19
19
  * Nutanix Data Protection APIs
20
20
  *
21
- * OpenAPI spec version: 4.2.1
21
+ * OpenAPI spec version: 4.3.1
22
22
  *
23
23
  * NOTE: This class is auto generated by the Open API Dev Platform.
24
24
  *
25
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
25
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
26
26
  *
27
27
  * Do not edit the class manually.
28
28
  *
@@ -30,7 +30,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
30
30
  /**
31
31
  * The VmRecoveryPoint model module.
32
32
  * @module Ntnx/VmRecoveryPoint
33
- * @version 4.2.1
33
+ * @version 4.3.1
34
34
  * @class VmRecoveryPoint
35
35
  * @extends BaseVmRecoveryPoint
36
36
  */
@@ -54,7 +54,7 @@ class VmRecoveryPoint extends _BaseVmRecoveryPoint.default {
54
54
  this.$objectType = "dataprotection.v4.config.VmRecoveryPoint";
55
55
  /** @type {object<string, any>} */
56
56
  this.$reserved = {
57
- '$fv': "v4.r2"
57
+ '$fv': "v4.r3"
58
58
  };
59
59
  /** @type {object<string, any>} */
60
60
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The VmRecoveryPointRestoreOverride model module.
3
3
  * @module Ntnx/VmRecoveryPointRestoreOverride
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class VmRecoveryPointRestoreOverride
6
6
  */
7
7
  export default class VmRecoveryPointRestoreOverride {
@@ -15,11 +15,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
15
15
  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"); } /*
16
16
  * Nutanix Data Protection APIs
17
17
  *
18
- * OpenAPI spec version: 4.2.1
18
+ * OpenAPI spec version: 4.3.1
19
19
  *
20
20
  * NOTE: This class is auto generated by the Open API Dev Platform.
21
21
  *
22
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
22
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
23
23
  *
24
24
  * Do not edit the class manually.
25
25
  *
@@ -27,7 +27,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
27
27
  /**
28
28
  * The VmRecoveryPointRestoreOverride model module.
29
29
  * @module Ntnx/VmRecoveryPointRestoreOverride
30
- * @version 4.2.1
30
+ * @version 4.3.1
31
31
  * @class VmRecoveryPointRestoreOverride
32
32
  */
33
33
  var _VmRecoveryPointRestoreOverride_brand = /*#__PURE__*/new WeakSet();
@@ -47,7 +47,7 @@ class VmRecoveryPointRestoreOverride {
47
47
  this.$objectType = "dataprotection.v4.config.VmRecoveryPointRestoreOverride";
48
48
  /** @type {object<string, any>} */
49
49
  this.$reserved = {
50
- '$fv': "v4.r2"
50
+ '$fv': "v4.r3"
51
51
  };
52
52
  /** @type {object<string, any>} */
53
53
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The VolumeGroupOverrideSpec model module.
3
3
  * @module Ntnx/VolumeGroupOverrideSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class VolumeGroupOverrideSpec
6
6
  */
7
7
  export default class VolumeGroupOverrideSpec {
@@ -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 VolumeGroupOverrideSpec model module.
26
26
  * @module Ntnx/VolumeGroupOverrideSpec
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class VolumeGroupOverrideSpec
29
29
  */
30
30
  var _VolumeGroupOverrideSpec_brand = /*#__PURE__*/new WeakSet();
@@ -45,7 +45,7 @@ class VolumeGroupOverrideSpec {
45
45
  this.$objectType = "dataprotection.v4.config.VolumeGroupOverrideSpec";
46
46
  /** @type {object<string, any>} */
47
47
  this.$reserved = {
48
- '$fv': "v4.r2"
48
+ '$fv': "v4.r3"
49
49
  };
50
50
  /** @type {object<string, any>} */
51
51
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The VolumeGroupRecoveryPoint model module.
3
3
  * @module Ntnx/VolumeGroupRecoveryPoint
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class VolumeGroupRecoveryPoint
6
6
  * @extends ExternalizableAbstractModel
7
7
  *
@@ -16,11 +16,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
16
16
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
17
17
  * Nutanix Data Protection APIs
18
18
  *
19
- * OpenAPI spec version: 4.2.1
19
+ * OpenAPI spec version: 4.3.1
20
20
  *
21
21
  * NOTE: This class is auto generated by the Open API Dev Platform.
22
22
  *
23
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
23
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
24
24
  *
25
25
  * Do not edit the class manually.
26
26
  *
@@ -28,7 +28,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
28
28
  /**
29
29
  * The VolumeGroupRecoveryPoint model module.
30
30
  * @module Ntnx/VolumeGroupRecoveryPoint
31
- * @version 4.2.1
31
+ * @version 4.3.1
32
32
  * @class VolumeGroupRecoveryPoint
33
33
  * @extends ExternalizableAbstractModel
34
34
  *
@@ -57,7 +57,7 @@ class VolumeGroupRecoveryPoint extends _ExternalizableAbstractModel.default {
57
57
  this.$objectType = "dataprotection.v4.config.VolumeGroupRecoveryPoint";
58
58
  /** @type {object<string, any>} */
59
59
  this.$reserved = {
60
- '$fv': "v4.r2"
60
+ '$fv': "v4.r3"
61
61
  };
62
62
  /** @type {object<string, any>} */
63
63
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The VolumeGroupRecoveryPointRestoreOverride model module.
3
3
  * @module Ntnx/VolumeGroupRecoveryPointRestoreOverride
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class VolumeGroupRecoveryPointRestoreOverride
6
6
  */
7
7
  export default class VolumeGroupRecoveryPointRestoreOverride {
@@ -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 VolumeGroupRecoveryPointRestoreOverride model module.
27
27
  * @module Ntnx/VolumeGroupRecoveryPointRestoreOverride
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class VolumeGroupRecoveryPointRestoreOverride
30
30
  */
31
31
  var _VolumeGroupRecoveryPointRestoreOverride_brand = /*#__PURE__*/new WeakSet();
@@ -45,7 +45,7 @@ class VolumeGroupRecoveryPointRestoreOverride {
45
45
  this.$objectType = "dataprotection.v4.config.VolumeGroupRecoveryPointRestoreOverride";
46
46
  /** @type {object<string, any>} */
47
47
  this.$reserved = {
48
- '$fv': "v4.r2"
48
+ '$fv': "v4.r3"
49
49
  };
50
50
  /** @type {object<string, any>} */
51
51
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The VolumeGroupSyncContext model module.
3
3
  * @module Ntnx/VolumeGroupSyncContext
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class VolumeGroupSyncContext
6
6
  * @extends ExternalizableAbstractModel
7
7
  */
@@ -16,11 +16,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
16
16
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
17
17
  * Nutanix Data Protection APIs
18
18
  *
19
- * OpenAPI spec version: 4.2.1
19
+ * OpenAPI spec version: 4.3.1
20
20
  *
21
21
  * NOTE: This class is auto generated by the Open API Dev Platform.
22
22
  *
23
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
23
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
24
24
  *
25
25
  * Do not edit the class manually.
26
26
  *
@@ -28,7 +28,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
28
28
  /**
29
29
  * The VolumeGroupSyncContext model module.
30
30
  * @module Ntnx/VolumeGroupSyncContext
31
- * @version 4.2.1
31
+ * @version 4.3.1
32
32
  * @class VolumeGroupSyncContext
33
33
  * @extends ExternalizableAbstractModel
34
34
  */
@@ -52,7 +52,7 @@ class VolumeGroupSyncContext extends _ExternalizableAbstractModel.default {
52
52
  this.$objectType = "dataprotection.v4.config.VolumeGroupSyncContext";
53
53
  /** @type {object<string, any>} */
54
54
  this.$reserved = {
55
- '$fv': "v4.r2"
55
+ '$fv': "v4.r3"
56
56
  };
57
57
  /** @type {object<string, any>} */
58
58
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Witness model module.
3
3
  * @module Ntnx/Witness
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class Witness
6
6
  * @extends ExternalizableAbstractModel
7
7
  */
@@ -17,11 +17,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
17
17
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
18
18
  * Nutanix Data Protection APIs
19
19
  *
20
- * OpenAPI spec version: 4.2.1
20
+ * OpenAPI spec version: 4.3.1
21
21
  *
22
22
  * NOTE: This class is auto generated by the Open API Dev Platform.
23
23
  *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
25
25
  *
26
26
  * Do not edit the class manually.
27
27
  *
@@ -29,7 +29,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
29
29
  /**
30
30
  * The Witness model module.
31
31
  * @module Ntnx/Witness
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class Witness
34
34
  * @extends ExternalizableAbstractModel
35
35
  */
@@ -53,7 +53,7 @@ class Witness extends _ExternalizableAbstractModel.default {
53
53
  this.$objectType = "dataprotection.v4.config.Witness";
54
54
  /** @type {object<string, any>} */
55
55
  this.$reserved = {
56
- '$fv': "v4.r2"
56
+ '$fv': "v4.r3"
57
57
  };
58
58
  /** @type {object<string, any>} */
59
59
  this.$unknownFields = {};
@@ -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 BaseRecoveryPointSpec model module.
3
3
  * @module Ntnx/BaseRecoveryPointSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class BaseRecoveryPointSpec
6
6
  */
7
7
  export default class BaseRecoveryPointSpec {
@@ -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 BaseRecoveryPointSpec model module.
26
26
  * @module Ntnx/BaseRecoveryPointSpec
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class BaseRecoveryPointSpec
29
29
  */
30
30
  var _BaseRecoveryPointSpec_brand = /*#__PURE__*/new WeakSet();
@@ -44,7 +44,7 @@ class BaseRecoveryPointSpec {
44
44
  this.$objectType = "dataprotection.v4.content.BaseRecoveryPointSpec";
45
45
  /** @type {object<string, any>} */
46
46
  this.$reserved = {
47
- '$fv': "v4.r2"
47
+ '$fv': "v4.r3"
48
48
  };
49
49
  /** @type {object<string, any>} */
50
50
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ChangedRegion model module.
3
3
  * @module Ntnx/ChangedRegion
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class ChangedRegion
6
6
  *
7
7
  * @param { Number } offset The start offset of the region in bytes.
@@ -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 ChangedRegion model module.
27
27
  * @module Ntnx/ChangedRegion
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class ChangedRegion
30
30
  *
31
31
  * @param { Number } offset The start offset of the region in bytes.
@@ -61,7 +61,7 @@ class ChangedRegion {
61
61
  this.$objectType = "dataprotection.v4.content.ChangedRegion";
62
62
  /** @type {object<string, any>} */
63
63
  this.$reserved = {
64
- '$fv': "v4.r2"
64
+ '$fv': "v4.r3"
65
65
  };
66
66
  /** @type {object<string, any>} */
67
67
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ChangedVmRegionsApiResponse model module.
3
3
  * @module Ntnx/ChangedVmRegionsApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class ChangedVmRegionsApiResponse
6
6
  */
7
7
  export default class ChangedVmRegionsApiResponse extends Paginable {
@@ -17,11 +17,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
17
17
  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"); } /*
18
18
  * Nutanix Data Protection APIs
19
19
  *
20
- * OpenAPI spec version: 4.2.1
20
+ * OpenAPI spec version: 4.3.1
21
21
  *
22
22
  * NOTE: This class is auto generated by the Open API Dev Platform.
23
23
  *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
25
25
  *
26
26
  * Do not edit the class manually.
27
27
  *
@@ -29,14 +29,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
29
29
  /**
30
30
  * The ChangedVmRegionsApiResponse model module.
31
31
  * @module Ntnx/ChangedVmRegionsApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class ChangedVmRegionsApiResponse
34
34
  */
35
35
  var _ChangedVmRegionsApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class ChangedVmRegionsApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>ChangedVmRegionsApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/content/recovery-points/{recoveryPointExtId}/vm-recovery-points/{vmRecoveryPointExtId}/disk-recovery-points/{extId}/$actions/compute-changed-regions Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/content/recovery-points/{recoveryPointExtId}/vm-recovery-points/{vmRecoveryPointExtId}/disk-recovery-points/{extId}/$actions/compute-changed-regions Post operation
40
40
  * @alias module:Ntnx/ChangedVmRegionsApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class ChangedVmRegionsApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.content.ChangedVmRegionsApiResponse";
52
52
  /** @type {object<string, any>} */
53
53
  this.$reserved = {
54
- '$fv': "v4.r2"
54
+ '$fv': "v4.r3"
55
55
  };
56
56
  /** @type {object<string, any>} */
57
57
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ChangedVolumeGroupRegionsApiResponse model module.
3
3
  * @module Ntnx/ChangedVolumeGroupRegionsApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class ChangedVolumeGroupRegionsApiResponse
6
6
  */
7
7
  export default class ChangedVolumeGroupRegionsApiResponse extends Paginable {
@@ -17,11 +17,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
17
17
  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"); } /*
18
18
  * Nutanix Data Protection APIs
19
19
  *
20
- * OpenAPI spec version: 4.2.1
20
+ * OpenAPI spec version: 4.3.1
21
21
  *
22
22
  * NOTE: This class is auto generated by the Open API Dev Platform.
23
23
  *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
25
25
  *
26
26
  * Do not edit the class manually.
27
27
  *
@@ -29,14 +29,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
29
29
  /**
30
30
  * The ChangedVolumeGroupRegionsApiResponse model module.
31
31
  * @module Ntnx/ChangedVolumeGroupRegionsApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class ChangedVolumeGroupRegionsApiResponse
34
34
  */
35
35
  var _ChangedVolumeGroupRegionsApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class ChangedVolumeGroupRegionsApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>ChangedVolumeGroupRegionsApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/content/recovery-points/{recoveryPointExtId}/volume-group-recovery-points/{volumeGroupRecoveryPointExtId}/disk-recovery-points/{extId}/$actions/compute-changed-regions Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/content/recovery-points/{recoveryPointExtId}/volume-group-recovery-points/{volumeGroupRecoveryPointExtId}/disk-recovery-points/{extId}/$actions/compute-changed-regions Post operation
40
40
  * @alias module:Ntnx/ChangedVolumeGroupRegionsApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class ChangedVolumeGroupRegionsApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.content.ChangedVolumeGroupRegionsApiResponse";
52
52
  /** @type {object<string, any>} */
53
53
  this.$reserved = {
54
- '$fv': "v4.r2"
54
+ '$fv': "v4.r3"
55
55
  };
56
56
  /** @type {object<string, any>} */
57
57
  this.$unknownFields = {};
@@ -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 ClusterDiscoverSpec model module.
3
3
  * @module Ntnx/ClusterDiscoverSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class ClusterDiscoverSpec
6
6
  *
7
7
  * @param { ClusterDiscoverOperation } operation
@@ -16,11 +16,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
16
16
  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"); } /*
17
17
  * Nutanix Data Protection APIs
18
18
  *
19
- * OpenAPI spec version: 4.2.1
19
+ * OpenAPI spec version: 4.3.1
20
20
  *
21
21
  * NOTE: This class is auto generated by the Open API Dev Platform.
22
22
  *
23
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
23
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
24
24
  *
25
25
  * Do not edit the class manually.
26
26
  *
@@ -28,7 +28,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
28
28
  /**
29
29
  * The ClusterDiscoverSpec model module.
30
30
  * @module Ntnx/ClusterDiscoverSpec
31
- * @version 4.2.1
31
+ * @version 4.3.1
32
32
  * @class ClusterDiscoverSpec
33
33
  *
34
34
  * @param { ClusterDiscoverOperation } operation
@@ -59,7 +59,7 @@ class ClusterDiscoverSpec {
59
59
  this.$objectType = "dataprotection.v4.content.ClusterDiscoverSpec";
60
60
  /** @type {object<string, any>} */
61
61
  this.$reserved = {
62
- '$fv': "v4.r2"
62
+ '$fv': "v4.r3"
63
63
  };
64
64
  /** @type {object<string, any>} */
65
65
  this.$unknownFields = {};