Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateRedisClusterDetails

The configuration details for a new OCI Cache cluster. An OCI Cache cluster is a memory-based storage solution. For more information, see OCI Cache.

Properties

Optional clusterMode

clusterMode: undefined | string

Specifies whether the cluster is sharded or non-sharded.

compartmentId

compartmentId: string

The OCID of the compartment that contains the cluster.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

displayName

displayName: string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

nodeCount

nodeCount: number

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.

nodeMemoryInGBs

nodeMemoryInGBs: number

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.

Optional nsgIds

nsgIds: Array<string>

A list of Network Security Group (NSG) OCIDs associated with this cluster. For more information, see Using an NSG for Clusters.

Optional shardCount

shardCount: undefined | number

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.

softwareVersion

softwareVersion: string

The OCI Cache engine version that the cluster is running.

subnetId

subnetId: string

The OCID of the cluster's subnet.

Functions

getDeserializedJsonObj

getJsonObj