Show / Hide Table of Contents

Class CreateVendorSoftwareSourceDetails

Provides the information used to replicated a vendor software source into another compartment (other than root).

Inheritance
object
CreateSoftwareSourceDetails
CreateVendorSoftwareSourceDetails
Inherited Members
CreateSoftwareSourceDetails.CompartmentId
CreateSoftwareSourceDetails.DisplayName
CreateSoftwareSourceDetails.Description
CreateSoftwareSourceDetails.FreeformTags
CreateSoftwareSourceDetails.DefinedTags
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 CreateVendorSoftwareSourceDetails : CreateSoftwareSourceDetails

Properties

OriginSoftwareSourceId

Declaration
[Required(ErrorMessage = "OriginSoftwareSourceId is required.")]
[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.

Remarks

Required

In this article
Back to top