Show / Hide Table of Contents

Class ChangeOciCacheUserCompartmentDetails

The configuration details for the move operation.

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

Properties

CompartmentId

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

OCID of the compartment into which the OCI cache user will be moved.

Remarks

Required

In this article
Back to top