Uses of Class
com.oracle.bmc.jms.model.AgentType
-
Packages that use AgentType Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of AgentType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return AgentType Modifier and Type Method Description static AgentTypeAgentType. create(String key)AgentTypeCreateJmsPluginDetails. getAgentType()The agent type.AgentTypeGenerateAgentInstallerConfigurationDetails. getAgentType()The JMS plugin type.AgentTypeJmsPlugin. getAgentType()The agent type.AgentTypeJmsPluginSummary. getAgentType()The agent type.AgentTypePluginErrorSummary. getAgentType()The agent type.AgentTypeAgent. getType()The agent type.static AgentTypeAgentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentType[]AgentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type AgentType Modifier and Type Method Description CreateJmsPluginDetails.BuilderCreateJmsPluginDetails.Builder. agentType(AgentType agentType)The agent type.GenerateAgentInstallerConfigurationDetails.BuilderGenerateAgentInstallerConfigurationDetails.Builder. agentType(AgentType agentType)The JMS plugin type.JmsPlugin.BuilderJmsPlugin.Builder. agentType(AgentType agentType)The agent type.JmsPluginSummary.BuilderJmsPluginSummary.Builder. agentType(AgentType agentType)The agent type.PluginErrorSummary.BuilderPluginErrorSummary.Builder. agentType(AgentType agentType)The agent type.Agent.BuilderAgent.Builder. type(AgentType type)The agent type.Constructors in com.oracle.bmc.jms.model with parameters of type AgentType Constructor Description Agent(String displayName, AgentType type, String javaVersion, JreSecurityStatus javaSecurityStatus, List<Plugin> plugins)Deprecated.CreateJmsPluginDetails(String agentId, String compartmentId, AgentType agentType, String fleetId, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.GenerateAgentInstallerConfigurationDetails(String installKeyId, String fleetId, AgentType agentType)Deprecated.JmsPlugin(String id, String agentId, AgentType agentType, JmsPluginLifecycleState lifecycleState, JmsPluginAvailabilityStatus availabilityStatus, String fleetId, String compartmentId, String hostname, OsFamily osFamily, String osArchitecture, String osDistribution, String pluginVersion, Date timeRegistered, Date timeLastSeen, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.JmsPluginSummary(String id, String agentId, AgentType agentType, JmsPluginLifecycleState lifecycleState, JmsPluginAvailabilityStatus availabilityStatus, String fleetId, String compartmentId, String hostname, OsFamily osFamily, String osArchitecture, String osDistribution, String pluginVersion, Date timeRegistered, Date timeLastSeen, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.PluginErrorSummary(String managedInstanceId, AgentType agentType, String hostName, String compartmentId, List<PluginErrorDetails> errors, Date timeLastSeen, Date timeFirstSeen)Deprecated. -
Uses of AgentType in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return AgentType Modifier and Type Method Description AgentTypeListJmsPluginsRequest. getAgentType()Filter JmsPlugin with agent type.Methods in com.oracle.bmc.jms.requests with parameters of type AgentType Modifier and Type Method Description ListJmsPluginsRequest.BuilderListJmsPluginsRequest.Builder. agentType(AgentType agentType)Filter JmsPlugin with agent type.
-