Class SynchronizeMirrorsDetails
Details for syncing selected mirrors
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SynchronizeMirrorsDetails
Properties
SoftwareSourceList
Declaration
[Required(ErrorMessage = "SoftwareSourceList is required.")]
[JsonProperty(PropertyName = "softwareSourceList")]
public List<string> SoftwareSourceList { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of Software Source OCIDs to synchronize |
Remarks
Required