Show / Hide Table of Contents

Class ThirdPartySoftwareSourceSummary

Provides summary information for a third-party software source.

Inheritance
object
SoftwareSourceSummary
ThirdPartySoftwareSourceSummary
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 ThirdPartySoftwareSourceSummary : SoftwareSourceSummary

Properties

IsMirrorSyncAllowed

Declaration
[JsonProperty(PropertyName = "isMirrorSyncAllowed")]
public bool? IsMirrorSyncAllowed { get; set; }
Property Value
Type Description
bool?

Whether this software source can be synced to a management station

In this article
Back to top