Uses of Class
com.oracle.bmc.cloudbridge.model.PluginSummary
-
Packages that use PluginSummary Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of PluginSummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return PluginSummary Modifier and Type Method Description PluginSummary
PluginSummary.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type PluginSummary Modifier and Type Method Description List<PluginSummary>
Agent. getPluginList()
List of plugins associated with the agent.Methods in com.oracle.bmc.cloudbridge.model with parameters of type PluginSummary Modifier and Type Method Description PluginSummary.Builder
PluginSummary.Builder. copy(PluginSummary model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type PluginSummary Modifier and Type Method Description Agent.Builder
Agent.Builder. pluginList(List<PluginSummary> pluginList)
List of plugins associated with the agent.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type PluginSummary 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.
-