Uses of Class
com.oracle.bmc.osmanagementhub.model.PeerManagementStation
-
Packages that use PeerManagementStation Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of PeerManagementStation in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return PeerManagementStation Modifier and Type Method Description PeerManagementStation
PeerManagementStation.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type PeerManagementStation Modifier and Type Method Description List<PeerManagementStation>
ManagementStation. getPeerManagementStations()
A list of other management stations that are behind the same load balancer within a high availability configuration.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type PeerManagementStation Modifier and Type Method Description PeerManagementStation.Builder
PeerManagementStation.Builder. copy(PeerManagementStation model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type PeerManagementStation Modifier and Type Method Description 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.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type PeerManagementStation Constructor Description ManagementStation(String id, String managedInstanceId, String compartmentId, String scheduledJobId, String profileId, String displayName, String description, String hostname, OverallState overallState, Integer overallPercentage, Integer mirrorCapacity, Integer totalMirrors, MirrorSyncStatus mirrorSyncStatus, ProxyConfiguration proxy, MirrorConfiguration mirror, StationHealth health, ManagementStation.LifecycleState lifecycleState, Boolean isAutoConfigEnabled, List<PeerManagementStation> peerManagementStations, ManagedInstanceLocation location, Long mirrorStorageAvailableSize, Long mirrorStorageSize, Long mirrorSize, Integer mirrorUniquePackageCount, Integer mirrorPackageCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-