OciCacheDefaultConfigSetSummary¶
-
class
oci.redis.models.
OciCacheDefaultConfigSetSummary
(**kwargs)¶ Bases:
object
Summary of information about an OCI Cache Default Config Set.
Methods
__init__
(**kwargs)Initializes a new OciCacheDefaultConfigSetSummary object with values from keyword arguments. Attributes
display_name
Gets the display_name of this OciCacheDefaultConfigSetSummary. id
[Required] Gets the id of this OciCacheDefaultConfigSetSummary. lifecycle_state
Gets the lifecycle_state of this OciCacheDefaultConfigSetSummary. software_version
[Required] Gets the software_version of this OciCacheDefaultConfigSetSummary. time_created
Gets the time_created of this OciCacheDefaultConfigSetSummary. -
__init__
(**kwargs)¶ Initializes a new OciCacheDefaultConfigSetSummary 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 OciCacheDefaultConfigSetSummary.
- display_name (str) – The value to assign to the display_name property of this OciCacheDefaultConfigSetSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OciCacheDefaultConfigSetSummary.
- software_version (str) – The value to assign to the software_version property of this OciCacheDefaultConfigSetSummary.
- time_created (datetime) – The value to assign to the time_created property of this OciCacheDefaultConfigSetSummary.
-
display_name
¶ Gets the display_name of this OciCacheDefaultConfigSetSummary. A user-friendly name of the OCI Cache Default Config Set.
Returns: The display_name of this OciCacheDefaultConfigSetSummary. Return type: str
-
id
¶ [Required] Gets the id of this OciCacheDefaultConfigSetSummary. The OCID of the OCI Cache Default Config Set.
Returns: The id of this OciCacheDefaultConfigSetSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this OciCacheDefaultConfigSetSummary. The current state of the OCI Cache Default Config Set.
Returns: The lifecycle_state of this OciCacheDefaultConfigSetSummary. Return type: str
-
software_version
¶ [Required] Gets the software_version of this OciCacheDefaultConfigSetSummary. The engine version of the OCI Cache Default Config Set.
Returns: The software_version of this OciCacheDefaultConfigSetSummary. Return type: str
-