Show / Hide Table of Contents

Class PrivateSoftwareSource

The object that defines a private software source. A software source is a collection of packages. For more information, see Managing Software Sources.

Inheritance
object
SoftwareSource
PrivateSoftwareSource
Inherited Members
SoftwareSource.Id
SoftwareSource.CompartmentId
SoftwareSource.DisplayName
SoftwareSource.TimeCreated
SoftwareSource.Description
SoftwareSource.Availability
SoftwareSource.AvailabilityAtOci
SoftwareSource.RepoId
SoftwareSource.OsFamily
SoftwareSource.ArchType
SoftwareSource.LifecycleState
SoftwareSource.PackageCount
SoftwareSource.Url
SoftwareSource.ChecksumType
SoftwareSource.GpgKeyUrl
SoftwareSource.GpgKeyId
SoftwareSource.GpgKeyFingerprint
SoftwareSource.Size
SoftwareSource.FreeformTags
SoftwareSource.DefinedTags
SoftwareSource.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 PrivateSoftwareSource : SoftwareSource

Properties

AdvancedRepoOptions

Declaration
[JsonProperty(PropertyName = "advancedRepoOptions")]
public string AdvancedRepoOptions { get; set; }
Property Value
Type Description
string

Advanced repository options for the software source

IsGpgCheckEnabled

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

Indicates if GPG verification is enabled for the software source.

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.

IsSslVerifyEnabled

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

Indicates if SSL validation is enabled for the software source.

In this article
Back to top