SynchronizeMirrorsDetails¶
-
class
oci.os_management_hub.models.
SynchronizeMirrorsDetails
(**kwargs)¶ Bases:
object
Details for syncing selected mirrors
Methods
__init__
(**kwargs)Initializes a new SynchronizeMirrorsDetails object with values from keyword arguments. Attributes
software_source_list
[Required] Gets the software_source_list of this SynchronizeMirrorsDetails. -
__init__
(**kwargs)¶ Initializes a new SynchronizeMirrorsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: software_source_list (list[str]) – The value to assign to the software_source_list property of this SynchronizeMirrorsDetails.
-
software_source_list
¶ [Required] Gets the software_source_list of this SynchronizeMirrorsDetails. List of Software Source OCIDs to synchronize
Returns: The software_source_list of this SynchronizeMirrorsDetails. Return type: list[str]
-