Show / Hide Table of Contents

Class ConvertToSecondaryClusterDetails

The information required to convert a cluster into a secondary cluster.

Inheritance
object
ConvertToSecondaryClusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class ConvertToSecondaryClusterDetails

Properties

PrimaryClusterId

Declaration
[Required(ErrorMessage = "PrimaryClusterId is required.")]
[JsonProperty(PropertyName = "primaryClusterId")]
public string PrimaryClusterId { get; set; }
Property Value
Type Description
string

The OCID of the primary cluster.

Remarks

Required

In this article
Back to top