oci-redis 2.91.0 → 2.92.0
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/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/client.d.ts +18 -8
- package/lib/client.js +78 -8
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +2 -2
- package/lib/model/action-type.js +2 -2
- package/lib/model/change-redis-cluster-compartment-details.d.ts +3 -3
- package/lib/model/change-redis-cluster-compartment-details.js +2 -2
- package/lib/model/create-redis-cluster-details.d.ts +17 -9
- package/lib/model/create-redis-cluster-details.js +2 -2
- package/lib/model/create-redis-cluster-details.js.map +1 -1
- package/lib/model/index.d.ts +6 -2
- package/lib/model/index.js +7 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/node-collection.d.ts +3 -3
- package/lib/model/node-collection.js +2 -2
- package/lib/model/node-summary.d.ts +41 -0
- package/lib/model/node-summary.js +29 -0
- package/lib/model/node-summary.js.map +1 -0
- package/lib/model/node.d.ts +4 -4
- package/lib/model/node.js +2 -2
- package/lib/model/operation-status.d.ts +2 -2
- package/lib/model/operation-status.js +2 -2
- package/lib/model/operation-type.d.ts +2 -2
- package/lib/model/operation-type.js +2 -2
- package/lib/model/redis-cluster-collection.d.ts +4 -4
- package/lib/model/redis-cluster-collection.js +2 -2
- package/lib/model/redis-cluster-summary.d.ts +25 -17
- package/lib/model/redis-cluster-summary.js +2 -2
- package/lib/model/redis-cluster-summary.js.map +1 -1
- package/lib/model/redis-cluster.d.ts +34 -17
- package/lib/model/redis-cluster.js +12 -2
- package/lib/model/redis-cluster.js.map +1 -1
- package/lib/model/redis-node-collection.d.ts +26 -0
- package/lib/model/redis-node-collection.js +61 -0
- package/lib/model/redis-node-collection.js.map +1 -0
- package/lib/model/sort-order.d.ts +2 -2
- package/lib/model/sort-order.js +2 -2
- package/lib/model/update-redis-cluster-details.d.ts +10 -6
- package/lib/model/update-redis-cluster-details.js +2 -2
- package/lib/model/update-redis-cluster-details.js.map +1 -1
- package/lib/model/work-request-error-collection.d.ts +2 -2
- package/lib/model/work-request-error-collection.js +2 -2
- package/lib/model/work-request-error.d.ts +2 -2
- package/lib/model/work-request-error.js +2 -2
- package/lib/model/work-request-log-entry-collection.d.ts +2 -2
- package/lib/model/work-request-log-entry-collection.js +2 -2
- package/lib/model/work-request-log-entry.d.ts +2 -2
- package/lib/model/work-request-log-entry.js +2 -2
- package/lib/model/work-request-resource.d.ts +2 -2
- package/lib/model/work-request-resource.js +2 -2
- package/lib/model/work-request-summary-collection.d.ts +2 -2
- package/lib/model/work-request-summary-collection.js +2 -2
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request-summary.js +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/model/work-request.js +2 -2
- package/lib/rediscluster-waiter.d.ts +2 -2
- package/lib/rediscluster-waiter.js +2 -2
- package/lib/request/change-redis-cluster-compartment-request.d.ts +1 -1
- package/lib/request/create-redis-cluster-request.d.ts +1 -1
- package/lib/request/delete-redis-cluster-request.d.ts +1 -1
- package/lib/request/get-redis-cluster-request.d.ts +1 -1
- package/lib/request/index.d.ts +4 -2
- package/lib/request/index.js +5 -3
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-redis-cluster-nodes-request.d.ts +54 -0
- package/lib/request/list-redis-cluster-nodes-request.js +24 -0
- package/lib/request/list-redis-cluster-nodes-request.js.map +1 -0
- package/lib/request/list-redis-clusters-request.d.ts +1 -1
- package/lib/request/update-redis-cluster-request.d.ts +1 -1
- package/lib/response/index.d.ts +4 -2
- package/lib/response/index.js +2 -2
- package/lib/response/list-redis-cluster-nodes-response.d.ts +32 -0
- package/lib/response/list-redis-cluster-nodes-response.js +15 -0
- package/lib/response/list-redis-cluster-nodes-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,25 +11,29 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* The configuration to update for an existing
|
|
14
|
+
* The configuration to update for an existing cluster.
|
|
15
15
|
*/
|
|
16
16
|
export interface UpdateRedisClusterDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
19
|
+
*/
|
|
20
|
+
"shardCount"?: number;
|
|
17
21
|
/**
|
|
18
22
|
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
19
23
|
*/
|
|
20
24
|
"displayName"?: string;
|
|
21
25
|
/**
|
|
22
|
-
* The number of nodes in the
|
|
26
|
+
* The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
27
|
*/
|
|
24
28
|
"nodeCount"?: number;
|
|
25
29
|
/**
|
|
26
|
-
* The amount of memory allocated to the
|
|
30
|
+
* The amount of memory allocated to the cluster's nodes, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
31
|
*/
|
|
28
32
|
"nodeMemoryInGBs"?: number;
|
|
29
33
|
/**
|
|
30
34
|
* A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
31
35
|
* associated with this cluster. For more information,
|
|
32
|
-
* see [Using an NSG for
|
|
36
|
+
* see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
|
|
33
37
|
*
|
|
34
38
|
*/
|
|
35
39
|
"nsgIds"?: Array<string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-redis-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-redis-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"update-redis-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-redis-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -17,7 +17,7 @@ import common = require("oci-common");
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRedisClusterCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
21
21
|
*/
|
|
22
22
|
"redisClusterId": string;
|
|
23
23
|
/**
|
|
@@ -17,7 +17,7 @@ import common = require("oci-common");
|
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRedisClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* Details for the new
|
|
20
|
+
* Details for the new cluster.
|
|
21
21
|
*/
|
|
22
22
|
"createRedisClusterDetails": model.CreateRedisClusterDetails;
|
|
23
23
|
/**
|
|
@@ -16,7 +16,7 @@ import common = require("oci-common");
|
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRedisClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
20
20
|
*/
|
|
21
21
|
"redisClusterId": string;
|
|
22
22
|
/**
|
|
@@ -16,7 +16,7 @@ import common = require("oci-common");
|
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRedisClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
20
20
|
*/
|
|
21
21
|
"redisClusterId": string;
|
|
22
22
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -22,6 +22,8 @@ import * as GetRedisClusterRequest from "./get-redis-cluster-request";
|
|
|
22
22
|
export import GetRedisClusterRequest = GetRedisClusterRequest.GetRedisClusterRequest;
|
|
23
23
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
24
24
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
25
|
+
import * as ListRedisClusterNodesRequest from "./list-redis-cluster-nodes-request";
|
|
26
|
+
export import ListRedisClusterNodesRequest = ListRedisClusterNodesRequest.ListRedisClusterNodesRequest;
|
|
25
27
|
import * as ListRedisClustersRequest from "./list-redis-clusters-request";
|
|
26
28
|
export import ListRedisClustersRequest = ListRedisClustersRequest.ListRedisClustersRequest;
|
|
27
29
|
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
package/lib/request/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -31,7 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListRedisClustersRequest = void 0;
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListRedisClustersRequest = exports.ListRedisClusterNodesRequest = void 0;
|
|
35
|
+
const ListRedisClusterNodesRequest = __importStar(require("./list-redis-cluster-nodes-request"));
|
|
36
|
+
exports.ListRedisClusterNodesRequest = ListRedisClusterNodesRequest.ListRedisClusterNodesRequest;
|
|
35
37
|
const ListRedisClustersRequest = __importStar(require("./list-redis-clusters-request"));
|
|
36
38
|
exports.ListRedisClustersRequest = ListRedisClustersRequest.ListRedisClustersRequest;
|
|
37
39
|
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAcH,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAcH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220315
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListRedisClusterNodesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"redisClusterId": string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources that match the entire display name given.
|
|
25
|
+
*/
|
|
26
|
+
"displayName"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of items to return.
|
|
29
|
+
*/
|
|
30
|
+
"limit"?: number;
|
|
31
|
+
/**
|
|
32
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
33
|
+
*/
|
|
34
|
+
"page"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
37
|
+
*/
|
|
38
|
+
"sortOrder"?: model.SortOrder;
|
|
39
|
+
/**
|
|
40
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"sortBy"?: ListRedisClusterNodesRequest.SortBy;
|
|
44
|
+
/**
|
|
45
|
+
* The client request ID for tracing.
|
|
46
|
+
*/
|
|
47
|
+
"opcRequestId"?: string;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace ListRedisClusterNodesRequest {
|
|
50
|
+
enum SortBy {
|
|
51
|
+
TimeCreated = "timeCreated",
|
|
52
|
+
DisplayName = "displayName"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220315
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListRedisClusterNodesRequest = void 0;
|
|
16
|
+
var ListRedisClusterNodesRequest;
|
|
17
|
+
(function (ListRedisClusterNodesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListRedisClusterNodesRequest.SortBy || (ListRedisClusterNodesRequest.SortBy = {}));
|
|
23
|
+
})(ListRedisClusterNodesRequest = exports.ListRedisClusterNodesRequest || (exports.ListRedisClusterNodesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-redis-cluster-nodes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-redis-cluster-nodes-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/list-redis-cluster-nodes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC3C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAGjB;AACH,CAAC,EALgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAK5C"}
|
|
@@ -29,7 +29,7 @@ export interface ListRedisClustersRequest extends common.BaseRequest {
|
|
|
29
29
|
*/
|
|
30
30
|
"displayName"?: string;
|
|
31
31
|
/**
|
|
32
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the
|
|
32
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
33
33
|
*/
|
|
34
34
|
"id"?: string;
|
|
35
35
|
/**
|
|
@@ -17,7 +17,7 @@ import common = require("oci-common");
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRedisClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
|
|
21
21
|
*/
|
|
22
22
|
"redisClusterId": string;
|
|
23
23
|
/**
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
4
4
|
* OpenAPI spec version: 20220315
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -22,6 +22,8 @@ import * as GetRedisClusterResponse from "./get-redis-cluster-response";
|
|
|
22
22
|
export import GetRedisClusterResponse = GetRedisClusterResponse.GetRedisClusterResponse;
|
|
23
23
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
24
24
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
25
|
+
import * as ListRedisClusterNodesResponse from "./list-redis-cluster-nodes-response";
|
|
26
|
+
export import ListRedisClusterNodesResponse = ListRedisClusterNodesResponse.ListRedisClusterNodesResponse;
|
|
25
27
|
import * as ListRedisClustersResponse from "./list-redis-clusters-response";
|
|
26
28
|
export import ListRedisClustersResponse = ListRedisClustersResponse.ListRedisClustersResponse;
|
|
27
29
|
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
package/lib/response/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
|
|
5
5
|
* OpenAPI spec version: 20220315
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220315
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListRedisClusterNodesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.RedisNodeCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"redisNodeCollection": model.RedisNodeCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220315
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-redis-cluster-nodes-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-redis-cluster-nodes-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/list-redis-cluster-nodes-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-redis",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.92.0",
|
|
4
4
|
"description": "OCI NodeJS client for Redis Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.92.0",
|
|
19
|
+
"oci-workrequests": "2.92.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|