@nutanix-scratch/objects-js-client 4.0.2 → 4.0.3
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.
- package/README.md +3 -3
- package/dist/Ntnx-Objects-js-client-prod.js +1 -1
- package/dist/Ntnx-Objects-js-client.js +60 -60
- package/dist/es/ApiClient.d.ts +1 -1
- package/dist/es/ApiClient.js +4 -4
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +3 -3
- package/dist/es/apis/objectstores-endpoints.d.ts +3 -3
- package/dist/es/apis/objectstores-endpoints.js +14 -14
- package/dist/es/apis/stats-endpoints.d.ts +3 -2
- package/dist/es/apis/stats-endpoints.js +6 -6
- package/dist/es/models/common/v1/config/FQDN.d.ts +1 -1
- package/dist/es/models/common/v1/config/FQDN.js +3 -3
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +3 -3
- package/dist/es/models/common/v1/config/IPAddress.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPAddress.js +3 -3
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/es/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +3 -3
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +3 -3
- package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/es/models/common/v1/config/Metadata.d.ts +1 -1
- package/dist/es/models/common/v1/config/Metadata.js +3 -3
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.js +3 -3
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +3 -3
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +2 -2
- package/dist/es/models/common/v1/stats/TimeIntValuePair.d.ts +1 -1
- package/dist/es/models/common/v1/stats/TimeIntValuePair.js +3 -3
- package/dist/es/models/objects/v4/config/Certificate.d.ts +1 -1
- package/dist/es/models/objects/v4/config/Certificate.js +3 -3
- package/dist/es/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CertificateProjection.js +3 -3
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/GetCaApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetCaApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.js +3 -3
- package/dist/es/models/objects/v4/config/ObjectStore.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ObjectStore.js +3 -3
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.js +3 -3
- package/dist/es/models/objects/v4/config/State.js +2 -2
- package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/UpdateObjectstoreApiResponse.js +3 -3
- package/dist/es/models/objects/v4/error/AppMessage.d.ts +1 -1
- package/dist/es/models/objects/v4/error/AppMessage.js +3 -3
- package/dist/es/models/objects/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/error/ErrorResponse.js +3 -3
- package/dist/es/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/objects/v4/error/SchemaValidationError.js +3 -3
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +3 -3
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.d.ts +1 -1
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.js +3 -3
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.d.ts +1 -1
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.js +3 -3
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/es/models/prism/v4/config/TaskReference.js +4 -4
- package/dist/es/models/validation/ValidationError.js +2 -2
- package/dist/es/utils/ValidationUtils.js +2 -2
- package/dist/lib/ApiClient.d.ts +1 -1
- package/dist/lib/ApiClient.js +4 -4
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +3 -3
- package/dist/lib/apis/objectstores-endpoints.d.ts +3 -3
- package/dist/lib/apis/objectstores-endpoints.js +14 -14
- package/dist/lib/apis/stats-endpoints.d.ts +3 -2
- package/dist/lib/apis/stats-endpoints.js +6 -6
- package/dist/lib/models/common/v1/config/FQDN.d.ts +1 -1
- package/dist/lib/models/common/v1/config/FQDN.js +3 -3
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +3 -3
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPAddress.js +3 -3
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv4Address.js +3 -3
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +1 -1
- package/dist/lib/models/common/v1/config/IPv6Address.js +3 -3
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +3 -3
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +3 -3
- package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/lib/models/common/v1/config/Metadata.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Metadata.js +3 -3
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +3 -3
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +3 -3
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +2 -2
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.d.ts +1 -1
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.js +3 -3
- package/dist/lib/models/objects/v4/config/Certificate.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/Certificate.js +3 -3
- package/dist/lib/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CertificateProjection.js +3 -3
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/config/ObjectStore.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ObjectStore.js +3 -3
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.js +3 -3
- package/dist/lib/models/objects/v4/config/State.js +2 -2
- package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/UpdateObjectstoreApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/error/AppMessage.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/AppMessage.js +3 -3
- package/dist/lib/models/objects/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/ErrorResponse.js +3 -3
- package/dist/lib/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/SchemaValidationError.js +3 -3
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +3 -3
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.d.ts +1 -1
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.js +3 -3
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.d.ts +1 -1
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.js +3 -3
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/lib/models/prism/v4/config/TaskReference.js +4 -4
- package/dist/lib/models/validation/ValidationError.js +2 -2
- package/dist/lib/utils/ValidationUtils.js +2 -2
- package/package.json +1 -1
|
@@ -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 Objects Storage Management APIs
|
|
16
16
|
*
|
|
17
|
-
* OpenAPI spec version: 4.0.
|
|
17
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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 AppMessage model module.
|
|
28
28
|
* @module Ntnx/AppMessage
|
|
29
|
-
* @version 4.0.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class AppMessage
|
|
31
31
|
*/
|
|
32
32
|
var _AppMessage_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -15,11 +15,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
15
15
|
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"); } /*
|
|
16
16
|
* Nutanix Objects Storage Management APIs
|
|
17
17
|
*
|
|
18
|
-
* OpenAPI spec version: 4.0.
|
|
18
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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 _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
27
27
|
/**
|
|
28
28
|
* The ErrorResponse model module.
|
|
29
29
|
* @module Ntnx/ErrorResponse
|
|
30
|
-
* @version 4.0.
|
|
30
|
+
* @version 4.0.3
|
|
31
31
|
* @class ErrorResponse
|
|
32
32
|
*/
|
|
33
33
|
var _ErrorResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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 Objects Storage Management APIs
|
|
16
16
|
*
|
|
17
|
-
* OpenAPI spec version: 4.0.
|
|
17
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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 SchemaValidationError model module.
|
|
28
28
|
* @module Ntnx/SchemaValidationError
|
|
29
|
-
* @version 4.0.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class SchemaValidationError
|
|
31
31
|
*/
|
|
32
32
|
var _SchemaValidationError_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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 Objects Storage Management APIs
|
|
14
14
|
*
|
|
15
|
-
* OpenAPI spec version: 4.0.
|
|
15
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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 SchemaValidationErrorMessage model module.
|
|
26
26
|
* @module Ntnx/SchemaValidationErrorMessage
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class SchemaValidationErrorMessage
|
|
29
29
|
*/
|
|
30
30
|
var _SchemaValidationErrorMessage_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -17,11 +17,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
17
17
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
18
18
|
* Nutanix Objects Storage Management APIs
|
|
19
19
|
*
|
|
20
|
-
* OpenAPI spec version: 4.0.
|
|
20
|
+
* OpenAPI spec version: 4.0.3
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
23
23
|
*
|
|
24
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
24
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
25
25
|
*
|
|
26
26
|
* Do not edit the class manually.
|
|
27
27
|
*
|
|
@@ -29,7 +29,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
29
29
|
/**
|
|
30
30
|
* The GetObjectstoreStatsApiResponse model module.
|
|
31
31
|
* @module Ntnx/GetObjectstoreStatsApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class GetObjectstoreStatsApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _GetObjectstoreStatsApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -17,11 +17,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
17
17
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
18
18
|
* Nutanix Objects Storage Management APIs
|
|
19
19
|
*
|
|
20
|
-
* OpenAPI spec version: 4.0.
|
|
20
|
+
* OpenAPI spec version: 4.0.3
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
23
23
|
*
|
|
24
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
24
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
25
25
|
*
|
|
26
26
|
* Do not edit the class manually.
|
|
27
27
|
*
|
|
@@ -29,7 +29,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
29
29
|
/**
|
|
30
30
|
* The ObjectstoreStats model module.
|
|
31
31
|
* @module Ntnx/ObjectstoreStats
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class ObjectstoreStats
|
|
34
34
|
* @extends ExternalizableAbstractModel
|
|
35
35
|
*/
|
|
@@ -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 Objects Storage Management APIs
|
|
15
15
|
*
|
|
16
|
-
* OpenAPI spec version: 4.0.
|
|
16
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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 TimeFloatValuePair model module.
|
|
27
27
|
* @module Ntnx/TimeFloatValuePair
|
|
28
|
-
* @version 4.0.
|
|
28
|
+
* @version 4.0.3
|
|
29
29
|
* @class TimeFloatValuePair
|
|
30
30
|
*/
|
|
31
31
|
var _TimeFloatValuePair_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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 Objects Storage Management APIs
|
|
14
14
|
*
|
|
15
|
-
* OpenAPI spec version: 4.0.
|
|
15
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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 TaskReference model module.
|
|
26
26
|
* @module Ntnx/TaskReference
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class TaskReference
|
|
29
29
|
*/
|
|
30
30
|
var _TaskReference_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -45,7 +45,7 @@ class TaskReference {
|
|
|
45
45
|
this.$objectType = "prism.v4.config.TaskReference";
|
|
46
46
|
/** @type {object<string, any>} */
|
|
47
47
|
this.$reserved = {
|
|
48
|
-
'$fv': "v4.
|
|
48
|
+
'$fv': "v4.r3"
|
|
49
49
|
};
|
|
50
50
|
/** @type {object<string, any>} */
|
|
51
51
|
this.$unknownFields = {};
|
|
@@ -7,11 +7,11 @@ exports.default = void 0;
|
|
|
7
7
|
/*
|
|
8
8
|
* Nutanix Objects Storage Management APIs
|
|
9
9
|
*
|
|
10
|
-
* OpenAPI spec version: 4.0.
|
|
10
|
+
* OpenAPI spec version: 4.0.3
|
|
11
11
|
*
|
|
12
12
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
13
13
|
*
|
|
14
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
14
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
15
15
|
*
|
|
16
16
|
* Do not edit the class manually.
|
|
17
17
|
*
|
|
@@ -7,11 +7,11 @@ exports.default = void 0;
|
|
|
7
7
|
/*
|
|
8
8
|
* Nutanix Objects Storage Management APIs
|
|
9
9
|
*
|
|
10
|
-
* OpenAPI spec version: 4.0.
|
|
10
|
+
* OpenAPI spec version: 4.0.3
|
|
11
11
|
*
|
|
12
12
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
13
13
|
*
|
|
14
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
14
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
15
15
|
*
|
|
16
16
|
* Do not edit the class manually.
|
|
17
17
|
*
|
package/dist/lib/ApiClient.d.ts
CHANGED
|
@@ -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.
|
|
6
|
+
* @version 4.0.3
|
|
7
7
|
*/
|
|
8
8
|
export class ApiClient {
|
|
9
9
|
/**
|
package/dist/lib/ApiClient.js
CHANGED
|
@@ -24,11 +24,11 @@ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a),
|
|
|
24
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
25
|
* Nutanix Objects Storage Management APIs
|
|
26
26
|
*
|
|
27
|
-
* OpenAPI spec version: 4.0.
|
|
27
|
+
* OpenAPI spec version: 4.0.3
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
30
30
|
*
|
|
31
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
31
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
32
32
|
*
|
|
33
33
|
* Do not edit the class manually.
|
|
34
34
|
*
|
|
@@ -39,7 +39,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
39
39
|
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
40
40
|
* contents of this file should be regarded as internal but are documented for completeness.
|
|
41
41
|
* @module ApiClient
|
|
42
|
-
* @version 4.0.
|
|
42
|
+
* @version 4.0.3
|
|
43
43
|
*/
|
|
44
44
|
var _protocol = /*#__PURE__*/new WeakMap();
|
|
45
45
|
var _cookie = /*#__PURE__*/new WeakMap();
|
|
@@ -622,7 +622,7 @@ class ApiClient {
|
|
|
622
622
|
if (!isBrowser) {
|
|
623
623
|
this.downloadDestination = '.';
|
|
624
624
|
request.set(_assertClassBrand(_ApiClient_brand, this, _normalizeParams).call(this, {
|
|
625
|
-
'User-Agent': 'Nutanix-objects-js-client/4.0.
|
|
625
|
+
'User-Agent': 'Nutanix-objects-js-client/4.0.3'
|
|
626
626
|
}));
|
|
627
627
|
}
|
|
628
628
|
|
package/dist/lib/Paginable.d.ts
CHANGED
package/dist/lib/Paginable.js
CHANGED
|
@@ -8,11 +8,11 @@ var _ApiClient = require("./ApiClient");
|
|
|
8
8
|
/*
|
|
9
9
|
* Nutanix Objects Storage Management APIs
|
|
10
10
|
*
|
|
11
|
-
* OpenAPI spec version: 4.0.
|
|
11
|
+
* OpenAPI spec version: 4.0.3
|
|
12
12
|
*
|
|
13
13
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
14
14
|
*
|
|
15
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
15
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
16
16
|
*
|
|
17
17
|
* Do not edit the class manually.
|
|
18
18
|
*
|
|
@@ -21,7 +21,7 @@ var _ApiClient = require("./ApiClient");
|
|
|
21
21
|
/**
|
|
22
22
|
* A model that represents a paginable response from a list endpoint.
|
|
23
23
|
* @module Paginable
|
|
24
|
-
* @version 4.0.
|
|
24
|
+
* @version 4.0.3
|
|
25
25
|
*/
|
|
26
26
|
class Paginable {
|
|
27
27
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* ObjectStores service.
|
|
3
|
-
* @version 4.0.
|
|
3
|
+
* @version 4.0.3
|
|
4
4
|
* @class ObjectStoresApi
|
|
5
5
|
*/
|
|
6
6
|
export class ObjectStoresApi {
|
|
@@ -79,7 +79,7 @@ export class ObjectStoresApi {
|
|
|
79
79
|
* @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.
|
|
80
80
|
|
|
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
|
-
* For example, filter
|
|
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'.
|
|
83
83
|
* @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.
|
|
84
84
|
* @param {Object} args Additional Arguments
|
|
85
85
|
* @return {Promise<ListCertificatesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCertificatesApiResponse } and HTTP response
|
|
@@ -99,7 +99,7 @@ export class ObjectStoresApi {
|
|
|
99
99
|
* @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.
|
|
100
100
|
|
|
101
101
|
* @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>
|
|
102
|
-
* For example, filter
|
|
102
|
+
* 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'.
|
|
103
103
|
* @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.
|
|
104
104
|
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
|
|
105
105
|
* @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.
|
|
@@ -20,11 +20,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
20
20
|
/*
|
|
21
21
|
* Nutanix Objects Storage Management APIs
|
|
22
22
|
*
|
|
23
|
-
* OpenAPI spec version: 4.0.
|
|
23
|
+
* OpenAPI spec version: 4.0.3
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
26
26
|
*
|
|
27
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
27
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
28
28
|
*
|
|
29
29
|
* Do not edit the class manually.
|
|
30
30
|
*
|
|
@@ -32,7 +32,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* ObjectStores service.
|
|
35
|
-
* @version 4.0.
|
|
35
|
+
* @version 4.0.3
|
|
36
36
|
* @class ObjectStoresApi
|
|
37
37
|
*/
|
|
38
38
|
class ObjectStoresApi {
|
|
@@ -126,7 +126,7 @@ class ObjectStoresApi {
|
|
|
126
126
|
};
|
|
127
127
|
const formParams = {};
|
|
128
128
|
_ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
|
|
129
|
-
const authNames = ['basicAuthScheme'];
|
|
129
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
130
130
|
const contentTypes = ['application/octet-stream'];
|
|
131
131
|
const accepts = ['application/json'];
|
|
132
132
|
const returnType = _CreateCertificateApiResponse.default;
|
|
@@ -165,7 +165,7 @@ class ObjectStoresApi {
|
|
|
165
165
|
};
|
|
166
166
|
const formParams = {};
|
|
167
167
|
_ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
|
|
168
|
-
const authNames = ['basicAuthScheme'];
|
|
168
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
169
169
|
const contentTypes = ['application/json'];
|
|
170
170
|
const accepts = ['application/json'];
|
|
171
171
|
const returnType = _CreateObjectstoreApiResponse.default;
|
|
@@ -200,7 +200,7 @@ class ObjectStoresApi {
|
|
|
200
200
|
...headersToInclude
|
|
201
201
|
};
|
|
202
202
|
const formParams = {};
|
|
203
|
-
const authNames = ['basicAuthScheme'];
|
|
203
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
204
204
|
const contentTypes = [];
|
|
205
205
|
const accepts = ['application/json'];
|
|
206
206
|
const returnType = _DeleteObjectstoreApiResponse.default;
|
|
@@ -241,7 +241,7 @@ class ObjectStoresApi {
|
|
|
241
241
|
...headersToInclude
|
|
242
242
|
};
|
|
243
243
|
const formParams = {};
|
|
244
|
-
const authNames = ['basicAuthScheme'];
|
|
244
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
245
245
|
const contentTypes = [];
|
|
246
246
|
const accepts = ['application/octet-stream', 'application/json'];
|
|
247
247
|
const returnType = _GetCaApiResponse.default;
|
|
@@ -282,7 +282,7 @@ class ObjectStoresApi {
|
|
|
282
282
|
...headersToInclude
|
|
283
283
|
};
|
|
284
284
|
const formParams = {};
|
|
285
|
-
const authNames = ['basicAuthScheme'];
|
|
285
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
286
286
|
const contentTypes = [];
|
|
287
287
|
const accepts = ['application/json'];
|
|
288
288
|
const returnType = _GetCertificateApiResponse.default;
|
|
@@ -317,7 +317,7 @@ class ObjectStoresApi {
|
|
|
317
317
|
...headersToInclude
|
|
318
318
|
};
|
|
319
319
|
const formParams = {};
|
|
320
|
-
const authNames = ['basicAuthScheme'];
|
|
320
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
321
321
|
const contentTypes = [];
|
|
322
322
|
const accepts = ['application/json'];
|
|
323
323
|
const returnType = _GetObjectstoreApiResponse.default;
|
|
@@ -332,7 +332,7 @@ class ObjectStoresApi {
|
|
|
332
332
|
* @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.
|
|
333
333
|
* @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.
|
|
334
334
|
* @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>
|
|
335
|
-
* For example, filter
|
|
335
|
+
* 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'.
|
|
336
336
|
* @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.
|
|
337
337
|
* @param {Object} args Additional Arguments
|
|
338
338
|
* @return {Promise<ListCertificatesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCertificatesApiResponse } and HTTP response
|
|
@@ -372,7 +372,7 @@ class ObjectStoresApi {
|
|
|
372
372
|
...headersToInclude
|
|
373
373
|
};
|
|
374
374
|
const formParams = {};
|
|
375
|
-
const authNames = ['basicAuthScheme'];
|
|
375
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
376
376
|
const contentTypes = [];
|
|
377
377
|
const accepts = ['application/json'];
|
|
378
378
|
const returnType = _ListCertificatesApiResponse.default;
|
|
@@ -386,7 +386,7 @@ class ObjectStoresApi {
|
|
|
386
386
|
* @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.
|
|
387
387
|
* @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.
|
|
388
388
|
* @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>
|
|
389
|
-
* For example, filter
|
|
389
|
+
* 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'.
|
|
390
390
|
* @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.
|
|
391
391
|
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
|
|
392
392
|
* @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.
|
|
@@ -428,7 +428,7 @@ class ObjectStoresApi {
|
|
|
428
428
|
...headersToInclude
|
|
429
429
|
};
|
|
430
430
|
const formParams = {};
|
|
431
|
-
const authNames = ['basicAuthScheme'];
|
|
431
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
432
432
|
const contentTypes = [];
|
|
433
433
|
const accepts = ['application/json'];
|
|
434
434
|
const returnType = _ListObjectstoresApiResponse.default;
|
|
@@ -474,7 +474,7 @@ class ObjectStoresApi {
|
|
|
474
474
|
};
|
|
475
475
|
const formParams = {};
|
|
476
476
|
_ApiClient.ApiClient.addEtagReferenceToHeader(body, headerParams);
|
|
477
|
-
const authNames = ['basicAuthScheme'];
|
|
477
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
478
478
|
const contentTypes = ['application/json'];
|
|
479
479
|
const accepts = ['application/json'];
|
|
480
480
|
const returnType = _UpdateObjectstoreApiResponse.default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Stats service.
|
|
3
|
-
* @version 4.0.
|
|
3
|
+
* @version 4.0.3
|
|
4
4
|
* @class StatsApi
|
|
5
5
|
*/
|
|
6
6
|
export class StatsApi {
|
|
@@ -29,7 +29,8 @@ export class StatsApi {
|
|
|
29
29
|
* @param {Object} opts Optional parameters defined for the operation
|
|
30
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
31
|
|
|
32
|
-
* @param { DownSamplingOperator } opts.$statType
|
|
32
|
+
* @param { DownSamplingOperator } opts.$statType The operator to use while performing down-sampling on stats data. Allowed values are SUM, MIN, MAX, AVG, COUNT and LAST.
|
|
33
|
+
|
|
33
34
|
* @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
35
|
* @param {Object} args Additional Arguments
|
|
35
36
|
* @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
|
|
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Objects Storage Management APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.0.
|
|
14
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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
|
* Stats service.
|
|
26
|
-
* @version 4.0.
|
|
26
|
+
* @version 4.0.3
|
|
27
27
|
* @class StatsApi
|
|
28
28
|
*/
|
|
29
29
|
class StatsApi {
|
|
@@ -61,8 +61,8 @@ class StatsApi {
|
|
|
61
61
|
* @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
|
|
62
62
|
* @param {Object} opts Optional parameters defined for the operation
|
|
63
63
|
* @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.
|
|
64
|
-
* @param { DownSamplingOperator } opts.$statType
|
|
65
|
-
|
|
64
|
+
* @param { DownSamplingOperator } opts.$statType The operator to use while performing down-sampling on stats data. Allowed values are SUM, MIN, MAX, AVG, COUNT and LAST.
|
|
65
|
+
* @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.
|
|
66
66
|
* @param {Object} args Additional Arguments
|
|
67
67
|
* @return {Promise<GetObjectstoreStatsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link GetObjectstoreStatsApiResponse } and HTTP response
|
|
68
68
|
*/
|
|
@@ -112,7 +112,7 @@ class StatsApi {
|
|
|
112
112
|
...headersToInclude
|
|
113
113
|
};
|
|
114
114
|
const formParams = {};
|
|
115
|
-
const authNames = ['basicAuthScheme'];
|
|
115
|
+
const authNames = ['apiKeyAuthScheme', 'basicAuthScheme'];
|
|
116
116
|
const contentTypes = [];
|
|
117
117
|
const accepts = ['application/json'];
|
|
118
118
|
const returnType = _GetObjectstoreStatsApiResponse.default;
|
|
@@ -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 Objects Storage Management APIs
|
|
14
14
|
*
|
|
15
|
-
* OpenAPI spec version: 4.0.
|
|
15
|
+
* OpenAPI spec version: 4.0.3
|
|
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.
|
|
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.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class FQDN
|
|
29
29
|
*/
|
|
30
30
|
var _FQDN_brand = /*#__PURE__*/new WeakSet();
|