Class ThirdPartySoftwareSourceSummary
Provides summary information for a third-party software source.
Inherited Members
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 |