Uses of Class
com.oracle.bmc.osmanagementhub.model.OverallState
-
Packages that use OverallState Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of OverallState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return OverallState Modifier and Type Method Description static OverallState
OverallState. create(String key)
OverallState
ManagementStation. getOverallState()
Current state of the mirror sync for the management station.OverallState
ManagementStationSummary. getOverallState()
Current state of the mirror sync for the management station.static OverallState
OverallState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OverallState[]
OverallState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type OverallState Modifier and Type Method Description ManagementStation.Builder
ManagementStation.Builder. overallState(OverallState overallState)
Current state of the mirror sync for the management station.ManagementStationSummary.Builder
ManagementStationSummary.Builder. overallState(OverallState overallState)
Current state of the mirror sync for the management station.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type OverallState 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.ManagementStationSummary(String id, String managedInstanceId, String compartmentId, String profileId, String scheduledJobId, Date timeNextExecution, String displayName, String description, String hostname, OverallState overallState, HealthState healthState, Integer overallPercentage, Integer mirrorCapacity, ManagementStation.LifecycleState lifecycleState, ManagedInstanceLocation location, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-