Uses of Class
com.oracle.bmc.osmanagementhub.model.MirrorSyncStatus.Builder
-
Packages that use MirrorSyncStatus.Builder Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of MirrorSyncStatus.Builder in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return MirrorSyncStatus.Builder Modifier and Type Method Description static MirrorSyncStatus.Builder
MirrorSyncStatus. builder()
Create a new builder.MirrorSyncStatus.Builder
MirrorSyncStatus.Builder. copy(MirrorSyncStatus model)
MirrorSyncStatus.Builder
MirrorSyncStatus.Builder. failed(Integer failed)
Total number of software sources that failed to sync.MirrorSyncStatus.Builder
MirrorSyncStatus.Builder. queued(Integer queued)
Total number of software sources that are queued for sync.MirrorSyncStatus.Builder
MirrorSyncStatus.Builder. synced(Integer synced)
Total number of software sources that successfully synced.MirrorSyncStatus.Builder
MirrorSyncStatus.Builder. syncing(Integer syncing)
Total number of software sources currently syncing.MirrorSyncStatus.Builder
MirrorSyncStatus. toBuilder()
MirrorSyncStatus.Builder
MirrorSyncStatus.Builder. unsynced(Integer unsynced)
Total number of software sources that have not yet been synced.
-