MirrorSummary.Builder |
MirrorSummary.Builder.archType(ArchType archType) |
The architecture type supported by the software source.
|
static MirrorSummary.Builder |
MirrorSummary.builder() |
Create a new builder.
|
MirrorSummary.Builder |
MirrorSummary.Builder.copy(MirrorSummary model) |
|
MirrorSummary.Builder |
MirrorSummary.Builder.displayName(String displayName) |
Display name of the mirror.
|
MirrorSummary.Builder |
MirrorSummary.Builder.id(String id) |
The OCID of the
software source.
|
MirrorSummary.Builder |
MirrorSummary.Builder.log(String log) |
The current log from the management station plugin.
|
MirrorSummary.Builder |
MirrorSummary.Builder.osFamily(OsFamily osFamily) |
The OS family of the software source.
|
MirrorSummary.Builder |
MirrorSummary.Builder.packageCount(Integer packageCount) |
The number of packages within the mirrored software source.
|
MirrorSummary.Builder |
MirrorSummary.Builder.percentage(Integer percentage) |
A decimal number representing the percentage of the software source that has been synced.
|
MirrorSummary.Builder |
MirrorSummary.Builder.size(Long size) |
The size the mirrored software source in bytes.
|
MirrorSummary.Builder |
MirrorSummary.Builder.state(MirrorState state) |
Current state of the software source mirror.
|
MirrorSummary.Builder |
MirrorSummary.Builder.timeLastSynced(Date timeLastSynced) |
Time that the software source was last synced (in RFC
3339 format).
|
MirrorSummary.Builder |
MirrorSummary.toBuilder() |
|
MirrorSummary.Builder |
MirrorSummary.Builder.type(MirrorType type) |
Type of software source.
|