Show / Hide Table of Contents

Class AttachParentSoftwareSourceToManagedInstanceDetails

Information for attaching a software source to a managed instance

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

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