Class MemberCluster
The details of a cluster participating in the replication setup.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class MemberCluster
Properties
OciCacheClusterId
Declaration
[Required(ErrorMessage = "OciCacheClusterId is required.")]
[JsonProperty(PropertyName = "ociCacheClusterId")]
public string OciCacheClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the OCI Cache cluster. |
Remarks
Required
Region
Declaration
[Required(ErrorMessage = "Region is required.")]
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCI region to which the cluster belongs. |
Remarks
Required