@nutanix-scratch/monitoring-js-client 4.2.1 → 4.2.2

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 (486) hide show
  1. package/README.md +5 -5
  2. package/dist/Ntnx-Monitoring-js-client-prod.js +1 -1
  3. package/dist/Ntnx-Monitoring-js-client.js +148 -148
  4. package/dist/es/ApiClient.d.ts +1 -1
  5. package/dist/es/ApiClient.js +4 -4
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +3 -3
  8. package/dist/es/apis/alertemailconfiguration-endpoints.d.ts +1 -1
  9. package/dist/es/apis/alertemailconfiguration-endpoints.js +3 -3
  10. package/dist/es/apis/alerts-endpoints.d.ts +2 -2
  11. package/dist/es/apis/alerts-endpoints.js +4 -4
  12. package/dist/es/apis/audits-endpoints.d.ts +2 -2
  13. package/dist/es/apis/audits-endpoints.js +4 -4
  14. package/dist/es/apis/clusterlogs-endpoints.d.ts +2 -2
  15. package/dist/es/apis/clusterlogs-endpoints.js +4 -4
  16. package/dist/es/apis/events-endpoints.d.ts +2 -2
  17. package/dist/es/apis/events-endpoints.js +4 -4
  18. package/dist/es/apis/managealerts-endpoints.d.ts +1 -1
  19. package/dist/es/apis/managealerts-endpoints.js +3 -3
  20. package/dist/es/apis/systemdefinedchecks-endpoints.d.ts +1 -1
  21. package/dist/es/apis/systemdefinedchecks-endpoints.js +3 -3
  22. package/dist/es/apis/systemdefinedpolicies-endpoints.d.ts +3 -3
  23. package/dist/es/apis/systemdefinedpolicies-endpoints.js +5 -5
  24. package/dist/es/apis/userdefinedpolicies-endpoints.d.ts +2 -2
  25. package/dist/es/apis/userdefinedpolicies-endpoints.js +4 -4
  26. package/dist/es/models/common/v1/config/FQDN.d.ts +1 -1
  27. package/dist/es/models/common/v1/config/FQDN.js +3 -3
  28. package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
  29. package/dist/es/models/common/v1/config/Flag.js +3 -3
  30. package/dist/es/models/common/v1/config/IPAddressOrFQDN.d.ts +1 -1
  31. package/dist/es/models/common/v1/config/IPAddressOrFQDN.js +3 -3
  32. package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
  33. package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
  34. package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
  35. package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
  36. package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
  37. package/dist/es/models/common/v1/config/KVPair.js +3 -3
  38. package/dist/es/models/common/v1/config/KVStringPair.d.ts +1 -1
  39. package/dist/es/models/common/v1/config/KVStringPair.js +3 -3
  40. package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  41. package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
  42. package/dist/es/models/common/v1/config/Message.d.ts +1 -1
  43. package/dist/es/models/common/v1/config/Message.js +3 -3
  44. package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
  45. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  46. package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
  47. package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
  48. package/dist/es/models/common/v1/response/ApiLink.js +3 -3
  49. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  50. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
  51. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  52. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  53. package/dist/es/models/monitoring/v4/common/AlertEntityReference.d.ts +1 -1
  54. package/dist/es/models/monitoring/v4/common/AlertEntityReference.js +3 -3
  55. package/dist/es/models/monitoring/v4/common/BoolValue.d.ts +1 -1
  56. package/dist/es/models/monitoring/v4/common/BoolValue.js +3 -3
  57. package/dist/es/models/monitoring/v4/common/CauseAndResolution.d.ts +1 -1
  58. package/dist/es/models/monitoring/v4/common/CauseAndResolution.js +3 -3
  59. package/dist/es/models/monitoring/v4/common/ComparisonOperator.js +2 -2
  60. package/dist/es/models/monitoring/v4/common/ConditionType.js +2 -2
  61. package/dist/es/models/monitoring/v4/common/DataType.js +2 -2
  62. package/dist/es/models/monitoring/v4/common/DoubleValue.d.ts +1 -1
  63. package/dist/es/models/monitoring/v4/common/DoubleValue.js +3 -3
  64. package/dist/es/models/monitoring/v4/common/EntityReference.d.ts +1 -1
  65. package/dist/es/models/monitoring/v4/common/EntityReference.js +3 -3
  66. package/dist/es/models/monitoring/v4/common/FloatValue.d.ts +1 -1
  67. package/dist/es/models/monitoring/v4/common/FloatValue.js +3 -3
  68. package/dist/es/models/monitoring/v4/common/ImpactType.js +2 -2
  69. package/dist/es/models/monitoring/v4/common/IntValue.d.ts +1 -1
  70. package/dist/es/models/monitoring/v4/common/IntValue.js +3 -3
  71. package/dist/es/models/monitoring/v4/common/MetricDetail.d.ts +1 -1
  72. package/dist/es/models/monitoring/v4/common/MetricDetail.js +3 -3
  73. package/dist/es/models/monitoring/v4/common/OperationType.js +2 -2
  74. package/dist/es/models/monitoring/v4/common/Parameter.d.ts +1 -1
  75. package/dist/es/models/monitoring/v4/common/Parameter.js +3 -3
  76. package/dist/es/models/monitoring/v4/common/Severity.js +2 -2
  77. package/dist/es/models/monitoring/v4/common/StringValue.d.ts +1 -1
  78. package/dist/es/models/monitoring/v4/common/StringValue.js +3 -3
  79. package/dist/es/models/monitoring/v4/error/AppMessage.d.ts +1 -1
  80. package/dist/es/models/monitoring/v4/error/AppMessage.js +3 -3
  81. package/dist/es/models/monitoring/v4/error/ErrorResponse.d.ts +1 -1
  82. package/dist/es/models/monitoring/v4/error/ErrorResponse.js +3 -3
  83. package/dist/es/models/monitoring/v4/error/SchemaValidationError.d.ts +1 -1
  84. package/dist/es/models/monitoring/v4/error/SchemaValidationError.js +3 -3
  85. package/dist/es/models/monitoring/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  86. package/dist/es/models/monitoring/v4/error/SchemaValidationErrorMessage.js +3 -3
  87. package/dist/es/models/monitoring/v4/serviceability/ActionType.js +2 -2
  88. package/dist/es/models/monitoring/v4/serviceability/Alert.d.ts +1 -1
  89. package/dist/es/models/monitoring/v4/serviceability/Alert.js +3 -3
  90. package/dist/es/models/monitoring/v4/serviceability/AlertActionSpec.d.ts +1 -1
  91. package/dist/es/models/monitoring/v4/serviceability/AlertActionSpec.js +3 -3
  92. package/dist/es/models/monitoring/v4/serviceability/AlertConfig.d.ts +1 -1
  93. package/dist/es/models/monitoring/v4/serviceability/AlertConfig.js +3 -3
  94. package/dist/es/models/monitoring/v4/serviceability/AlertEmailConfiguration.d.ts +1 -1
  95. package/dist/es/models/monitoring/v4/serviceability/AlertEmailConfiguration.js +3 -3
  96. package/dist/es/models/monitoring/v4/serviceability/AlertPolicyConfigurableParameter.d.ts +1 -1
  97. package/dist/es/models/monitoring/v4/serviceability/AlertPolicyConfigurableParameter.js +3 -3
  98. package/dist/es/models/monitoring/v4/serviceability/ArchiveOpts.d.ts +1 -1
  99. package/dist/es/models/monitoring/v4/serviceability/ArchiveOpts.js +3 -3
  100. package/dist/es/models/monitoring/v4/serviceability/Audit.d.ts +1 -1
  101. package/dist/es/models/monitoring/v4/serviceability/Audit.js +3 -3
  102. package/dist/es/models/monitoring/v4/serviceability/AuditEntityReference.d.ts +1 -1
  103. package/dist/es/models/monitoring/v4/serviceability/AuditEntityReference.js +3 -3
  104. package/dist/es/models/monitoring/v4/serviceability/AutoResolveState.js +2 -2
  105. package/dist/es/models/monitoring/v4/serviceability/BooleanConfigurableParamValue.d.ts +1 -1
  106. package/dist/es/models/monitoring/v4/serviceability/BooleanConfigurableParamValue.js +3 -3
  107. package/dist/es/models/monitoring/v4/serviceability/ClusterConfig.d.ts +1 -1
  108. package/dist/es/models/monitoring/v4/serviceability/ClusterConfig.js +3 -3
  109. package/dist/es/models/monitoring/v4/serviceability/ClusterConfigProjection.d.ts +1 -1
  110. package/dist/es/models/monitoring/v4/serviceability/ClusterConfigProjection.js +3 -3
  111. package/dist/es/models/monitoring/v4/serviceability/ClusterType.js +2 -2
  112. package/dist/es/models/monitoring/v4/serviceability/CollectLogsApiResponse.d.ts +1 -1
  113. package/dist/es/models/monitoring/v4/serviceability/CollectLogsApiResponse.js +3 -3
  114. package/dist/es/models/monitoring/v4/serviceability/CommunicationStatus.d.ts +1 -1
  115. package/dist/es/models/monitoring/v4/serviceability/CommunicationStatus.js +3 -3
  116. package/dist/es/models/monitoring/v4/serviceability/Condition.d.ts +1 -1
  117. package/dist/es/models/monitoring/v4/serviceability/Condition.js +3 -3
  118. package/dist/es/models/monitoring/v4/serviceability/ConfigurableParamValueRange.d.ts +1 -1
  119. package/dist/es/models/monitoring/v4/serviceability/ConfigurableParamValueRange.js +3 -3
  120. package/dist/es/models/monitoring/v4/serviceability/ConflictingPolicy.d.ts +1 -1
  121. package/dist/es/models/monitoring/v4/serviceability/ConflictingPolicy.js +3 -3
  122. package/dist/es/models/monitoring/v4/serviceability/ConnectionStatus.js +2 -2
  123. package/dist/es/models/monitoring/v4/serviceability/CreateUdaPolicyApiResponse.d.ts +1 -1
  124. package/dist/es/models/monitoring/v4/serviceability/CreateUdaPolicyApiResponse.js +3 -3
  125. package/dist/es/models/monitoring/v4/serviceability/Credential.d.ts +1 -1
  126. package/dist/es/models/monitoring/v4/serviceability/Credential.js +3 -3
  127. package/dist/es/models/monitoring/v4/serviceability/CustomServerUploadParams.d.ts +1 -1
  128. package/dist/es/models/monitoring/v4/serviceability/CustomServerUploadParams.js +3 -3
  129. package/dist/es/models/monitoring/v4/serviceability/DeleteUdaPolicyApiResponse.d.ts +1 -1
  130. package/dist/es/models/monitoring/v4/serviceability/DeleteUdaPolicyApiResponse.js +3 -3
  131. package/dist/es/models/monitoring/v4/serviceability/EmailConfigurationRule.d.ts +1 -1
  132. package/dist/es/models/monitoring/v4/serviceability/EmailConfigurationRule.js +3 -3
  133. package/dist/es/models/monitoring/v4/serviceability/EmailTemplate.d.ts +1 -1
  134. package/dist/es/models/monitoring/v4/serviceability/EmailTemplate.js +3 -3
  135. package/dist/es/models/monitoring/v4/serviceability/EntityFilter.d.ts +1 -1
  136. package/dist/es/models/monitoring/v4/serviceability/EntityFilter.js +3 -3
  137. package/dist/es/models/monitoring/v4/serviceability/EntityType.js +2 -2
  138. package/dist/es/models/monitoring/v4/serviceability/Event.d.ts +1 -1
  139. package/dist/es/models/monitoring/v4/serviceability/Event.js +3 -3
  140. package/dist/es/models/monitoring/v4/serviceability/EventEntityReference.d.ts +1 -1
  141. package/dist/es/models/monitoring/v4/serviceability/EventEntityReference.js +3 -3
  142. package/dist/es/models/monitoring/v4/serviceability/FindConflictingUdaPoliciesApiResponse.d.ts +1 -1
  143. package/dist/es/models/monitoring/v4/serviceability/FindConflictingUdaPoliciesApiResponse.js +3 -3
  144. package/dist/es/models/monitoring/v4/serviceability/FloatConfigurableParamValue.d.ts +1 -1
  145. package/dist/es/models/monitoring/v4/serviceability/FloatConfigurableParamValue.js +3 -3
  146. package/dist/es/models/monitoring/v4/serviceability/GetAlertApiResponse.d.ts +1 -1
  147. package/dist/es/models/monitoring/v4/serviceability/GetAlertApiResponse.js +3 -3
  148. package/dist/es/models/monitoring/v4/serviceability/GetAlertEmailConfigurationApiResponse.d.ts +1 -1
  149. package/dist/es/models/monitoring/v4/serviceability/GetAlertEmailConfigurationApiResponse.js +3 -3
  150. package/dist/es/models/monitoring/v4/serviceability/GetAuditApiResponse.d.ts +1 -1
  151. package/dist/es/models/monitoring/v4/serviceability/GetAuditApiResponse.js +3 -3
  152. package/dist/es/models/monitoring/v4/serviceability/GetClusterConfigApiResponse.d.ts +1 -1
  153. package/dist/es/models/monitoring/v4/serviceability/GetClusterConfigApiResponse.js +3 -3
  154. package/dist/es/models/monitoring/v4/serviceability/GetEventApiResponse.d.ts +1 -1
  155. package/dist/es/models/monitoring/v4/serviceability/GetEventApiResponse.js +3 -3
  156. package/dist/es/models/monitoring/v4/serviceability/GetSdaPolicyApiResponse.d.ts +1 -1
  157. package/dist/es/models/monitoring/v4/serviceability/GetSdaPolicyApiResponse.js +3 -3
  158. package/dist/es/models/monitoring/v4/serviceability/GetUdaPolicyApiResponse.d.ts +1 -1
  159. package/dist/es/models/monitoring/v4/serviceability/GetUdaPolicyApiResponse.js +3 -3
  160. package/dist/es/models/monitoring/v4/serviceability/GroupEntityType.js +2 -2
  161. package/dist/es/models/monitoring/v4/serviceability/GroupFilter.d.ts +1 -1
  162. package/dist/es/models/monitoring/v4/serviceability/GroupFilter.js +3 -3
  163. package/dist/es/models/monitoring/v4/serviceability/HttpProxy.d.ts +1 -1
  164. package/dist/es/models/monitoring/v4/serviceability/HttpProxy.js +3 -3
  165. package/dist/es/models/monitoring/v4/serviceability/IntConfigurableParamValue.d.ts +1 -1
  166. package/dist/es/models/monitoring/v4/serviceability/IntConfigurableParamValue.js +3 -3
  167. package/dist/es/models/monitoring/v4/serviceability/ListAlertsApiResponse.d.ts +1 -1
  168. package/dist/es/models/monitoring/v4/serviceability/ListAlertsApiResponse.js +3 -3
  169. package/dist/es/models/monitoring/v4/serviceability/ListAuditsApiResponse.d.ts +1 -1
  170. package/dist/es/models/monitoring/v4/serviceability/ListAuditsApiResponse.js +3 -3
  171. package/dist/es/models/monitoring/v4/serviceability/ListClusterConfigsApiResponse.d.ts +1 -1
  172. package/dist/es/models/monitoring/v4/serviceability/ListClusterConfigsApiResponse.js +3 -3
  173. package/dist/es/models/monitoring/v4/serviceability/ListEventsApiResponse.d.ts +1 -1
  174. package/dist/es/models/monitoring/v4/serviceability/ListEventsApiResponse.js +3 -3
  175. package/dist/es/models/monitoring/v4/serviceability/ListSdaPoliciesApiResponse.d.ts +1 -1
  176. package/dist/es/models/monitoring/v4/serviceability/ListSdaPoliciesApiResponse.js +3 -3
  177. package/dist/es/models/monitoring/v4/serviceability/ListTagsApiResponse.d.ts +1 -1
  178. package/dist/es/models/monitoring/v4/serviceability/ListTagsApiResponse.js +3 -3
  179. package/dist/es/models/monitoring/v4/serviceability/ListUdaPoliciesApiResponse.d.ts +1 -1
  180. package/dist/es/models/monitoring/v4/serviceability/ListUdaPoliciesApiResponse.js +3 -3
  181. package/dist/es/models/monitoring/v4/serviceability/LocalUploadParams.d.ts +1 -1
  182. package/dist/es/models/monitoring/v4/serviceability/LocalUploadParams.js +3 -3
  183. package/dist/es/models/monitoring/v4/serviceability/LogCollectionSpec.d.ts +1 -1
  184. package/dist/es/models/monitoring/v4/serviceability/LogCollectionSpec.js +3 -3
  185. package/dist/es/models/monitoring/v4/serviceability/ManageAlertApiResponse.d.ts +1 -1
  186. package/dist/es/models/monitoring/v4/serviceability/ManageAlertApiResponse.js +3 -3
  187. package/dist/es/models/monitoring/v4/serviceability/MspOpts.d.ts +1 -1
  188. package/dist/es/models/monitoring/v4/serviceability/MspOpts.js +3 -3
  189. package/dist/es/models/monitoring/v4/serviceability/NtnxServerUploadParams.d.ts +1 -1
  190. package/dist/es/models/monitoring/v4/serviceability/NtnxServerUploadParams.js +3 -3
  191. package/dist/es/models/monitoring/v4/serviceability/ParameterizedMessage.d.ts +1 -1
  192. package/dist/es/models/monitoring/v4/serviceability/ParameterizedMessage.js +3 -3
  193. package/dist/es/models/monitoring/v4/serviceability/PolicySeverityLevel.js +2 -2
  194. package/dist/es/models/monitoring/v4/serviceability/PropertyState.js +2 -2
  195. package/dist/es/models/monitoring/v4/serviceability/ProxyType.js +2 -2
  196. package/dist/es/models/monitoring/v4/serviceability/RelatedPolicy.d.ts +1 -1
  197. package/dist/es/models/monitoring/v4/serviceability/RelatedPolicy.js +3 -3
  198. package/dist/es/models/monitoring/v4/serviceability/RemoteTunnelDetails.d.ts +1 -1
  199. package/dist/es/models/monitoring/v4/serviceability/RemoteTunnelDetails.js +3 -3
  200. package/dist/es/models/monitoring/v4/serviceability/RootCauseAnalysis.d.ts +1 -1
  201. package/dist/es/models/monitoring/v4/serviceability/RootCauseAnalysis.js +3 -3
  202. package/dist/es/models/monitoring/v4/serviceability/RootCauseAnalysisProjection.d.ts +1 -1
  203. package/dist/es/models/monitoring/v4/serviceability/RootCauseAnalysisProjection.js +3 -3
  204. package/dist/es/models/monitoring/v4/serviceability/RunSystemDefinedChecksApiResponse.d.ts +1 -1
  205. package/dist/es/models/monitoring/v4/serviceability/RunSystemDefinedChecksApiResponse.js +3 -3
  206. package/dist/es/models/monitoring/v4/serviceability/RunSystemDefinedChecksSpec.d.ts +1 -1
  207. package/dist/es/models/monitoring/v4/serviceability/RunSystemDefinedChecksSpec.js +3 -3
  208. package/dist/es/models/monitoring/v4/serviceability/Scope.js +2 -2
  209. package/dist/es/models/monitoring/v4/serviceability/SdaSubType.js +2 -2
  210. package/dist/es/models/monitoring/v4/serviceability/SdaType.js +2 -2
  211. package/dist/es/models/monitoring/v4/serviceability/ServerUploadProtocol.js +2 -2
  212. package/dist/es/models/monitoring/v4/serviceability/ServiceCenter.d.ts +1 -1
  213. package/dist/es/models/monitoring/v4/serviceability/ServiceCenter.js +3 -3
  214. package/dist/es/models/monitoring/v4/serviceability/SeverityConfig.d.ts +1 -1
  215. package/dist/es/models/monitoring/v4/serviceability/SeverityConfig.js +3 -3
  216. package/dist/es/models/monitoring/v4/serviceability/SeverityTrail.d.ts +1 -1
  217. package/dist/es/models/monitoring/v4/serviceability/SeverityTrail.js +3 -3
  218. package/dist/es/models/monitoring/v4/serviceability/Status.js +2 -2
  219. package/dist/es/models/monitoring/v4/serviceability/StorageContainerUploadParams.d.ts +1 -1
  220. package/dist/es/models/monitoring/v4/serviceability/StorageContainerUploadParams.js +3 -3
  221. package/dist/es/models/monitoring/v4/serviceability/StringConfigurableParamValue.d.ts +1 -1
  222. package/dist/es/models/monitoring/v4/serviceability/StringConfigurableParamValue.js +3 -3
  223. package/dist/es/models/monitoring/v4/serviceability/SystemDefinedPolicy.d.ts +1 -1
  224. package/dist/es/models/monitoring/v4/serviceability/SystemDefinedPolicy.js +3 -3
  225. package/dist/es/models/monitoring/v4/serviceability/Tag.d.ts +1 -1
  226. package/dist/es/models/monitoring/v4/serviceability/Tag.js +3 -3
  227. package/dist/es/models/monitoring/v4/serviceability/TagOpts.d.ts +1 -1
  228. package/dist/es/models/monitoring/v4/serviceability/TagOpts.js +3 -3
  229. package/dist/es/models/monitoring/v4/serviceability/TriggerCondition.d.ts +1 -1
  230. package/dist/es/models/monitoring/v4/serviceability/TriggerCondition.js +3 -3
  231. package/dist/es/models/monitoring/v4/serviceability/UpdateAlertEmailConfigurationApiResponse.d.ts +1 -1
  232. package/dist/es/models/monitoring/v4/serviceability/UpdateAlertEmailConfigurationApiResponse.js +3 -3
  233. package/dist/es/models/monitoring/v4/serviceability/UpdateClusterConfigApiResponse.d.ts +1 -1
  234. package/dist/es/models/monitoring/v4/serviceability/UpdateClusterConfigApiResponse.js +3 -3
  235. package/dist/es/models/monitoring/v4/serviceability/UpdateUdaPolicyApiResponse.d.ts +1 -1
  236. package/dist/es/models/monitoring/v4/serviceability/UpdateUdaPolicyApiResponse.js +3 -3
  237. package/dist/es/models/monitoring/v4/serviceability/UserDefinedPolicy.d.ts +1 -1
  238. package/dist/es/models/monitoring/v4/serviceability/UserDefinedPolicy.js +3 -3
  239. package/dist/es/models/monitoring/v4/serviceability/UserReference.d.ts +1 -1
  240. package/dist/es/models/monitoring/v4/serviceability/UserReference.js +3 -3
  241. package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
  242. package/dist/es/models/prism/v4/config/TaskReference.js +4 -4
  243. package/dist/es/models/validation/ValidationError.js +2 -2
  244. package/dist/es/utils/ValidationUtils.js +2 -2
  245. package/dist/lib/ApiClient.d.ts +1 -1
  246. package/dist/lib/ApiClient.js +4 -4
  247. package/dist/lib/Paginable.d.ts +1 -1
  248. package/dist/lib/Paginable.js +3 -3
  249. package/dist/lib/apis/alertemailconfiguration-endpoints.d.ts +1 -1
  250. package/dist/lib/apis/alertemailconfiguration-endpoints.js +3 -3
  251. package/dist/lib/apis/alerts-endpoints.d.ts +2 -2
  252. package/dist/lib/apis/alerts-endpoints.js +4 -4
  253. package/dist/lib/apis/audits-endpoints.d.ts +2 -2
  254. package/dist/lib/apis/audits-endpoints.js +4 -4
  255. package/dist/lib/apis/clusterlogs-endpoints.d.ts +2 -2
  256. package/dist/lib/apis/clusterlogs-endpoints.js +4 -4
  257. package/dist/lib/apis/events-endpoints.d.ts +2 -2
  258. package/dist/lib/apis/events-endpoints.js +4 -4
  259. package/dist/lib/apis/managealerts-endpoints.d.ts +1 -1
  260. package/dist/lib/apis/managealerts-endpoints.js +3 -3
  261. package/dist/lib/apis/systemdefinedchecks-endpoints.d.ts +1 -1
  262. package/dist/lib/apis/systemdefinedchecks-endpoints.js +3 -3
  263. package/dist/lib/apis/systemdefinedpolicies-endpoints.d.ts +3 -3
  264. package/dist/lib/apis/systemdefinedpolicies-endpoints.js +5 -5
  265. package/dist/lib/apis/userdefinedpolicies-endpoints.d.ts +2 -2
  266. package/dist/lib/apis/userdefinedpolicies-endpoints.js +4 -4
  267. package/dist/lib/models/common/v1/config/FQDN.d.ts +1 -1
  268. package/dist/lib/models/common/v1/config/FQDN.js +3 -3
  269. package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
  270. package/dist/lib/models/common/v1/config/Flag.js +3 -3
  271. package/dist/lib/models/common/v1/config/IPAddressOrFQDN.d.ts +1 -1
  272. package/dist/lib/models/common/v1/config/IPAddressOrFQDN.js +3 -3
  273. package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
  274. package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
  275. package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
  276. package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
  277. package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
  278. package/dist/lib/models/common/v1/config/KVPair.js +3 -3
  279. package/dist/lib/models/common/v1/config/KVStringPair.d.ts +1 -1
  280. package/dist/lib/models/common/v1/config/KVStringPair.js +3 -3
  281. package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  282. package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
  283. package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
  284. package/dist/lib/models/common/v1/config/Message.js +3 -3
  285. package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
  286. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  287. package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
  288. package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
  289. package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
  290. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  291. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
  292. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  293. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  294. package/dist/lib/models/monitoring/v4/common/AlertEntityReference.d.ts +1 -1
  295. package/dist/lib/models/monitoring/v4/common/AlertEntityReference.js +3 -3
  296. package/dist/lib/models/monitoring/v4/common/BoolValue.d.ts +1 -1
  297. package/dist/lib/models/monitoring/v4/common/BoolValue.js +3 -3
  298. package/dist/lib/models/monitoring/v4/common/CauseAndResolution.d.ts +1 -1
  299. package/dist/lib/models/monitoring/v4/common/CauseAndResolution.js +3 -3
  300. package/dist/lib/models/monitoring/v4/common/ComparisonOperator.js +2 -2
  301. package/dist/lib/models/monitoring/v4/common/ConditionType.js +2 -2
  302. package/dist/lib/models/monitoring/v4/common/DataType.js +2 -2
  303. package/dist/lib/models/monitoring/v4/common/DoubleValue.d.ts +1 -1
  304. package/dist/lib/models/monitoring/v4/common/DoubleValue.js +3 -3
  305. package/dist/lib/models/monitoring/v4/common/EntityReference.d.ts +1 -1
  306. package/dist/lib/models/monitoring/v4/common/EntityReference.js +3 -3
  307. package/dist/lib/models/monitoring/v4/common/FloatValue.d.ts +1 -1
  308. package/dist/lib/models/monitoring/v4/common/FloatValue.js +3 -3
  309. package/dist/lib/models/monitoring/v4/common/ImpactType.js +2 -2
  310. package/dist/lib/models/monitoring/v4/common/IntValue.d.ts +1 -1
  311. package/dist/lib/models/monitoring/v4/common/IntValue.js +3 -3
  312. package/dist/lib/models/monitoring/v4/common/MetricDetail.d.ts +1 -1
  313. package/dist/lib/models/monitoring/v4/common/MetricDetail.js +3 -3
  314. package/dist/lib/models/monitoring/v4/common/OperationType.js +2 -2
  315. package/dist/lib/models/monitoring/v4/common/Parameter.d.ts +1 -1
  316. package/dist/lib/models/monitoring/v4/common/Parameter.js +3 -3
  317. package/dist/lib/models/monitoring/v4/common/Severity.js +2 -2
  318. package/dist/lib/models/monitoring/v4/common/StringValue.d.ts +1 -1
  319. package/dist/lib/models/monitoring/v4/common/StringValue.js +3 -3
  320. package/dist/lib/models/monitoring/v4/error/AppMessage.d.ts +1 -1
  321. package/dist/lib/models/monitoring/v4/error/AppMessage.js +3 -3
  322. package/dist/lib/models/monitoring/v4/error/ErrorResponse.d.ts +1 -1
  323. package/dist/lib/models/monitoring/v4/error/ErrorResponse.js +3 -3
  324. package/dist/lib/models/monitoring/v4/error/SchemaValidationError.d.ts +1 -1
  325. package/dist/lib/models/monitoring/v4/error/SchemaValidationError.js +3 -3
  326. package/dist/lib/models/monitoring/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  327. package/dist/lib/models/monitoring/v4/error/SchemaValidationErrorMessage.js +3 -3
  328. package/dist/lib/models/monitoring/v4/serviceability/ActionType.js +2 -2
  329. package/dist/lib/models/monitoring/v4/serviceability/Alert.d.ts +1 -1
  330. package/dist/lib/models/monitoring/v4/serviceability/Alert.js +3 -3
  331. package/dist/lib/models/monitoring/v4/serviceability/AlertActionSpec.d.ts +1 -1
  332. package/dist/lib/models/monitoring/v4/serviceability/AlertActionSpec.js +3 -3
  333. package/dist/lib/models/monitoring/v4/serviceability/AlertConfig.d.ts +1 -1
  334. package/dist/lib/models/monitoring/v4/serviceability/AlertConfig.js +3 -3
  335. package/dist/lib/models/monitoring/v4/serviceability/AlertEmailConfiguration.d.ts +1 -1
  336. package/dist/lib/models/monitoring/v4/serviceability/AlertEmailConfiguration.js +3 -3
  337. package/dist/lib/models/monitoring/v4/serviceability/AlertPolicyConfigurableParameter.d.ts +1 -1
  338. package/dist/lib/models/monitoring/v4/serviceability/AlertPolicyConfigurableParameter.js +3 -3
  339. package/dist/lib/models/monitoring/v4/serviceability/ArchiveOpts.d.ts +1 -1
  340. package/dist/lib/models/monitoring/v4/serviceability/ArchiveOpts.js +3 -3
  341. package/dist/lib/models/monitoring/v4/serviceability/Audit.d.ts +1 -1
  342. package/dist/lib/models/monitoring/v4/serviceability/Audit.js +3 -3
  343. package/dist/lib/models/monitoring/v4/serviceability/AuditEntityReference.d.ts +1 -1
  344. package/dist/lib/models/monitoring/v4/serviceability/AuditEntityReference.js +3 -3
  345. package/dist/lib/models/monitoring/v4/serviceability/AutoResolveState.js +2 -2
  346. package/dist/lib/models/monitoring/v4/serviceability/BooleanConfigurableParamValue.d.ts +1 -1
  347. package/dist/lib/models/monitoring/v4/serviceability/BooleanConfigurableParamValue.js +3 -3
  348. package/dist/lib/models/monitoring/v4/serviceability/ClusterConfig.d.ts +1 -1
  349. package/dist/lib/models/monitoring/v4/serviceability/ClusterConfig.js +3 -3
  350. package/dist/lib/models/monitoring/v4/serviceability/ClusterConfigProjection.d.ts +1 -1
  351. package/dist/lib/models/monitoring/v4/serviceability/ClusterConfigProjection.js +3 -3
  352. package/dist/lib/models/monitoring/v4/serviceability/ClusterType.js +2 -2
  353. package/dist/lib/models/monitoring/v4/serviceability/CollectLogsApiResponse.d.ts +1 -1
  354. package/dist/lib/models/monitoring/v4/serviceability/CollectLogsApiResponse.js +3 -3
  355. package/dist/lib/models/monitoring/v4/serviceability/CommunicationStatus.d.ts +1 -1
  356. package/dist/lib/models/monitoring/v4/serviceability/CommunicationStatus.js +3 -3
  357. package/dist/lib/models/monitoring/v4/serviceability/Condition.d.ts +1 -1
  358. package/dist/lib/models/monitoring/v4/serviceability/Condition.js +3 -3
  359. package/dist/lib/models/monitoring/v4/serviceability/ConfigurableParamValueRange.d.ts +1 -1
  360. package/dist/lib/models/monitoring/v4/serviceability/ConfigurableParamValueRange.js +3 -3
  361. package/dist/lib/models/monitoring/v4/serviceability/ConflictingPolicy.d.ts +1 -1
  362. package/dist/lib/models/monitoring/v4/serviceability/ConflictingPolicy.js +3 -3
  363. package/dist/lib/models/monitoring/v4/serviceability/ConnectionStatus.js +2 -2
  364. package/dist/lib/models/monitoring/v4/serviceability/CreateUdaPolicyApiResponse.d.ts +1 -1
  365. package/dist/lib/models/monitoring/v4/serviceability/CreateUdaPolicyApiResponse.js +3 -3
  366. package/dist/lib/models/monitoring/v4/serviceability/Credential.d.ts +1 -1
  367. package/dist/lib/models/monitoring/v4/serviceability/Credential.js +3 -3
  368. package/dist/lib/models/monitoring/v4/serviceability/CustomServerUploadParams.d.ts +1 -1
  369. package/dist/lib/models/monitoring/v4/serviceability/CustomServerUploadParams.js +3 -3
  370. package/dist/lib/models/monitoring/v4/serviceability/DeleteUdaPolicyApiResponse.d.ts +1 -1
  371. package/dist/lib/models/monitoring/v4/serviceability/DeleteUdaPolicyApiResponse.js +3 -3
  372. package/dist/lib/models/monitoring/v4/serviceability/EmailConfigurationRule.d.ts +1 -1
  373. package/dist/lib/models/monitoring/v4/serviceability/EmailConfigurationRule.js +3 -3
  374. package/dist/lib/models/monitoring/v4/serviceability/EmailTemplate.d.ts +1 -1
  375. package/dist/lib/models/monitoring/v4/serviceability/EmailTemplate.js +3 -3
  376. package/dist/lib/models/monitoring/v4/serviceability/EntityFilter.d.ts +1 -1
  377. package/dist/lib/models/monitoring/v4/serviceability/EntityFilter.js +3 -3
  378. package/dist/lib/models/monitoring/v4/serviceability/EntityType.js +2 -2
  379. package/dist/lib/models/monitoring/v4/serviceability/Event.d.ts +1 -1
  380. package/dist/lib/models/monitoring/v4/serviceability/Event.js +3 -3
  381. package/dist/lib/models/monitoring/v4/serviceability/EventEntityReference.d.ts +1 -1
  382. package/dist/lib/models/monitoring/v4/serviceability/EventEntityReference.js +3 -3
  383. package/dist/lib/models/monitoring/v4/serviceability/FindConflictingUdaPoliciesApiResponse.d.ts +1 -1
  384. package/dist/lib/models/monitoring/v4/serviceability/FindConflictingUdaPoliciesApiResponse.js +3 -3
  385. package/dist/lib/models/monitoring/v4/serviceability/FloatConfigurableParamValue.d.ts +1 -1
  386. package/dist/lib/models/monitoring/v4/serviceability/FloatConfigurableParamValue.js +3 -3
  387. package/dist/lib/models/monitoring/v4/serviceability/GetAlertApiResponse.d.ts +1 -1
  388. package/dist/lib/models/monitoring/v4/serviceability/GetAlertApiResponse.js +3 -3
  389. package/dist/lib/models/monitoring/v4/serviceability/GetAlertEmailConfigurationApiResponse.d.ts +1 -1
  390. package/dist/lib/models/monitoring/v4/serviceability/GetAlertEmailConfigurationApiResponse.js +3 -3
  391. package/dist/lib/models/monitoring/v4/serviceability/GetAuditApiResponse.d.ts +1 -1
  392. package/dist/lib/models/monitoring/v4/serviceability/GetAuditApiResponse.js +3 -3
  393. package/dist/lib/models/monitoring/v4/serviceability/GetClusterConfigApiResponse.d.ts +1 -1
  394. package/dist/lib/models/monitoring/v4/serviceability/GetClusterConfigApiResponse.js +3 -3
  395. package/dist/lib/models/monitoring/v4/serviceability/GetEventApiResponse.d.ts +1 -1
  396. package/dist/lib/models/monitoring/v4/serviceability/GetEventApiResponse.js +3 -3
  397. package/dist/lib/models/monitoring/v4/serviceability/GetSdaPolicyApiResponse.d.ts +1 -1
  398. package/dist/lib/models/monitoring/v4/serviceability/GetSdaPolicyApiResponse.js +3 -3
  399. package/dist/lib/models/monitoring/v4/serviceability/GetUdaPolicyApiResponse.d.ts +1 -1
  400. package/dist/lib/models/monitoring/v4/serviceability/GetUdaPolicyApiResponse.js +3 -3
  401. package/dist/lib/models/monitoring/v4/serviceability/GroupEntityType.js +2 -2
  402. package/dist/lib/models/monitoring/v4/serviceability/GroupFilter.d.ts +1 -1
  403. package/dist/lib/models/monitoring/v4/serviceability/GroupFilter.js +3 -3
  404. package/dist/lib/models/monitoring/v4/serviceability/HttpProxy.d.ts +1 -1
  405. package/dist/lib/models/monitoring/v4/serviceability/HttpProxy.js +3 -3
  406. package/dist/lib/models/monitoring/v4/serviceability/IntConfigurableParamValue.d.ts +1 -1
  407. package/dist/lib/models/monitoring/v4/serviceability/IntConfigurableParamValue.js +3 -3
  408. package/dist/lib/models/monitoring/v4/serviceability/ListAlertsApiResponse.d.ts +1 -1
  409. package/dist/lib/models/monitoring/v4/serviceability/ListAlertsApiResponse.js +3 -3
  410. package/dist/lib/models/monitoring/v4/serviceability/ListAuditsApiResponse.d.ts +1 -1
  411. package/dist/lib/models/monitoring/v4/serviceability/ListAuditsApiResponse.js +3 -3
  412. package/dist/lib/models/monitoring/v4/serviceability/ListClusterConfigsApiResponse.d.ts +1 -1
  413. package/dist/lib/models/monitoring/v4/serviceability/ListClusterConfigsApiResponse.js +3 -3
  414. package/dist/lib/models/monitoring/v4/serviceability/ListEventsApiResponse.d.ts +1 -1
  415. package/dist/lib/models/monitoring/v4/serviceability/ListEventsApiResponse.js +3 -3
  416. package/dist/lib/models/monitoring/v4/serviceability/ListSdaPoliciesApiResponse.d.ts +1 -1
  417. package/dist/lib/models/monitoring/v4/serviceability/ListSdaPoliciesApiResponse.js +3 -3
  418. package/dist/lib/models/monitoring/v4/serviceability/ListTagsApiResponse.d.ts +1 -1
  419. package/dist/lib/models/monitoring/v4/serviceability/ListTagsApiResponse.js +3 -3
  420. package/dist/lib/models/monitoring/v4/serviceability/ListUdaPoliciesApiResponse.d.ts +1 -1
  421. package/dist/lib/models/monitoring/v4/serviceability/ListUdaPoliciesApiResponse.js +3 -3
  422. package/dist/lib/models/monitoring/v4/serviceability/LocalUploadParams.d.ts +1 -1
  423. package/dist/lib/models/monitoring/v4/serviceability/LocalUploadParams.js +3 -3
  424. package/dist/lib/models/monitoring/v4/serviceability/LogCollectionSpec.d.ts +1 -1
  425. package/dist/lib/models/monitoring/v4/serviceability/LogCollectionSpec.js +3 -3
  426. package/dist/lib/models/monitoring/v4/serviceability/ManageAlertApiResponse.d.ts +1 -1
  427. package/dist/lib/models/monitoring/v4/serviceability/ManageAlertApiResponse.js +3 -3
  428. package/dist/lib/models/monitoring/v4/serviceability/MspOpts.d.ts +1 -1
  429. package/dist/lib/models/monitoring/v4/serviceability/MspOpts.js +3 -3
  430. package/dist/lib/models/monitoring/v4/serviceability/NtnxServerUploadParams.d.ts +1 -1
  431. package/dist/lib/models/monitoring/v4/serviceability/NtnxServerUploadParams.js +3 -3
  432. package/dist/lib/models/monitoring/v4/serviceability/ParameterizedMessage.d.ts +1 -1
  433. package/dist/lib/models/monitoring/v4/serviceability/ParameterizedMessage.js +3 -3
  434. package/dist/lib/models/monitoring/v4/serviceability/PolicySeverityLevel.js +2 -2
  435. package/dist/lib/models/monitoring/v4/serviceability/PropertyState.js +2 -2
  436. package/dist/lib/models/monitoring/v4/serviceability/ProxyType.js +2 -2
  437. package/dist/lib/models/monitoring/v4/serviceability/RelatedPolicy.d.ts +1 -1
  438. package/dist/lib/models/monitoring/v4/serviceability/RelatedPolicy.js +3 -3
  439. package/dist/lib/models/monitoring/v4/serviceability/RemoteTunnelDetails.d.ts +1 -1
  440. package/dist/lib/models/monitoring/v4/serviceability/RemoteTunnelDetails.js +3 -3
  441. package/dist/lib/models/monitoring/v4/serviceability/RootCauseAnalysis.d.ts +1 -1
  442. package/dist/lib/models/monitoring/v4/serviceability/RootCauseAnalysis.js +3 -3
  443. package/dist/lib/models/monitoring/v4/serviceability/RootCauseAnalysisProjection.d.ts +1 -1
  444. package/dist/lib/models/monitoring/v4/serviceability/RootCauseAnalysisProjection.js +3 -3
  445. package/dist/lib/models/monitoring/v4/serviceability/RunSystemDefinedChecksApiResponse.d.ts +1 -1
  446. package/dist/lib/models/monitoring/v4/serviceability/RunSystemDefinedChecksApiResponse.js +3 -3
  447. package/dist/lib/models/monitoring/v4/serviceability/RunSystemDefinedChecksSpec.d.ts +1 -1
  448. package/dist/lib/models/monitoring/v4/serviceability/RunSystemDefinedChecksSpec.js +3 -3
  449. package/dist/lib/models/monitoring/v4/serviceability/Scope.js +2 -2
  450. package/dist/lib/models/monitoring/v4/serviceability/SdaSubType.js +2 -2
  451. package/dist/lib/models/monitoring/v4/serviceability/SdaType.js +2 -2
  452. package/dist/lib/models/monitoring/v4/serviceability/ServerUploadProtocol.js +2 -2
  453. package/dist/lib/models/monitoring/v4/serviceability/ServiceCenter.d.ts +1 -1
  454. package/dist/lib/models/monitoring/v4/serviceability/ServiceCenter.js +3 -3
  455. package/dist/lib/models/monitoring/v4/serviceability/SeverityConfig.d.ts +1 -1
  456. package/dist/lib/models/monitoring/v4/serviceability/SeverityConfig.js +3 -3
  457. package/dist/lib/models/monitoring/v4/serviceability/SeverityTrail.d.ts +1 -1
  458. package/dist/lib/models/monitoring/v4/serviceability/SeverityTrail.js +3 -3
  459. package/dist/lib/models/monitoring/v4/serviceability/Status.js +2 -2
  460. package/dist/lib/models/monitoring/v4/serviceability/StorageContainerUploadParams.d.ts +1 -1
  461. package/dist/lib/models/monitoring/v4/serviceability/StorageContainerUploadParams.js +3 -3
  462. package/dist/lib/models/monitoring/v4/serviceability/StringConfigurableParamValue.d.ts +1 -1
  463. package/dist/lib/models/monitoring/v4/serviceability/StringConfigurableParamValue.js +3 -3
  464. package/dist/lib/models/monitoring/v4/serviceability/SystemDefinedPolicy.d.ts +1 -1
  465. package/dist/lib/models/monitoring/v4/serviceability/SystemDefinedPolicy.js +3 -3
  466. package/dist/lib/models/monitoring/v4/serviceability/Tag.d.ts +1 -1
  467. package/dist/lib/models/monitoring/v4/serviceability/Tag.js +3 -3
  468. package/dist/lib/models/monitoring/v4/serviceability/TagOpts.d.ts +1 -1
  469. package/dist/lib/models/monitoring/v4/serviceability/TagOpts.js +3 -3
  470. package/dist/lib/models/monitoring/v4/serviceability/TriggerCondition.d.ts +1 -1
  471. package/dist/lib/models/monitoring/v4/serviceability/TriggerCondition.js +3 -3
  472. package/dist/lib/models/monitoring/v4/serviceability/UpdateAlertEmailConfigurationApiResponse.d.ts +1 -1
  473. package/dist/lib/models/monitoring/v4/serviceability/UpdateAlertEmailConfigurationApiResponse.js +3 -3
  474. package/dist/lib/models/monitoring/v4/serviceability/UpdateClusterConfigApiResponse.d.ts +1 -1
  475. package/dist/lib/models/monitoring/v4/serviceability/UpdateClusterConfigApiResponse.js +3 -3
  476. package/dist/lib/models/monitoring/v4/serviceability/UpdateUdaPolicyApiResponse.d.ts +1 -1
  477. package/dist/lib/models/monitoring/v4/serviceability/UpdateUdaPolicyApiResponse.js +3 -3
  478. package/dist/lib/models/monitoring/v4/serviceability/UserDefinedPolicy.d.ts +1 -1
  479. package/dist/lib/models/monitoring/v4/serviceability/UserDefinedPolicy.js +3 -3
  480. package/dist/lib/models/monitoring/v4/serviceability/UserReference.d.ts +1 -1
  481. package/dist/lib/models/monitoring/v4/serviceability/UserReference.js +3 -3
  482. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
  483. package/dist/lib/models/prism/v4/config/TaskReference.js +4 -4
  484. package/dist/lib/models/validation/ValidationError.js +2 -2
  485. package/dist/lib/utils/ValidationUtils.js +2 -2
  486. package/package.json +1 -1
