Show / Hide Table of Contents

Class AssociatedOciCacheClusterSummary

Summary of the Clusters associated with an OCI Cache Config Set.

Inheritance
object
AssociatedOciCacheClusterSummary
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 AssociatedOciCacheClusterSummary

Properties

Id

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

The OCID of the cluster.

Remarks

Required

In this article
Back to top