Interface AgentTypeConsts
-
public interface AgentTypeConsts
Constants for agent types.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGENT_CLOUD_PROFILE
Pseudo cloud profile name of agents that are not in a cloud.static String
AGENT_CLOUD_TYPE
Pseudo cloud type of agents that are not in a cloud.static int
CLOUD_CODE_LENGTH
static int
IMAGE_ID_LENGTH
static int
OS_NAME_LENGTH
static int
PARAM_NAME_LENGTH
static int
PARAM_VALUE_LENGTH
static int
PROFILE_ID_LENGTH
static String
REAL_AGENT_TYPE_ID_PREFIX
A prefix that will be used to make an agent type if for usual (non-cloud) agents.
-
-
-
Field Detail
-
AGENT_CLOUD_TYPE
static final String AGENT_CLOUD_TYPE
Pseudo cloud type of agents that are not in a cloud.- See Also:
AgentTypeKey.cloudCode
, Constant Field Values
-
AGENT_CLOUD_PROFILE
static final String AGENT_CLOUD_PROFILE
Pseudo cloud profile name of agents that are not in a cloud.- See Also:
AgentTypeKey.profileId
, Constant Field Values
-
REAL_AGENT_TYPE_ID_PREFIX
static final String REAL_AGENT_TYPE_ID_PREFIX
A prefix that will be used to make an agent type if for usual (non-cloud) agents.- See Also:
- Constant Field Values
-
CLOUD_CODE_LENGTH
static final int CLOUD_CODE_LENGTH
- See Also:
- Constant Field Values
-
PROFILE_ID_LENGTH
static final int PROFILE_ID_LENGTH
- See Also:
- Constant Field Values
-
IMAGE_ID_LENGTH
static final int IMAGE_ID_LENGTH
- See Also:
- Constant Field Values
-
PARAM_NAME_LENGTH
static final int PARAM_NAME_LENGTH
- See Also:
- Constant Field Values
-
PARAM_VALUE_LENGTH
static final int PARAM_VALUE_LENGTH
- See Also:
- Constant Field Values
-
OS_NAME_LENGTH
static final int OS_NAME_LENGTH
- See Also:
- Constant Field Values
-
-