@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,7 @@
1
1
  /**
2
2
  * The SchemaValidationErrorMessage model module.
3
3
  * @module Ntnx/SchemaValidationErrorMessage
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class SchemaValidationErrorMessage
6
6
  */
7
7
  export default class SchemaValidationErrorMessage {
@@ -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 SchemaValidationErrorMessage model module.
26
26
  * @module Ntnx/SchemaValidationErrorMessage
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class SchemaValidationErrorMessage
29
29
  */
30
30
  var _SchemaValidationErrorMessage_brand = /*#__PURE__*/new WeakSet();
@@ -45,7 +45,7 @@ class SchemaValidationErrorMessage {
45
45
  this.$objectType = "dataprotection.v4.error.SchemaValidationErrorMessage";
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 BaseRecoveryPlanActionSpec model module.
3
3
  * @module Ntnx/BaseRecoveryPlanActionSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class BaseRecoveryPlanActionSpec
6
6
  *
7
7
  * @param { string } name Name of the Recovery Plan Job.
@@ -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 BaseRecoveryPlanActionSpec model module.
27
27
  * @module Ntnx/BaseRecoveryPlanActionSpec
28
- * @version 4.2.1
28
+ * @version 4.3.1
29
29
  * @class BaseRecoveryPlanActionSpec
30
30
  *
31
31
  * @param { string } name Name of the Recovery Plan Job.
@@ -56,7 +56,7 @@ class BaseRecoveryPlanActionSpec {
56
56
  this.$objectType = "dataprotection.v4.operations.BaseRecoveryPlanActionSpec";
57
57
  /** @type {object<string, any>} */
58
58
  this.$reserved = {
59
- '$fv': "v4.r2"
59
+ '$fv': "v4.r3"
60
60
  };
61
61
  /** @type {object<string, any>} */
62
62
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The CleanupRecoveryPlanResourcesApiResponse model module.
3
3
  * @module Ntnx/CleanupRecoveryPlanResourcesApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class CleanupRecoveryPlanResourcesApiResponse
6
6
  */
7
7
  export default class CleanupRecoveryPlanResourcesApiResponse 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 CleanupRecoveryPlanResourcesApiResponse model module.
31
31
  * @module Ntnx/CleanupRecoveryPlanResourcesApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class CleanupRecoveryPlanResourcesApiResponse
34
34
  */
35
35
  var _CleanupRecoveryPlanResourcesApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class CleanupRecoveryPlanResourcesApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>CleanupRecoveryPlanResourcesApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/operations/recovery-plans/{recoveryPlanExtId}/$actions/clean-up-resources Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/operations/recovery-plans/{recoveryPlanExtId}/$actions/clean-up-resources Post operation
40
40
  * @alias module:Ntnx/CleanupRecoveryPlanResourcesApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class CleanupRecoveryPlanResourcesApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.operations.CleanupRecoveryPlanResourcesApiResponse";
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 PlannedFailoverRecoveryPlanApiResponse model module.
3
3
  * @module Ntnx/PlannedFailoverRecoveryPlanApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class PlannedFailoverRecoveryPlanApiResponse
6
6
  */
7
7
  export default class PlannedFailoverRecoveryPlanApiResponse 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 PlannedFailoverRecoveryPlanApiResponse model module.
31
31
  * @module Ntnx/PlannedFailoverRecoveryPlanApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class PlannedFailoverRecoveryPlanApiResponse
34
34
  */
35
35
  var _PlannedFailoverRecoveryPlanApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class PlannedFailoverRecoveryPlanApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>PlannedFailoverRecoveryPlanApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/operations/recovery-plans/{recoveryPlanExtId}/$actions/planned-failover Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/operations/recovery-plans/{recoveryPlanExtId}/$actions/planned-failover Post operation
40
40
  * @alias module:Ntnx/PlannedFailoverRecoveryPlanApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class PlannedFailoverRecoveryPlanApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.operations.PlannedFailoverRecoveryPlanApiResponse";
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 PlannedFailoverSpec model module.
3
3
  * @module Ntnx/PlannedFailoverSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class PlannedFailoverSpec
6
6
  * @extends BaseRecoveryPlanActionSpec
7
7
  *
@@ -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 PlannedFailoverSpec model module.
28
28
  * @module Ntnx/PlannedFailoverSpec
29
- * @version 4.2.1
29
+ * @version 4.3.1
30
30
  * @class PlannedFailoverSpec
31
31
  * @extends BaseRecoveryPlanActionSpec
32
32
  *
@@ -58,7 +58,7 @@ class PlannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
58
58
  this.$objectType = "dataprotection.v4.operations.PlannedFailoverSpec";
59
59
  /** @type {object<string, any>} */
60
60
  this.$reserved = {
61
- '$fv': "v4.r2"
61
+ '$fv': "v4.r3"
62
62
  };
63
63
  /** @type {object<string, any>} */
64
64
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The TestFailoverRecoveryPlanApiResponse model module.
3
3
  * @module Ntnx/TestFailoverRecoveryPlanApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class TestFailoverRecoveryPlanApiResponse
6
6
  */
7
7
  export default class TestFailoverRecoveryPlanApiResponse 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 TestFailoverRecoveryPlanApiResponse model module.
31
31
  * @module Ntnx/TestFailoverRecoveryPlanApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class TestFailoverRecoveryPlanApiResponse
34
34
  */
35
35
  var _TestFailoverRecoveryPlanApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class TestFailoverRecoveryPlanApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>TestFailoverRecoveryPlanApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/operations/recovery-plans/{recoveryPlanExtId}/$actions/test-failover Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/operations/recovery-plans/{recoveryPlanExtId}/$actions/test-failover Post operation
40
40
  * @alias module:Ntnx/TestFailoverRecoveryPlanApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class TestFailoverRecoveryPlanApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.operations.TestFailoverRecoveryPlanApiResponse";
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 TestFailoverSpec model module.
3
3
  * @module Ntnx/TestFailoverSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class TestFailoverSpec
6
6
  * @extends BaseRecoveryPlanActionSpec
7
7
  *
@@ -21,6 +21,17 @@ export default class TestFailoverSpec extends BaseRecoveryPlanActionSpec {
21
21
  */
22
22
  setShouldIgnoreWarnings(shouldIgnoreWarnings: boolean): void;
23
23
  shouldIgnoreWarnings: boolean;
24
+ /**
25
+ * Returns Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
26
+ * @return {boolean}
27
+ */
28
+ getIsInstantRestore(): boolean;
29
+ /**
30
+ * Sets Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
31
+ * @param {boolean} isInstantRestore Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
32
+ */
33
+ setIsInstantRestore(isInstantRestore: boolean): void;
34
+ isInstantRestore: boolean;
24
35
  #private;
25
36
  }
26
37
  import BaseRecoveryPlanActionSpec from "./BaseRecoveryPlanActionSpec";
@@ -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 TestFailoverSpec model module.
28
28
  * @module Ntnx/TestFailoverSpec
29
- * @version 4.2.1
29
+ * @version 4.3.1
30
30
  * @class TestFailoverSpec
31
31
  * @extends BaseRecoveryPlanActionSpec
32
32
  *
@@ -58,7 +58,7 @@ class TestFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
58
58
  this.$objectType = "dataprotection.v4.operations.TestFailoverSpec";
59
59
  /** @type {object<string, any>} */
60
60
  this.$reserved = {
61
- '$fv': "v4.r2"
61
+ '$fv': "v4.r3"
62
62
  };
63
63
  /** @type {object<string, any>} */
64
64
  this.$unknownFields = {};
@@ -80,6 +80,9 @@ class TestFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
80
80
  if (data.hasOwnProperty('shouldIgnoreWarnings') && data.shouldIgnoreWarnings !== null && data.shouldIgnoreWarnings !== undefined) {
81
81
  obj.setShouldIgnoreWarnings(data['shouldIgnoreWarnings']);
82
82
  }
83
+ if (data.hasOwnProperty('isInstantRestore') && data.isInstantRestore !== null && data.isInstantRestore !== undefined) {
84
+ obj.setIsInstantRestore(data['isInstantRestore']);
85
+ }
83
86
  if (!callFromChild) {
84
87
  obj.$unknownFields = {
85
88
  ...data.$unknownFields
@@ -122,12 +125,31 @@ class TestFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
122
125
  setShouldIgnoreWarnings(shouldIgnoreWarnings) {
123
126
  this.shouldIgnoreWarnings = shouldIgnoreWarnings;
124
127
  }
128
+
129
+ /**
130
+ * Returns Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
131
+ * @return {boolean}
132
+ */
133
+ getIsInstantRestore() {
134
+ return this.isInstantRestore;
135
+ }
136
+
137
+ /**
138
+ * Sets Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
139
+ * @param {boolean} isInstantRestore Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
140
+ */
141
+ setIsInstantRestore(isInstantRestore) {
142
+ this.isInstantRestore = isInstantRestore;
143
+ }
125
144
  toJson(forMutation) {
126
145
  if (forMutation === false) {
127
146
  return {
128
147
  ...(typeof this.getShouldIgnoreWarnings() !== 'undefined' && this.getShouldIgnoreWarnings() !== null ? {
129
148
  'shouldIgnoreWarnings': this.getShouldIgnoreWarnings()
130
149
  } : {}),
150
+ ...(typeof this.getIsInstantRestore() !== 'undefined' && this.getIsInstantRestore() !== null ? {
151
+ 'isInstantRestore': this.getIsInstantRestore()
152
+ } : {}),
131
153
  ...(typeof this.getName() !== 'undefined' && this.getName() !== null ? {
132
154
  'name': this.getName()
133
155
  } : {}),
@@ -144,6 +166,9 @@ class TestFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
144
166
  ...(typeof this.getShouldIgnoreWarnings() !== 'undefined' && this.getShouldIgnoreWarnings() !== null ? {
145
167
  'shouldIgnoreWarnings': this.getShouldIgnoreWarnings()
146
168
  } : {}),
169
+ ...(typeof this.getIsInstantRestore() !== 'undefined' && this.getIsInstantRestore() !== null ? {
170
+ 'isInstantRestore': this.getIsInstantRestore()
171
+ } : {}),
147
172
  ...(typeof this.getName() !== 'undefined' && this.getName() !== null ? {
148
173
  'name': this.getName()
149
174
  } : {}),
@@ -191,6 +216,11 @@ class TestFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
191
216
  return new _ValidationError.default("shouldIgnoreWarnings", "undefined or null");
192
217
  }
193
218
  }
219
+ if (property === "isInstantRestore") {
220
+ if (typeof this.isInstantRestore === 'undefined' || this.isInstantRestore === null) {
221
+ return new _ValidationError.default("isInstantRestore", "undefined or null");
222
+ }
223
+ }
194
224
  return new _ValidationError.default(property, "no such property exists");
195
225
  }
196
226
  }
@@ -225,6 +255,13 @@ function _handleDateType(obj, isDateOnly) {
225
255
  }
226
256
  TestFailoverSpec.prototype.shouldIgnoreWarnings = false;
227
257
 
258
+ /**
259
+ * Indicates whether to enable Instant Restore. This feature allows a workload, such as a virtual machine (VM), to be quickly restored and powered on directly from an external backup repository on a Nutanix AOS cluster, without waiting for a full data transfer.
260
+ * @memberof TestFailoverSpec
261
+ * @default false
262
+ */
263
+ TestFailoverSpec.prototype.isInstantRestore = false;
264
+
228
265
  /**
229
266
  * Name of the Recovery Plan Job.
230
267
  * @memberof TestFailoverSpec
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The UnplannedFailoverRecoveryPlanApiResponse model module.
3
3
  * @module Ntnx/UnplannedFailoverRecoveryPlanApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class UnplannedFailoverRecoveryPlanApiResponse
6
6
  */
7
7
  export default class UnplannedFailoverRecoveryPlanApiResponse 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 UnplannedFailoverRecoveryPlanApiResponse model module.
31
31
  * @module Ntnx/UnplannedFailoverRecoveryPlanApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class UnplannedFailoverRecoveryPlanApiResponse
34
34
  */
35
35
  var _UnplannedFailoverRecoveryPlanApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class UnplannedFailoverRecoveryPlanApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>UnplannedFailoverRecoveryPlanApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/operations/recovery-plans/{recoveryPlanExtId}/$actions/unplanned-failover Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/operations/recovery-plans/{recoveryPlanExtId}/$actions/unplanned-failover Post operation
40
40
  * @alias module:Ntnx/UnplannedFailoverRecoveryPlanApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class UnplannedFailoverRecoveryPlanApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.operations.UnplannedFailoverRecoveryPlanApiResponse";
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 UnplannedFailoverSpec model module.
3
3
  * @module Ntnx/UnplannedFailoverSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class UnplannedFailoverSpec
6
6
  * @extends BaseRecoveryPlanActionSpec
7
7
  *
@@ -32,6 +32,17 @@ export default class UnplannedFailoverSpec extends BaseRecoveryPlanActionSpec {
32
32
  */
33
33
  setShouldIgnoreWarnings(shouldIgnoreWarnings: boolean): void;
34
34
  shouldIgnoreWarnings: boolean;
35
+ /**
36
+ * Returns Indicates whether this is an instant restore task.
37
+ * @return {boolean}
38
+ */
39
+ getIsInstantRestore(): boolean;
40
+ /**
41
+ * Sets Indicates whether this is an instant restore task.
42
+ * @param {boolean} isInstantRestore Indicates whether this is an instant restore task.
43
+ */
44
+ setIsInstantRestore(isInstantRestore: boolean): void;
45
+ isInstantRestore: boolean;
35
46
  #private;
36
47
  }
37
48
  import BaseRecoveryPlanActionSpec from "./BaseRecoveryPlanActionSpec";
@@ -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 UnplannedFailoverSpec model module.
29
29
  * @module Ntnx/UnplannedFailoverSpec
30
- * @version 4.2.1
30
+ * @version 4.3.1
31
31
  * @class UnplannedFailoverSpec
32
32
  * @extends BaseRecoveryPlanActionSpec
33
33
  *
@@ -59,7 +59,7 @@ class UnplannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
59
59
  this.$objectType = "dataprotection.v4.operations.UnplannedFailoverSpec";
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 = {};
@@ -84,6 +84,9 @@ class UnplannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
84
84
  if (data.hasOwnProperty('shouldIgnoreWarnings') && data.shouldIgnoreWarnings !== null && data.shouldIgnoreWarnings !== undefined) {
85
85
  obj.setShouldIgnoreWarnings(data['shouldIgnoreWarnings']);
86
86
  }
87
+ if (data.hasOwnProperty('isInstantRestore') && data.isInstantRestore !== null && data.isInstantRestore !== undefined) {
88
+ obj.setIsInstantRestore(data['isInstantRestore']);
89
+ }
87
90
  if (!callFromChild) {
88
91
  obj.$unknownFields = {
89
92
  ...data.$unknownFields
@@ -142,6 +145,22 @@ class UnplannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
142
145
  setShouldIgnoreWarnings(shouldIgnoreWarnings) {
143
146
  this.shouldIgnoreWarnings = shouldIgnoreWarnings;
144
147
  }
148
+
149
+ /**
150
+ * Returns Indicates whether this is an instant restore task.
151
+ * @return {boolean}
152
+ */
153
+ getIsInstantRestore() {
154
+ return this.isInstantRestore;
155
+ }
156
+
157
+ /**
158
+ * Sets Indicates whether this is an instant restore task.
159
+ * @param {boolean} isInstantRestore Indicates whether this is an instant restore task.
160
+ */
161
+ setIsInstantRestore(isInstantRestore) {
162
+ this.isInstantRestore = isInstantRestore;
163
+ }
145
164
  toJson(forMutation) {
146
165
  if (forMutation === false) {
147
166
  return {
@@ -151,6 +170,9 @@ class UnplannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
151
170
  ...(typeof this.getShouldIgnoreWarnings() !== 'undefined' && this.getShouldIgnoreWarnings() !== null ? {
152
171
  'shouldIgnoreWarnings': this.getShouldIgnoreWarnings()
153
172
  } : {}),
173
+ ...(typeof this.getIsInstantRestore() !== 'undefined' && this.getIsInstantRestore() !== null ? {
174
+ 'isInstantRestore': this.getIsInstantRestore()
175
+ } : {}),
154
176
  ...(typeof this.getName() !== 'undefined' && this.getName() !== null ? {
155
177
  'name': this.getName()
156
178
  } : {}),
@@ -170,6 +192,9 @@ class UnplannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
170
192
  ...(typeof this.getShouldIgnoreWarnings() !== 'undefined' && this.getShouldIgnoreWarnings() !== null ? {
171
193
  'shouldIgnoreWarnings': this.getShouldIgnoreWarnings()
172
194
  } : {}),
195
+ ...(typeof this.getIsInstantRestore() !== 'undefined' && this.getIsInstantRestore() !== null ? {
196
+ 'isInstantRestore': this.getIsInstantRestore()
197
+ } : {}),
173
198
  ...(typeof this.getName() !== 'undefined' && this.getName() !== null ? {
174
199
  'name': this.getName()
175
200
  } : {}),
@@ -222,6 +247,11 @@ class UnplannedFailoverSpec extends _BaseRecoveryPlanActionSpec.default {
222
247
  return new _ValidationError.default("shouldIgnoreWarnings", "undefined or null");
223
248
  }
224
249
  }
250
+ if (property === "isInstantRestore") {
251
+ if (typeof this.isInstantRestore === 'undefined' || this.isInstantRestore === null) {
252
+ return new _ValidationError.default("isInstantRestore", "undefined or null");
253
+ }
254
+ }
225
255
  return new _ValidationError.default(property, "no such property exists");
226
256
  }
227
257
  }
@@ -262,6 +292,13 @@ UnplannedFailoverSpec.prototype.recoveryReferenceTime = undefined;
262
292
  */
263
293
  UnplannedFailoverSpec.prototype.shouldIgnoreWarnings = false;
264
294
 
295
+ /**
296
+ * Indicates whether this is an instant restore task.
297
+ * @memberof UnplannedFailoverSpec
298
+ * @default false
299
+ */
300
+ UnplannedFailoverSpec.prototype.isInstantRestore = false;
301
+
265
302
  /**
266
303
  * Name of the Recovery Plan Job.
267
304
  * @memberof UnplannedFailoverSpec
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ValidateRecoveryPlanApiResponse model module.
3
3
  * @module Ntnx/ValidateRecoveryPlanApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class ValidateRecoveryPlanApiResponse
6
6
  */
7
7
  export default class ValidateRecoveryPlanApiResponse 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 ValidateRecoveryPlanApiResponse model module.
31
31
  * @module Ntnx/ValidateRecoveryPlanApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class ValidateRecoveryPlanApiResponse
34
34
  */
35
35
  var _ValidateRecoveryPlanApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class ValidateRecoveryPlanApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>ValidateRecoveryPlanApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/operations/recovery-plans/{recoveryPlanExtId}/$actions/validate Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/operations/recovery-plans/{recoveryPlanExtId}/$actions/validate Post operation
40
40
  * @alias module:Ntnx/ValidateRecoveryPlanApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class ValidateRecoveryPlanApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.operations.ValidateRecoveryPlanApiResponse";
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 = {};