@nutanix-scratch/dataprotection-js-client 4.0.1 → 4.1.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 (436) hide show
  1. package/README.md +19 -18
  2. package/dist/Ntnx-Dataprotection-js-client-prod.js +1 -1
  3. package/dist/Ntnx-Dataprotection-js-client.js +226 -171
  4. package/dist/es/ApiClient.d.ts +7 -1
  5. package/dist/es/ApiClient.js +16 -25
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +3 -3
  8. package/dist/es/apis/protectedresources-endpoints.d.ts +7 -7
  9. package/dist/es/apis/protectedresources-endpoints.js +12 -12
  10. package/dist/es/apis/recoverypoints-endpoints.d.ts +7 -27
  11. package/dist/es/apis/recoverypoints-endpoints.js +28 -47
  12. package/dist/es/index.d.ts +23 -13
  13. package/dist/es/index.js +83 -43
  14. package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
  15. package/dist/es/models/common/v1/config/Flag.js +3 -3
  16. package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
  17. package/dist/es/models/common/v1/config/IPAddress.js +3 -3
  18. package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
  19. package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
  20. package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
  21. package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
  22. package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
  23. package/dist/es/models/common/v1/config/KVPair.js +3 -3
  24. package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  25. package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
  26. package/dist/es/models/common/v1/config/Message.d.ts +1 -1
  27. package/dist/es/models/common/v1/config/Message.js +3 -3
  28. package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
  29. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +4 -4
  30. package/dist/es/models/common/v1/config/TenantAwareModel.js +7 -7
  31. package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
  32. package/dist/es/models/common/v1/response/ApiLink.js +3 -3
  33. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  34. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
  35. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  36. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
  37. package/dist/es/models/dataprotection/v4/common/BackupType.js +2 -2
  38. package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +1 -1
  39. package/dist/es/models/dataprotection/v4/common/BaseRecoveryPoint.js +4 -4
  40. package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -1
  41. package/dist/es/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +4 -4
  42. package/dist/es/models/dataprotection/v4/common/ClusterInfo.d.ts +1 -1
  43. package/dist/es/models/dataprotection/v4/common/ClusterInfo.js +4 -4
  44. package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +1 -1
  45. package/dist/es/models/dataprotection/v4/common/DiskRecoveryPoint.js +3 -3
  46. package/dist/es/models/dataprotection/v4/common/RecoveryPointStatus.js +2 -2
  47. package/dist/es/models/dataprotection/v4/common/RecoveryPointType.js +2 -2
  48. package/dist/es/models/dataprotection/v4/common/VssProperties.d.ts +1 -1
  49. package/dist/es/models/dataprotection/v4/common/VssProperties.js +3 -3
  50. package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +4 -46
  51. package/dist/es/models/dataprotection/v4/config/AhvVmOverrideSpec.js +30 -153
  52. package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +1 -1
  53. package/dist/es/models/dataprotection/v4/config/AmazonS3Bucket.js +4 -4
  54. package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +1 -1
  55. package/dist/es/models/dataprotection/v4/config/AzureBlobStorageContainer.js +4 -4
  56. package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +1 -1
  57. package/dist/es/models/dataprotection/v4/config/ClusterInfoApiResponse.js +5 -5
  58. package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -1
  59. package/dist/es/models/dataprotection/v4/config/ConsistencyGroup.js +6 -7
  60. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +1 -1
  61. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMember.js +4 -4
  62. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +2 -2
  63. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +1 -1
  64. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +4 -4
  65. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
  66. package/dist/es/models/dataprotection/v4/config/ConsistencyGroupProjection.js +4 -4
  67. package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +1 -1
  68. package/dist/es/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +5 -5
  69. package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +12 -12
  70. package/dist/es/models/dataprotection/v4/config/DataProtectionSiteReference.js +32 -32
  71. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +1 -1
  72. package/dist/es/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +5 -5
  73. package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +1 -1
  74. package/dist/es/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +7 -5
  75. package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +1 -1
  76. package/dist/es/models/dataprotection/v4/config/ExpirationTimeSpec.js +4 -4
  77. package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +1 -1
  78. package/dist/es/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +5 -5
  79. package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +1 -1
  80. package/dist/es/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +5 -5
  81. package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +1 -1
  82. package/dist/es/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +5 -5
  83. package/dist/es/models/dataprotection/v4/config/HostReference.d.ts +1 -1
  84. package/dist/es/models/dataprotection/v4/config/HostReference.js +5 -5
  85. package/dist/es/models/dataprotection/v4/config/HostType.js +2 -2
  86. package/dist/es/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
  87. package/dist/es/models/dataprotection/v4/config/HypervisorType.js +85 -0
  88. package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +1 -1
  89. package/dist/es/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +5 -5
  90. package/dist/es/models/dataprotection/v4/config/LocationReference.d.ts +1 -1
  91. package/dist/es/models/dataprotection/v4/config/LocationReference.js +4 -4
  92. package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +1 -1
  93. package/dist/es/models/dataprotection/v4/config/NutanixObjectsBucket.js +4 -4
  94. package/dist/es/models/dataprotection/v4/config/ObjectStorageType.js +2 -2
  95. package/dist/es/models/dataprotection/v4/config/ProtectedEntityType.js +2 -2
  96. package/dist/es/models/dataprotection/v4/config/ProtectedResource.d.ts +7 -7
  97. package/dist/es/models/dataprotection/v4/config/ProtectedResource.js +9 -9
  98. package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +1 -1
  99. package/dist/es/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +5 -5
  100. package/dist/es/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +5 -5
  101. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +1 -1
  102. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +5 -5
  103. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +9 -9
  104. package/dist/es/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +14 -14
  105. package/dist/es/models/dataprotection/v4/config/RecoveryInfo.d.ts +1 -1
  106. package/dist/es/models/dataprotection/v4/config/RecoveryInfo.js +5 -5
  107. package/dist/es/models/dataprotection/v4/config/RecoveryPoint.d.ts +24 -8
  108. package/dist/es/models/dataprotection/v4/config/RecoveryPoint.js +54 -18
  109. package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
  110. package/dist/es/models/dataprotection/v4/config/RecoveryPointProjection.js +4 -4
  111. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +1 -1
  112. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +5 -5
  113. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +1 -1
  114. package/dist/es/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +4 -4
  115. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -1
  116. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepository.js +5 -5
  117. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
  118. package/dist/es/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +4 -4
  119. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +3 -1
  120. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +8 -8
  121. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +1 -1
  122. package/dist/es/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +5 -5
  123. package/dist/es/models/dataprotection/v4/config/ReplicationState.d.ts +2 -2
  124. package/dist/es/models/dataprotection/v4/config/ReplicationState.js +5 -5
  125. package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.d.ts +1 -1
  126. package/dist/es/models/dataprotection/v4/config/RestorableTimeRange.js +5 -5
  127. package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -2
  128. package/dist/es/models/dataprotection/v4/config/SiteProtectionInfo.js +4 -4
  129. package/dist/es/models/dataprotection/v4/config/SiteReference.d.ts +1 -1
  130. package/dist/es/models/dataprotection/v4/config/SiteReference.js +4 -4
  131. package/dist/es/models/dataprotection/v4/config/SynchronousReplicationRole.js +6 -6
  132. package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +1 -1
  133. package/dist/es/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +5 -5
  134. package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +44 -1
  135. package/dist/es/models/dataprotection/v4/config/VmRecoveryPoint.js +219 -7
  136. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +27 -1
  137. package/dist/es/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +106 -8
  138. package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +1 -1
  139. package/dist/es/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +4 -4
  140. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +1 -1
  141. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +5 -5
  142. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +1 -1
  143. package/dist/es/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +4 -4
  144. package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -1
  145. package/dist/es/models/dataprotection/v4/config/VolumeGroupSyncContext.js +5 -5
  146. package/dist/es/models/dataprotection/v4/config/Witness.d.ts +1 -1
  147. package/dist/es/models/dataprotection/v4/config/Witness.js +5 -5
  148. package/dist/es/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +2 -2
  149. package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +1 -1
  150. package/dist/es/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +4 -4
  151. package/dist/es/models/dataprotection/v4/content/ChangedRegion.d.ts +1 -1
  152. package/dist/es/models/dataprotection/v4/content/ChangedRegion.js +4 -4
  153. package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +1 -1
  154. package/dist/es/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +5 -5
  155. package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +1 -1
  156. package/dist/es/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +5 -5
  157. package/dist/es/models/dataprotection/v4/content/ClusterDiscoverOperation.js +2 -2
  158. package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +2 -2
  159. package/dist/es/models/dataprotection/v4/content/ClusterDiscoverSpec.js +5 -5
  160. package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +9 -9
  161. package/dist/es/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +14 -14
  162. package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +1 -1
  163. package/dist/es/models/dataprotection/v4/content/DiskRecoveryPointReference.js +4 -4
  164. package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +1 -1
  165. package/dist/es/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +5 -5
  166. package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +2 -2
  167. package/dist/es/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +5 -5
  168. package/dist/es/models/dataprotection/v4/content/RegionType.js +2 -2
  169. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
  170. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +4 -4
  171. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -1
  172. package/dist/es/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +5 -5
  173. package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
  174. package/dist/es/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +16 -16
  175. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +4 -4
  176. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +8 -8
  177. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +4 -4
  178. package/dist/es/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +9 -9
  179. package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
  180. package/dist/es/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +17 -17
  181. package/dist/es/models/dataprotection/v4/error/AppMessage.d.ts +4 -4
  182. package/dist/es/models/dataprotection/v4/error/AppMessage.js +8 -8
  183. package/dist/es/models/dataprotection/v4/error/ErrorResponse.d.ts +1 -1
  184. package/dist/es/models/dataprotection/v4/error/ErrorResponse.js +5 -10
  185. package/dist/es/models/dataprotection/v4/error/SchemaValidationError.d.ts +1 -1
  186. package/dist/es/models/dataprotection/v4/error/SchemaValidationError.js +4 -4
  187. package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  188. package/dist/es/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +4 -4
  189. package/dist/es/models/prism/v4/config/TaskReference.d.ts +4 -4
  190. package/dist/es/models/prism/v4/config/TaskReference.js +9 -11
  191. package/dist/es/models/validation/ValidationError.js +2 -2
  192. package/dist/es/models/{dataprotection/v4/config/IpAddress.d.ts → vmm/v4/ahv/config/CategoryReference.d.ts} +16 -26
  193. package/dist/es/models/vmm/v4/ahv/config/CategoryReference.js +277 -0
  194. package/dist/{lib/models/dataprotection/v4/config/IpAddress.d.ts → es/models/vmm/v4/ahv/config/OwnerReference.d.ts} +16 -26
  195. package/dist/es/models/{dataprotection/v4/config/IpAddress.js → vmm/v4/ahv/config/OwnerReference.js} +51 -56
  196. package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +56 -0
  197. package/dist/es/models/vmm/v4/ahv/config/OwnershipInfo.js +272 -0
  198. package/dist/es/models/vmm/v4/ahv/config/SubnetReference.d.ts +52 -0
  199. package/dist/es/models/vmm/v4/ahv/config/SubnetReference.js +277 -0
  200. package/dist/es/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +127 -0
  201. package/dist/es/models/{dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js → vmm/v4/ahv/config/VmConfigOverrideSpecification.js} +203 -107
  202. package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +75 -0
  203. package/dist/es/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +323 -0
  204. package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +88 -0
  205. package/dist/{lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js → es/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js} +145 -97
  206. package/dist/es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +72 -0
  207. package/dist/{lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js → es/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js} +99 -110
  208. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +85 -0
  209. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +310 -0
  210. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +52 -0
  211. package/dist/es/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +277 -0
  212. package/dist/es/utils/ValidationUtils.js +2 -2
  213. package/dist/lib/ApiClient.d.ts +7 -1
  214. package/dist/lib/ApiClient.js +16 -25
  215. package/dist/lib/Paginable.d.ts +1 -1
  216. package/dist/lib/Paginable.js +3 -3
  217. package/dist/lib/apis/protectedresources-endpoints.d.ts +7 -7
  218. package/dist/lib/apis/protectedresources-endpoints.js +12 -12
  219. package/dist/lib/apis/recoverypoints-endpoints.d.ts +7 -27
  220. package/dist/lib/apis/recoverypoints-endpoints.js +28 -47
  221. package/dist/lib/index.d.ts +23 -13
  222. package/dist/lib/index.js +83 -43
  223. package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
  224. package/dist/lib/models/common/v1/config/Flag.js +3 -3
  225. package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
  226. package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
  227. package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
  228. package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
  229. package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
  230. package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
  231. package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
  232. package/dist/lib/models/common/v1/config/KVPair.js +3 -3
  233. package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  234. package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
  235. package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
  236. package/dist/lib/models/common/v1/config/Message.js +3 -3
  237. package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
  238. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +4 -4
  239. package/dist/lib/models/common/v1/config/TenantAwareModel.js +7 -7
  240. package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
  241. package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
  242. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  243. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
  244. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  245. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
  246. package/dist/lib/models/dataprotection/v4/common/BackupType.js +2 -2
  247. package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.d.ts +1 -1
  248. package/dist/lib/models/dataprotection/v4/common/BaseRecoveryPoint.js +4 -4
  249. package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.d.ts +1 -1
  250. package/dist/lib/models/dataprotection/v4/common/BaseVmRecoveryPoint.js +4 -4
  251. package/dist/lib/models/dataprotection/v4/common/ClusterInfo.d.ts +1 -1
  252. package/dist/lib/models/dataprotection/v4/common/ClusterInfo.js +4 -4
  253. package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.d.ts +1 -1
  254. package/dist/lib/models/dataprotection/v4/common/DiskRecoveryPoint.js +3 -3
  255. package/dist/lib/models/dataprotection/v4/common/RecoveryPointStatus.js +2 -2
  256. package/dist/lib/models/dataprotection/v4/common/RecoveryPointType.js +2 -2
  257. package/dist/lib/models/dataprotection/v4/common/VssProperties.d.ts +1 -1
  258. package/dist/lib/models/dataprotection/v4/common/VssProperties.js +3 -3
  259. package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.d.ts +4 -46
  260. package/dist/lib/models/dataprotection/v4/config/AhvVmOverrideSpec.js +30 -153
  261. package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.d.ts +1 -1
  262. package/dist/lib/models/dataprotection/v4/config/AmazonS3Bucket.js +4 -4
  263. package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.d.ts +1 -1
  264. package/dist/lib/models/dataprotection/v4/config/AzureBlobStorageContainer.js +4 -4
  265. package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.d.ts +1 -1
  266. package/dist/lib/models/dataprotection/v4/config/ClusterInfoApiResponse.js +5 -5
  267. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.d.ts +1 -1
  268. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroup.js +6 -7
  269. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.d.ts +1 -1
  270. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMember.js +4 -4
  271. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMemberType.js +2 -2
  272. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.d.ts +1 -1
  273. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupMigrationSpec.js +4 -4
  274. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.d.ts +1 -1
  275. package/dist/lib/models/dataprotection/v4/config/ConsistencyGroupProjection.js +4 -4
  276. package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.d.ts +1 -1
  277. package/dist/lib/models/dataprotection/v4/config/CreateRecoveryPointApiResponse.js +5 -5
  278. package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.d.ts +12 -12
  279. package/dist/lib/models/dataprotection/v4/config/DataProtectionSiteReference.js +32 -32
  280. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.d.ts +1 -1
  281. package/dist/lib/models/dataprotection/v4/config/DeleteRecoveryPointApiResponse.js +5 -5
  282. package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.d.ts +1 -1
  283. package/dist/lib/models/dataprotection/v4/config/EsxiVmOverrideSpec.js +7 -5
  284. package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.d.ts +1 -1
  285. package/dist/lib/models/dataprotection/v4/config/ExpirationTimeSpec.js +4 -4
  286. package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.d.ts +1 -1
  287. package/dist/lib/models/dataprotection/v4/config/GetProtectedResourceApiResponse.js +5 -5
  288. package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.d.ts +1 -1
  289. package/dist/lib/models/dataprotection/v4/config/GetRecoveryPointApiResponse.js +5 -5
  290. package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.d.ts +1 -1
  291. package/dist/lib/models/dataprotection/v4/config/GetVmRecoveryPointApiResponse.js +5 -5
  292. package/dist/lib/models/dataprotection/v4/config/HostReference.d.ts +1 -1
  293. package/dist/lib/models/dataprotection/v4/config/HostReference.js +5 -5
  294. package/dist/lib/models/dataprotection/v4/config/HostType.js +2 -2
  295. package/dist/lib/models/dataprotection/v4/config/HypervisorType.d.ts +19 -0
  296. package/dist/lib/models/dataprotection/v4/config/HypervisorType.js +85 -0
  297. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.d.ts +1 -1
  298. package/dist/lib/models/dataprotection/v4/config/ListRecoveryPointsApiResponse.js +5 -5
  299. package/dist/lib/models/dataprotection/v4/config/LocationReference.d.ts +1 -1
  300. package/dist/lib/models/dataprotection/v4/config/LocationReference.js +4 -4
  301. package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.d.ts +1 -1
  302. package/dist/lib/models/dataprotection/v4/config/NutanixObjectsBucket.js +4 -4
  303. package/dist/lib/models/dataprotection/v4/config/ObjectStorageType.js +2 -2
  304. package/dist/lib/models/dataprotection/v4/config/ProtectedEntityType.js +2 -2
  305. package/dist/lib/models/dataprotection/v4/config/ProtectedResource.d.ts +7 -7
  306. package/dist/lib/models/dataprotection/v4/config/ProtectedResource.js +9 -9
  307. package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.d.ts +1 -1
  308. package/dist/lib/models/dataprotection/v4/config/ProtectedResourcePromoteApiResponse.js +5 -5
  309. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceReplicationStatus.js +5 -5
  310. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.d.ts +1 -1
  311. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreApiResponse.js +5 -5
  312. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.d.ts +9 -9
  313. package/dist/lib/models/dataprotection/v4/config/ProtectedResourceRestoreSpec.js +14 -14
  314. package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.d.ts +1 -1
  315. package/dist/lib/models/dataprotection/v4/config/RecoveryInfo.js +5 -5
  316. package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.d.ts +24 -8
  317. package/dist/lib/models/dataprotection/v4/config/RecoveryPoint.js +54 -18
  318. package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.d.ts +1 -1
  319. package/dist/lib/models/dataprotection/v4/config/RecoveryPointProjection.js +4 -4
  320. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.d.ts +1 -1
  321. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicateApiResponse.js +5 -5
  322. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.d.ts +1 -1
  323. package/dist/lib/models/dataprotection/v4/config/RecoveryPointReplicationSpec.js +4 -4
  324. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.d.ts +1 -1
  325. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepository.js +5 -5
  326. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.d.ts +1 -1
  327. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRepositoryProjection.js +4 -4
  328. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.d.ts +3 -1
  329. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestorationSpec.js +8 -8
  330. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.d.ts +1 -1
  331. package/dist/lib/models/dataprotection/v4/config/RecoveryPointRestoreApiResponse.js +5 -5
  332. package/dist/lib/models/dataprotection/v4/config/ReplicationState.d.ts +2 -2
  333. package/dist/lib/models/dataprotection/v4/config/ReplicationState.js +5 -5
  334. package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.d.ts +1 -1
  335. package/dist/lib/models/dataprotection/v4/config/RestorableTimeRange.js +5 -5
  336. package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.d.ts +2 -2
  337. package/dist/lib/models/dataprotection/v4/config/SiteProtectionInfo.js +4 -4
  338. package/dist/lib/models/dataprotection/v4/config/SiteReference.d.ts +1 -1
  339. package/dist/lib/models/dataprotection/v4/config/SiteReference.js +4 -4
  340. package/dist/lib/models/dataprotection/v4/config/SynchronousReplicationRole.js +6 -6
  341. package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.d.ts +1 -1
  342. package/dist/lib/models/dataprotection/v4/config/UpdateRecoveryPointExpirationTimeApiResponse.js +5 -5
  343. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.d.ts +44 -1
  344. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPoint.js +219 -7
  345. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.d.ts +27 -1
  346. package/dist/lib/models/dataprotection/v4/config/VmRecoveryPointRestoreOverride.js +106 -8
  347. package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.d.ts +1 -1
  348. package/dist/lib/models/dataprotection/v4/config/VolumeGroupOverrideSpec.js +4 -4
  349. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.d.ts +1 -1
  350. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPoint.js +5 -5
  351. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.d.ts +1 -1
  352. package/dist/lib/models/dataprotection/v4/config/VolumeGroupRecoveryPointRestoreOverride.js +4 -4
  353. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.d.ts +1 -1
  354. package/dist/lib/models/dataprotection/v4/config/VolumeGroupSyncContext.js +5 -5
  355. package/dist/lib/models/dataprotection/v4/config/Witness.d.ts +1 -1
  356. package/dist/lib/models/dataprotection/v4/config/Witness.js +5 -5
  357. package/dist/lib/models/dataprotection/v4/config/WitnessAvailabilityStatus.js +2 -2
  358. package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.d.ts +1 -1
  359. package/dist/lib/models/dataprotection/v4/content/BaseRecoveryPointSpec.js +4 -4
  360. package/dist/lib/models/dataprotection/v4/content/ChangedRegion.d.ts +1 -1
  361. package/dist/lib/models/dataprotection/v4/content/ChangedRegion.js +4 -4
  362. package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.d.ts +1 -1
  363. package/dist/lib/models/dataprotection/v4/content/ChangedVmRegionsApiResponse.js +5 -5
  364. package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.d.ts +1 -1
  365. package/dist/lib/models/dataprotection/v4/content/ChangedVolumeGroupRegionsApiResponse.js +5 -5
  366. package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverOperation.js +2 -2
  367. package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.d.ts +2 -2
  368. package/dist/lib/models/dataprotection/v4/content/ClusterDiscoverSpec.js +5 -5
  369. package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.d.ts +9 -9
  370. package/dist/lib/models/dataprotection/v4/content/ComputeChangedRegionsClusterDiscoverSpec.js +14 -14
  371. package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.d.ts +1 -1
  372. package/dist/lib/models/dataprotection/v4/content/DiskRecoveryPointReference.js +4 -4
  373. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.d.ts +1 -1
  374. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataApiResponse.js +5 -5
  375. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.d.ts +2 -2
  376. package/dist/lib/models/dataprotection/v4/content/GetVssMetadataClusterDiscoverSpec.js +5 -5
  377. package/dist/lib/models/dataprotection/v4/content/RegionType.js +2 -2
  378. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.d.ts +1 -1
  379. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointClusterDiscoverSpec.js +4 -4
  380. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.d.ts +1 -1
  381. package/dist/lib/models/dataprotection/v4/content/VmDiskRecoveryPointReference.js +5 -5
  382. package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
  383. package/dist/lib/models/dataprotection/v4/content/VmRecoveryPointChangedRegionsComputeSpec.js +16 -16
  384. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.d.ts +4 -4
  385. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointClusterDiscoverSpec.js +8 -8
  386. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.d.ts +4 -4
  387. package/dist/lib/models/dataprotection/v4/content/VolumeGroupDiskRecoveryPointReference.js +9 -9
  388. package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.d.ts +10 -10
  389. package/dist/lib/models/dataprotection/v4/content/VolumeGroupRecoveryPointChangedRegionsComputeSpec.js +17 -17
  390. package/dist/lib/models/dataprotection/v4/error/AppMessage.d.ts +4 -4
  391. package/dist/lib/models/dataprotection/v4/error/AppMessage.js +8 -8
  392. package/dist/lib/models/dataprotection/v4/error/ErrorResponse.d.ts +1 -1
  393. package/dist/lib/models/dataprotection/v4/error/ErrorResponse.js +5 -10
  394. package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.d.ts +1 -1
  395. package/dist/lib/models/dataprotection/v4/error/SchemaValidationError.js +4 -4
  396. package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  397. package/dist/lib/models/dataprotection/v4/error/SchemaValidationErrorMessage.js +4 -4
  398. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +4 -4
  399. package/dist/lib/models/prism/v4/config/TaskReference.js +9 -11
  400. package/dist/lib/models/validation/ValidationError.js +2 -2
  401. package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.d.ts +52 -0
  402. package/dist/lib/models/vmm/v4/ahv/config/CategoryReference.js +277 -0
  403. package/dist/lib/models/vmm/v4/ahv/config/OwnerReference.d.ts +52 -0
  404. package/dist/lib/models/{dataprotection/v4/config/IpAddress.js → vmm/v4/ahv/config/OwnerReference.js} +51 -56
  405. package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.d.ts +56 -0
  406. package/dist/lib/models/vmm/v4/ahv/config/OwnershipInfo.js +272 -0
  407. package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.d.ts +52 -0
  408. package/dist/lib/models/vmm/v4/ahv/config/SubnetReference.js +277 -0
  409. package/dist/lib/models/vmm/v4/ahv/config/VmConfigOverrideSpecification.d.ts +127 -0
  410. package/dist/lib/models/{dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.js → vmm/v4/ahv/config/VmConfigOverrideSpecification.js} +203 -107
  411. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.d.ts +75 -0
  412. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreIpv4ConfigOverrideSpec.js +323 -0
  413. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.d.ts +88 -0
  414. package/dist/{es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.js → lib/models/vmm/v4/ahv/config/VmRestoreNicConfigOverrideParams.js} +145 -97
  415. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.d.ts +72 -0
  416. package/dist/{es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.js → lib/models/vmm/v4/ahv/config/VmRestoreNicConfigSpecification.js} +99 -110
  417. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.d.ts +85 -0
  418. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicNetworkInfoOverrideSpec.js +310 -0
  419. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.d.ts +52 -0
  420. package/dist/lib/models/vmm/v4/ahv/config/VmRestoreVirtualEthernetNicOverrideSpec.js +277 -0
  421. package/dist/lib/utils/ValidationUtils.js +2 -2
  422. package/package.json +2 -2
  423. package/dist/es/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +0 -99
  424. package/dist/es/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +0 -98
  425. package/dist/es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts +0 -99
  426. package/dist/es/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js +0 -343
  427. package/dist/es/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +0 -99
  428. package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +0 -99
  429. package/dist/es/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +0 -365
  430. package/dist/lib/models/dataprotection/v4/config/CreateConsistencyGroupApiResponse.d.ts +0 -99
  431. package/dist/lib/models/dataprotection/v4/config/DeleteConsistencyGroupApiResponse.d.ts +0 -98
  432. package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.d.ts +0 -99
  433. package/dist/lib/models/dataprotection/v4/config/MigrateConsistencyGroupApiResponse.js +0 -343
  434. package/dist/lib/models/dataprotection/v4/config/SynchronousReplicaPromoteApiResponse.d.ts +0 -99
  435. package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.d.ts +0 -99
  436. package/dist/lib/models/dataprotection/v4/config/UpdateConsistencyGroupApiResponse.js +0 -365
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ValidationScopes = _interopRequireDefault(require("../../../validation/ValidationScopes"));
8
+ var _ValidationUtils = _interopRequireDefault(require("../../../../utils/ValidationUtils"));
9
+ var _ValidationError = _interopRequireDefault(require("../../../validation/ValidationError"));
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ /*
12
+ * Nutanix Data Protection APIs
13
+ *
14
+ * OpenAPI spec version: 4.1.1
15
+ *
16
+ * NOTE: This class is auto generated by the Open API Dev Platform.
17
+ *
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
+ *
20
+ * Do not edit the class manually.
21
+ *
22
+ */
23
+
24
+ /**
25
+ * Enum class HypervisorType.
26
+ * @enum {string}
27
+ * @readonly
28
+ */
29
+ var HypervisorType = {
30
+ /**
31
+ * Unknown value.
32
+ * @const
33
+ */
34
+ $UNKNOWN: "$UNKNOWN",
35
+ /**
36
+ * Redacted value.
37
+ * @const
38
+ */
39
+ $REDACTED: "$REDACTED",
40
+ /**
41
+ * Acropolis hypervisor.
42
+ * @const
43
+ */
44
+ AHV: "AHV",
45
+ /**
46
+ * ESXi hypervisor.
47
+ * @const
48
+ */
49
+ ESXI: "ESXI"
50
+ };
51
+
52
+ /**
53
+ * Returns a <code>HypervisorType</code> enum value from a JavaScript object name.
54
+ * @param {Object} obj The plain JavaScript object containing the name of the enum value.
55
+ * @return {HypervisorType} The enum <code>HypervisorType</code> value.
56
+ */
57
+ HypervisorType.constructFromObject = function (obj) {
58
+ if (typeof obj === 'string' || obj instanceof String) {
59
+ var enumVal = Object.keys(HypervisorType).find(function (key) {
60
+ return HypervisorType[key] === obj;
61
+ });
62
+ return enumVal === undefined || enumVal === null ? HypervisorType.$UNKNOWN : HypervisorType[enumVal];
63
+ } else {
64
+ throw new Error("Received object name is not an instance of String");
65
+ }
66
+ };
67
+
68
+ /**
69
+ * Validates <code>HypervisorType</code> enum value.
70
+ * @param {Object} obj The plain JavaScript object containing the name of the enum value.
71
+ * @return {null} Throws error for invalid value.
72
+ */
73
+ HypervisorType.validate = function (obj) {
74
+ switch (obj) {
75
+ case HypervisorType.$UNKNOWN:
76
+ case HypervisorType.$REDACTED:
77
+ case HypervisorType.AHV:
78
+ case HypervisorType.ESXI:
79
+ return;
80
+ default:
81
+ throw new Error("Invalid : must be HypervisorType.{ $UNKNOWN|$REDACTED|AHV|ESXI }");
82
+ }
83
+ };
84
+ Object.freeze(HypervisorType);
85
+ var _default = exports["default"] = HypervisorType;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ListRecoveryPointsApiResponse model module.
3
3
  * @module Ntnx/ListRecoveryPointsApiResponse
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class ListRecoveryPointsApiResponse
6
6
  */
