@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 Flag model module.
|
|
26
26
|
* @module Ntnx/Flag
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class Flag
|
|
29
29
|
*/
|
|
30
30
|
var _Flag_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 IPAddress model module.
|
|
28
28
|
* @module Ntnx/IPAddress
|
|
29
|
-
* @version 4.0.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class IPAddress
|
|
31
31
|
*/
|
|
32
32
|
var _IPAddress_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 IPv4Address model module.
|
|
26
26
|
* @module Ntnx/IPv4Address
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class IPv4Address
|
|
29
29
|
*
|
|
30
30
|
* @param { string } value The IPv4 address of the host.
|
|
@@ -12,11 +12,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
12
12
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
13
13
|
* Nutanix 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 IPv6Address model module.
|
|
26
26
|
* @module Ntnx/IPv6Address
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class IPv6Address
|
|
29
29
|
*
|
|
30
30
|
* @param { string } value The IPv6 address of the host.
|
|
@@ -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 KVPair model module.
|
|
28
28
|
* @module Ntnx/KVPair
|
|
29
|
-
* @version 4.0.
|
|
29
|
+
* @version 4.0.3
|
|
30
30
|
* @class KVPair
|
|
31
31
|
*/
|
|
32
32
|
var _KVPair_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -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 MapOfStringWrapper model module.
|
|
27
27
|
* @module Ntnx/MapOfStringWrapper
|
|
28
|
-
* @version 4.0.
|
|
28
|
+
* @version 4.0.3
|
|
29
29
|
* @class MapOfStringWrapper
|
|
30
30
|
*/
|
|
31
31
|
var _MapOfStringWrapper_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -13,11 +13,11 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
13
13
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
14
14
|
* Nutanix 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 _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
25
25
|
/**
|
|
26
26
|
* The Message model module.
|
|
27
27
|
* @module Ntnx/Message
|
|
28
|
-
* @version 4.0.
|
|
28
|
+
* @version 4.0.3
|
|
29
29
|
* @class Message
|
|
30
30
|
*/
|
|
31
31
|
var _Message_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix 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
|
*
|
|
@@ -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 Metadata model module.
|
|
26
26
|
* @module Ntnx/Metadata
|
|
27
|
-
* @version 4.0.
|
|
27
|
+
* @version 4.0.3
|
|
28
28
|
* @class Metadata
|
|
29
29
|
*/
|
|
30
30
|
var _Metadata_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 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();
|