Show / Hide Table of Contents

Class SoftwareSourceProfile

Provides the information for a software source registration profile.

Inheritance
object
Profile
SoftwareSourceProfile
Inherited Members
Profile.Id
Profile.CompartmentId
Profile.DisplayName
Profile.Description
Profile.ManagementStationId
Profile.VendorName
Profile.OsFamily
Profile.ArchType
Profile.TimeCreated
Profile.TimeModified
Profile.ProfileVersion
Profile.LifecycleState
Profile.RegistrationType
Profile.IsDefaultProfile
Profile.IsServiceProvidedProfile
Profile.FreeformTags
Profile.DefinedTags
Profile.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 SoftwareSourceProfile : Profile

Properties

SoftwareSources

Declaration
[Required(ErrorMessage = "SoftwareSources is required.")]
[JsonProperty(PropertyName = "softwareSources")]
public List<SoftwareSourceDetails> SoftwareSources { get; set; }
Property Value
Type Description
List<SoftwareSourceDetails>

The list of software sources that the registration profile will use.

Remarks

Required

In this article
Back to top