Show / Hide Table of Contents

Class SynchronizeMirrorsDetails

Detailed information about software source mirrors to be synced.

Inheritance
object
SynchronizeMirrorsDetails
Inherited Members
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 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

In this article
Back to top