Show / Hide Table of Contents

Class VendorSoftwareSourceSummary

Provides summary information for a vendor software source.

Inheritance
object
SoftwareSourceSummary
VendorSoftwareSourceSummary
Inherited Members
SoftwareSourceSummary.Id
SoftwareSourceSummary.CompartmentId
SoftwareSourceSummary.DisplayName
SoftwareSourceSummary.RepoId
SoftwareSourceSummary.Url
SoftwareSourceSummary.TimeCreated
SoftwareSourceSummary.TimeUpdated
SoftwareSourceSummary.Description
SoftwareSourceSummary.Availability
SoftwareSourceSummary.AvailabilityAtOci
SoftwareSourceSummary.OsFamily
SoftwareSourceSummary.ArchType
SoftwareSourceSummary.PackageCount
SoftwareSourceSummary.LifecycleState
SoftwareSourceSummary.Size
SoftwareSourceSummary.FreeformTags
SoftwareSourceSummary.DefinedTags
SoftwareSourceSummary.SystemTags
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 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

In this article
Back to top