Show / Hide Table of Contents

Class ChangeSoftwareSourceCompartmentDetails

Compartment id for a software source

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

Properties

CompartmentId

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

The OCID of the compartment into which the resource should be moved.

In this article
Back to top