@nutanix-scratch/objects-js-client 4.0.1-beta.1 → 4.0.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 (176) hide show
  1. package/README.md +5 -5
  2. package/dist/Ntnx-Objects-js-client-prod.js +1 -1
  3. package/dist/Ntnx-Objects-js-client.js +115 -49
  4. package/dist/es/ApiClient.d.ts +1 -1
  5. package/dist/es/ApiClient.js +5 -5
  6. package/dist/es/Paginable.d.ts +1 -1
  7. package/dist/es/Paginable.js +3 -3
  8. package/dist/es/apis/objectstores-endpoints.d.ts +9 -6
  9. package/dist/es/apis/objectstores-endpoints.js +24 -21
  10. package/dist/es/apis/stats-endpoints.d.ts +69 -0
  11. package/dist/es/apis/stats-endpoints.js +154 -0
  12. package/dist/es/index.d.ts +13 -1
  13. package/dist/es/index.js +48 -0
  14. package/dist/es/models/common/v1/config/FQDN.d.ts +1 -1
  15. package/dist/es/models/common/v1/config/FQDN.js +3 -3
  16. package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
  17. package/dist/es/models/common/v1/config/Flag.js +3 -3
  18. package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
  19. package/dist/es/models/common/v1/config/IPAddress.js +3 -3
  20. package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
  21. package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
  22. package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
  23. package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
  24. package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
  25. package/dist/es/models/common/v1/config/KVPair.js +3 -3
  26. package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  27. package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
  28. package/dist/es/models/common/v1/config/Message.d.ts +1 -1
  29. package/dist/es/models/common/v1/config/Message.js +3 -3
  30. package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
  31. package/dist/es/models/common/v1/config/Metadata.d.ts +1 -1
  32. package/dist/es/models/common/v1/config/Metadata.js +3 -3
  33. package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  34. package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
  35. package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
  36. package/dist/es/models/common/v1/response/ApiLink.js +3 -3
  37. package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  38. package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
  39. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  40. package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  41. package/dist/es/models/common/v1/stats/DownSamplingOperator.d.ts +19 -0
  42. package/dist/es/models/common/v1/stats/DownSamplingOperator.js +109 -0
  43. package/dist/es/models/common/v1/stats/TimeIntValuePair.d.ts +64 -0
  44. package/dist/es/models/common/v1/stats/TimeIntValuePair.js +313 -0
  45. package/dist/es/models/objects/v4/config/Certificate.d.ts +48 -1
  46. package/dist/es/models/objects/v4/config/Certificate.js +100 -6
  47. package/dist/es/models/objects/v4/config/CertificateProjection.d.ts +1 -1
  48. package/dist/es/models/objects/v4/config/CertificateProjection.js +5 -4
  49. package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.d.ts +4 -2
  50. package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.js +5 -5
  51. package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
  52. package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.js +5 -5
  53. package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
  54. package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.js +5 -5
  55. package/dist/es/models/objects/v4/config/GetCaApiResponse.d.ts +2 -4
  56. package/dist/es/models/objects/v4/config/GetCaApiResponse.js +5 -5
  57. package/dist/es/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
  58. package/dist/es/models/objects/v4/config/GetCertificateApiResponse.js +5 -5
  59. package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +4 -2
  60. package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.js +5 -5
  61. package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
  62. package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.js +5 -5
  63. package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
  64. package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.js +5 -5
  65. package/dist/es/models/objects/v4/config/ObjectStore.d.ts +1 -1
  66. package/dist/es/models/objects/v4/config/ObjectStore.js +4 -4
  67. package/dist/es/models/objects/v4/config/ObjectStoreProjection.d.ts +24 -1
  68. package/dist/es/models/objects/v4/config/ObjectStoreProjection.js +4 -4
  69. package/dist/es/models/objects/v4/config/State.js +2 -2
  70. package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
  71. package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.js +5 -5
  72. package/dist/es/models/objects/v4/error/AppMessage.d.ts +1 -1
  73. package/dist/es/models/objects/v4/error/AppMessage.js +4 -4
  74. package/dist/es/models/objects/v4/error/ErrorResponse.d.ts +1 -1
  75. package/dist/es/models/objects/v4/error/ErrorResponse.js +6 -5
  76. package/dist/es/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
  77. package/dist/es/models/objects/v4/error/SchemaValidationError.js +4 -4
  78. package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  79. package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.js +4 -4
  80. package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +99 -0
  81. package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +343 -0
  82. package/dist/es/models/objects/v4/stats/ObjectstoreStats.d.ts +423 -0
  83. package/dist/es/models/objects/v4/stats/ObjectstoreStats.js +1425 -0
  84. package/dist/es/models/objects/v4/stats/TimeFloatValuePair.d.ts +64 -0
  85. package/dist/es/models/objects/v4/stats/TimeFloatValuePair.js +313 -0
  86. package/dist/es/models/prism/v4/config/TaskReference.d.ts +4 -4
  87. package/dist/es/models/prism/v4/config/TaskReference.js +7 -7
  88. package/dist/es/models/validation/ValidationError.js +2 -2
  89. package/dist/es/utils/ValidationUtils.js +2 -2
  90. package/dist/lib/ApiClient.d.ts +1 -1
  91. package/dist/lib/ApiClient.js +5 -5
  92. package/dist/lib/Paginable.d.ts +1 -1
  93. package/dist/lib/Paginable.js +3 -3
  94. package/dist/lib/apis/objectstores-endpoints.d.ts +9 -6
  95. package/dist/lib/apis/objectstores-endpoints.js +24 -21
  96. package/dist/lib/apis/stats-endpoints.d.ts +69 -0
  97. package/dist/lib/apis/stats-endpoints.js +154 -0
  98. package/dist/lib/index.d.ts +13 -1
  99. package/dist/lib/index.js +48 -0
  100. package/dist/lib/models/common/v1/config/FQDN.d.ts +1 -1
  101. package/dist/lib/models/common/v1/config/FQDN.js +3 -3
  102. package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
  103. package/dist/lib/models/common/v1/config/Flag.js +3 -3
  104. package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
  105. package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
  106. package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
  107. package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
  108. package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
  109. package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
  110. package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
  111. package/dist/lib/models/common/v1/config/KVPair.js +3 -3
  112. package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
  113. package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
  114. package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
  115. package/dist/lib/models/common/v1/config/Message.js +3 -3
  116. package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
  117. package/dist/lib/models/common/v1/config/Metadata.d.ts +1 -1
  118. package/dist/lib/models/common/v1/config/Metadata.js +3 -3
  119. package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
  120. package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
  121. package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
  122. package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
  123. package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
  124. package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
  125. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
  126. package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
  127. package/dist/lib/models/common/v1/stats/DownSamplingOperator.d.ts +19 -0
  128. package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +109 -0
  129. package/dist/lib/models/common/v1/stats/TimeIntValuePair.d.ts +64 -0
  130. package/dist/lib/models/common/v1/stats/TimeIntValuePair.js +313 -0
  131. package/dist/lib/models/objects/v4/config/Certificate.d.ts +48 -1
  132. package/dist/lib/models/objects/v4/config/Certificate.js +100 -6
  133. package/dist/lib/models/objects/v4/config/CertificateProjection.d.ts +1 -1
  134. package/dist/lib/models/objects/v4/config/CertificateProjection.js +5 -4
  135. package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.d.ts +4 -2
  136. package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.js +5 -5
  137. package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
  138. package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.js +5 -5
  139. package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
  140. package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.js +5 -5
  141. package/dist/lib/models/objects/v4/config/GetCaApiResponse.d.ts +2 -4
  142. package/dist/lib/models/objects/v4/config/GetCaApiResponse.js +5 -5
  143. package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
  144. package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.js +5 -5
  145. package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +4 -2
  146. package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.js +5 -5
  147. package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
  148. package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.js +5 -5
  149. package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
  150. package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.js +5 -5
  151. package/dist/lib/models/objects/v4/config/ObjectStore.d.ts +1 -1
  152. package/dist/lib/models/objects/v4/config/ObjectStore.js +4 -4
  153. package/dist/lib/models/objects/v4/config/ObjectStoreProjection.d.ts +24 -1
  154. package/dist/lib/models/objects/v4/config/ObjectStoreProjection.js +4 -4
  155. package/dist/lib/models/objects/v4/config/State.js +2 -2
  156. package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
  157. package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.js +5 -5
  158. package/dist/lib/models/objects/v4/error/AppMessage.d.ts +1 -1
  159. package/dist/lib/models/objects/v4/error/AppMessage.js +4 -4
  160. package/dist/lib/models/objects/v4/error/ErrorResponse.d.ts +1 -1
  161. package/dist/lib/models/objects/v4/error/ErrorResponse.js +6 -5
  162. package/dist/lib/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
  163. package/dist/lib/models/objects/v4/error/SchemaValidationError.js +4 -4
  164. package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
  165. package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.js +4 -4
  166. package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +99 -0
  167. package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +343 -0
  168. package/dist/lib/models/objects/v4/stats/ObjectstoreStats.d.ts +423 -0
  169. package/dist/lib/models/objects/v4/stats/ObjectstoreStats.js +1425 -0
  170. package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.d.ts +64 -0
  171. package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.js +313 -0
  172. package/dist/lib/models/prism/v4/config/TaskReference.d.ts +4 -4
  173. package/dist/lib/models/prism/v4/config/TaskReference.js +7 -7
  174. package/dist/lib/models/validation/ValidationError.js +2 -2
  175. package/dist/lib/utils/ValidationUtils.js +2 -2
  176. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
