Show / Hide Table of Contents

Class DetachSoftwareSourcesFromManagedInstanceDetails

Provides the information used to detach the software sources from the managed instance.

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

Properties

SoftwareSources

Declaration
[Required(ErrorMessage = "SoftwareSources is required.")]
[JsonProperty(PropertyName = "softwareSources")]
public List<string> SoftwareSources { get; set; }
Property Value
Type Description
List<string>

The list of software source OCIDs to be attached/detached.

Remarks

Required

WorkRequestDetails

Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type Description
WorkRequestDetails
In this article
Back to top