@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
|
@@ -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 TenantAwareModel model module.
|
|
26
26
|
* @module Ntnx/TenantAwareModel
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class TenantAwareModel
|
|
29
29
|
*/
|
|
30
30
|
var _TenantAwareModel_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 ApiLink model module.
|
|
26
26
|
* @module Ntnx/ApiLink
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class ApiLink
|
|
29
29
|
*/
|
|
30
30
|
var _ApiLink_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -16,11 +16,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
16
16
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
17
17
|
* Nutanix Objects Storage Management APIs
|
|
18
18
|
*
|
|
19
|
-
* OpenAPI spec version: 4.0.
|
|
19
|
+
* OpenAPI spec version: 4.0.3
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
22
22
|
*
|
|
23
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
23
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
24
24
|
*
|
|
25
25
|
* Do not edit the class manually.
|
|
26
26
|
*
|
|
@@ -28,7 +28,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
28
28
|
/**
|
|
29
29
|
* The ApiResponseMetadata model module.
|
|
30
30
|
* @module Ntnx/ApiResponseMetadata
|
|
31
|
-
* @version 4.0.
|
|
31
|
+
* @version 4.0.3
|
|
32
32
|
* @class ApiResponseMetadata
|
|
33
33
|
*/
|
|
34
34
|
var _ApiResponseMetadata_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -14,11 +14,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
14
14
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an 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 _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
26
26
|
/**
|
|
27
27
|
* The ExternalizableAbstractModel model module.
|
|
28
28
|
* @module Ntnx/ExternalizableAbstractModel
|
|
29
|
-
* @version 4.0.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class ExternalizableAbstractModel
|
|
31
31
|
* @extends TenantAwareModel
|
|
32
32
|
*/
|
|
@@ -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
|
*
|
|
@@ -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 TimeIntValuePair model module.
|
|
27
27
|
* @module Ntnx/TimeIntValuePair
|
|
28
|
-
* @version 4.0.
|
|
28
|
+
* @version 4.0.3
|
|
29
29
|
* @class TimeIntValuePair
|
|
30
30
|
*/
|
|
31
31
|
var _TimeIntValuePair_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -18,11 +18,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
18
18
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
19
19
|
* Nutanix Objects Storage Management APIs
|
|
20
20
|
*
|
|
21
|
-
* OpenAPI spec version: 4.0.
|
|
21
|
+
* OpenAPI spec version: 4.0.3
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
24
24
|
*
|
|
25
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
25
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
26
26
|
*
|
|
27
27
|
* Do not edit the class manually.
|
|
28
28
|
*
|
|
@@ -30,7 +30,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
30
30
|
/**
|
|
31
31
|
* The Certificate model module.
|
|
32
32
|
* @module Ntnx/Certificate
|
|
33
|
-
* @version 4.0.
|
|
33
|
+
* @version 4.0.3
|
|
34
34
|
* @class Certificate
|
|
35
35
|
* @extends ExternalizableAbstractModel
|
|
36
36
|
*/
|
|
@@ -17,11 +17,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
17
17
|
/*
|
|
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
|
*
|
|
@@ -30,7 +30,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
30
30
|
/**
|
|
31
31
|
* The CertificateProjection model module.
|
|
32
32
|
* @module Ntnx/CertificateProjection
|
|
33
|
-
* @version 4.0.
|
|
33
|
+
* @version 4.0.3
|
|
34
34
|
* @class CertificateProjection
|
|
35
35
|
* @extends Certificate
|
|
36
36
|
*/
|
|
@@ -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 CreateCertificateApiResponse model module.
|
|
31
31
|
* @module Ntnx/CreateCertificateApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class CreateCertificateApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _CreateCertificateApiResponse_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 CreateObjectstoreApiResponse model module.
|
|
31
31
|
* @module Ntnx/CreateObjectstoreApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class CreateObjectstoreApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _CreateObjectstoreApiResponse_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 DeleteObjectstoreApiResponse model module.
|
|
31
31
|
* @module Ntnx/DeleteObjectstoreApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class DeleteObjectstoreApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _DeleteObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -16,11 +16,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
16
16
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
17
17
|
* Nutanix Objects Storage Management APIs
|
|
18
18
|
*
|
|
19
|
-
* OpenAPI spec version: 4.0.
|
|
19
|
+
* OpenAPI spec version: 4.0.3
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
22
22
|
*
|
|
23
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
23
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
24
24
|
*
|
|
25
25
|
* Do not edit the class manually.
|
|
26
26
|
*
|
|
@@ -28,7 +28,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
28
28
|
/**
|
|
29
29
|
* The GetCaApiResponse model module.
|
|
30
30
|
* @module Ntnx/GetCaApiResponse
|
|
31
|
-
* @version 4.0.
|
|
31
|
+
* @version 4.0.3
|
|
32
32
|
* @class GetCaApiResponse
|
|
33
33
|
*/
|
|
34
34
|
var _GetCaApiResponse_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 GetCertificateApiResponse model module.
|
|
31
31
|
* @module Ntnx/GetCertificateApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class GetCertificateApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _GetCertificateApiResponse_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 GetObjectstoreApiResponse model module.
|
|
31
31
|
* @module Ntnx/GetObjectstoreApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class GetObjectstoreApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _GetObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -18,11 +18,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
18
18
|
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"); } /*
|
|
19
19
|
* Nutanix Objects Storage Management APIs
|
|
20
20
|
*
|
|
21
|
-
* OpenAPI spec version: 4.0.
|
|
21
|
+
* OpenAPI spec version: 4.0.3
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
24
24
|
*
|
|
25
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
25
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
26
26
|
*
|
|
27
27
|
* Do not edit the class manually.
|
|
28
28
|
*
|
|
@@ -30,7 +30,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
30
30
|
/**
|
|
31
31
|
* The ListCertificatesApiResponse model module.
|
|
32
32
|
* @module Ntnx/ListCertificatesApiResponse
|
|
33
|
-
* @version 4.0.
|
|
33
|
+
* @version 4.0.3
|
|
34
34
|
* @class ListCertificatesApiResponse
|
|
35
35
|
*/
|
|
36
36
|
var _ListCertificatesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -18,11 +18,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
18
18
|
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"); } /*
|
|
19
19
|
* Nutanix Objects Storage Management APIs
|
|
20
20
|
*
|
|
21
|
-
* OpenAPI spec version: 4.0.
|
|
21
|
+
* OpenAPI spec version: 4.0.3
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
24
24
|
*
|
|
25
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
25
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
26
26
|
*
|
|
27
27
|
* Do not edit the class manually.
|
|
28
28
|
*
|
|
@@ -30,7 +30,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
30
30
|
/**
|
|
31
31
|
* The ListObjectstoresApiResponse model module.
|
|
32
32
|
* @module Ntnx/ListObjectstoresApiResponse
|
|
33
|
-
* @version 4.0.
|
|
33
|
+
* @version 4.0.3
|
|
34
34
|
* @class ListObjectstoresApiResponse
|
|
35
35
|
*/
|
|
36
36
|
var _ListObjectstoresApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -19,11 +19,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
19
19
|
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"); } /*
|
|
20
20
|
* Nutanix Objects Storage Management APIs
|
|
21
21
|
*
|
|
22
|
-
* OpenAPI spec version: 4.0.
|
|
22
|
+
* OpenAPI spec version: 4.0.3
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
25
25
|
*
|
|
26
|
-
* Open API Dev Platform Codegen version: 17.5.
|
|
26
|
+
* Open API Dev Platform Codegen version: 17.5.1.10573-RELEASE
|
|
27
27
|
*
|
|
28
28
|
* Do not edit the class manually.
|
|
29
29
|
*
|
|
@@ -31,7 +31,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
31
31
|
/**
|
|
32
32
|
* The ObjectStore model module.
|
|
33
33
|
* @module Ntnx/ObjectStore
|
|
34
|
-
* @version 4.0.
|
|
34
|
+
* @version 4.0.3
|
|
35
35
|
* @class ObjectStore
|
|
36
36
|
* @extends ExternalizableAbstractModel
|
|
37
37
|
*
|
|
@@ -20,11 +20,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
20
20
|
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"); } /*
|
|
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 _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
32
32
|
/**
|
|
33
33
|
* The ObjectStoreProjection model module.
|
|
34
34
|
* @module Ntnx/ObjectStoreProjection
|
|
35
|
-
* @version 4.0.
|
|
35
|
+
* @version 4.0.3
|
|
36
36
|
* @class ObjectStoreProjection
|
|
37
37
|
* @extends ObjectStore
|
|
38
38
|
*
|
|
@@ -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
|
*
|
|
@@ -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 UpdateObjectstoreApiResponse model module.
|
|
31
31
|
* @module Ntnx/UpdateObjectstoreApiResponse
|
|
32
|
-
* @version 4.0.
|
|
32
|
+
* @version 4.0.3
|
|
33
33
|
* @class UpdateObjectstoreApiResponse
|
|
34
34
|
*/
|
|
35
35
|
var _UpdateObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|