4
4
  * contents of this file should be regarded as internal but are documented for completeness.
5
5
  * @module ApiClient
6
- * @version 4.0.1-beta-1
6
+ * @version 4.0.1
7
7
  */
8
8
  export class ApiClient {
9
9
  /**
@@ -16,7 +16,7 @@ var _ApiResponseMetadata = _interopRequireDefault(require("./models/common/v1/re
16
16
  var _Flag = _interopRequireDefault(require("./models/common/v1/config/Flag"));
17
17
  var _ApiClient;
18
18
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
19
- function _wrapRegExp() { _wrapRegExp = function _wrapRegExp(e, r) { return new BabelRegExp(e, void 0, r); }; var e = RegExp.prototype, r = new WeakMap(); function BabelRegExp(e, t, p) { var o = RegExp(e, t); return r.set(o, p || r.get(e)), _setPrototypeOf(o, BabelRegExp.prototype); } function buildGroups(e, t) { var p = r.get(t); return Object.keys(p).reduce(function (r, t) { var o = p[t]; if ("number" == typeof o) r[t] = e[o];else { for (var i = 0; void 0 === e[o[i]] && i + 1 < o.length;) i++; r[t] = e[o[i]]; } return r; }, Object.create(null)); } return _inherits(BabelRegExp, RegExp), BabelRegExp.prototype.exec = function (r) { var t = e.exec.call(this, r); if (t) { t.groups = buildGroups(t, this); var p = t.indices; p && (p.groups = buildGroups(p, this)); } return t; }, BabelRegExp.prototype[Symbol.replace] = function (t, p) { if ("string" == typeof p) { var o = r.get(this); return e[Symbol.replace].call(this, t, p.replace(/\$<([^>]+)>/g, function (e, r) { var t = o[r]; return "$" + (Array.isArray(t) ? t.join("$") : t); })); } if ("function" == typeof p) { var i = this; return e[Symbol.replace].call(this, t, function () { var e = arguments; return "object" != _typeof(e[e.length - 1]) && (e = [].slice.call(e)).push(buildGroups(e, i)), p.apply(this, e); }); } return e[Symbol.replace].call(this, t, p); }, _wrapRegExp.apply(this, arguments); }
19
+ function _wrapRegExp() { _wrapRegExp = function _wrapRegExp(e, r) { return new BabelRegExp(e, void 0, r); }; var e = RegExp.prototype, r = new WeakMap(); function BabelRegExp(e, t, p) { var o = RegExp(e, t); return r.set(o, p || r.get(e)), _setPrototypeOf(o, BabelRegExp.prototype); } function buildGroups(e, t) { var p = r.get(t); return Object.keys(p).reduce(function (r, t) { var o = p[t]; if ("number" == typeof o) r[t] = e[o];else { for (var i = 0; void 0 === e[o[i]] && i + 1 < o.length;) i++; r[t] = e[o[i]]; } return r; }, Object.create(null)); } return _inherits(BabelRegExp, RegExp), BabelRegExp.prototype.exec = function (r) { var t = e.exec.call(this, r); if (t) { t.groups = buildGroups(t, this); var p = t.indices; p && (p.groups = buildGroups(p, this)); } return t; }, BabelRegExp.prototype[Symbol.replace] = function (t, p) { if ("string" == typeof p) { var o = r.get(this); return e[Symbol.replace].call(this, t, p.replace(/\$<([^>]+)(>|$)/g, function (e, r, t) { if ("" === t) return e; var p = o[r]; return Array.isArray(p) ? "$" + p.join("$") : "number" == typeof p ? "$" + p : ""; })); } if ("function" == typeof p) { var i = this; return e[Symbol.replace].call(this, t, function () { var e = arguments; return "object" != _typeof(e[e.length - 1]) && (e = [].slice.call(e)).push(buildGroups(e, i)), p.apply(this, e); }); } return e[Symbol.replace].call(this, t, p); }, _wrapRegExp.apply(this, arguments); }
20
20
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
21
21
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
22
22
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -39,11 +39,11 @@ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a),
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 Objects Storage Management APIs
41
41
  *
42
- * OpenAPI spec version: 4.0.1-beta-1
42
+ * OpenAPI spec version: 4.0.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: 16.9.1.8738-RELEASE
47
47
  *
48
48
  * Do not edit the class manually.
49
49
  *
@@ -54,7 +54,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
54
54
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
55
55
  * contents of this file should be regarded as internal but are documented for completeness.
56
56
  * @module ApiClient
57
- * @version 4.0.1-beta-1
57
+ * @version 4.0.1
58
58
  */
59
59
  var _protocol = /*#__PURE__*/new WeakMap();
60
60
  var _cookie = /*#__PURE__*/new WeakMap();
@@ -501,7 +501,7 @@ var ApiClient = exports.ApiClient = /*#__PURE__*/function () {
501
501
  if (!isBrowser) {
502
502
  this.downloadDestination = '.';
503
503
  request.set(_assertClassBrand(_ApiClient_brand, this, _normalizeParams).call(this, {
504
- 'User-Agent': 'Nutanix-objects-js-client/4.0.1-beta.1'
504
+ 'User-Agent': 'Nutanix-objects-js-client/4.0.1'
505
505
  }));
506
506
  }
507
507
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * A model that represents a paginable response from a list endpoint.
3
3
  * @module Paginable
4
- * @version 4.0.1-beta-1
4
+ * @version 4.0.1
5
5
  */
6
6
  export default class Paginable {
7
7
  /**
@@ -16,11 +16,11 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
16
16
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*
17
17
  * Nutanix Objects Storage Management APIs
18
18
  *
19
- * OpenAPI spec version: 4.0.1-beta-1
19
+ * OpenAPI spec version: 4.0.1
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: 16.9.0.8546-RELEASE
23
+ * Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
24
24
  *
25
25
  * Do not edit the class manually.
26
26
  *
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * A model that represents a paginable response from a list endpoint.
30
30
  * @module Paginable
31
- * @version 4.0.1-beta-1
31
+ * @version 4.0.1
32
32
  */
33
33
  var Paginable = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ObjectStores service.
3
- * @version 4.0.1-beta-1
3
+ * @version 4.0.1
4
4
  * @class ObjectStoresApi
5
5
  */
6
6
  export class ObjectStoresApi {
@@ -20,7 +20,7 @@ export class ObjectStoresApi {
20
20
  apiClient: any;
21
21
  /**
22
22
  * Create a SSL certificate for an Object store
23
- * This operation creates a new default certificate and keys. It also creates the alternate FQDNs for the Object store. The certificate of an Object store can be created when it is in a OBJECT_STORE_AVAILABLE or OBJECT_STORE_CERT_CREATION_FAILED state. If the publicCert, privateKey, and ca values are provided in the request body, these values are used to create the new certificate. If these values are not provided, the existing certificate will be used as the new certificate. Optionally, a list of additional alternate FQDNs can be provided.
23
+ * This operation creates a new default certificate and keys. It also creates the alternate FQDNs and alternate IPs for the Object store. The certificate of an Object store can be created when it is in a OBJECT_STORE_AVAILABLE or OBJECT_STORE_CERT_CREATION_FAILED state. If the publicCert, privateKey, and ca values are provided in the request body, these values are used to create the new certificate. If these values are not provided, a new certificate will be generated if &#x27;shouldGenerate&#x27; is set to true and if it is set to false, the existing certificate will be used as the new certificate. Optionally, a list of additional alternate FQDNs and alternate IPs can be provided. These alternateFqdns and alternateIps must be included in the CA certificate if it has been provided.
24
24
  * @param { Partial<String | ReadableStream> } body Accepts file path as a string or a file stream
25
25
  * @param { String } objectStoreExtId The UUID of the Object store.
26
26
  * @param {Object} args Additional Arguments
@@ -47,11 +47,11 @@ export class ObjectStoresApi {
47
47
  * Download the certificate authority
48
48
  * Download the certificate authority of an Object store certificate.
49
49
  * @param { String } objectStoreExtId The UUID of the Object store.
50
- * @param { String } extId The UUID of the certificate of an Object store.
50
+ * @param { String } certificateExtId The UUID of the certificate of an Object store.
51
51
  * @param {Object} args Additional Arguments
52
52
  * @return {Promise<GetCaApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetCaApiResponse } and HTTP response
53
53
  */
54
- getCaByCertificateId(objectStoreExtId: string, extId: string, ...args: any): Promise<GetCaApiResponse>;
54
+ getCaByCertificateId(objectStoreExtId: string, certificateExtId: string, ...args: any): Promise<GetCaApiResponse>;
55
55
  /**
56
56
  * Get the details of an Object store certificate
57
57
  * Get the details of the SSL certificate which can be used to connect to an Object store.
@@ -63,7 +63,7 @@ export class ObjectStoresApi {
63
63
  getCertificateById(objectStoreExtId: string, extId: string, ...args: any): Promise<GetCertificateApiResponse>;
64
64
  /**
65
65
  * Get an Object store
66
- * Get an Object store for the provided UUID. &#x60;state&#x60; string (State of the Object store) Enum for the state of the Object store. | Enum | Description | | ----------- | ----------- | | &#x60;\&quot;DEPLOYING_OBJECT_STORE\&quot;&#x60; | The Object store will be in this state during an ongoing deployment of the Object store. The Object store will be unavailable through S3 APIs in this state. The Object store will move to the OBJECT_STORE_AVAILABLE state if the deployment succeeds, and to the OBJECT_STORE_DEPLOYMENT_FAILED state if the deployment fails. | | &#x60;\&quot;OBJECT_STORE_OPERATION_FAILED\&quot;&#x60; | The Object store is in this state when there is an error while performing an operation on the Object store. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_CERT_CREATION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error while creating the Object store certificate. Creating a new certificate can be retried from this state. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_OPERATION_PENDING\&quot;&#x60; | The Object store is in this state during an ongoing operation on the Object store. The Object store may not be available through S3 APIs in this state. The Object store will enter the OBJECT_STORE_OPERATION_FAILED state if the operation fails, or the OBJECT_STORE_AVAILABLE state if the operation is successful. | | &#x60;\&quot;UNDEPLOYED_OBJECT_STORE\&quot;&#x60; | The Object store is in this state if it has not been deployed. | | &#x60;\&quot;CREATING_OBJECT_STORE_CERT\&quot;&#x60; | The Object store is in this state during a certificate creation for the Object store. The Object store will be unavailable through S3 APIs in this state. It will move to the OBJECT_STORE_AVAILABLE state if the certificate was created successfully, or to the OBJECT_STORE_CERT_CREATION_FAILED state if an error occurs while creating the certificate. | | &#x60;\&quot;OBJECT_STORE_AVAILABLE\&quot;&#x60; | An Object store is in this state if its deployment was successful, and there are no ongoing operations on the Object store. The Object store will be available through S3 APIs in this state. In this state, the Object store can be deleted or a new certificate can be created for this Object store. | | &#x60;\&quot;OBJECT_STORE_DELETION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error deleting the Object store. The Object store will not be available through S3 APIs in this state. Deleting the Object store can be retried from this state. | | &#x60;\&quot;OBJECT_STORE_DEPLOYMENT_FAILED\&quot;&#x60; | An Object store enters this state when its deployment fails. The Object store deployment can be retried or the Object store can be deleted from this state. | | &#x60;\&quot;DELETING_OBJECT_STORE\&quot;&#x60; | A deployed Object store is in this state when the Object store is being deleted. The Object store will be unavailable through S3 APIs in this state. It can be either deleted or move to the OBJECT_STORE_DELETION_FAILED state if the deletion fails. |
66
+ * Get an Object store for the provided UUID. &#x60;state&#x60; string (State of the Object store) Enum for the state of the Object store. | Enum | Description | | ----------- | ----------- | | &#x60;\&quot;DEPLOYING_OBJECT_STORE\&quot;&#x60; | The Object store will be in this state during an ongoing deployment of the Object store. The Object store will be unavailable through S3 APIs in this state. The Object store will move to the OBJECT_STORE_AVAILABLE state if the deployment succeeds, and to the OBJECT_STORE_DEPLOYMENT_FAILED state if the deployment fails. | | &#x60;\&quot;OBJECT_STORE_OPERATION_FAILED\&quot;&#x60; | The Object store is in this state when there is an error while performing an operation on the Object store. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_CERT_CREATION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error while creating the Object store certificate. Creating a new certificate can be retried from this state. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_OPERATION_PENDING\&quot;&#x60; | The Object store is in this state during an ongoing operation on the Object store. The Object store may not be available through S3 APIs in this state. The Object store will enter the OBJECT_STORE_OPERATION_FAILED state if the operation fails, or the OBJECT_STORE_AVAILABLE state if the operation is successful. | | &#x60;\&quot;UNDEPLOYED_OBJECT_STORE\&quot;&#x60; | The Object store is in this state if it has not been deployed. | | &#x60;\&quot;CREATING_OBJECT_STORE_CERT\&quot;&#x60; | The Object store is in this state during a certificate creation for the Object store. The Object store will be unavailable through S3 APIs in this state. It will move to the OBJECT_STORE_AVAILABLE state if the certificate was created successfully, or to the OBJECT_STORE_CERT_CREATION_FAILED state if an error occurs while creating the certificate. | | &#x60;\&quot;OBJECT_STORE_AVAILABLE\&quot;&#x60; | An Object store is in this state if its deployment was successful, and there are no ongoing operations on the Object store. The Object store will be available through S3 APIs in this state. In this state, the Object store can be deleted or a new certificate can be created for this Object store. | | &#x60;\&quot;OBJECT_STORE_DELETION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error deleting the Object store. The Object store will not be available through S3 APIs in this state. Deleting the Object store can be retried from this state. | | &#x60;\&quot;OBJECT_STORE_DEPLOYMENT_FAILED\&quot;&#x60; | An Object store enters this state when its deployment fails. The Object store deployment can be retried or the Object store can be deleted from this state. | | &#x60;\&quot;DELETING_OBJECT_STORE\&quot;&#x60; | A deployed Object store is in this state when the Object store is being deleted. The Object store will be unavailable through S3 APIs in this state. It can be either deleted or move to the OBJECT_STORE_DELETION_FAILED state if the deletion fails. |
67
67
  * @param { String } extId The UUID of the Object store.
68
68
  * @param {Object} args Additional Arguments
69
69
  * @return {Promise<GetObjectstoreApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreApiResponse } and HTTP response
@@ -81,10 +81,13 @@ export class ObjectStoresApi {
81
81
  * @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>
82
82
  * 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'.<br>
83
83
  * The filter can be applied to the following fields:<br>
84
- * - alternateFqdns/value
84
+ * - alternateFqdns/value<br>
85
+ * - alternateIps/ipv4/value
85
86
  * @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.
86
87
  - alternateFqdns
87
88
  - alternateFqdns/value
89
+ - alternateIps
90
+ - alternateIps/ipv4/value
88
91
 
89
92
  * @param {Object} args Additional Arguments
90
93
  * @return {Promise<ListCertificatesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCertificatesApiResponse } and HTTP response
@@ -33,18 +33,18 @@ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a),
33
33
  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"); } /*
34
34
  * Nutanix Objects Storage Management APIs
35
35
  *
36
- * OpenAPI spec version: 4.0.1-beta-1
36
+ * OpenAPI spec version: 4.0.1
37
37
  *
38
38
  * NOTE: This class is auto generated by the Open API Dev Platform.
39
39
  *
40
- * Open API Dev Platform Codegen version: 16.9.0.8546-RELEASE
40
+ * Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
41
41
  *
42
42
  * Do not edit the class manually.
43
43
  *
44
44
  */
45
45
  /**
46
46
  * ObjectStores service.
47
- * @version 4.0.1-beta-1
47
+ * @version 4.0.1
48
48
  * @class ObjectStoresApi
49
49
  */
50
50
  var _headersToSkip = /*#__PURE__*/new WeakMap();
@@ -69,7 +69,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
69
69
 
70
70
  /**
71
71
  * Create a SSL certificate for an Object store
72
- * This operation creates a new default certificate and keys. It also creates the alternate FQDNs for the Object store. The certificate of an Object store can be created when it is in a OBJECT_STORE_AVAILABLE or OBJECT_STORE_CERT_CREATION_FAILED state. If the publicCert, privateKey, and ca values are provided in the request body, these values are used to create the new certificate. If these values are not provided, the existing certificate will be used as the new certificate. Optionally, a list of additional alternate FQDNs can be provided.
72
+ * This operation creates a new default certificate and keys. It also creates the alternate FQDNs and alternate IPs for the Object store. The certificate of an Object store can be created when it is in a OBJECT_STORE_AVAILABLE or OBJECT_STORE_CERT_CREATION_FAILED state. If the publicCert, privateKey, and ca values are provided in the request body, these values are used to create the new certificate. If these values are not provided, a new certificate will be generated if &#x27;shouldGenerate&#x27; is set to true and if it is set to false, the existing certificate will be used as the new certificate. Optionally, a list of additional alternate FQDNs and alternate IPs can be provided. These alternateFqdns and alternateIps must be included in the CA certificate if it has been provided.
73
73
  * @param { Partial<String | ReadableStream> } body Accepts file path as a string or a file stream
74
74
  * @param { String } objectStoreExtId The UUID of the Object store.
75
75
  * @param {Object} args Additional Arguments
@@ -136,7 +136,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
136
136
  var contentTypes = ['application/octet-stream'];
137
137
  var accepts = ['application/json'];
138
138
  var returnType = _CreateCertificateApiResponse["default"];
139
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{objectStoreExtId}/certificates', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
139
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{objectStoreExtId}/certificates', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
140
140
  }
141
141
 
142
142
  /**
@@ -176,7 +176,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
176
176
  var contentTypes = ['application/json'];
177
177
  var accepts = ['application/json'];
178
178
  var returnType = _CreateObjectstoreApiResponse["default"];
179
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
179
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
180
180
  }
181
181
 
182
182
  /**
@@ -212,20 +212,20 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
212
212
  var contentTypes = [];
213
213
  var accepts = ['application/json'];
214
214
  var returnType = _DeleteObjectstoreApiResponse["default"];
215
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{extId}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
215
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{extId}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
216
216
  }
217
217
 
218
218
  /**
219
219
  * Download the certificate authority
220
220
  * Download the certificate authority of an Object store certificate.
221
221
  * @param { String } objectStoreExtId The UUID of the Object store.
222
- * @param { String } extId The UUID of the certificate of an Object store.
222
+ * @param { String } certificateExtId The UUID of the certificate of an Object store.
223
223
  * @param {Object} args Additional Arguments
224
224
  * @return {Promise<GetCaApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetCaApiResponse } and HTTP response
225
225
  */
226
226
  }, {
227
227
  key: "getCaByCertificateId",
228
- value: function getCaByCertificateId(objectStoreExtId, extId) {
228
+ value: function getCaByCertificateId(objectStoreExtId, certificateExtId) {
229
229
  var _this4 = this;
230
230
  var argMap = (arguments.length <= 2 ? 0 : arguments.length - 2) > 0 ? arguments.length <= 2 ? undefined : arguments[2] : {};
231
231
  var postBody = null;
@@ -233,13 +233,13 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
233
233
  if (typeof objectStoreExtId === 'undefined' || objectStoreExtId === null) {
234
234
  throw new Error("Missing the required parameter 'objectStoreExtId' when calling getCaByCertificateId");
235
235
  }
236
- // verify the required parameter 'extId' is set
237
- if (typeof extId === 'undefined' || extId === null) {
238
- throw new Error("Missing the required parameter 'extId' when calling getCaByCertificateId");
236
+ // verify the required parameter 'certificateExtId' is set
237
+ if (typeof certificateExtId === 'undefined' || certificateExtId === null) {
238
+ throw new Error("Missing the required parameter 'certificateExtId' when calling getCaByCertificateId");
239
239
  }
240
240
  var pathParams = {
241
241
  'objectStoreExtId': objectStoreExtId,
242
- 'extId': extId
242
+ 'certificateExtId': certificateExtId
243
243
  };
244
244
  var queryParams = {};
245
245
  var headersToInclude = {};
@@ -254,7 +254,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
254
254
  var contentTypes = [];
255
255
  var accepts = ['application/octet-stream', 'application/json'];
256
256
  var returnType = _GetCaApiResponse["default"];
257
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{objectStoreExtId}/certificates/{extId}/certificate-authority', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
257
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{objectStoreExtId}/certificates/{certificateExtId}/certificate-authority', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
258
258
  }
259
259
 
260
260
  /**
@@ -296,12 +296,12 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
296
296
  var contentTypes = [];
297
297
  var accepts = ['application/json'];
298
298
  var returnType = _GetCertificateApiResponse["default"];
299
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{objectStoreExtId}/certificates/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
299
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{objectStoreExtId}/certificates/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
300
300
  }
301
301
 
302
302
  /**
303
303
  * Get an Object store
304
- * Get an Object store for the provided UUID. &#x60;state&#x60; string (State of the Object store) Enum for the state of the Object store. | Enum | Description | | ----------- | ----------- | | &#x60;\&quot;DEPLOYING_OBJECT_STORE\&quot;&#x60; | The Object store will be in this state during an ongoing deployment of the Object store. The Object store will be unavailable through S3 APIs in this state. The Object store will move to the OBJECT_STORE_AVAILABLE state if the deployment succeeds, and to the OBJECT_STORE_DEPLOYMENT_FAILED state if the deployment fails. | | &#x60;\&quot;OBJECT_STORE_OPERATION_FAILED\&quot;&#x60; | The Object store is in this state when there is an error while performing an operation on the Object store. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_CERT_CREATION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error while creating the Object store certificate. Creating a new certificate can be retried from this state. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_OPERATION_PENDING\&quot;&#x60; | The Object store is in this state during an ongoing operation on the Object store. The Object store may not be available through S3 APIs in this state. The Object store will enter the OBJECT_STORE_OPERATION_FAILED state if the operation fails, or the OBJECT_STORE_AVAILABLE state if the operation is successful. | | &#x60;\&quot;UNDEPLOYED_OBJECT_STORE\&quot;&#x60; | The Object store is in this state if it has not been deployed. | | &#x60;\&quot;CREATING_OBJECT_STORE_CERT\&quot;&#x60; | The Object store is in this state during a certificate creation for the Object store. The Object store will be unavailable through S3 APIs in this state. It will move to the OBJECT_STORE_AVAILABLE state if the certificate was created successfully, or to the OBJECT_STORE_CERT_CREATION_FAILED state if an error occurs while creating the certificate. | | &#x60;\&quot;OBJECT_STORE_AVAILABLE\&quot;&#x60; | An Object store is in this state if its deployment was successful, and there are no ongoing operations on the Object store. The Object store will be available through S3 APIs in this state. In this state, the Object store can be deleted or a new certificate can be created for this Object store. | | &#x60;\&quot;OBJECT_STORE_DELETION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error deleting the Object store. The Object store will not be available through S3 APIs in this state. Deleting the Object store can be retried from this state. | | &#x60;\&quot;OBJECT_STORE_DEPLOYMENT_FAILED\&quot;&#x60; | An Object store enters this state when its deployment fails. The Object store deployment can be retried or the Object store can be deleted from this state. | | &#x60;\&quot;DELETING_OBJECT_STORE\&quot;&#x60; | A deployed Object store is in this state when the Object store is being deleted. The Object store will be unavailable through S3 APIs in this state. It can be either deleted or move to the OBJECT_STORE_DELETION_FAILED state if the deletion fails. |
304
+ * Get an Object store for the provided UUID. &#x60;state&#x60; string (State of the Object store) Enum for the state of the Object store. | Enum | Description | | ----------- | ----------- | | &#x60;\&quot;DEPLOYING_OBJECT_STORE\&quot;&#x60; | The Object store will be in this state during an ongoing deployment of the Object store. The Object store will be unavailable through S3 APIs in this state. The Object store will move to the OBJECT_STORE_AVAILABLE state if the deployment succeeds, and to the OBJECT_STORE_DEPLOYMENT_FAILED state if the deployment fails. | | &#x60;\&quot;OBJECT_STORE_OPERATION_FAILED\&quot;&#x60; | The Object store is in this state when there is an error while performing an operation on the Object store. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_CERT_CREATION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error while creating the Object store certificate. Creating a new certificate can be retried from this state. The Object store may not be available through S3 APIs in this state. | | &#x60;\&quot;OBJECT_STORE_OPERATION_PENDING\&quot;&#x60; | The Object store is in this state during an ongoing operation on the Object store. The Object store may not be available through S3 APIs in this state. The Object store will enter the OBJECT_STORE_OPERATION_FAILED state if the operation fails, or the OBJECT_STORE_AVAILABLE state if the operation is successful. | | &#x60;\&quot;UNDEPLOYED_OBJECT_STORE\&quot;&#x60; | The Object store is in this state if it has not been deployed. | | &#x60;\&quot;CREATING_OBJECT_STORE_CERT\&quot;&#x60; | The Object store is in this state during a certificate creation for the Object store. The Object store will be unavailable through S3 APIs in this state. It will move to the OBJECT_STORE_AVAILABLE state if the certificate was created successfully, or to the OBJECT_STORE_CERT_CREATION_FAILED state if an error occurs while creating the certificate. | | &#x60;\&quot;OBJECT_STORE_AVAILABLE\&quot;&#x60; | An Object store is in this state if its deployment was successful, and there are no ongoing operations on the Object store. The Object store will be available through S3 APIs in this state. In this state, the Object store can be deleted or a new certificate can be created for this Object store. | | &#x60;\&quot;OBJECT_STORE_DELETION_FAILED\&quot;&#x60; | An Object store enters this state if there is an error deleting the Object store. The Object store will not be available through S3 APIs in this state. Deleting the Object store can be retried from this state. | | &#x60;\&quot;OBJECT_STORE_DEPLOYMENT_FAILED\&quot;&#x60; | An Object store enters this state when its deployment fails. The Object store deployment can be retried or the Object store can be deleted from this state. | | &#x60;\&quot;DELETING_OBJECT_STORE\&quot;&#x60; | A deployed Object store is in this state when the Object store is being deleted. The Object store will be unavailable through S3 APIs in this state. It can be either deleted or move to the OBJECT_STORE_DELETION_FAILED state if the deletion fails. |
305
305
  * @param { String } extId The UUID of the Object store.
306
306
  * @param {Object} args Additional Arguments
307
307
  * @return {Promise<GetObjectstoreApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreApiResponse } and HTTP response
@@ -332,7 +332,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
332
332
  var contentTypes = [];
333
333
  var accepts = ['application/json'];
334
334
  var returnType = _GetObjectstoreApiResponse["default"];
335
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
335
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
336
336
  }
337
337
 
338
338
  /**
@@ -345,10 +345,13 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
345
345
  * @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>
346
346
  * 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'.<br>
347
347
  * The filter can be applied to the following fields:<br>
348
- * - alternateFqdns/value
348
+ * - alternateFqdns/value<br>
349
+ * - alternateIps/ipv4/value
349
350
  * @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.
350
351
  - alternateFqdns
351
352
  - alternateFqdns/value
353
+ - alternateIps
354
+ - alternateIps/ipv4/value
352
355
  * @param {Object} args Additional Arguments
353
356
  * @return {Promise<ListCertificatesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCertificatesApiResponse } and HTTP response
354
357
  */
@@ -387,7 +390,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
387
390
  var contentTypes = [];
388
391
  var accepts = ['application/json'];
389
392
  var returnType = _ListCertificatesApiResponse["default"];
390
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{objectStoreExtId}/certificates', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
393
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{objectStoreExtId}/certificates', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
391
394
  }
392
395
 
393
396
  /**
@@ -491,7 +494,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
491
494
  var contentTypes = [];
492
495
  var accepts = ['application/json'];
493
496
  var returnType = _ListObjectstoresApiResponse["default"];
494
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
497
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
495
498
  }
496
499
 
497
500
  /**
@@ -538,7 +541,7 @@ var ObjectStoresApi = exports.ObjectStoresApi = /*#__PURE__*/function () {
538
541
  var contentTypes = ['application/json'];
539
542
  var accepts = ['application/json'];
540
543
  var returnType = _UpdateObjectstoreApiResponse["default"];
541
- return this.apiClient.callApi('/api/objects/v4.0.b1/config/object-stores/{extId}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
544
+ return this.apiClient.callApi('/api/objects/v4.0/config/object-stores/{extId}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
542
545
  }
543
546
  }], [{
544
547
  key: "ApiClient",
@@ -0,0 +1,69 @@
1
+ /**
2
+ * Stats service.
3
+ * @version 4.0.1
4
+ * @class StatsApi
5
+ */
6
+ export class StatsApi {
7
+ /**
8
+ * Make the default {@link ApiClient} class available for developers to be able to extend it and bring
9
+ * their own fetch methods into the SDK
10
+ */
11
+ static get ApiClient(): typeof ApiClient;
12
+ /**
13
+ * Constructs a new StatsApi.
14
+ * @alias module:api/StatsApi
15
+ * @class
16
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
17
+ * default to {@link module:ApiClient#instance} if unspecified.
18
+ */
19
+ constructor(apiClient?: any);
20
+ apiClient: any;
21
+ /**
22
+ * Get the Object store stats
23
+ * Get the time series stats of an Object store. If $samplingInterval is not set, a value of 120 seconds will be used. If $statType is not set, the operator \&quot;SUM\&quot; will be used. The stats can be fetched for an Object store when it is in the state \&quot;OBJECT_STORE_AVAILABLE\&quot;.
24
+ * @param { String } extId The UUID of the Object store.
25
+ * @param { Date } $startTime The start time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, start time of 2022-04-23T01:23:45.678+09:00 would consider all stats starting at 1:23:45.678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
26
+
27
+ * @param { Date } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
28
+
29
+ * @param {Object} opts Optional parameters defined for the operation
30
+ * @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
31
+
32
+ * @param { DownSamplingOperator } opts.$statType
33
+ * @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.
34
+ - bucketCount
35
+ - deleteRequestsPerSecond
36
+ - getBucketOperationsPerSecond
37
+ - getObjectTtfbMsecs
38
+ - getRequestThroughputBytesPerSecond
39
+ - getRequestsPerSecond
40
+ - headRequestsPerSecond
41
+ - inboundBytesPerSecond
42
+ - listMultipartUploadsOperationsPerSecond
43
+ - multipartUploadStartOperationsPerSecond
44
+ - nfsReadRequestsPerSecond
45
+ - nfsReadThroughputBytesPerSecond
46
+ - nfsWriteRequestsPerSecond
47
+ - nfsWriteThroughputBytesPerSecond
48
+ - objectCount
49
+ - objectOperationsPerSecond
50
+ - outboundBytesPerSecond
51
+ - postRequestsPerSecond
52
+ - putRequestThroughputBytesPerSecond
53
+ - putRequestsPerSecond
54
+ - selectObjectContentOperationsPerSecond
55
+ - storageUsageBytes
56
+
57
+ * @param {Object} args Additional Arguments
58
+ * @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
59
+ */
60
+ getObjectstoreStatsById(extId: string, $startTime: Date, $endTime: Date, opts: {
61
+ $samplingInterval: number;
62
+ $statType: DownSamplingOperator;
63
+ $select: string;
64
+ }, ...args: any): Promise<GetObjectstoreStatsApiResponse>;
65
+ #private;
66
+ }
67
+ import DownSamplingOperator from "../models/common/v1/stats/DownSamplingOperator";
68
+ import GetObjectstoreStatsApiResponse from "../models/objects/v4/stats/GetObjectstoreStatsApiResponse";
69
+ import { ApiClient } from "../ApiClient";
@@ -0,0 +1,154 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.StatsApi = void 0;
8
+ var _ApiClient = require("../ApiClient");
9
+ var _GetObjectstoreStatsApiResponse = _interopRequireDefault(require("../models/objects/v4/stats/GetObjectstoreStatsApiResponse"));
10
+ var _DownSamplingOperator = _interopRequireDefault(require("../models/common/v1/stats/DownSamplingOperator"));
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
14
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
15
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
16
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
17
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
19
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
20
+ function _classPrivateFieldInitSpec(e, t, a) { _checkPrivateRedeclaration(e, t), t.set(e, a); }
21
+ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
22
+ function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
23
+ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
24
+ 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"); } /*
25
+ * Nutanix Objects Storage Management APIs
26
+ *
27
+ * OpenAPI spec version: 4.0.1
28
+ *
29
+ * NOTE: This class is auto generated by the Open API Dev Platform.
30
+ *
31
+ * Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
32
+ *
33
+ * Do not edit the class manually.
34
+ *
35
+ */
36
+ /**
37
+ * Stats service.
38
+ * @version 4.0.1
39
+ * @class StatsApi
40
+ */
41
+ var _headersToSkip = /*#__PURE__*/new WeakMap();
42
+ var StatsApi = exports.StatsApi = /*#__PURE__*/function () {
43
+ /**
44
+ * Constructs a new StatsApi.
45
+ * @alias module:api/StatsApi
46
+ * @class
47
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
48
+ * default to {@link module:ApiClient#instance} if unspecified.
49
+ */
50
+ function StatsApi(apiClient) {
51
+ _classCallCheck(this, StatsApi);
52
+ _classPrivateFieldInitSpec(this, _headersToSkip, void 0);
53
+ this.apiClient = apiClient || _ApiClient.ApiClient.instance;
54
+ _classPrivateFieldSet(_headersToSkip, this, new Set());
55
+ _classPrivateFieldGet(_headersToSkip, this).add('authorization');
56
+ _classPrivateFieldGet(_headersToSkip, this).add('cookie');
57
+ _classPrivateFieldGet(_headersToSkip, this).add('host');
58
+ _classPrivateFieldGet(_headersToSkip, this).add('user-agent');
59
+ }
60
+
61
+ /**
62
+ * Get the Object store stats
63
+ * Get the time series stats of an Object store. If $samplingInterval is not set, a value of 120 seconds will be used. If $statType is not set, the operator \&quot;SUM\&quot; will be used. The stats can be fetched for an Object store when it is in the state \&quot;OBJECT_STORE_AVAILABLE\&quot;.
64
+ * @param { String } extId The UUID of the Object store.
65
+ * @param { Date } $startTime The start time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, start time of 2022-04-23T01:23:45.678+09:00 would consider all stats starting at 1:23:45.678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
66
+ * @param { Date } $endTime The end time of the period for which stats should be reported. The value should be in extended ISO-8601 format. For example, end time of 2022-04-23T013:23:45.678+09:00 would consider all stats till 13:23:45 .678 on the 23rd of April 2022. Details around ISO-8601 format can be found at https://www.iso.org/standard/70907.html
67
+ * @param {Object} opts Optional parameters defined for the operation
68
+ * @param { Number } opts.$samplingInterval The sampling interval in seconds at which statistical data should be collected. For example, if you want performance statistics every 30 seconds, then provide the value as 30.
69
+ * @param { DownSamplingOperator } opts.$statType
70
+ * @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.
71
+ - bucketCount
72
+ - deleteRequestsPerSecond
73
+ - getBucketOperationsPerSecond
74
+ - getObjectTtfbMsecs
75
+ - getRequestThroughputBytesPerSecond
76
+ - getRequestsPerSecond
77
+ - headRequestsPerSecond
78
+ - inboundBytesPerSecond
79
+ - listMultipartUploadsOperationsPerSecond
80
+ - multipartUploadStartOperationsPerSecond
81
+ - nfsReadRequestsPerSecond
82
+ - nfsReadThroughputBytesPerSecond
83
+ - nfsWriteRequestsPerSecond
84
+ - nfsWriteThroughputBytesPerSecond
85
+ - objectCount
86
+ - objectOperationsPerSecond
87
+ - outboundBytesPerSecond
88
+ - postRequestsPerSecond
89
+ - putRequestThroughputBytesPerSecond
90
+ - putRequestsPerSecond
91
+ - selectObjectContentOperationsPerSecond
92
+ - storageUsageBytes
93
+ * @param {Object} args Additional Arguments
94
+ * @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
95
+ */
96
+ return _createClass(StatsApi, [{
97
+ key: "getObjectstoreStatsById",
98
+ value: function getObjectstoreStatsById(extId, $startTime, $endTime, opts) {
99
+ var _this = this;
100
+ var argMap = (arguments.length <= 4 ? 0 : arguments.length - 4) > 0 ? arguments.length <= 4 ? undefined : arguments[4] : {};
101
+ opts = opts || {};
102
+ var postBody = null;
103
+ // verify the required parameter 'extId' is set
104
+ if (typeof extId === 'undefined' || extId === null) {
105
+ throw new Error("Missing the required parameter 'extId' when calling getObjectstoreStatsById");
106
+ }
107
+ // verify the required parameter '$startTime' is set
108
+ if (typeof $startTime === 'undefined' || $startTime === null) {
109
+ throw new Error("Missing the required parameter '$startTime' when calling getObjectstoreStatsById");
110
+ }
111
+ // verify the required parameter '$endTime' is set
112
+ if (typeof $endTime === 'undefined' || $endTime === null) {
113
+ throw new Error("Missing the required parameter '$endTime' when calling getObjectstoreStatsById");
114
+ }
115
+ var pathParams = {
116
+ 'extId': extId
117
+ };
118
+ var queryParams = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, {
119
+ '$startTime': $startTime
120
+ }), {
121
+ '$endTime': $endTime
122
+ }), opts.hasOwnProperty('$samplingInterval') ? {
123
+ '$samplingInterval': opts['$samplingInterval']
124
+ } : {}), opts.hasOwnProperty('$statType') ? {
125
+ '$statType': opts['$statType']
126
+ } : {}), opts.hasOwnProperty('$select') ? {
127
+ '$select': opts['$select']
128
+ } : {});
129
+ var headersToInclude = {};
130
+ Object.keys(argMap).forEach(function (header) {
131
+ if (!_classPrivateFieldGet(_headersToSkip, _this).has(header.toLowerCase())) {
132
+ headersToInclude[header] = argMap[header];
133
+ }
134
+ });
135
+ var headerParams = _objectSpread({}, headersToInclude);
136
+ var formParams = {};
137
+ var authNames = ['basicAuthScheme'];
138
+ var contentTypes = [];
139
+ var accepts = ['application/json'];
140
+ var returnType = _GetObjectstoreStatsApiResponse["default"];
141
+ return this.apiClient.callApi('/api/objects/v4.0/stats/object-stores/{extId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
142
+ }
143
+ }], [{
144
+ key: "ApiClient",
145
+ get:
146
+ /**
147
+ * Make the default {@link ApiClient} class available for developers to be able to extend it and bring
148
+ * their own fetch methods into the SDK
149
+ */
150
+ function get() {
151
+ return _ApiClient.ApiClient;
152
+ }
153
+ }]);
154
+ }();
@@ -1,6 +1,7 @@
1
1
  declare namespace _default {
2
2
  export { ApiClient };
3
3
  export { ObjectStoresApi };
4
+ export { StatsApi };
4
5
  export { FQDN };
5
6
  export { Flag };
6
7
  export { IPAddress };
@@ -15,6 +16,8 @@ declare namespace _default {
15
16
  export { ApiLink };
16
17
  export { ApiResponseMetadata };
17
18
  export { ExternalizableAbstractModel };
19
+ export { DownSamplingOperator };
20
+ export { TimeIntValuePair };
18
21
  export { Certificate };
19
22
  export { CertificateProjection };
20
23
  export { CreateCertificateApiResponse };
@@ -33,11 +36,15 @@ declare namespace _default {
33
36
  export { ErrorResponse };
34
37
  export { SchemaValidationError };
35
38
  export { SchemaValidationErrorMessage };
39
+ export { GetObjectstoreStatsApiResponse };
40
+ export { ObjectstoreStats };
41
+ export { TimeFloatValuePair };
36
42
  export { TaskReference };
37
43
  }
38
44
  export default _default;
39
45
  import { ApiClient } from "./ApiClient";
40
46
  import { ObjectStoresApi } from "./apis/objectstores-endpoints";
47
+ import { StatsApi } from "./apis/stats-endpoints";
41
48
  import FQDN from "./models/common/v1/config/FQDN";
42
49
  import Flag from "./models/common/v1/config/Flag";
43
50
  import IPAddress from "./models/common/v1/config/IPAddress";
@@ -52,6 +59,8 @@ import TenantAwareModel from "./models/common/v1/config/TenantAwareModel";
52
59
  import ApiLink from "./models/common/v1/response/ApiLink";
53
60
  import ApiResponseMetadata from "./models/common/v1/response/ApiResponseMetadata";
54
61
  import ExternalizableAbstractModel from "./models/common/v1/response/ExternalizableAbstractModel";
62
+ import DownSamplingOperator from "./models/common/v1/stats/DownSamplingOperator";
63
+ import TimeIntValuePair from "./models/common/v1/stats/TimeIntValuePair";
55
64
  import Certificate from "./models/objects/v4/config/Certificate";
56
65
  import CertificateProjection from "./models/objects/v4/config/CertificateProjection";
57
66
  import CreateCertificateApiResponse from "./models/objects/v4/config/CreateCertificateApiResponse";
@@ -70,5 +79,8 @@ import AppMessage from "./models/objects/v4/error/AppMessage";
70
79
  import ErrorResponse from "./models/objects/v4/error/ErrorResponse";
71
80
  import SchemaValidationError from "./models/objects/v4/error/SchemaValidationError";
72
81
  import SchemaValidationErrorMessage from "./models/objects/v4/error/SchemaValidationErrorMessage";
82
+ import GetObjectstoreStatsApiResponse from "./models/objects/v4/stats/GetObjectstoreStatsApiResponse";
83
+ import ObjectstoreStats from "./models/objects/v4/stats/ObjectstoreStats";
84
+ import TimeFloatValuePair from "./models/objects/v4/stats/TimeFloatValuePair";
73
85
  import TaskReference from "./models/prism/v4/config/TaskReference";
74
- export { ApiClient, ObjectStoresApi, FQDN, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, Metadata, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, Certificate, CertificateProjection, CreateCertificateApiResponse, CreateObjectstoreApiResponse, DeleteObjectstoreApiResponse, GetCaApiResponse, GetCertificateApiResponse, GetObjectstoreApiResponse, ListCertificatesApiResponse, ListObjectstoresApiResponse, ObjectStore, ObjectStoreProjection, State, UpdateObjectstoreApiResponse, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, TaskReference };
86
+ export { ApiClient, ObjectStoresApi, StatsApi, FQDN, Flag, IPAddress, IPv4Address, IPv6Address, KVPair, MapOfStringWrapper, Message, MessageSeverity, Metadata, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, DownSamplingOperator, TimeIntValuePair, Certificate, CertificateProjection, CreateCertificateApiResponse, CreateObjectstoreApiResponse, DeleteObjectstoreApiResponse, GetCaApiResponse, GetCertificateApiResponse, GetObjectstoreApiResponse, ListCertificatesApiResponse, ListObjectstoresApiResponse, ObjectStore, ObjectStoreProjection, State, UpdateObjectstoreApiResponse, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, GetObjectstoreStatsApiResponse, ObjectstoreStats, TimeFloatValuePair, TaskReference };