Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.