MirrorSyncStatus

class oci.os_management_hub.models.MirrorSyncStatus(**kwargs)

Bases: object

Status summary of the mirror sync.

Methods

__init__(**kwargs) Initializes a new MirrorSyncStatus object with values from keyword arguments.

Attributes

failed [Required] Gets the failed of this MirrorSyncStatus.
queued [Required] Gets the queued of this MirrorSyncStatus.
synced [Required] Gets the synced of this MirrorSyncStatus.
syncing [Required] Gets the syncing of this MirrorSyncStatus.
unsynced [Required] Gets the unsynced of this MirrorSyncStatus.
__init__(**kwargs)

Initializes a new MirrorSyncStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • unsynced (int) – The value to assign to the unsynced property of this MirrorSyncStatus.
  • queued (int) – The value to assign to the queued property of this MirrorSyncStatus.
  • syncing (int) – The value to assign to the syncing property of this MirrorSyncStatus.
  • synced (int) – The value to assign to the synced property of this MirrorSyncStatus.
  • failed (int) – The value to assign to the failed property of this MirrorSyncStatus.
failed

[Required] Gets the failed of this MirrorSyncStatus. Total number of software sources that failed to sync.

Returns:The failed of this MirrorSyncStatus.
Return type:int
queued

[Required] Gets the queued of this MirrorSyncStatus. Total number of software sources that are queued for sync.

Returns:The queued of this MirrorSyncStatus.
Return type:int
synced

[Required] Gets the synced of this MirrorSyncStatus. Total number of software sources that successfully synced.

Returns:The synced of this MirrorSyncStatus.
Return type:int
syncing

[Required] Gets the syncing of this MirrorSyncStatus. Total number of software sources currently syncing.

Returns:The syncing of this MirrorSyncStatus.
Return type:int
unsynced

[Required] Gets the unsynced of this MirrorSyncStatus. Total number of software sources that have not yet been synced.

Returns:The unsynced of this MirrorSyncStatus.
Return type:int