AdventNet Web NMS 4 API Specification

com.adventnet.management.config.telnet
Interface TelnetAttributeConstants

All Superinterfaces:
AttributeConstants

public interface TelnetAttributeConstants
extends AttributeConstants

This interface defines constants for various TELNET Attributes like command,prompt and CommandArguments.

See Also:
TelnetAttribute, TelnetDevice

Field Summary
static java.lang.String COMMAND
          Constant that indicates the command of the TelnetAttribute
static java.lang.String COMMAND_ARGS
          Constant that indicates the CommandArguments of the TelnetAttribute.
static java.lang.String PROMPT
          Constant that indicates the prompt of the TelnetAttribute.
 
Fields inherited from interface com.adventnet.management.config.AttributeConstants
GROUP_ATTRIBUTE, SCALAR_ATTRIBUTE, TABLE_ATTRIBUTE
 

Field Detail

COMMAND

public static final java.lang.String COMMAND
Constant that indicates the command of the TelnetAttribute

PROMPT

public static final java.lang.String PROMPT
Constant that indicates the prompt of the TelnetAttribute.

COMMAND_ARGS

public static final java.lang.String COMMAND_ARGS
Constant that indicates the CommandArguments of the TelnetAttribute.

AdventNet Web NMS 4 API Specification