Class AttachParentSoftwareSourceToManagedInstanceDetails
Information for attaching a software source to a managed instance
Inherited Members
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