Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.