Class AttachedOciCacheCluster
OciCacheCluster to which the OciCacheUser is attached.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class AttachedOciCacheCluster
Properties
OciCacheClusterId
Declaration
[Required(ErrorMessage = "OciCacheClusterId is required.")]
[JsonProperty(PropertyName = "ociCacheClusterId")]
public string OciCacheClusterId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the OciCacheCluster |
Remarks
Required