Uses of Class
com.oracle.bmc.appmgmtcontrol.model.MonitoredInstance.LifecycleState
-
Packages that use MonitoredInstance.LifecycleState Package Description com.oracle.bmc.appmgmtcontrol com.oracle.bmc.appmgmtcontrol.model -
-
Uses of MonitoredInstance.LifecycleState in com.oracle.bmc.appmgmtcontrol
-
Uses of MonitoredInstance.LifecycleState in com.oracle.bmc.appmgmtcontrol.model
Methods in com.oracle.bmc.appmgmtcontrol.model that return MonitoredInstance.LifecycleState Modifier and Type Method Description static MonitoredInstance.LifecycleState
MonitoredInstance.LifecycleState. create(String key)
MonitoredInstance.LifecycleState
MonitoredInstance. getLifecycleState()
The current state of the monitored instance.MonitoredInstance.LifecycleState
MonitoredInstanceSummary. getLifecycleState()
The current state of the monitored instance.static MonitoredInstance.LifecycleState
MonitoredInstance.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MonitoredInstance.LifecycleState[]
MonitoredInstance.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.appmgmtcontrol.model with parameters of type MonitoredInstance.LifecycleState Modifier and Type Method Description MonitoredInstance.Builder
MonitoredInstance.Builder. lifecycleState(MonitoredInstance.LifecycleState lifecycleState)
The current state of the monitored instance.MonitoredInstanceSummary.Builder
MonitoredInstanceSummary.Builder. lifecycleState(MonitoredInstance.LifecycleState lifecycleState)
The current state of the monitored instance.Constructors in com.oracle.bmc.appmgmtcontrol.model with parameters of type MonitoredInstance.LifecycleState Constructor Description MonitoredInstance(String instanceId, String compartmentId, String displayName, String managementAgentId, Date timeCreated, Date timeUpdated, MonitoredInstance.MonitoringState monitoringState, MonitoredInstance.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.MonitoredInstanceSummary(String instanceId, String compartmentId, String displayName, String managementAgentId, MonitoredInstance.LifecycleState lifecycleState, MonitoredInstance.MonitoringState monitoringState)
Deprecated.
-