Show / Hide Table of Contents

Class DetachParentSoftwareSourceFromManagedInstanceDetails

Information for detaching a software source from a managed instance

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

Properties

SoftwareSourceId

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

OCID for the Software Source

Remarks

Required

In this article
Back to top