OciCacheConfigSet

class oci.redis.models.OciCacheConfigSet(**kwargs)

Bases: object

Configurations for OCI Cache to manage the behavior, performance, and functionality of the underlying cache engine.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a OciCacheConfigSet.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a OciCacheConfigSet.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a OciCacheConfigSet.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a OciCacheConfigSet.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a OciCacheConfigSet.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a OciCacheConfigSet.
SOFTWARE_VERSION_REDIS_7_0 A constant which can be used with the software_version property of a OciCacheConfigSet.
SOFTWARE_VERSION_V7_0_5 A constant which can be used with the software_version property of a OciCacheConfigSet.
SOFTWARE_VERSION_VALKEY_7_2 A constant which can be used with the software_version property of a OciCacheConfigSet.
compartment_id [Required] Gets the compartment_id of this OciCacheConfigSet.
configuration_details Gets the configuration_details of this OciCacheConfigSet.
default_config_set_id Gets the default_config_set_id of this OciCacheConfigSet.
defined_tags Gets the defined_tags of this OciCacheConfigSet.
description Gets the description of this OciCacheConfigSet.
display_name Gets the display_name of this OciCacheConfigSet.
freeform_tags Gets the freeform_tags of this OciCacheConfigSet.
id [Required] Gets the id of this OciCacheConfigSet.
lifecycle_state [Required] Gets the lifecycle_state of this OciCacheConfigSet.
software_version [Required] Gets the software_version of this OciCacheConfigSet.
system_tags Gets the system_tags of this OciCacheConfigSet.
time_created Gets the time_created of this OciCacheConfigSet.
time_updated Gets the time_updated of this OciCacheConfigSet.

Methods

__init__(**kwargs) Initializes a new OciCacheConfigSet object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a OciCacheConfigSet. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a OciCacheConfigSet. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a OciCacheConfigSet. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a OciCacheConfigSet. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a OciCacheConfigSet. This constant has a value of “FAILED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a OciCacheConfigSet. This constant has a value of “UPDATING”

SOFTWARE_VERSION_REDIS_7_0 = 'REDIS_7_0'

A constant which can be used with the software_version property of a OciCacheConfigSet. This constant has a value of “REDIS_7_0”

SOFTWARE_VERSION_V7_0_5 = 'V7_0_5'

A constant which can be used with the software_version property of a OciCacheConfigSet. This constant has a value of “V7_0_5”

SOFTWARE_VERSION_VALKEY_7_2 = 'VALKEY_7_2'

A constant which can be used with the software_version property of a OciCacheConfigSet. This constant has a value of “VALKEY_7_2”

__init__(**kwargs)

Initializes a new OciCacheConfigSet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this OciCacheConfigSet.
  • default_config_set_id (str) – The value to assign to the default_config_set_id property of this OciCacheConfigSet.
  • description (str) – The value to assign to the description property of this OciCacheConfigSet.
  • display_name (str) – The value to assign to the display_name property of this OciCacheConfigSet.
  • compartment_id (str) – The value to assign to the compartment_id property of this OciCacheConfigSet.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OciCacheConfigSet. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this OciCacheConfigSet.
  • time_updated (datetime) – The value to assign to the time_updated property of this OciCacheConfigSet.
  • software_version (str) – The value to assign to the software_version property of this OciCacheConfigSet. Allowed values for this property are: “V7_0_5”, “REDIS_7_0”, “VALKEY_7_2”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • configuration_details (oci.redis.models.ConfigurationDetails) – The value to assign to the configuration_details property of this OciCacheConfigSet.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OciCacheConfigSet.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OciCacheConfigSet.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OciCacheConfigSet.
compartment_id

[Required] Gets the compartment_id of this OciCacheConfigSet. The OCID of the compartment that contains the OCI Cache Config Set.

Returns:The compartment_id of this OciCacheConfigSet.
Return type:str
configuration_details

Gets the configuration_details of this OciCacheConfigSet.

Returns:The configuration_details of this OciCacheConfigSet.
Return type:oci.redis.models.ConfigurationDetails
default_config_set_id

Gets the default_config_set_id of this OciCacheConfigSet. The OCID of the default OCI Cache Config Set which the custom OCI Cache Config Set is based upon.

Returns:The default_config_set_id of this OciCacheConfigSet.
Return type:str
defined_tags

Gets the defined_tags of this OciCacheConfigSet. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this OciCacheConfigSet.
Return type:dict(str, dict(str, object))
description

Gets the description of this OciCacheConfigSet. A description of the OCI Cache Config Set.

Returns:The description of this OciCacheConfigSet.
Return type:str
display_name

Gets the display_name of this OciCacheConfigSet. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this OciCacheConfigSet.
Return type:str
freeform_tags

Gets the freeform_tags of this OciCacheConfigSet. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this OciCacheConfigSet.
Return type:dict(str, str)
id

[Required] Gets the id of this OciCacheConfigSet. The OCID of the OCI Cache Config Set.

Returns:The id of this OciCacheConfigSet.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this OciCacheConfigSet. The current state of the OCI Cache Config Set.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this OciCacheConfigSet.
Return type:str
software_version

[Required] Gets the software_version of this OciCacheConfigSet. The OCI Cache engine version that the cluster is running.

Allowed values for this property are: “V7_0_5”, “REDIS_7_0”, “VALKEY_7_2”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The software_version of this OciCacheConfigSet.
Return type:str
system_tags

Gets the system_tags of this OciCacheConfigSet. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this OciCacheConfigSet.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this OciCacheConfigSet. The date and time the OCI Cache Config Set was created. An RFC3339 formatted datetime string.

Returns:The time_created of this OciCacheConfigSet.
Return type:datetime
time_updated

Gets the time_updated of this OciCacheConfigSet. The date and time the OCI Cache Config Set was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this OciCacheConfigSet.
Return type:datetime