Show / Hide Table of Contents

Class PrivateSoftwareSourceSummary

Provides summary information for a private software source.

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

Properties

IsMirrorSyncAllowed

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

Indicates if this software source can be mirrored to a management station.

In this article
Back to top