Class VendorSoftwareSourceSummary
Provides summary information for a vendor software source.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class VendorSoftwareSourceSummary : SoftwareSourceSummary
Properties
IsMandatoryForAutonomousLinux
Declaration
[JsonProperty(PropertyName = "isMandatoryForAutonomousLinux")]
public bool? IsMandatoryForAutonomousLinux { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether the software source is required for the Autonomous Linux service. |
VendorName
Declaration
[Required(ErrorMessage = "VendorName is required.")]
[JsonProperty(PropertyName = "vendorName")]
[JsonConverter(typeof(ResponseEnumConverter))]
public VendorName? VendorName { get; set; }
Property Value
Type | Description |
---|---|
VendorName? | Name of the vendor providing the software source. |
Remarks
Required