Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
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.lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of 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.mirrorSyncStatus(MirrorSyncStatus mirrorSyncStatus) |
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.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.
|
Copyright © 2016–2024. All rights reserved.