ConvertToSecondaryClusterDetails¶
-
class
oci.redis.models.ConvertToSecondaryClusterDetails(**kwargs)¶ Bases:
objectThe information required to convert a cluster into a secondary cluster.
Methods
__init__(**kwargs)Initializes a new ConvertToSecondaryClusterDetails object with values from keyword arguments. Attributes
primary_cluster_id[Required] Gets the primary_cluster_id of this ConvertToSecondaryClusterDetails. -
__init__(**kwargs)¶ Initializes a new ConvertToSecondaryClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: primary_cluster_id (str) – The value to assign to the primary_cluster_id property of this ConvertToSecondaryClusterDetails.
-