@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
@@ -21,11 +21,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
21
21
  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"); } /*
22
22
  * Nutanix Data Protection APIs
23
23
  *
24
- * OpenAPI spec version: 4.2.1
24
+ * OpenAPI spec version: 4.3.1
25
25
  *
26
26
  * NOTE: This class is auto generated by the Open API Dev Platform.
27
27
  *
28
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
28
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
29
29
  *
30
30
  * Do not edit the class manually.
31
31
  *
@@ -33,7 +33,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
33
33
  /**
34
34
  * The RecoveryPlanJob model module.
35
35
  * @module Ntnx/RecoveryPlanJob
36
- * @version 4.2.1
36
+ * @version 4.3.1
37
37
  * @class RecoveryPlanJob
38
38
  * @extends ExternalizableAbstractModel
39
39
  */
@@ -57,7 +57,7 @@ class RecoveryPlanJob extends _ExternalizableAbstractModel.default {
57
57
  this.$objectType = "dataprotection.v4.config.RecoveryPlanJob";
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 = {};
@@ -130,6 +130,9 @@ class RecoveryPlanJob extends _ExternalizableAbstractModel.default {
130
130
  if (data.hasOwnProperty('ownerExtId') && data.ownerExtId !== null && data.ownerExtId !== undefined) {
131
131
  obj.setOwnerExtId(data['ownerExtId']);
132
132
  }
133
+ if (data.hasOwnProperty('isInstantRestore') && data.isInstantRestore !== null && data.isInstantRestore !== undefined) {
134
+ obj.setIsInstantRestore(data['isInstantRestore']);
135
+ }
133
136
  if (!callFromChild) {
134
137
  obj.$unknownFields = {
135
138
  ...data.$unknownFields
@@ -376,6 +379,22 @@ class RecoveryPlanJob extends _ExternalizableAbstractModel.default {
376
379
  setOwnerExtId(ownerExtId) {
377
380
  this.ownerExtId = ownerExtId;
378
381
  }
382
+
383
+ /**
384
+ * 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.
385
+ * @return {boolean}
386
+ */
387
+ getIsInstantRestore() {
388
+ return this.isInstantRestore;
389
+ }
390
+
391
+ /**
392
+ * 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.
393
+ * @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.
394
+ */
395
+ setIsInstantRestore(isInstantRestore) {
396
+ this.isInstantRestore = isInstantRestore;
397
+ }
379
398
  toJson(forMutation) {
380
399
  if (forMutation === false) {
381
400
  return {
@@ -421,6 +440,9 @@ class RecoveryPlanJob extends _ExternalizableAbstractModel.default {
421
440
  ...(typeof this.getOwnerExtId() !== 'undefined' && this.getOwnerExtId() !== null ? {
422
441
  'ownerExtId': this.getOwnerExtId()
423
442
  } : {}),
443
+ ...(typeof this.getIsInstantRestore() !== 'undefined' && this.getIsInstantRestore() !== null ? {
444
+ 'isInstantRestore': this.getIsInstantRestore()
445
+ } : {}),
424
446
  ...(typeof this.getExtId() !== 'undefined' && this.getExtId() !== null ? {
425
447
  'extId': this.getExtId()
426
448
  } : {}),
@@ -612,6 +634,11 @@ class RecoveryPlanJob extends _ExternalizableAbstractModel.default {
612
634
  return new _ValidationError.default("ownerExtId", "does not satisfy required pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/");
613
635
  }
614
636
  }
637
+ if (property === "isInstantRestore") {
638
+ if (typeof this.isInstantRestore === 'undefined' || this.isInstantRestore === null) {
639
+ return new _ValidationError.default("isInstantRestore", "undefined or null");
640
+ }
641
+ }
615
642
  return new _ValidationError.default(property, "no such property exists");
616
643
  }
617
644
  }
@@ -720,6 +747,12 @@ RecoveryPlanJob.prototype.isInitiatedByWitness = undefined;
720
747
  */
721
748
  RecoveryPlanJob.prototype.ownerExtId = undefined;
722
749
 
750
+ /**
751
+ * 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.
752
+ * @memberof RecoveryPlanJob
753
+ */
754
+ RecoveryPlanJob.prototype.isInstantRestore = undefined;
755
+
723
756
  /**
724
757
  * A globally unique identifier of an instance that is suitable for external consumption.
725
758
  * @memberof RecoveryPlanJob
@@ -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 RecoveryPlanJobExecutionStep model module.
3
3
  * @module Ntnx/RecoveryPlanJobExecutionStep
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPlanJobExecutionStep
6
6
  * @extends ExternalizableAbstractModel
7
7
  */
@@ -22,11 +22,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
22
22
  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"); } /*
23
23
  * Nutanix Data Protection APIs
24
24
  *
25
- * OpenAPI spec version: 4.2.1
25
+ * OpenAPI spec version: 4.3.1
26
26
  *
27
27
  * NOTE: This class is auto generated by the Open API Dev Platform.
28
28
  *
29
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
29
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
30
30
  *
31
31
  * Do not edit the class manually.
32
32
  *
@@ -34,7 +34,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
34
34
  /**
35
35
  * The RecoveryPlanJobExecutionStep model module.
36
36
  * @module Ntnx/RecoveryPlanJobExecutionStep
37
- * @version 4.2.1
37
+ * @version 4.3.1
38
38
  * @class RecoveryPlanJobExecutionStep
39
39
  * @extends ExternalizableAbstractModel
40
40
  */
@@ -58,7 +58,7 @@ class RecoveryPlanJobExecutionStep extends _ExternalizableAbstractModel.default
58
58
  this.$objectType = "dataprotection.v4.config.RecoveryPlanJobExecutionStep";
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 RecoveryPlanJobExecutionStepProjection model module.
3
3
  * @module Ntnx/RecoveryPlanJobExecutionStepProjection
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPlanJobExecutionStepProjection
6
6
  * @extends RecoveryPlanJobExecutionStep
7
7
  */
@@ -20,11 +20,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
20
  /*
21
21
  * Nutanix Data Protection APIs
22
22
  *
23
- * OpenAPI spec version: 4.2.1
23
+ * OpenAPI spec version: 4.3.1
24
24
  *
25
25
  * NOTE: This class is auto generated by the Open API Dev Platform.
26
26
  *
27
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
27
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
28
28
  *
29
29
  * Do not edit the class manually.
30
30
  *
@@ -33,7 +33,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
33
33
  /**
34
34
  * The RecoveryPlanJobExecutionStepProjection model module.
35
35
  * @module Ntnx/RecoveryPlanJobExecutionStepProjection
36
- * @version 4.2.1
36
+ * @version 4.3.1
37
37
  * @class RecoveryPlanJobExecutionStepProjection
38
38
  * @extends RecoveryPlanJobExecutionStep
39
39
  */
@@ -48,7 +48,7 @@ class RecoveryPlanJobExecutionStepProjection extends _RecoveryPlanJobExecutionSt
48
48
  this.$objectType = "dataprotection.v4.config.RecoveryPlanJobExecutionStepProjection";
49
49
  /** @type {object<string, any>} */
50
50
  this.$reserved = {
51
- '$fv': "v4.r2"
51
+ '$fv': "v4.r3"
52
52
  };
53
53
  /** @type {object<string, any>} */
54
54
  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 RecoveryPlanJobProjection model module.
3
3
  * @module Ntnx/RecoveryPlanJobProjection
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPlanJobProjection
6
6
  * @extends RecoveryPlanJob
7
7
  */
@@ -19,11 +19,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  /*
20
20
  * Nutanix Data Protection APIs
21
21
  *
22
- * OpenAPI spec version: 4.2.1
22
+ * OpenAPI spec version: 4.3.1
23
23
  *
24
24
  * NOTE: This class is auto generated by the Open API Dev Platform.
25
25
  *
26
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
26
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
27
27
  *
28
28
  * Do not edit the class manually.
29
29
  *
@@ -32,7 +32,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
32
32
  /**
33
33
  * The RecoveryPlanJobProjection model module.
34
34
  * @module Ntnx/RecoveryPlanJobProjection
35
- * @version 4.2.1
35
+ * @version 4.3.1
36
36
  * @class RecoveryPlanJobProjection
37
37
  * @extends RecoveryPlanJob
38
38
  */
@@ -47,7 +47,7 @@ class RecoveryPlanJobProjection extends _RecoveryPlanJob.default {
47
47
  this.$objectType = "dataprotection.v4.config.RecoveryPlanJobProjection";
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 RecoveryPlanValidationError model module.
3
3
  * @module Ntnx/RecoveryPlanValidationError
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPlanValidationError
6
6
  * @extends ErrorMessage
7
7
  */
@@ -19,11 +19,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
19
19
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
20
20
  * Nutanix Data Protection APIs
21
21
  *
22
- * OpenAPI spec version: 4.2.1
22
+ * OpenAPI spec version: 4.3.1
23
23
  *
24
24
  * NOTE: This class is auto generated by the Open API Dev Platform.
25
25
  *
26
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
26
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
27
27
  *
28
28
  * Do not edit the class manually.
29
29
  *
@@ -31,7 +31,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
31
31
  /**
32
32
  * The RecoveryPlanValidationError model module.
33
33
  * @module Ntnx/RecoveryPlanValidationError
34
- * @version 4.2.1
34
+ * @version 4.3.1
35
35
  * @class RecoveryPlanValidationError
36
36
  * @extends ErrorMessage
37
37
  */
@@ -55,7 +55,7 @@ class RecoveryPlanValidationError extends _ErrorMessage.default {
55
55
  this.$objectType = "dataprotection.v4.config.RecoveryPlanValidationError";
56
56
  /** @type {object<string, any>} */
57
57
  this.$reserved = {
58
- '$fv': "v4.r2"
58
+ '$fv': "v4.r3"
59
59
  };
60
60
  /** @type {object<string, any>} */
61
61
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The RecoveryPlanValidationErrorProjection model module.
3
3
  * @module Ntnx/RecoveryPlanValidationErrorProjection
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPlanValidationErrorProjection
6
6
  * @extends RecoveryPlanValidationError
7
7
  */
@@ -17,11 +17,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  /*
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
  *
@@ -30,7 +30,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
30
30
  /**
31
31
  * The RecoveryPlanValidationErrorProjection model module.
32
32
  * @module Ntnx/RecoveryPlanValidationErrorProjection
33
- * @version 4.2.1
33
+ * @version 4.3.1
34
34
  * @class RecoveryPlanValidationErrorProjection
35
35
  * @extends RecoveryPlanValidationError
36
36
  */
@@ -45,7 +45,7 @@ class RecoveryPlanValidationErrorProjection extends _RecoveryPlanValidationError
45
45
  this.$objectType = "dataprotection.v4.config.RecoveryPlanValidationErrorProjection";
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 RecoveryPoint model module.
3
3
  * @module Ntnx/RecoveryPoint
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPoint
6
6
  * @extends BaseRecoveryPoint
7
7
  */
@@ -22,11 +22,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
22
22
  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"); } /*
23
23
  * Nutanix Data Protection APIs
24
24
  *
25
- * OpenAPI spec version: 4.2.1
25
+ * OpenAPI spec version: 4.3.1
26
26
  *
27
27
  * NOTE: This class is auto generated by the Open API Dev Platform.
28
28
  *
29
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
29
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
30
30
  *
31
31
  * Do not edit the class manually.
32
32
  *
@@ -34,7 +34,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
34
34
  /**
35
35
  * The RecoveryPoint model module.
36
36
  * @module Ntnx/RecoveryPoint
37
- * @version 4.2.1
37
+ * @version 4.3.1
38
38
  * @class RecoveryPoint
39
39
  * @extends BaseRecoveryPoint
40
40
  */
@@ -58,7 +58,7 @@ class RecoveryPoint extends _BaseRecoveryPoint.default {
58
58
  this.$objectType = "dataprotection.v4.config.RecoveryPoint";
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 RecoveryPointProjection model module.
3
3
  * @module Ntnx/RecoveryPointProjection
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPointProjection
6
6
  * @extends RecoveryPoint
7
7
  */
@@ -19,11 +19,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  /*
20
20
  * Nutanix Data Protection APIs
21
21
  *
22
- * OpenAPI spec version: 4.2.1
22
+ * OpenAPI spec version: 4.3.1
23
23
  *
24
24
  * NOTE: This class is auto generated by the Open API Dev Platform.
25
25
  *
26
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
26
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
27
27
  *
28
28
  * Do not edit the class manually.
29
29
  *
@@ -32,7 +32,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
32
32
  /**
33
33
  * The RecoveryPointProjection model module.
34
34
  * @module Ntnx/RecoveryPointProjection
35
- * @version 4.2.1
35
+ * @version 4.3.1
36
36
  * @class RecoveryPointProjection
37
37
  * @extends RecoveryPoint
38
38
  */
@@ -47,7 +47,7 @@ class RecoveryPointProjection extends _RecoveryPoint.default {
47
47
  this.$objectType = "dataprotection.v4.config.RecoveryPointProjection";
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 RecoveryPointReplicateApiResponse model module.
3
3
  * @module Ntnx/RecoveryPointReplicateApiResponse
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPointReplicateApiResponse
6
6
  */
7
7
  export default class RecoveryPointReplicateApiResponse 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 RecoveryPointReplicateApiResponse model module.
31
31
  * @module Ntnx/RecoveryPointReplicateApiResponse
32
- * @version 4.2.1
32
+ * @version 4.3.1
33
33
  * @class RecoveryPointReplicateApiResponse
34
34
  */
35
35
  var _RecoveryPointReplicateApiResponse_brand = /*#__PURE__*/new WeakSet();
36
36
  class RecoveryPointReplicateApiResponse extends _Paginable.default {
37
37
  /**
38
38
  * Constructs a new <code>RecoveryPointReplicateApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/config/recovery-points/{extId}/$actions/replicate Post operation
39
+ * REST response for all response codes in API path /dataprotection/v4.3/config/recovery-points/{extId}/$actions/replicate Post operation
40
40
  * @alias module:Ntnx/RecoveryPointReplicateApiResponse
41
41
  */
42
42
  constructor() {
@@ -51,7 +51,7 @@ class RecoveryPointReplicateApiResponse extends _Paginable.default {
51
51
  this.$objectType = "dataprotection.v4.config.RecoveryPointReplicateApiResponse";
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 RecoveryPointReplicationSpec model module.
3
3
  * @module Ntnx/RecoveryPointReplicationSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPointReplicationSpec
6
6
  */
7
7
  export default class RecoveryPointReplicationSpec {
@@ -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 RecoveryPointReplicationSpec model module.
26
26
  * @module Ntnx/RecoveryPointReplicationSpec
27
- * @version 4.2.1
27
+ * @version 4.3.1
28
28
  * @class RecoveryPointReplicationSpec
29
29
  */
30
30
  var _RecoveryPointReplicationSpec_brand = /*#__PURE__*/new WeakSet();
@@ -45,7 +45,7 @@ class RecoveryPointReplicationSpec {
45
45
  this.$objectType = "dataprotection.v4.config.RecoveryPointReplicationSpec";
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 RecoveryPointRepository model module.
3
3
  * @module Ntnx/RecoveryPointRepository
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPointRepository
6
6
  * @extends ExternalizableAbstractModel
7
7
  */
@@ -19,11 +19,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
19
19
  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"); } /*
20
20
  * Nutanix Data Protection APIs
21
21
  *
22
- * OpenAPI spec version: 4.2.1
22
+ * OpenAPI spec version: 4.3.1
23
23
  *
24
24
  * NOTE: This class is auto generated by the Open API Dev Platform.
25
25
  *
26
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
26
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
27
27
  *
28
28
  * Do not edit the class manually.
29
29
  *
@@ -31,7 +31,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
31
31
  /**
32
32
  * The RecoveryPointRepository model module.
33
33
  * @module Ntnx/RecoveryPointRepository
34
- * @version 4.2.1
34
+ * @version 4.3.1
35
35
  * @class RecoveryPointRepository
36
36
  * @extends ExternalizableAbstractModel
37
37
  */
@@ -55,7 +55,7 @@ class RecoveryPointRepository extends _ExternalizableAbstractModel.default {
55
55
  this.$objectType = "dataprotection.v4.config.RecoveryPointRepository";
56
56
  /** @type {object<string, any>} */
57
57
  this.$reserved = {
58
- '$fv': "v4.r2"
58
+ '$fv': "v4.r3"
59
59
  };
60
60
  /** @type {object<string, any>} */
61
61
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The RecoveryPointRepositoryProjection model module.
3
3
  * @module Ntnx/RecoveryPointRepositoryProjection
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPointRepositoryProjection
6
6
  * @extends RecoveryPointRepository
7
7
  */
@@ -14,11 +14,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
14
14
  /*
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
  *
@@ -27,7 +27,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
27
27
  /**
28
28
  * The RecoveryPointRepositoryProjection model module.
29
29
  * @module Ntnx/RecoveryPointRepositoryProjection
30
- * @version 4.2.1
30
+ * @version 4.3.1
31
31
  * @class RecoveryPointRepositoryProjection
32
32
  * @extends RecoveryPointRepository
33
33
  */
@@ -42,7 +42,7 @@ class RecoveryPointRepositoryProjection extends _RecoveryPointRepository.default
42
42
  this.$objectType = "dataprotection.v4.config.RecoveryPointRepositoryProjection";
43
43
  /** @type {object<string, any>} */
44
44
  this.$reserved = {
45
- '$fv': "v4.r2"
45
+ '$fv': "v4.r3"
46
46
  };
47
47
  /** @type {object<string, any>} */
48
48
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The RecoveryPointRestorationSpec model module.
3
3
  * @module Ntnx/RecoveryPointRestorationSpec
4
- * @version 4.2.1
4
+ * @version 4.3.1
5
5
  * @class RecoveryPointRestorationSpec
6
6
  */
7
7
  export default class RecoveryPointRestorationSpec {
@@ -58,6 +58,17 @@ export default class RecoveryPointRestorationSpec {
58
58
  */
59
59
  setVolumeGroupRecoveryPointRestoreOverrides(volumeGroupRecoveryPointRestoreOverrides: VolumeGroupRecoveryPointRestoreOverride[]): void;
60
60
  volumeGroupRecoveryPointRestoreOverrides: VolumeGroupRecoveryPointRestoreOverride[];
61
+ /**
62
+ * Returns Indicates whether this is an instant restore task.
63
+ * @return {boolean}
64
+ */
65
+ getIsInstantRestore(): boolean;
66
+ /**
67
+ * Sets Indicates whether this is an instant restore task.
68
+ * @param {boolean} isInstantRestore Indicates whether this is an instant restore task.
69
+ */
70
+ setIsInstantRestore(isInstantRestore: boolean): void;
71
+ isInstantRestore: boolean;
61
72
  get$Reserved(): any;
62
73
  get$ObjectType(): string;
63
74
  get$UnknownFields(): any;