7
7
  export default class ListRecoveryPointsApiResponse extends Paginable {
@@ -40,11 +40,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
40
40
  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"); } /*
41
41
  * Nutanix Data Protection APIs
42
42
  *
43
- * OpenAPI spec version: 4.0.1
43
+ * OpenAPI spec version: 4.1.1
44
44
  *
45
45
  * NOTE: This class is auto generated by the Open API Dev Platform.
46
46
  *
47
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
47
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
48
48
  *
49
49
  * Do not edit the class manually.
50
50
  *
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
52
52
  /**
53
53
  * The ListRecoveryPointsApiResponse model module.
54
54
  * @module Ntnx/ListRecoveryPointsApiResponse
55
- * @version 4.0.1
55
+ * @version 4.1.1
56
56
  * @class ListRecoveryPointsApiResponse
57
57
  */
58
58
  var _ListRecoveryPointsApiResponse_brand = /*#__PURE__*/new WeakSet();
59
59
  var ListRecoveryPointsApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
60
60
  /**
61
61
  * Constructs a new <code>ListRecoveryPointsApiResponse</code>.
62
- * REST response for all response codes in API path /dataprotection/v4.0/config/recovery-points Get operation
62
+ * REST response for all response codes in API path /dataprotection/v4.1/config/recovery-points Get operation
63
63
  * @alias module:Ntnx/ListRecoveryPointsApiResponse
64
64
  */
65
65
  function ListRecoveryPointsApiResponse() {
@@ -76,7 +76,7 @@ var ListRecoveryPointsApiResponse = exports["default"] = /*#__PURE__*/function (
76
76
  _this.$objectType = "dataprotection.v4.config.ListRecoveryPointsApiResponse";
77
77
  /** @type {object<string, any>} */
78
78
  _this.$reserved = {
79
- '$fv': "v4.r0"
79
+ '$fv': "v4.r1"
80
80
  };
81
81
  /** @type {object<string, any>} */
82
82
  _this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The LocationReference model module.
3
3
  * @module Ntnx/LocationReference
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class LocationReference
6
6
  */
7
7
  export default class LocationReference {
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Data Protection APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.1.1
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The LocationReference model module.
41
41
  * @module Ntnx/LocationReference
42
- * @version 4.0.1
42
+ * @version 4.1.1
43
43
  * @class LocationReference
44
44
  */
45
45
  var _LocationReference_brand = /*#__PURE__*/new WeakSet();
@@ -61,7 +61,7 @@ var LocationReference = exports["default"] = /*#__PURE__*/function () {
61
61
  this.$objectType = "dataprotection.v4.config.LocationReference";
62
62
  /** @type {object<string, any>} */
63
63
  this.$reserved = {
64
- '$fv': "v4.r0"
64
+ '$fv': "v4.r1"
65
65
  };
66
66
  /** @type {object<string, any>} */
67
67
  this.$unknownFields = {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The NutanixObjectsBucket model module.
3
3
  * @module Ntnx/NutanixObjectsBucket
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class NutanixObjectsBucket
6
6
  */
7
7
  export default class NutanixObjectsBucket {
@@ -27,11 +27,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
27
27
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
28
28
  * Nutanix Data Protection APIs
29
29
  *
30
- * OpenAPI spec version: 4.0.1
30
+ * OpenAPI spec version: 4.1.1
31
31
  *
32
32
  * NOTE: This class is auto generated by the Open API Dev Platform.
33
33
  *
34
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
34
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
35
35
  *
36
36
  * Do not edit the class manually.
37
37
  *
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  /**
40
40
  * The NutanixObjectsBucket model module.
41
41
  * @module Ntnx/NutanixObjectsBucket
42
- * @version 4.0.1
42
+ * @version 4.1.1
43
43
  * @class NutanixObjectsBucket
44
44
  */
45
45
  var _NutanixObjectsBucket_brand = /*#__PURE__*/new WeakSet();
@@ -61,7 +61,7 @@ var NutanixObjectsBucket = exports["default"] = /*#__PURE__*/function () {
61
61
  this.$objectType = "dataprotection.v4.config.NutanixObjectsBucket";
62
62
  /** @type {object<string, any>} */
63
63
  this.$reserved = {
64
- '$fv': "v4.r0"
64
+ '$fv': "v4.r1"
65
65
  };
66
66
  /** @type {object<string, any>} */
67
67
  this.$unknownFields = {};
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Data Protection APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.1.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: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Data Protection APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.1.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: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ProtectedResource model module.
3
3
  * @module Ntnx/ProtectedResource
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class ProtectedResource
6
6
  * @extends ExternalizableAbstractModel
7
7
  */
@@ -36,13 +36,13 @@ export default class ProtectedResource extends ExternalizableAbstractModel {
36
36
  setSourceSiteReference(sourceSiteReference: DataProtectionSiteReference): void;
37
37
  sourceSiteReference: DataProtectionSiteReference;
38
38
  /**
39
- * Returns The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
39
+ * Returns The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
40
40
  * @return {SiteProtectionInfo[]}
41
41
  */
42
42
  getSiteProtectionInfo(): SiteProtectionInfo[];
43
43
  /**
44
- * Sets The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
45
- * @param {SiteProtectionInfo[]} siteProtectionInfo The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
44
+ * Sets The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
45
+ * @param {SiteProtectionInfo[]} siteProtectionInfo The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
46
46
  */
47
47
  setSiteProtectionInfo(siteProtectionInfo: SiteProtectionInfo[]): void;
48
48
  siteProtectionInfo: SiteProtectionInfo[];
@@ -101,7 +101,7 @@ export default class ProtectedResource extends ExternalizableAbstractModel {
101
101
  $objectType: string;
102
102
  $unknownFields: any;
103
103
  clusterExtId?: string;
104
- mgmtClusterExtId?: string;
104
+ domainManagerExtId?: string;
105
105
  };
106
106
  replicationStatus?: string;
107
107
  recoveryPointObjectiveSeconds?: number;
@@ -120,7 +120,7 @@ export default class ProtectedResource extends ExternalizableAbstractModel {
120
120
  $objectType: string;
121
121
  $unknownFields: any;
122
122
  clusterExtId?: string;
123
- mgmtClusterExtId?: string;
123
+ domainManagerExtId?: string;
124
124
  };
125
125
  recoveryInfo?: {
126
126
  $reserved: any;
@@ -140,7 +140,7 @@ export default class ProtectedResource extends ExternalizableAbstractModel {
140
140
  $objectType: string;
141
141
  $unknownFields: any;
142
142
  clusterExtId?: string;
143
- mgmtClusterExtId?: string;
143
+ domainManagerExtId?: string;
144
144
  };
145
145
  entityType?: string;
146
146
  entityExtId?: string;
@@ -41,11 +41,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
41
41
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
42
42
  * Nutanix Data Protection APIs
43
43
  *
44
- * OpenAPI spec version: 4.0.1
44
+ * OpenAPI spec version: 4.1.1
45
45
  *
46
46
  * NOTE: This class is auto generated by the Open API Dev Platform.
47
47
  *
48
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
48
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
49
49
  *
50
50
  * Do not edit the class manually.
51
51
  *
@@ -53,7 +53,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
53
53
  /**
54
54
  * The ProtectedResource model module.
55
55
  * @module Ntnx/ProtectedResource
56
- * @version 4.0.1
56
+ * @version 4.1.1
57
57
  * @class ProtectedResource
58
58
  * @extends ExternalizableAbstractModel
59
59
  */
@@ -79,7 +79,7 @@ var ProtectedResource = exports["default"] = /*#__PURE__*/function (_Externaliza
79
79
  _this.$objectType = "dataprotection.v4.config.ProtectedResource";
80
80
  /** @type {object<string, any>} */
81
81
  _this.$reserved = {
82
- '$fv': "v4.r0"
82
+ '$fv': "v4.r1"
83
83
  };
84
84
  /** @type {object<string, any>} */
85
85
  _this.$unknownFields = {};
@@ -153,7 +153,7 @@ var ProtectedResource = exports["default"] = /*#__PURE__*/function (_Externaliza
153
153
  }
154
154
 
155
155
  /**
156
- * Returns The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
156
+ * Returns The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
157
157
  * @return {SiteProtectionInfo[]}
158
158
  */
159
159
  }, {
@@ -163,8 +163,8 @@ var ProtectedResource = exports["default"] = /*#__PURE__*/function (_Externaliza
163
163
  }
164
164
 
165
165
  /**
166
- * Sets The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
167
- * @param {SiteProtectionInfo[]} siteProtectionInfo The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
166
+ * Sets The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
167
+ * @param {SiteProtectionInfo[]} siteProtectionInfo The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
168
168
  */
169
169
  }, {
170
170
  key: "setSiteProtectionInfo",
@@ -497,7 +497,7 @@ ProtectedResource.prototype.entityType = undefined;
497
497
  ProtectedResource.prototype.sourceSiteReference = undefined;
498
498
 
499
499
  /**
500
- * The data protection details for the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
500
+ * The data protection details of the protected resource that are relevant to any of the sites in the local Prism Central, like the time ranges available for recovery.
501
501
  * @memberof ProtectedResource
502
502
  */
503
503
  ProtectedResource.prototype.siteProtectionInfo = undefined;
@@ -530,7 +530,7 @@ _ExternalizableAbstractModel["default"].prototype.extId = undefined;
530
530
  */
531
531
  _ExternalizableAbstractModel["default"].prototype.links = undefined;
532
532
  /**
533
- * A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
533
+ * A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this ID to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
534
534
  * @memberof ProtectedResource
535
535
  */
536
536
  _TenantAwareModel["default"].prototype.tenantId = undefined;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ProtectedResourcePromoteApiResponse model module.
3
3
  * @module Ntnx/ProtectedResourcePromoteApiResponse
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class ProtectedResourcePromoteApiResponse
6
6
  */
7
7
  export default class ProtectedResourcePromoteApiResponse extends Paginable {
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  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"); } /*
40
40
  * Nutanix Data Protection APIs
41
41
  *
42
- * OpenAPI spec version: 4.0.1
42
+ * OpenAPI spec version: 4.1.1
43
43
  *
44
44
  * NOTE: This class is auto generated by the Open API Dev Platform.
45
45
  *
46
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
46
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
47
47
  *
48
48
  * Do not edit the class manually.
49
49
  *
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
51
51
  /**
52
52
  * The ProtectedResourcePromoteApiResponse model module.
53
53
  * @module Ntnx/ProtectedResourcePromoteApiResponse
54
- * @version 4.0.1
54
+ * @version 4.1.1
55
55
  * @class ProtectedResourcePromoteApiResponse
56
56
  */
57
57
  var _ProtectedResourcePromoteApiResponse_brand = /*#__PURE__*/new WeakSet();
58
58
  var ProtectedResourcePromoteApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
59
59
  /**
60
60
  * Constructs a new <code>ProtectedResourcePromoteApiResponse</code>.
61
- * REST response for all response codes in API path /dataprotection/v4.0/config/protected-resources/{extId}/$actions/promote Post operation
61
+ * REST response for all response codes in API path /dataprotection/v4.1/config/protected-resources/{extId}/$actions/promote Post operation
62
62
  * @alias module:Ntnx/ProtectedResourcePromoteApiResponse
63
63
  */
64
64
  function ProtectedResourcePromoteApiResponse() {
@@ -75,7 +75,7 @@ var ProtectedResourcePromoteApiResponse = exports["default"] = /*#__PURE__*/func
75
75
  _this.$objectType = "dataprotection.v4.config.ProtectedResourcePromoteApiResponse";
76
76
  /** @type {object<string, any>} */
77
77
  _this.$reserved = {
78
- '$fv': "v4.r0"
78
+ '$fv': "v4.r1"
79
79
  };
80
80
  /** @type {object<string, any>} */
81
81
  _this.$unknownFields = {};
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
11
11
  /*
12
12
  * Nutanix Data Protection APIs
13
13
  *
14
- * OpenAPI spec version: 4.0.1
14
+ * OpenAPI spec version: 4.1.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: 16.9.0.8546-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -38,17 +38,17 @@ var ProtectedResourceReplicationStatus = {
38
38
  */
39
39
  $REDACTED: "$REDACTED",
40
40
  /**
41
- * The specified recovery point objective is met on the target site and failover can be performed.
41
+ * The specified recovery point objective is met at the target site and failover can occur.
42
42
  * @const
43
43
  */
44
44
  IN_SYNC: "IN_SYNC",
45
45
  /**
46
- * The system is trying to meet the specified recovery point objective for the target site via ongoing replications and failover can't yet be performed.
46
+ * The system is trying to meet the specified recovery point objective for the target site through ongoing replications and failover cannot be performed yet.
47
47
  * @const
48
48
  */
49
49
  SYNCING: "SYNCING",
50
50
  /**
51
- * The replication schedule is disabled and there are no ongoing replications. Manual action might be needed by the user to meet the recovery point objective.
51
+ * The replication schedule is disabled and there are no replications in progress. Manual action by the user may be required to meet the recovery point objective.
52
52
  * @const
53
53
  */
54
54
  OUT_OF_SYNC: "OUT_OF_SYNC"
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The ProtectedResourceRestoreApiResponse model module.
3
3
  * @module Ntnx/ProtectedResourceRestoreApiResponse
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class ProtectedResourceRestoreApiResponse
6
6
  */
7
7
  export default class ProtectedResourceRestoreApiResponse extends Paginable {
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
39
39
  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"); } /*
40
40
  * Nutanix Data Protection APIs
41
41
  *
42
- * OpenAPI spec version: 4.0.1
42
+ * OpenAPI spec version: 4.1.1
43
43
  *
44
44
  * NOTE: This class is auto generated by the Open API Dev Platform.
45
45
  *
46
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
46
+ * Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
47
47
  *
48
48
  * Do not edit the class manually.
49
49
  *
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
51
51
  /**
52
52
  * The ProtectedResourceRestoreApiResponse model module.
53
53
  * @module Ntnx/ProtectedResourceRestoreApiResponse
54
- * @version 4.0.1
54
+ * @version 4.1.1
55
55
  * @class ProtectedResourceRestoreApiResponse
56
56
  */
57
57
  var _ProtectedResourceRestoreApiResponse_brand = /*#__PURE__*/new WeakSet();
58
58
  var ProtectedResourceRestoreApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
59
59
  /**
60
60
  * Constructs a new <code>ProtectedResourceRestoreApiResponse</code>.
61
- * REST response for all response codes in API path /dataprotection/v4.0/config/protected-resources/{extId}/$actions/restore Post operation
61
+ * REST response for all response codes in API path /dataprotection/v4.1/config/protected-resources/{extId}/$actions/restore Post operation
62
62
  * @alias module:Ntnx/ProtectedResourceRestoreApiResponse
63
63
  */
64
64
  function ProtectedResourceRestoreApiResponse() {
@@ -75,7 +75,7 @@ var ProtectedResourceRestoreApiResponse = exports["default"] = /*#__PURE__*/func
75
75
  _this.$objectType = "dataprotection.v4.config.ProtectedResourceRestoreApiResponse";
76
76
  /** @type {object<string, any>} */
77
77
  _this.$reserved = {
78
- '$fv': "v4.r0"
78
+ '$fv': "v4.r1"
79
79
  };
80
80
  /** @type {object<string, any>} */
81
81
  _this.$unknownFields = {};
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * The ProtectedResourceRestoreSpec model module.
3
3
  * @module Ntnx/ProtectedResourceRestoreSpec
4
- * @version 4.0.1
4
+ * @version 4.1.1
5
5
  * @class ProtectedResourceRestoreSpec
6
6
  *
7
- * @param { string } clusterExtId The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.
7
+ * @param { string } clusterExtId The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity is created on the same cluster.
8
8
  */
9
9
  export default class ProtectedResourceRestoreSpec {
10
10
  /**
@@ -27,7 +27,7 @@ export default class ProtectedResourceRestoreSpec {
27
27
  * Restore action specifications for a minutely scheduled protected resource.
28
28
  * @alias module:Ntnx/ProtectedResourceRestoreSpec
29
29
  *
30
- * @param { string } clusterExtId The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.
30
+ * @param { string } clusterExtId The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity is created on the same cluster.
31
31
  */
32
32
  constructor(clusterExtId: string);
33
33
  clusterExtId: string;
@@ -37,23 +37,23 @@ export default class ProtectedResourceRestoreSpec {
37
37
  /** @type {object<string, any>} */
38
38
  $unknownFields: object;
39
39
  /**
40
- * Returns The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.
40
+ * Returns The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity is created on the same cluster.
41
41
  * @return {string}
42
42
  */
43
43
  getClusterExtId(): string;
44
44
  /**
45
- * Sets The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.
46
- * @param {string} clusterExtId The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity will be created on the same cluster.
45
+ * Sets The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity is created on the same cluster.
46
+ * @param {string} clusterExtId The external identifier of the cluster on which the entity has valid restorable time ranges. The restored entity is created on the same cluster.
47
47
  */
48
48
  setClusterExtId(clusterExtId: string): void;
49
49
  /**
50
- * Returns UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This needs to be a valid time within the restorable time range(s) for the protected resource.
50
+ * Returns UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This must be a valid time within the restorable time range(s) for the protected resource.
51
51
  * @return {Date}
52
52
  */
53
53
  getRestoreTime(): Date;
54
54
  /**
55
- * Sets UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This needs to be a valid time within the restorable time range(s) for the protected resource.
56
- * @param {Date} restoreTime UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This needs to be a valid time within the restorable time range(s) for the protected resource.
55
+ * Sets UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This must be a valid time within the restorable time range(s) for the protected resource.
56
+ * @param {Date} restoreTime UTC date and time in ISO 8601 format representing the time from when the state of the entity should be restored. This must be a valid time within the restorable time range(s) for the protected resource.
57
57
  */
58
58
  setRestoreTime(restoreTime: Date): void;
59
59
  restoreTime: Date;