@nutanix-scratch/objects-js-client 4.0.1-beta.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/Ntnx-Objects-js-client-prod.js +1 -1
- package/dist/Ntnx-Objects-js-client.js +115 -49
- package/dist/es/ApiClient.d.ts +1 -1
- package/dist/es/ApiClient.js +5 -5
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +3 -3
- package/dist/es/apis/objectstores-endpoints.d.ts +9 -6
- package/dist/es/apis/objectstores-endpoints.js +24 -21
- package/dist/es/apis/stats-endpoints.d.ts +69 -0
- package/dist/es/apis/stats-endpoints.js +154 -0
- package/dist/es/index.d.ts +13 -1
- package/dist/es/index.js +48 -0
- 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.d.ts +19 -0
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +109 -0
- package/dist/es/models/common/v1/stats/TimeIntValuePair.d.ts +64 -0
- package/dist/es/models/common/v1/stats/TimeIntValuePair.js +313 -0
- package/dist/es/models/objects/v4/config/Certificate.d.ts +48 -1
- package/dist/es/models/objects/v4/config/Certificate.js +100 -6
- package/dist/es/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CertificateProjection.js +5 -4
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.d.ts +4 -2
- package/dist/es/models/objects/v4/config/CreateCertificateApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/CreateObjectstoreApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/DeleteObjectstoreApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/GetCaApiResponse.d.ts +2 -4
- package/dist/es/models/objects/v4/config/GetCaApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/GetCertificateApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +4 -2
- package/dist/es/models/objects/v4/config/GetObjectstoreApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ListCertificatesApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ListObjectstoresApiResponse.js +5 -5
- package/dist/es/models/objects/v4/config/ObjectStore.d.ts +1 -1
- package/dist/es/models/objects/v4/config/ObjectStore.js +4 -4
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.d.ts +24 -1
- package/dist/es/models/objects/v4/config/ObjectStoreProjection.js +4 -4
- 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 +5 -5
- package/dist/es/models/objects/v4/error/AppMessage.d.ts +1 -1
- package/dist/es/models/objects/v4/error/AppMessage.js +4 -4
- package/dist/es/models/objects/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/objects/v4/error/ErrorResponse.js +6 -5
- package/dist/es/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/objects/v4/error/SchemaValidationError.js +4 -4
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/objects/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +99 -0
- package/dist/es/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +343 -0
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.d.ts +423 -0
- package/dist/es/models/objects/v4/stats/ObjectstoreStats.js +1425 -0
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.d.ts +64 -0
- package/dist/es/models/objects/v4/stats/TimeFloatValuePair.js +313 -0
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +4 -4
- package/dist/es/models/prism/v4/config/TaskReference.js +7 -7
- 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 +5 -5
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +3 -3
- package/dist/lib/apis/objectstores-endpoints.d.ts +9 -6
- package/dist/lib/apis/objectstores-endpoints.js +24 -21
- package/dist/lib/apis/stats-endpoints.d.ts +69 -0
- package/dist/lib/apis/stats-endpoints.js +154 -0
- package/dist/lib/index.d.ts +13 -1
- package/dist/lib/index.js +48 -0
- 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.d.ts +19 -0
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +109 -0
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.d.ts +64 -0
- package/dist/lib/models/common/v1/stats/TimeIntValuePair.js +313 -0
- package/dist/lib/models/objects/v4/config/Certificate.d.ts +48 -1
- package/dist/lib/models/objects/v4/config/Certificate.js +100 -6
- package/dist/lib/models/objects/v4/config/CertificateProjection.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CertificateProjection.js +5 -4
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.d.ts +4 -2
- package/dist/lib/models/objects/v4/config/CreateCertificateApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/CreateObjectstoreApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/DeleteObjectstoreApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.d.ts +2 -4
- package/dist/lib/models/objects/v4/config/GetCaApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/GetCertificateApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.d.ts +4 -2
- package/dist/lib/models/objects/v4/config/GetObjectstoreApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ListCertificatesApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ListObjectstoresApiResponse.js +5 -5
- package/dist/lib/models/objects/v4/config/ObjectStore.d.ts +1 -1
- package/dist/lib/models/objects/v4/config/ObjectStore.js +4 -4
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.d.ts +24 -1
- package/dist/lib/models/objects/v4/config/ObjectStoreProjection.js +4 -4
- 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 +5 -5
- package/dist/lib/models/objects/v4/error/AppMessage.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/AppMessage.js +4 -4
- package/dist/lib/models/objects/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/ErrorResponse.js +6 -5
- package/dist/lib/models/objects/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/SchemaValidationError.js +4 -4
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/objects/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.d.ts +99 -0
- package/dist/lib/models/objects/v4/stats/GetObjectstoreStatsApiResponse.js +343 -0
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.d.ts +423 -0
- package/dist/lib/models/objects/v4/stats/ObjectstoreStats.js +1425 -0
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.d.ts +64 -0
- package/dist/lib/models/objects/v4/stats/TimeFloatValuePair.js +313 -0
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +4 -4
- package/dist/lib/models/prism/v4/config/TaskReference.js +7 -7
- package/dist/lib/models/validation/ValidationError.js +2 -2
- package/dist/lib/utils/ValidationUtils.js +2 -2
- package/package.json +1 -1
|
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Objects Storage Management APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.0.1
|
|
42
|
+
* OpenAPI spec version: 4.0.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
46
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
47
47
|
*
|
|
48
48
|
* Do not edit the class manually.
|
|
49
49
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The CreateCertificateApiResponse model module.
|
|
53
53
|
* @module Ntnx/CreateCertificateApiResponse
|
|
54
|
-
* @version 4.0.1
|
|
54
|
+
* @version 4.0.1
|
|
55
55
|
* @class CreateCertificateApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _CreateCertificateApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var CreateCertificateApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>CreateCertificateApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
61
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{objectStoreExtId}/certificates Post operation
|
|
62
62
|
* @alias module:Ntnx/CreateCertificateApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function CreateCertificateApiResponse() {
|
|
@@ -75,7 +75,7 @@ var CreateCertificateApiResponse = exports["default"] = /*#__PURE__*/function (_
|
|
|
75
75
|
_this.$objectType = "objects.v4.config.CreateCertificateApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.r0
|
|
78
|
+
'$fv': "v4.r0"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Objects Storage Management APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.0.1
|
|
42
|
+
* OpenAPI spec version: 4.0.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
46
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
47
47
|
*
|
|
48
48
|
* Do not edit the class manually.
|
|
49
49
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The CreateObjectstoreApiResponse model module.
|
|
53
53
|
* @module Ntnx/CreateObjectstoreApiResponse
|
|
54
|
-
* @version 4.0.1
|
|
54
|
+
* @version 4.0.1
|
|
55
55
|
* @class CreateObjectstoreApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _CreateObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var CreateObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>CreateObjectstoreApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
61
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores Post operation
|
|
62
62
|
* @alias module:Ntnx/CreateObjectstoreApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function CreateObjectstoreApiResponse() {
|
|
@@ -75,7 +75,7 @@ var CreateObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_
|
|
|
75
75
|
_this.$objectType = "objects.v4.config.CreateObjectstoreApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.r0
|
|
78
|
+
'$fv': "v4.r0"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Objects Storage Management APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.0.1
|
|
42
|
+
* OpenAPI spec version: 4.0.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
46
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
47
47
|
*
|
|
48
48
|
* Do not edit the class manually.
|
|
49
49
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The DeleteObjectstoreApiResponse model module.
|
|
53
53
|
* @module Ntnx/DeleteObjectstoreApiResponse
|
|
54
|
-
* @version 4.0.1
|
|
54
|
+
* @version 4.0.1
|
|
55
55
|
* @class DeleteObjectstoreApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _DeleteObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var DeleteObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>DeleteObjectstoreApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
61
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{extId} Delete operation
|
|
62
62
|
* @alias module:Ntnx/DeleteObjectstoreApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function DeleteObjectstoreApiResponse() {
|
|
@@ -75,7 +75,7 @@ var DeleteObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_
|
|
|
75
75
|
_this.$objectType = "objects.v4.config.DeleteObjectstoreApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.r0
|
|
78
|
+
'$fv': "v4.r0"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The GetCaApiResponse model module.
|
|
3
3
|
* @module Ntnx/GetCaApiResponse
|
|
4
|
-
* @version 4.0.1
|
|
4
|
+
* @version 4.0.1
|
|
5
5
|
* @class GetCaApiResponse
|
|
6
6
|
*/
|
|
7
7
|
export default class GetCaApiResponse extends Paginable {
|
|
@@ -82,9 +82,7 @@ export default class GetCaApiResponse extends Paginable {
|
|
|
82
82
|
flags?: {
|
|
83
83
|
$reserved: any;
|
|
84
84
|
$objectType: string;
|
|
85
|
-
$unknownFields: any;
|
|
86
|
-
* @return {string | ErrorResponse}
|
|
87
|
-
*/
|
|
85
|
+
$unknownFields: any;
|
|
88
86
|
value?: boolean;
|
|
89
87
|
name?: string;
|
|
90
88
|
}[];
|
|
@@ -38,11 +38,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
38
38
|
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"); } /*
|
|
39
39
|
* Nutanix Objects Storage Management APIs
|
|
40
40
|
*
|
|
41
|
-
* OpenAPI spec version: 4.0.1
|
|
41
|
+
* OpenAPI spec version: 4.0.1
|
|
42
42
|
*
|
|
43
43
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
44
44
|
*
|
|
45
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
45
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
46
46
|
*
|
|
47
47
|
* Do not edit the class manually.
|
|
48
48
|
*
|
|
@@ -50,14 +50,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
50
50
|
/**
|
|
51
51
|
* The GetCaApiResponse model module.
|
|
52
52
|
* @module Ntnx/GetCaApiResponse
|
|
53
|
-
* @version 4.0.1
|
|
53
|
+
* @version 4.0.1
|
|
54
54
|
* @class GetCaApiResponse
|
|
55
55
|
*/
|
|
56
56
|
var _GetCaApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
57
57
|
var GetCaApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
58
58
|
/**
|
|
59
59
|
* Constructs a new <code>GetCaApiResponse</code>.
|
|
60
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
60
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{objectStoreExtId}/certificates/{certificateExtId}/certificate-authority Get operation
|
|
61
61
|
* @alias module:Ntnx/GetCaApiResponse
|
|
62
62
|
*/
|
|
63
63
|
function GetCaApiResponse() {
|
|
@@ -74,7 +74,7 @@ var GetCaApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
|
74
74
|
_this.$objectType = "objects.v4.config.GetCaApiResponse";
|
|
75
75
|
/** @type {object<string, any>} */
|
|
76
76
|
_this.$reserved = {
|
|
77
|
-
'$fv': "v4.r0
|
|
77
|
+
'$fv': "v4.r0"
|
|
78
78
|
};
|
|
79
79
|
/** @type {object<string, any>} */
|
|
80
80
|
_this.$unknownFields = {};
|
|
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Objects Storage Management APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.0.1
|
|
42
|
+
* OpenAPI spec version: 4.0.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
46
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
47
47
|
*
|
|
48
48
|
* Do not edit the class manually.
|
|
49
49
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The GetCertificateApiResponse model module.
|
|
53
53
|
* @module Ntnx/GetCertificateApiResponse
|
|
54
|
-
* @version 4.0.1
|
|
54
|
+
* @version 4.0.1
|
|
55
55
|
* @class GetCertificateApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _GetCertificateApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var GetCertificateApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>GetCertificateApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
61
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{objectStoreExtId}/certificates/{extId} Get operation
|
|
62
62
|
* @alias module:Ntnx/GetCertificateApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function GetCertificateApiResponse() {
|
|
@@ -75,7 +75,7 @@ var GetCertificateApiResponse = exports["default"] = /*#__PURE__*/function (_Pag
|
|
|
75
75
|
_this.$objectType = "objects.v4.config.GetCertificateApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.r0
|
|
78
|
+
'$fv': "v4.r0"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The GetObjectstoreApiResponse model module.
|
|
3
3
|
* @module Ntnx/GetObjectstoreApiResponse
|
|
4
|
-
* @version 4.0.1
|
|
4
|
+
* @version 4.0.1
|
|
5
5
|
* @class GetObjectstoreApiResponse
|
|
6
6
|
*/
|
|
7
7
|
export default class GetObjectstoreApiResponse extends Paginable {
|
|
@@ -81,7 +81,9 @@ export default class GetObjectstoreApiResponse extends Paginable {
|
|
|
81
81
|
}[];
|
|
82
82
|
flags?: {
|
|
83
83
|
$reserved: any;
|
|
84
|
-
$objectType: string;
|
|
84
|
+
$objectType: string; /**
|
|
85
|
+
* @return {ApiResponseMetadata}
|
|
86
|
+
*/
|
|
85
87
|
$unknownFields: any;
|
|
86
88
|
value?: boolean;
|
|
87
89
|
name?: string;
|
|
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Objects Storage Management APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.0.1
|
|
42
|
+
* OpenAPI spec version: 4.0.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
46
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
47
47
|
*
|
|
48
48
|
* Do not edit the class manually.
|
|
49
49
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The GetObjectstoreApiResponse model module.
|
|
53
53
|
* @module Ntnx/GetObjectstoreApiResponse
|
|
54
|
-
* @version 4.0.1
|
|
54
|
+
* @version 4.0.1
|
|
55
55
|
* @class GetObjectstoreApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _GetObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var GetObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>GetObjectstoreApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
61
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{extId} Get operation
|
|
62
62
|
* @alias module:Ntnx/GetObjectstoreApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function GetObjectstoreApiResponse() {
|
|
@@ -75,7 +75,7 @@ var GetObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_Pag
|
|
|
75
75
|
_this.$objectType = "objects.v4.config.GetObjectstoreApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.r0
|
|
78
|
+
'$fv': "v4.r0"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -40,11 +40,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
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"); } /*
|
|
41
41
|
* Nutanix Objects Storage Management APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.0.1
|
|
43
|
+
* OpenAPI spec version: 4.0.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
47
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
47
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
48
48
|
*
|
|
49
49
|
* Do not edit the class manually.
|
|
50
50
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListCertificatesApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListCertificatesApiResponse
|
|
55
|
-
* @version 4.0.1
|
|
55
|
+
* @version 4.0.1
|
|
56
56
|
* @class ListCertificatesApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListCertificatesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListCertificatesApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListCertificatesApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
62
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{objectStoreExtId}/certificates Get operation
|
|
63
63
|
* @alias module:Ntnx/ListCertificatesApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListCertificatesApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListCertificatesApiResponse = exports["default"] = /*#__PURE__*/function (_P
|
|
|
76
76
|
_this.$objectType = "objects.v4.config.ListCertificatesApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.r0
|
|
79
|
+
'$fv': "v4.r0"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -40,11 +40,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
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"); } /*
|
|
41
41
|
* Nutanix Objects Storage Management APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.0.1
|
|
43
|
+
* OpenAPI spec version: 4.0.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
47
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
47
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
48
48
|
*
|
|
49
49
|
* Do not edit the class manually.
|
|
50
50
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListObjectstoresApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListObjectstoresApiResponse
|
|
55
|
-
* @version 4.0.1
|
|
55
|
+
* @version 4.0.1
|
|
56
56
|
* @class ListObjectstoresApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListObjectstoresApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListObjectstoresApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListObjectstoresApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
62
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores Get operation
|
|
63
63
|
* @alias module:Ntnx/ListObjectstoresApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListObjectstoresApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListObjectstoresApiResponse = exports["default"] = /*#__PURE__*/function (_P
|
|
|
76
76
|
_this.$objectType = "objects.v4.config.ListObjectstoresApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.r0
|
|
79
|
+
'$fv': "v4.r0"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -41,11 +41,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
41
41
|
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"); } /*
|
|
42
42
|
* Nutanix Objects Storage Management APIs
|
|
43
43
|
*
|
|
44
|
-
* OpenAPI spec version: 4.0.1
|
|
44
|
+
* OpenAPI spec version: 4.0.1
|
|
45
45
|
*
|
|
46
46
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
47
47
|
*
|
|
48
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
48
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
49
49
|
*
|
|
50
50
|
* Do not edit the class manually.
|
|
51
51
|
*
|
|
@@ -53,7 +53,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
53
53
|
/**
|
|
54
54
|
* The ObjectStore model module.
|
|
55
55
|
* @module Ntnx/ObjectStore
|
|
56
|
-
* @version 4.0.1
|
|
56
|
+
* @version 4.0.1
|
|
57
57
|
* @class ObjectStore
|
|
58
58
|
* @extends ExternalizableAbstractModel
|
|
59
59
|
*
|
|
@@ -83,7 +83,7 @@ var ObjectStore = exports["default"] = /*#__PURE__*/function (_ExternalizableAbs
|
|
|
83
83
|
_this.$objectType = "objects.v4.config.ObjectStore";
|
|
84
84
|
/** @type {object<string, any>} */
|
|
85
85
|
_this.$reserved = {
|
|
86
|
-
'$fv': "v4.r0
|
|
86
|
+
'$fv': "v4.r0"
|
|
87
87
|
};
|
|
88
88
|
/** @type {object<string, any>} */
|
|
89
89
|
_this.$unknownFields = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The ObjectStoreProjection model module.
|
|
3
3
|
* @module Ntnx/ObjectStoreProjection
|
|
4
|
-
* @version 4.0.1
|
|
4
|
+
* @version 4.0.1
|
|
5
5
|
* @class ObjectStoreProjection
|
|
6
6
|
* @extends ObjectStore
|
|
7
7
|
*
|
|
@@ -124,8 +124,31 @@ export default class ObjectStoreProjection extends ObjectStore {
|
|
|
124
124
|
href?: string;
|
|
125
125
|
}[];
|
|
126
126
|
extId?: string;
|
|
127
|
+
alternateIps?: {
|
|
128
|
+
$reserved: any;
|
|
129
|
+
$objectType: string;
|
|
130
|
+
$unknownFields: any;
|
|
131
|
+
ipv6?: {
|
|
132
|
+
$reserved: any;
|
|
133
|
+
$objectType: string;
|
|
134
|
+
$unknownFields: any;
|
|
135
|
+
prefixLength?: number;
|
|
136
|
+
value?: string;
|
|
137
|
+
};
|
|
138
|
+
ipv4?: {
|
|
139
|
+
$reserved: any;
|
|
140
|
+
$objectType: string;
|
|
141
|
+
$unknownFields: any;
|
|
142
|
+
prefixLength?: number;
|
|
143
|
+
value?: string;
|
|
144
|
+
};
|
|
145
|
+
}[];
|
|
146
|
+
shouldGenerate?: boolean;
|
|
127
147
|
alternateFqdns?: {
|
|
128
148
|
$reserved: any;
|
|
149
|
+
/**
|
|
150
|
+
* @return {CertificateProjection[]}
|
|
151
|
+
*/
|
|
129
152
|
$objectType: string;
|
|
130
153
|
$unknownFields: any;
|
|
131
154
|
value?: string;
|
|
@@ -42,11 +42,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
42
42
|
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"); } /*
|
|
43
43
|
* Nutanix Objects Storage Management APIs
|
|
44
44
|
*
|
|
45
|
-
* OpenAPI spec version: 4.0.1
|
|
45
|
+
* OpenAPI spec version: 4.0.1
|
|
46
46
|
*
|
|
47
47
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
48
48
|
*
|
|
49
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
49
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
50
50
|
*
|
|
51
51
|
* Do not edit the class manually.
|
|
52
52
|
*
|
|
@@ -54,7 +54,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
54
54
|
/**
|
|
55
55
|
* The ObjectStoreProjection model module.
|
|
56
56
|
* @module Ntnx/ObjectStoreProjection
|
|
57
|
-
* @version 4.0.1
|
|
57
|
+
* @version 4.0.1
|
|
58
58
|
* @class ObjectStoreProjection
|
|
59
59
|
* @extends ObjectStore
|
|
60
60
|
*
|
|
@@ -83,7 +83,7 @@ var ObjectStoreProjection = exports["default"] = /*#__PURE__*/function (_ObjectS
|
|
|
83
83
|
_this.$objectType = "objects.v4.config.ObjectStoreProjection";
|
|
84
84
|
/** @type {object<string, any>} */
|
|
85
85
|
_this.$reserved = {
|
|
86
|
-
'$fv': "v4.r0
|
|
86
|
+
'$fv': "v4.r0"
|
|
87
87
|
};
|
|
88
88
|
/** @type {object<string, any>} */
|
|
89
89
|
_this.$unknownFields = {};
|
|
@@ -11,11 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Objects Storage Management APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.0.1
|
|
14
|
+
* OpenAPI spec version: 4.0.1
|
|
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: 16.9.
|
|
18
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
19
19
|
*
|
|
20
20
|
* Do not edit the class manually.
|
|
21
21
|
*
|
|
@@ -39,11 +39,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Objects Storage Management APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.0.1
|
|
42
|
+
* OpenAPI spec version: 4.0.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
46
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
46
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
47
47
|
*
|
|
48
48
|
* Do not edit the class manually.
|
|
49
49
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The UpdateObjectstoreApiResponse model module.
|
|
53
53
|
* @module Ntnx/UpdateObjectstoreApiResponse
|
|
54
|
-
* @version 4.0.1
|
|
54
|
+
* @version 4.0.1
|
|
55
55
|
* @class UpdateObjectstoreApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _UpdateObjectstoreApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var UpdateObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>UpdateObjectstoreApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /objects/v4.0
|
|
61
|
+
* REST response for all response codes in API path /objects/v4.0/config/object-stores/{extId} Put operation
|
|
62
62
|
* @alias module:Ntnx/UpdateObjectstoreApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function UpdateObjectstoreApiResponse() {
|
|
@@ -75,7 +75,7 @@ var UpdateObjectstoreApiResponse = exports["default"] = /*#__PURE__*/function (_
|
|
|
75
75
|
_this.$objectType = "objects.v4.config.UpdateObjectstoreApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.r0
|
|
78
|
+
'$fv': "v4.r0"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -29,11 +29,11 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
29
29
|
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"); } /*
|
|
30
30
|
* Nutanix Objects Storage Management APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.0.1
|
|
32
|
+
* OpenAPI spec version: 4.0.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
36
|
-
* Open API Dev Platform Codegen version: 16.9.
|
|
36
|
+
* Open API Dev Platform Codegen version: 16.9.1.8738-RELEASE
|
|
37
37
|
*
|
|
38
38
|
* Do not edit the class manually.
|
|
39
39
|
*
|
|
@@ -41,7 +41,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
41
41
|
/**
|
|
42
42
|
* The AppMessage model module.
|
|
43
43
|
* @module Ntnx/AppMessage
|
|
44
|
-
* @version 4.0.1
|
|
44
|
+
* @version 4.0.1
|
|
45
45
|
* @class AppMessage
|
|
46
46
|
*/
|
|
47
47
|
var _AppMessage_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -63,7 +63,7 @@ var AppMessage = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
63
|
this.$objectType = "objects.v4.error.AppMessage";
|
|
64
64
|
/** @type {object<string, any>} */
|
|
65
65
|
this.$reserved = {
|
|
66
|
-
'$fv': "v4.r0
|
|
66
|
+
'$fv': "v4.r0"
|
|
67
67
|
};
|
|
68
68
|
/** @type {object<string, any>} */
|
|
69
69
|
this.$unknownFields = {};
|