Class CreateVendorSoftwareSourceDetails
Provides the information used to replicated a vendor software source into another compartment (other than root).
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class CreateVendorSoftwareSourceDetails : CreateSoftwareSourceDetails
Properties
OriginDisplayName
Declaration
[JsonProperty(PropertyName = "originDisplayName")]
public string OriginDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The display name of the software source to be replicated |
OriginSoftwareSourceId
Declaration
[JsonProperty(PropertyName = "originSoftwareSourceId")]
public string OriginSoftwareSourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the vendor software source in the root compartment that is being replicated. |