AttachedOciCacheCluster¶
-
class
oci.redis.models.
AttachedOciCacheCluster
(**kwargs)¶ Bases:
object
OciCacheCluster to which the OciCacheUser is attached.
Methods
__init__
(**kwargs)Initializes a new AttachedOciCacheCluster object with values from keyword arguments. Attributes
oci_cache_cluster_id
[Required] Gets the oci_cache_cluster_id of this AttachedOciCacheCluster. -
__init__
(**kwargs)¶ Initializes a new AttachedOciCacheCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: oci_cache_cluster_id (str) – The value to assign to the oci_cache_cluster_id property of this AttachedOciCacheCluster.
-
oci_cache_cluster_id
¶ [Required] Gets the oci_cache_cluster_id of this AttachedOciCacheCluster. OCID of the OciCacheCluster
Returns: The oci_cache_cluster_id of this AttachedOciCacheCluster. Return type: str
-