@@ -12,11 +12,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
12
12
  /*
13
13
  * Nutanix Monitoring APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.2.2
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
24
24
 
25
25
  /**
26
26
  * ClusterLogs service.
27
- * @version 4.2.1
27
+ * @version 4.2.2
28
28
  * @class ClusterLogsApi
29
29
  */
30
30
  class ClusterLogsApi {
@@ -108,7 +108,7 @@ class ClusterLogsApi {
108
108
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
109
109
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
110
110
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
111
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
111
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
112
112
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
113
113
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
114
114
  * @param {Object} args Additional Arguments
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Events service.
3
- * @version 4.2.1
3
+ * @version 4.2.2
4
4
  * @class EventsApi
5
5
  */
6
6
  export class EventsApi {
@@ -35,7 +35,7 @@ export class EventsApi {
35
35
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
36
36
 
37
37
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
38
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
38
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
39
39
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
40
40
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
41
41
  * @param {Object} args Additional Arguments
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Monitoring APIs
13
13
  *
14
- * OpenAPI spec version: 4.2.1
14
+ * OpenAPI spec version: 4.2.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
23
23
 
24
24
  /**
25
25
  * Events service.
26
- * @version 4.2.1
26
+ * @version 4.2.2
27
27
  * @class EventsApi
28
28
  */
29
29
  class EventsApi {
@@ -95,7 +95,7 @@ class EventsApi {
95
95
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
96
96
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
97
97
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
98
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
98
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
99
99
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
100
100
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
101
101
  * @param {Object} args Additional Arguments
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ManageAlerts service.
3
- * @version 4.2.1
3
+ * @version 4.2.2
4
4
  * @class ManageAlertsApi
5
5
  */
6
6
  export class ManageAlertsApi {
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Monitoring APIs
13
13
  *
14
- * OpenAPI spec version: 4.2.1
14
+ * OpenAPI spec version: 4.2.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
23
23
 
24
24
  /**
25
25
  * ManageAlerts service.
26
- * @version 4.2.1
26
+ * @version 4.2.2
27
27
  * @class ManageAlertsApi
28
28
  */
29
29
  class ManageAlertsApi {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * SystemDefinedChecks service.
3
- * @version 4.2.1
3
+ * @version 4.2.2
4
4
  * @class SystemDefinedChecksApi
5
5
  */
6
6
  export class SystemDefinedChecksApi {
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Monitoring APIs
13
13
  *
14
- * OpenAPI spec version: 4.2.1
14
+ * OpenAPI spec version: 4.2.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -23,7 +23,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
23
23
 
24
24
  /**
25
25
  * SystemDefinedChecks service.
26
- * @version 4.2.1
26
+ * @version 4.2.2
27
27
  * @class SystemDefinedChecksApi
28
28
  */
29
29
  class SystemDefinedChecksApi {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * SystemDefinedPolicies service.
3
- * @version 4.2.1
3
+ * @version 4.2.2
4
4
  * @class SystemDefinedPoliciesApi
5
5
  */
6
6
  export class SystemDefinedPoliciesApi {
@@ -45,7 +45,7 @@ export class SystemDefinedPoliciesApi {
45
45
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
46
46
 
47
47
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
48
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
48
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
49
49
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
50
50
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
51
51
  * @param {Object} args Additional Arguments
@@ -67,7 +67,7 @@ export class SystemDefinedPoliciesApi {
67
67
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
68
68
 
69
69
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
70
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
70
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
71
71
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
72
72
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
73
73
  * @param {Object} args Additional Arguments
@@ -15,11 +15,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
15
15
  /*
16
16
  * Nutanix Monitoring APIs
17
17
  *
18
- * OpenAPI spec version: 4.2.1
18
+ * OpenAPI spec version: 4.2.2
19
19
  *
20
20
  * NOTE: This class is auto generated by the Open API Dev Platform.
21
21
  *
22
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
22
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
23
23
  *
24
24
  * Do not edit the class manually.
25
25
  *
@@ -27,7 +27,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
27
27
 
28
28
  /**
29
29
  * SystemDefinedPolicies service.
30
- * @version 4.2.1
30
+ * @version 4.2.2
31
31
  * @class SystemDefinedPoliciesApi
32
32
  */
33
33
  class SystemDefinedPoliciesApi {
@@ -141,7 +141,7 @@ class SystemDefinedPoliciesApi {
141
141
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
142
142
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
143
143
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
144
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
144
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
145
145
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
146
146
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
147
147
  * @param {Object} args Additional Arguments
@@ -199,7 +199,7 @@ class SystemDefinedPoliciesApi {
199
199
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
200
200
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
201
201
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
202
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
202
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
203
203
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
204
204
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
205
205
  * @param {Object} args Additional Arguments
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * UserDefinedPolicies service.
3
- * @version 4.2.1
3
+ * @version 4.2.2
4
4
  * @class UserDefinedPoliciesApi
5
5
  */
6
6
  export class UserDefinedPoliciesApi {
@@ -59,7 +59,7 @@ export class UserDefinedPoliciesApi {
59
59
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
60
60
 
61
61
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
62
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
62
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
63
63
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
64
64
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
65
65
  * @param {Object} args Additional Arguments
@@ -16,11 +16,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  /*
17
17
  * Nutanix Monitoring APIs
18
18
  *
19
- * OpenAPI spec version: 4.2.1
19
+ * OpenAPI spec version: 4.2.2
20
20
  *
21
21
  * NOTE: This class is auto generated by the Open API Dev Platform.
22
22
  *
23
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
23
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
24
24
  *
25
25
  * Do not edit the class manually.
26
26
  *
@@ -28,7 +28,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
28
28
 
29
29
  /**
30
30
  * UserDefinedPolicies service.
31
- * @version 4.2.1
31
+ * @version 4.2.2
32
32
  * @class UserDefinedPoliciesApi
33
33
  */
34
34
  class UserDefinedPoliciesApi {
@@ -213,7 +213,7 @@ class UserDefinedPoliciesApi {
213
213
  * @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
214
214
  * @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
215
215
  * @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
216
- * For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
216
+ * For example, filter **$filter=name eq 'karbon-ntnx-1.0'** would filter the result on cluster name 'karbon-ntnx1.0', filter **$filter=startswith(name, 'C')** would filter on cluster name starting with 'C'.
217
217
  * @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
218
218
  * @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
219
219
  * @param {Object} args Additional Arguments
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The FQDN model module.
3
3
  * @module Ntnx/FQDN
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class FQDN
6
6
  */
7
7
  export default class FQDN {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Monitoring APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.2.2
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The FQDN model module.
26
26
  * @module Ntnx/FQDN
27
- * @version 4.2.1
27
+ * @version 4.2.2
28
28
  * @class FQDN
29
29
  */
30
30
  var _FQDN_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Flag model module.
3
3
  * @module Ntnx/Flag
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class Flag
6
6
  */
7
7
  export default class Flag {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Monitoring APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.2.2
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The Flag model module.
26
26
  * @module Ntnx/Flag
27
- * @version 4.2.1
27
+ * @version 4.2.2
28
28
  * @class Flag
29
29
  */
30
30
  var _Flag_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The IPAddressOrFQDN model module.
3
3
  * @module Ntnx/IPAddressOrFQDN
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class IPAddressOrFQDN
6
6
  */
7
7
  export default class IPAddressOrFQDN {
@@ -15,11 +15,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
15
15
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
16
16
  * Nutanix Monitoring APIs
17
17
  *
18
- * OpenAPI spec version: 4.2.1
18
+ * OpenAPI spec version: 4.2.2
19
19
  *
20
20
  * NOTE: This class is auto generated by the Open API Dev Platform.
21
21
  *
22
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
22
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
23
23
  *
24
24
  * Do not edit the class manually.
25
25
  *
@@ -27,7 +27,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
27
27
  /**
28
28
  * The IPAddressOrFQDN model module.
29
29
  * @module Ntnx/IPAddressOrFQDN
30
- * @version 4.2.1
30
+ * @version 4.2.2
31
31
  * @class IPAddressOrFQDN
32
32
  */
33
33
  var _IPAddressOrFQDN_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The IPv4Address model module.
3
3
  * @module Ntnx/IPv4Address
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class IPv4Address
6
6
  *
7
7
  * @param { string } value The IPv4 address of the host.
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Monitoring APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.2.2
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The IPv4Address model module.
26
26
  * @module Ntnx/IPv4Address
27
- * @version 4.2.1
27
+ * @version 4.2.2
28
28
  * @class IPv4Address
29
29
  *
30
30
  * @param { string } value The IPv4 address of the host.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The IPv6Address model module.
3
3
  * @module Ntnx/IPv6Address
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class IPv6Address
6
6
  *
7
7
  * @param { string } value The IPv6 address of the host.
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Monitoring APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.2.2
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The IPv6Address model module.
26
26
  * @module Ntnx/IPv6Address
27
- * @version 4.2.1
27
+ * @version 4.2.2
28
28
  * @class IPv6Address
29
29
  *
30
30
  * @param { string } value The IPv6 address of the host.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The KVPair model module.
3
3
  * @module Ntnx/KVPair
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class KVPair
6
6
  */
7
7
  export default class KVPair {
@@ -14,11 +14,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
14
14
  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"); } /*
15
15
  * Nutanix Monitoring APIs
16
16
  *
17
- * OpenAPI spec version: 4.2.1
17
+ * OpenAPI spec version: 4.2.2
18
18
  *
19
19
  * NOTE: This class is auto generated by the Open API Dev Platform.
20
20
  *
21
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
21
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
22
22
  *
23
23
  * Do not edit the class manually.
24
24
  *
@@ -26,7 +26,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
26
26
  /**
27
27
  * The KVPair model module.
28
28
  * @module Ntnx/KVPair
29
- * @version 4.2.1
29
+ * @version 4.2.2
30
30
  * @class KVPair
31
31
  */
32
32
  var _KVPair_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The KVStringPair model module.
3
3
  * @module Ntnx/KVStringPair
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class KVStringPair
6
6
  */
7
7
  export default class KVStringPair {
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
12
12
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
13
13
  * Nutanix Monitoring APIs
14
14
  *
15
- * OpenAPI spec version: 4.2.1
15
+ * OpenAPI spec version: 4.2.2
16
16
  *
17
17
  * NOTE: This class is auto generated by the Open API Dev Platform.
18
18
  *
19
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
19
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
20
20
  *
21
21
  * Do not edit the class manually.
22
22
  *
@@ -24,7 +24,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
24
24
  /**
25
25
  * The KVStringPair model module.
26
26
  * @module Ntnx/KVStringPair
27
- * @version 4.2.1
27
+ * @version 4.2.2
28
28
  * @class KVStringPair
29
29
  */
30
30
  var _KVStringPair_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The MapOfStringWrapper model module.
3
3
  * @module Ntnx/MapOfStringWrapper
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class MapOfStringWrapper
6
6
  */
7
7
  export default class MapOfStringWrapper {
@@ -13,11 +13,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
13
13
  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"); } /*
14
14
  * Nutanix Monitoring APIs
15
15
  *
16
- * OpenAPI spec version: 4.2.1
16
+ * OpenAPI spec version: 4.2.2
17
17
  *
18
18
  * NOTE: This class is auto generated by the Open API Dev Platform.
19
19
  *
20
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
20
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
21
21
  *
22
22
  * Do not edit the class manually.
23
23
  *
@@ -25,7 +25,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
25
25
  /**
26
26
  * The MapOfStringWrapper model module.
27
27
  * @module Ntnx/MapOfStringWrapper
28
- * @version 4.2.1
28
+ * @version 4.2.2
29
29
  * @class MapOfStringWrapper
30
30
  */
31
31
  var _MapOfStringWrapper_brand = /*#__PURE__*/new WeakSet();
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The Message model module.
3
3
  * @module Ntnx/Message
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class Message
6
6
  */
7
7
  export default class Message {
@@ -13,11 +13,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
13
13
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
14
14
  * Nutanix Monitoring APIs
15
15
  *
16
- * OpenAPI spec version: 4.2.1
16
+ * OpenAPI spec version: 4.2.2
17
17
  *
18
18
  * NOTE: This class is auto generated by the Open API Dev Platform.
19
19
  *
20
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
20
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
21
21
  *
22
22
  * Do not edit the class manually.
23
23
  *
@@ -25,7 +25,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
25
25
  /**
26
26
  * The Message model module.
27
27
  * @module Ntnx/Message
28
- * @version 4.2.1
28
+ * @version 4.2.2
29
29
  * @class Message
30
30
  */
31
31
  var _Message_brand = /*#__PURE__*/new WeakSet();
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  /*
12
12
  * Nutanix Monitoring APIs
13
13
  *
14
- * OpenAPI spec version: 4.2.1
14
+ * OpenAPI spec version: 4.2.2
15
15
  *
16
16
  * NOTE: This class is auto generated by the Open API Dev Platform.
17
17
  *
18
- * Open API Dev Platform Codegen version: 17.5.0.10128-RELEASE
18
+ * Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
19
19
  *
20
20
  * Do not edit the class manually.
21
21
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The TenantAwareModel model module.
3
3
  * @module Ntnx/TenantAwareModel
4
- * @version 4.2.1
4
+ * @version 4.2.2
5
5
  * @class TenantAwareModel
6
6
  */
7
7
  export default class TenantAwareModel {