Uses of Class
com.oracle.bmc.cloudbridge.model.Agent.HeartBeatStatus
-
Packages that use Agent.HeartBeatStatus Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of Agent.HeartBeatStatus in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Agent.HeartBeatStatus Modifier and Type Method Description static Agent.HeartBeatStatus
Agent.HeartBeatStatus. create(String key)
Agent.HeartBeatStatus
Agent. getHeartBeatStatus()
The current heartbeat status of the Agent based on its timeLastSyncReceived value.Agent.HeartBeatStatus
AgentSummary. getHeartBeatStatus()
Current heartbeat status of the Agent based on its timeLastSyncReceived value.static Agent.HeartBeatStatus
Agent.HeartBeatStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Agent.HeartBeatStatus[]
Agent.HeartBeatStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Agent.HeartBeatStatus Modifier and Type Method Description Agent.Builder
Agent.Builder. heartBeatStatus(Agent.HeartBeatStatus heartBeatStatus)
The current heartbeat status of the Agent based on its timeLastSyncReceived value.AgentSummary.Builder
AgentSummary.Builder. heartBeatStatus(Agent.HeartBeatStatus heartBeatStatus)
Current heartbeat status of the Agent based on its timeLastSyncReceived value.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Agent.HeartBeatStatus Constructor Description Agent(String id, String displayName, String compartmentId, Agent.AgentType agentType, String agentVersion, String osVersion, Date timeCreated, Date timeUpdated, Date timeLastSyncReceived, Agent.HeartBeatStatus heartBeatStatus, String environmentId, String agentPubKey, Date timeExpireAgentKeyInMs, Agent.LifecycleState lifecycleState, String lifecycleDetails, List<PluginSummary> pluginList, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AgentSummary(String id, String displayName, String compartmentId, Agent.AgentType agentType, String agentVersion, String osVersion, Date timeCreated, Date timeUpdated, Date timeLastSyncReceived, Agent.HeartBeatStatus heartBeatStatus, String environmentId, Agent.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-