Class PrivateSoftwareSourceSummary
Provides summary information for a private software source.
Inherited Members
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. |