static ManagementStation.Builder |
ManagementStation.builder() |
Create a new builder.
|
ManagementStation.Builder |
ManagementStation.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment that contains the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.copy(ManagementStation model) |
|
ManagementStation.Builder |
ManagementStation.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ManagementStation.Builder |
ManagementStation.Builder.description(String description) |
User-specified description for the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.displayName(String displayName) |
A user-friendly name for the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
ManagementStation.Builder |
ManagementStation.Builder.health(StationHealth health) |
|
ManagementStation.Builder |
ManagementStation.Builder.hostname(String hostname) |
Hostname of the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.id(String id) |
The OCID of the
management station.
|
ManagementStation.Builder |
ManagementStation.Builder.isAutoConfigEnabled(Boolean isAutoConfigEnabled) |
When enabled, the station setup script automatically runs to configure the firewall and
SELinux settings on the station.
|
ManagementStation.Builder |
ManagementStation.Builder.lifecycleState(ManagementStation.LifecycleState lifecycleState) |
The current state of the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.location(ManagedInstanceLocation location) |
The location of the instance that is acting as the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.managedInstanceId(String managedInstanceId) |
The OCID of the
instance that is acting as the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.mirror(MirrorConfiguration mirror) |
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorCapacity(Integer mirrorCapacity) |
A decimal number representing the amount of mirror capacity used by the sync.
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorPackageCount(Integer mirrorPackageCount) |
The total number of all packages within the mirrored software sources.
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorSize(Long mirrorSize) |
The total size of all software source mirrors in bytes.
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorStorageAvailableSize(Long mirrorStorageAvailableSize) |
Amount of available mirror storage in bytes.
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorStorageSize(Long mirrorStorageSize) |
Total mirror storage size in bytes.
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorSyncStatus(MirrorSyncStatus mirrorSyncStatus) |
|
ManagementStation.Builder |
ManagementStation.Builder.mirrorUniquePackageCount(Integer mirrorUniquePackageCount) |
The total number of unique packages within the mirrored software sources on the station.
|
ManagementStation.Builder |
ManagementStation.Builder.overallPercentage(Integer overallPercentage) |
A decimal number representing the progress of the current mirror sync.
|
ManagementStation.Builder |
ManagementStation.Builder.overallState(OverallState overallState) |
Current state of the mirror sync for the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.peerManagementStations(List<PeerManagementStation> peerManagementStations) |
A list of other management stations that are behind the same load balancer within a high
availability configuration.
|
ManagementStation.Builder |
ManagementStation.Builder.profileId(String profileId) |
The OCID of the
registration profile used for the management station.
|
ManagementStation.Builder |
ManagementStation.Builder.proxy(ProxyConfiguration proxy) |
|
ManagementStation.Builder |
ManagementStation.Builder.scheduledJobId(String scheduledJobId) |
The OCID of the
scheduled job for the mirror sync.
|
ManagementStation.Builder |
ManagementStation.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
ManagementStation.Builder |
ManagementStation.toBuilder() |
|
ManagementStation.Builder |
ManagementStation.Builder.totalMirrors(Integer totalMirrors) |
The number of software sources that the station is mirroring.
|