Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagementStation.LifecycleState
-
Packages that use ManagementStation.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ManagementStation.LifecycleState in com.oracle.bmc.osmanagementhub
-
Uses of ManagementStation.LifecycleState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagementStation.LifecycleState Modifier and Type Method Description static ManagementStation.LifecycleState
ManagementStation.LifecycleState. create(String key)
ManagementStation.LifecycleState
ManagementStation. getLifecycleState()
The current state of the management station.ManagementStation.LifecycleState
ManagementStationSummary. getLifecycleState()
The current state of the management station.static ManagementStation.LifecycleState
ManagementStation.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagementStation.LifecycleState[]
ManagementStation.LifecycleState. 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 ManagementStation.LifecycleState Modifier and Type Method Description ManagementStation.Builder
ManagementStation.Builder. lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of the management station.ManagementStationSummary.Builder
ManagementStationSummary.Builder. lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of the management station.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ManagementStation.LifecycleState 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. -
Uses of ManagementStation.LifecycleState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ManagementStation.LifecycleState Modifier and Type Method Description ManagementStation.LifecycleState
ListManagementStationsRequest. getLifecycleState()
A filter that returns information for management stations in the specified state.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ManagementStation.LifecycleState Modifier and Type Method Description ListManagementStationsRequest.Builder
ListManagementStationsRequest.Builder. lifecycleState(ManagementStation.LifecycleState lifecycleState)
A filter that returns information for management stations in the specified state.
-