Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
PluginSummary |
PluginSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PluginSummary> |
Agent.getPluginList()
List of plugins associated with the agent.
|
Modifier and Type | Method and Description |
---|---|
PluginSummary.Builder |
PluginSummary.Builder.copy(PluginSummary model) |
Modifier and Type | Method and Description |
---|---|
Agent.Builder |
Agent.Builder.pluginList(List<PluginSummary> pluginList)
List of plugins associated with the agent.
|
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.
|
Copyright © 2016–2024. All rights reserved.