Show / Hide Table of Contents

Class ChangeLifecycleEnvironmentCompartmentDetails

Provides the information used to move the lifecycle environment to another compartment.

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

Properties

CompartmentId

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

The OCID of the compartment to move the lifecycle environment to.

In this article
Back to top