Class CustomSoftwareSourceSummary
Provides summary information for a custom software source.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class CustomSoftwareSourceSummary : SoftwareSourceSummary
Properties
SoftwareSourceSubType
Declaration
[JsonProperty(PropertyName = "softwareSourceSubType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SoftwareSourceSubType? SoftwareSourceSubType { get; set; }
Property Value
Type | Description |
---|---|
SoftwareSourceSubType? | Identifies how the custom software source was created. |
VendorSoftwareSources
Declaration
[Required(ErrorMessage = "VendorSoftwareSources is required.")]
[JsonProperty(PropertyName = "vendorSoftwareSources")]
public List<Id> VendorSoftwareSources { get; set; }
Property Value
Type | Description |
---|---|
List<Id> | List of vendor software sources that are used for the basis of the custom software source.. |
Remarks
Required