Uses of Class
com.oracle.bmc.cloudbridge.model.Agent.AgentType
-
Packages that use Agent.AgentType Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of Agent.AgentType in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Agent.AgentType Modifier and Type Method Description static Agent.AgentTypeAgent.AgentType. create(String key)Agent.AgentTypeAgent. getAgentType()Type of the Agent.Agent.AgentTypeAgentSummary. getAgentType()Type of Agent.Agent.AgentTypeCreateAgentDetails. getAgentType()Agent identifier.static Agent.AgentTypeAgent.AgentType. valueOf(String name)Returns the enum constant of this type with the specified name.static Agent.AgentType[]Agent.AgentType. 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.AgentType Modifier and Type Method Description Agent.BuilderAgent.Builder. agentType(Agent.AgentType agentType)Type of the Agent.AgentSummary.BuilderAgentSummary.Builder. agentType(Agent.AgentType agentType)Type of Agent.CreateAgentDetails.BuilderCreateAgentDetails.Builder. agentType(Agent.AgentType agentType)Agent identifier.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Agent.AgentType 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.CreateAgentDetails(String displayName, Agent.AgentType agentType, String agentVersion, String compartmentId, String environmentId, String osVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-