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.AgentType
Agent.AgentType. create(String key)
Agent.AgentType
Agent. getAgentType()
Type of the Agent.Agent.AgentType
AgentSummary. getAgentType()
Type of Agent.Agent.AgentType
CreateAgentDetails. getAgentType()
Agent identifier.static Agent.AgentType
Agent.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.Builder
Agent.Builder. agentType(Agent.AgentType agentType)
Type of the Agent.AgentSummary.Builder
AgentSummary.Builder. agentType(Agent.AgentType agentType)
Type of Agent.CreateAgentDetails.Builder
CreateAgentDetails.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.
-