@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,288 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _ApiResponseMetadata = _interopRequireDefault(require("../../../common/v1/response/ApiResponseMetadata"));
8
- var _ConsistencyGroup = _interopRequireDefault(require("./ConsistencyGroup"));
9
- var _ErrorResponse = _interopRequireDefault(require("../error/ErrorResponse"));
10
- var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
11
- var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
12
- var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
13
- var _Paginable = _interopRequireDefault(require("../../../../Paginable"));
14
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
- function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
16
- function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
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
- * Nutanix Data Protection APIs
19
- *
20
- * OpenAPI spec version: 4.2.1
21
- *
22
- * NOTE: This class is auto generated by the Open API Dev Platform.
23
- *
24
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
25
- *
26
- * Do not edit the class manually.
27
- *
28
- */
29
- /**
30
- * The CreateConsistencyGroupApiResponse model module.
31
- * @module Ntnx/CreateConsistencyGroupApiResponse
32
- * @version 4.2.1
33
- * @class CreateConsistencyGroupApiResponse
34
- */
35
- var _CreateConsistencyGroupApiResponse_brand = /*#__PURE__*/new WeakSet();
36
- class CreateConsistencyGroupApiResponse extends _Paginable.default {
37
- /**
38
- * Constructs a new <code>CreateConsistencyGroupApiResponse</code>.
39
- * REST response for all response codes in API path /dataprotection/v4.2/config/consistency-groups Post operation
40
- * @alias module:Ntnx/CreateConsistencyGroupApiResponse
41
- */
42
- constructor() {
43
- super();
44
- /*
45
- * toJson method for a map type which supports map with primitive keys and values of object types
46
- * @param {Object} obj
47
- * @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
48
- * Otherwise, just returns the input object.
49
- */
50
- _classPrivateMethodInitSpec(this, _CreateConsistencyGroupApiResponse_brand);
51
- this.$objectType = "dataprotection.v4.config.CreateConsistencyGroupApiResponse";
52
- /** @type {object<string, any>} */
53
- this.$reserved = {
54
- '$fv': "v4.r2"
55
- };
56
- /** @type {object<string, any>} */
57
- this.$unknownFields = {};
58
- }
59
-
60
- /**
61
- * Constructs a <code>CreateConsistencyGroupApiResponse</code> from a plain JavaScript object, optionally creating a new instance.
62
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
63
- * @param {Object} data The plain JavaScript object bearing properties of interest.
64
- * @param {module:Ntnx/CreateConsistencyGroupApiResponse} obj Optional instance to populate.
65
- * @param callFromChild {Boolean} Flag to recognise calling instance
66
- * @return {module:Ntnx/CreateConsistencyGroupApiResponse} The populated <code>CreateConsistencyGroupApiResponse</code> instance.
67
- */
68
- static constructFromObject(data, obj = null, callFromChild = false) {
69
- let items, item, i, itemArr, discriminator;
70
- if (data) {
71
- obj = obj || new CreateConsistencyGroupApiResponse();
72
- if (data.hasOwnProperty('metadata')) {
73
- _Paginable.default.constructFromObject(data['metadata'], obj);
74
- }
75
- if (data.hasOwnProperty('metadata') && data.metadata !== null && data.metadata !== undefined) {
76
- obj.setMetadata(_ApiResponseMetadata.default.constructFromObject(data['metadata']));
77
- }
78
- if (data.hasOwnProperty('data') && data.data !== null && data.data !== undefined) {
79
- if (data['data'].hasOwnProperty('$objectType')) {
80
- discriminator = data['data']['$objectType'];
81
- } else {
82
- discriminator = typeof data['data'];
83
- }
84
- switch (discriminator) {
85
- case 'dataprotection.v4.config.ConsistencyGroup':
86
- obj.setData(_ConsistencyGroup.default.constructFromObject(data['data'], undefined));
87
- break;
88
- case 'dataprotection.v4.error.ErrorResponse':
89
- obj.setData(_ErrorResponse.default.constructFromObject(data['data'], undefined));
90
- break;
91
- default:
92
- throw "Unknown datatype " + discriminator + " in data";
93
- }
94
- }
95
- if (data.hasOwnProperty('$reserved')) {
96
- obj.$reserved = data['$reserved'];
97
- }
98
- if (data.hasOwnProperty('$objectType')) {
99
- obj.$objectType = data['$objectType'];
100
- }
101
- if (data.hasOwnProperty('$unknownFields')) {
102
- obj.$unknownFields = data['$unknownFields'];
103
- }
104
- if (!callFromChild) {
105
- obj.$unknownFields = {
106
- ...data.$unknownFields
107
- };
108
- for (const property in data) {
109
- // Check if the `property` is not already present in `obj` keys, either in snake_case or camelCase,
110
- // as the model's fields are generated in camelCase, but the server might return snake_case (e.g., due to standards like OIDC).
111
- // Also, ensure the `property` does not start with '$' and end with 'ItemDiscriminator'.
112
- // If all conditions are true, add the `property` from `data` to `obj.$unknownFields` as an unknown field.
113
- if (!Object.keys(obj).includes(property) && !Object.keys(obj).includes(this.snakeToCamel(property)) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
114
- obj.$unknownFields[property] = data[property];
115
- }
116
- }
117
- }
118
- }
119
- return obj;
120
- }
121
-
122
- /**
123
- * Converts a given snake_case string to camelCase.
124
- * @param {string} snakeStr - The input string in snake_case format.
125
- * @returns {string} - The converted string in camelCase format.
126
- */
127
- static snakeToCamel(snakeStr) {
128
- return snakeStr.replace(/(_\w)/g, match => match[1].toUpperCase());
129
- }
130
-
131
- /**
132
- * @return {ApiResponseMetadata}
133
- */
134
- getMetadata() {
135
- return this.metadata;
136
- }
137
-
138
- /**
139
- * @param {ApiResponseMetadata} metadata
140
- */
141
- setMetadata(metadata) {
142
- this.metadata = metadata;
143
- }
144
-
145
- /**
146
- * @return {ConsistencyGroup | ErrorResponse}
147
- */
148
- getData() {
149
- return this.data;
150
- }
151
-
152
- /**
153
- * @param {ConsistencyGroup | ErrorResponse} data
154
- */
155
- setData(data) {
156
- this.data = data;
157
- }
158
- get$Reserved() {
159
- return this.$reserved;
160
- }
161
- get$ObjectType() {
162
- return this.$objectType;
163
- }
164
- get$UnknownFields() {
165
- return this.$unknownFields;
166
- }
167
- toJson(forMutation) {
168
- if (forMutation === false) {
169
- return {
170
- ...(typeof this.getMetadata() !== 'undefined' && this.getMetadata() !== null ? {
171
- 'metadata': this.getMetadata().toJson(false)
172
- } : {}),
173
- ...(typeof this.getData() !== 'undefined' && this.getData() !== null ? {
174
- 'data': typeof this.getData().toJson !== "undefined" ? this.getData().toJson(false) : Array.isArray(this.getData()) ? this.getData().map(item => typeof item.toJson !== "undefined" ? item.toJson(false) : item) : _assertClassBrand(_CreateConsistencyGroupApiResponse_brand, this, _toJsonMapType).call(this, this.getData(), false)
175
- } : {}),
176
- '$reserved': this.get$Reserved(),
177
- '$objectType': this.get$ObjectType(),
178
- ...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
179
- '$unknownFields': {}
180
- };
181
- }
182
- return {
183
- ...(typeof this.getMetadata() !== 'undefined' && this.getMetadata() !== null ? {
184
- 'metadata': this.getMetadata().toJson(false)
185
- } : {}),
186
- ...(typeof this.getData() !== 'undefined' && this.getData() !== null ? {
187
- 'data': typeof this.getData().toJson !== "undefined" ? this.getData().toJson() : Array.isArray(this.getData()) ? this.getData().map(item => typeof item.toJson !== "undefined" ? item.toJson() : item) : _assertClassBrand(_CreateConsistencyGroupApiResponse_brand, this, _toJsonMapType).call(this, this.getData())
188
- } : {}),
189
- '$reserved': this.get$Reserved(),
190
- '$objectType': this.get$ObjectType(),
191
- ...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
192
- '$unknownFields': {}
193
- };
194
- }
195
- validate(scope, properties) {
196
- let propList = [];
197
- if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes.default) {
198
- //cases validate() and validate(scope)
199
- propList = [];
200
- } else if (arguments.length === 1) {
201
- //case validate(properties)
202
- propList = arguments[0];
203
- scope = null;
204
- } else {
205
- //case validate(scope, properties)
206
- propList = arguments[1];
207
- }
208
- let res = [];
209
- let err = null;
210
- propList.forEach(property => {
211
- err = this.validateProperty(property, scope);
212
- if (err) {
213
- res.push(err);
214
- }
215
- });
216
- return new Promise(function (resolve, reject) {
217
- if (res.length !== 0) {
218
- reject(err);
219
- } else {
220
- resolve();
221
- }
222
- });
223
- }
224
- validateProperty(scope, property) {
225
- if (property === "metadata") {
226
- if (typeof this.metadata === 'undefined' || this.metadata === null) {
227
- return new _ValidationError.default("metadata", "undefined or null");
228
- }
229
- }
230
- if (property === "data") {
231
- if (typeof this.data === 'undefined' || this.data === null) {
232
- return new _ValidationError.default("data", "undefined or null");
233
- }
234
- }
235
- if (property === "$reserved") {
236
- if (typeof this.$reserved === 'undefined' || this.$reserved === null) {
237
- return new _ValidationError.default("$reserved", "undefined or null");
238
- }
239
- }
240
- if (property === "$objectType") {
241
- if (typeof this.$objectType === 'undefined' || this.$objectType === null) {
242
- return new _ValidationError.default("$objectType", "undefined or null");
243
- }
244
- }
245
- if (property === "$unknownFields") {
246
- if (typeof this.$unknownFields === 'undefined' || this.$unknownFields === null) {
247
- return new _ValidationError.default("$unknownFields", "undefined or null");
248
- }
249
- }
250
- return new _ValidationError.default(property, "no such property exists");
251
- }
252
- }
253
-
254
- /**
255
- * @memberof CreateConsistencyGroupApiResponse
256
- */
257
- exports.default = CreateConsistencyGroupApiResponse;
258
- function _toJsonMapType(obj, forMutation) {
259
- if (obj instanceof Map) {
260
- return Object.fromEntries(Array.from(obj, ([k, v]) => [k, typeof v.toJson !== "undefined" ? v.toJson(forMutation) : v]));
261
- } else if (typeof obj === 'object' && obj != null && obj.constructor === Object) {
262
- return Object.fromEntries(Array.from(Object.entries(obj), entry => {
263
- return [entry[0], typeof entry[1].toJson !== "undefined" ? entry[1].toJson(forMutation) : entry[1]];
264
- }));
265
- }
266
- return obj;
267
- }
268
- /*
269
- * toJson method for a date type which serializes a Date object to proper Date or DateTime formatting
270
- * @param {Object} obj Object to serialize
271
- * @param {boolean} isDateOnly Boolean variable to identify Date or DateTime format for serialization
272
- * @returns {Object|string} Returns serialized date object or original input object
273
- */
274
- function _handleDateType(obj, isDateOnly) {
275
- if (obj instanceof Date && isDateOnly !== undefined) {
276
- return isDateOnly ? obj.toISOString().slice(0, 10) : obj.toISOString();
277
- }
278
- return obj;
279
- }
280
- CreateConsistencyGroupApiResponse.prototype.metadata = undefined;
281
-
282
- /**
283
- * @memberof CreateConsistencyGroupApiResponse
284
- */
285
- CreateConsistencyGroupApiResponse.prototype.data = undefined;
286
- CreateConsistencyGroupApiResponse.prototype.$reserved = undefined;
287
- CreateConsistencyGroupApiResponse.prototype.$objectType = undefined;
288
- CreateConsistencyGroupApiResponse.prototype.$unknownFields = undefined;
@@ -1,57 +0,0 @@
1
- /**
2
- * The DeleteConsistencyGroupApiResponse model module.
3
- * @module Ntnx/DeleteConsistencyGroupApiResponse
4
- * @version 4.2.1
5
- * @class DeleteConsistencyGroupApiResponse
6
- */
7
- export default class DeleteConsistencyGroupApiResponse extends Paginable {
8
- /**
9
- * Constructs a <code>DeleteConsistencyGroupApiResponse</code> from a plain JavaScript object, optionally creating a new instance.
10
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
11
- * @param {Object} data The plain JavaScript object bearing properties of interest.
12
- * @param {module:Ntnx/DeleteConsistencyGroupApiResponse} obj Optional instance to populate.
13
- * @param callFromChild {Boolean} Flag to recognise calling instance
14
- * @return {module:Ntnx/DeleteConsistencyGroupApiResponse} The populated <code>DeleteConsistencyGroupApiResponse</code> instance.
15
- */
16
- static constructFromObject(data: any, obj?: any, callFromChild?: boolean): any;
17
- /**
18
- * Converts a given snake_case string to camelCase.
19
- * @param {string} snakeStr - The input string in snake_case format.
20
- * @returns {string} - The converted string in camelCase format.
21
- */
22
- static snakeToCamel(snakeStr: string): string;
23
- $objectType: string;
24
- /** @type {object<string, any>} */
25
- $reserved: object;
26
- /** @type {object<string, any>} */
27
- $unknownFields: object;
28
- /**
29
- * @return {ApiResponseMetadata}
30
- */
31
- getMetadata(): ApiResponseMetadata;
32
- /**
33
- * @param {ApiResponseMetadata} metadata
34
- */
35
- setMetadata(metadata: ApiResponseMetadata): void;
36
- metadata: ApiResponseMetadata;
37
- /**
38
- * @return {ErrorResponse | Void}
39
- */
40
- getData(): ErrorResponse | void;
41
- /**
42
- * @param {ErrorResponse | Void} data
43
- */
44
- setData(data: ErrorResponse | void): void;
45
- data: void | ErrorResponse;
46
- get$Reserved(): any;
47
- get$ObjectType(): string;
48
- get$UnknownFields(): any;
49
- toJson(forMutation: any): any;
50
- validate(scope: any, properties: any, ...args: any[]): Promise<any>;
51
- validateProperty(scope: any, property: any): ValidationError;
52
- #private;
53
- }
54
- import Paginable from "../../../../Paginable";
55
- import ApiResponseMetadata from "../../../common/v1/response/ApiResponseMetadata";
56
- import ErrorResponse from "../error/ErrorResponse";
57
- import ValidationError from "../../../validation/ValidationError";
@@ -1,290 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _ApiResponseMetadata = _interopRequireDefault(require("../../../common/v1/response/ApiResponseMetadata"));
8
- var _ErrorResponse = _interopRequireDefault(require("../error/ErrorResponse"));
9
- var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
10
- var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
11
- var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
12
- var _Paginable = _interopRequireDefault(require("../../../../Paginable"));
13
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
- function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
15
- function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
16
- function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
17
- * Nutanix Data Protection APIs
18
- *
19
- * OpenAPI spec version: 4.2.1
20
- *
21
- * NOTE: This class is auto generated by the Open API Dev Platform.
22
- *
23
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
24
- *
25
- * Do not edit the class manually.
26
- *
27
- */
28
- /**
29
- * The DeleteConsistencyGroupApiResponse model module.
30
- * @module Ntnx/DeleteConsistencyGroupApiResponse
31
- * @version 4.2.1
32
- * @class DeleteConsistencyGroupApiResponse
33
- */
34
- var _DeleteConsistencyGroupApiResponse_brand = /*#__PURE__*/new WeakSet();
35
- class DeleteConsistencyGroupApiResponse extends _Paginable.default {
36
- /**
37
- * Constructs a new <code>DeleteConsistencyGroupApiResponse</code>.
38
- * REST response for all response codes in API path /dataprotection/v4.2/config/consistency-groups/{extId} Delete operation
39
- * @alias module:Ntnx/DeleteConsistencyGroupApiResponse
40
- */
41
- constructor() {
42
- super();
43
- /*
44
- * toJson method for a map type which supports map with primitive keys and values of object types
45
- * @param {Object} obj
46
- * @returns {Object|Map} Returns a new transofrmed Map by calling toJson on the values if applicable.
47
- * Otherwise, just returns the input object.
48
- */
49
- _classPrivateMethodInitSpec(this, _DeleteConsistencyGroupApiResponse_brand);
50
- this.$objectType = "dataprotection.v4.config.DeleteConsistencyGroupApiResponse";
51
- /** @type {object<string, any>} */
52
- this.$reserved = {
53
- '$fv': "v4.r2"
54
- };
55
- /** @type {object<string, any>} */
56
- this.$unknownFields = {};
57
- }
58
-
59
- /**
60
- * Constructs a <code>DeleteConsistencyGroupApiResponse</code> from a plain JavaScript object, optionally creating a new instance.
61
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
62
- * @param {Object} data The plain JavaScript object bearing properties of interest.
63
- * @param {module:Ntnx/DeleteConsistencyGroupApiResponse} obj Optional instance to populate.
64
- * @param callFromChild {Boolean} Flag to recognise calling instance
65
- * @return {module:Ntnx/DeleteConsistencyGroupApiResponse} The populated <code>DeleteConsistencyGroupApiResponse</code> instance.
66
- */
67
- static constructFromObject(data, obj = null, callFromChild = false) {
68
- let items, item, i, itemArr, discriminator;
69
- if (data) {
70
- obj = obj || new DeleteConsistencyGroupApiResponse();
71
- if (data.hasOwnProperty('metadata')) {
72
- _Paginable.default.constructFromObject(data['metadata'], obj);
73
- }
74
- if (data.hasOwnProperty('metadata') && data.metadata !== null && data.metadata !== undefined) {
75
- obj.setMetadata(_ApiResponseMetadata.default.constructFromObject(data['metadata']));
76
- }
77
- if (data.hasOwnProperty('data') && data.data !== null && data.data !== undefined) {
78
- if (data['data'] === null) {
79
- obj.setData(null);
80
- }
81
- if (data['data'].hasOwnProperty('$objectType')) {
82
- discriminator = data['data']['$objectType'];
83
- } else {
84
- discriminator = typeof data['data'];
85
- }
86
- switch (discriminator) {
87
- case 'dataprotection.v4.error.ErrorResponse':
88
- obj.setData(_ErrorResponse.default.constructFromObject(data['data'], undefined));
89
- break;
90
- case '':
91
- obj.setData(Void.constructFromObject(data[''], undefined));
92
- break;
93
- default:
94
- throw "Unknown datatype " + discriminator + " in data";
95
- }
96
- }
97
- if (data.hasOwnProperty('$reserved')) {
98
- obj.$reserved = data['$reserved'];
99
- }
100
- if (data.hasOwnProperty('$objectType')) {
101
- obj.$objectType = data['$objectType'];
102
- }
103
- if (data.hasOwnProperty('$unknownFields')) {
104
- obj.$unknownFields = data['$unknownFields'];
105
- }
106
- if (!callFromChild) {
107
- obj.$unknownFields = {
108
- ...data.$unknownFields
109
- };
110
- for (const property in data) {
111
- // Check if the `property` is not already present in `obj` keys, either in snake_case or camelCase,
112
- // as the model's fields are generated in camelCase, but the server might return snake_case (e.g., due to standards like OIDC).
113
- // Also, ensure the `property` does not start with '$' and end with 'ItemDiscriminator'.
114
- // If all conditions are true, add the `property` from `data` to `obj.$unknownFields` as an unknown field.
115
- if (!Object.keys(obj).includes(property) && !Object.keys(obj).includes(this.snakeToCamel(property)) && !(property[0] === "$" && property.endsWith("ItemDiscriminator"))) {
116
- obj.$unknownFields[property] = data[property];
117
- }
118
- }
119
- }
120
- }
121
- return obj;
122
- }
123
-
124
- /**
125
- * Converts a given snake_case string to camelCase.
126
- * @param {string} snakeStr - The input string in snake_case format.
127
- * @returns {string} - The converted string in camelCase format.
128
- */
129
- static snakeToCamel(snakeStr) {
130
- return snakeStr.replace(/(_\w)/g, match => match[1].toUpperCase());
131
- }
132
-
133
- /**
134
- * @return {ApiResponseMetadata}
135
- */
136
- getMetadata() {
137
- return this.metadata;
138
- }
139
-
140
- /**
141
- * @param {ApiResponseMetadata} metadata
142
- */
143
- setMetadata(metadata) {
144
- this.metadata = metadata;
145
- }
146
-
147
- /**
148
- * @return {ErrorResponse | Void}
149
- */
150
- getData() {
151
- return this.data;
152
- }
153
-
154
- /**
155
- * @param {ErrorResponse | Void} data
156
- */
157
- setData(data) {
158
- this.data = data;
159
- }
160
- get$Reserved() {
161
- return this.$reserved;
162
- }
163
- get$ObjectType() {
164
- return this.$objectType;
165
- }
166
- get$UnknownFields() {
167
- return this.$unknownFields;
168
- }
169
- toJson(forMutation) {
170
- if (forMutation === false) {
171
- return {
172
- ...(typeof this.getMetadata() !== 'undefined' && this.getMetadata() !== null ? {
173
- 'metadata': this.getMetadata().toJson(false)
174
- } : {}),
175
- ...(typeof this.getData() !== 'undefined' && this.getData() !== null ? {
176
- 'data': typeof this.getData().toJson !== "undefined" ? this.getData().toJson(false) : Array.isArray(this.getData()) ? this.getData().map(item => typeof item.toJson !== "undefined" ? item.toJson(false) : item) : _assertClassBrand(_DeleteConsistencyGroupApiResponse_brand, this, _toJsonMapType).call(this, this.getData(), false)
177
- } : {}),
178
- '$reserved': this.get$Reserved(),
179
- '$objectType': this.get$ObjectType(),
180
- ...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
181
- '$unknownFields': {}
182
- };
183
- }
184
- return {
185
- ...(typeof this.getMetadata() !== 'undefined' && this.getMetadata() !== null ? {
186
- 'metadata': this.getMetadata().toJson(false)
187
- } : {}),
188
- ...(typeof this.getData() !== 'undefined' && this.getData() !== null ? {
189
- 'data': typeof this.getData().toJson !== "undefined" ? this.getData().toJson() : Array.isArray(this.getData()) ? this.getData().map(item => typeof item.toJson !== "undefined" ? item.toJson() : item) : _assertClassBrand(_DeleteConsistencyGroupApiResponse_brand, this, _toJsonMapType).call(this, this.getData())
190
- } : {}),
191
- '$reserved': this.get$Reserved(),
192
- '$objectType': this.get$ObjectType(),
193
- ...(typeof this.get$UnknownFields() !== 'undefined' && this.get$UnknownFields() !== null ? this.get$UnknownFields() : {}),
194
- '$unknownFields': {}
195
- };
196
- }
197
- validate(scope, properties) {
198
- let propList = [];
199
- if (arguments.length === 0 || arguments.length === 1 && arguments[0] instanceof _ValidationScopes.default) {
200
- //cases validate() and validate(scope)
201
- propList = [];
202
- } else if (arguments.length === 1) {
203
- //case validate(properties)
204
- propList = arguments[0];
205
- scope = null;
206
- } else {
207
- //case validate(scope, properties)
208
- propList = arguments[1];
209
- }
210
- let res = [];
211
- let err = null;
212
- propList.forEach(property => {
213
- err = this.validateProperty(property, scope);
214
- if (err) {
215
- res.push(err);
216
- }
217
- });
218
- return new Promise(function (resolve, reject) {
219
- if (res.length !== 0) {
220
- reject(err);
221
- } else {
222
- resolve();
223
- }
224
- });
225
- }
226
- validateProperty(scope, property) {
227
- if (property === "metadata") {
228
- if (typeof this.metadata === 'undefined' || this.metadata === null) {
229
- return new _ValidationError.default("metadata", "undefined or null");
230
- }
231
- }
232
- if (property === "data") {
233
- if (typeof this.data === 'undefined' || this.data === null) {
234
- return new _ValidationError.default("data", "undefined or null");
235
- }
236
- }
237
- if (property === "$reserved") {
238
- if (typeof this.$reserved === 'undefined' || this.$reserved === null) {
239
- return new _ValidationError.default("$reserved", "undefined or null");
240
- }
241
- }
242
- if (property === "$objectType") {
243
- if (typeof this.$objectType === 'undefined' || this.$objectType === null) {
244
- return new _ValidationError.default("$objectType", "undefined or null");
245
- }
246
- }
247
- if (property === "$unknownFields") {
248
- if (typeof this.$unknownFields === 'undefined' || this.$unknownFields === null) {
249
- return new _ValidationError.default("$unknownFields", "undefined or null");
250
- }
251
- }
252
- return new _ValidationError.default(property, "no such property exists");
253
- }
254
- }
255
-
256
- /**
257
- * @memberof DeleteConsistencyGroupApiResponse
258
- */
259
- exports.default = DeleteConsistencyGroupApiResponse;
260
- function _toJsonMapType(obj, forMutation) {
261
- if (obj instanceof Map) {
262
- return Object.fromEntries(Array.from(obj, ([k, v]) => [k, typeof v.toJson !== "undefined" ? v.toJson(forMutation) : v]));
263
- } else if (typeof obj === 'object' && obj != null && obj.constructor === Object) {
264
- return Object.fromEntries(Array.from(Object.entries(obj), entry => {
265
- return [entry[0], typeof entry[1].toJson !== "undefined" ? entry[1].toJson(forMutation) : entry[1]];
266
- }));
267
- }
268
- return obj;
269
- }
270
- /*
271
- * toJson method for a date type which serializes a Date object to proper Date or DateTime formatting
272
- * @param {Object} obj Object to serialize
273
- * @param {boolean} isDateOnly Boolean variable to identify Date or DateTime format for serialization
274
- * @returns {Object|string} Returns serialized date object or original input object
275
- */
276
- function _handleDateType(obj, isDateOnly) {
277
- if (obj instanceof Date && isDateOnly !== undefined) {
278
- return isDateOnly ? obj.toISOString().slice(0, 10) : obj.toISOString();
279
- }
280
- return obj;
281
- }
282
- DeleteConsistencyGroupApiResponse.prototype.metadata = undefined;
283
-
284
- /**
285
- * @memberof DeleteConsistencyGroupApiResponse
286
- */
287
- DeleteConsistencyGroupApiResponse.prototype.data = undefined;
288
- DeleteConsistencyGroupApiResponse.prototype.$reserved = undefined;
289
- DeleteConsistencyGroupApiResponse.prototype.$objectType = undefined;
290
- DeleteConsistencyGroupApiResponse.prototype.$unknownFields = undefined;