public static enum NagiosSettingsFactory.PropertyKey extends Enum<NagiosSettingsFactory.PropertyKey>
Properties
instanceEnum Constant and Description |
---|
CONNECT_TIMEOUT
key nagios.nsca.connect.timeout, must be integer value
|
ENCRYPTION
key nagios.nsca.encryption, must be either none, xor or triple_des
|
HOST
key nagios.nsca.host
|
PASSWORD
key nagios.nsca.password
|
PORT
key nagios.nsca.port, must be integer value in range 1 to 65535
|
TIMEOUT
key nagios.nsca.timeout, must be integer value
|
Modifier and Type | Method and Description |
---|---|
static NagiosSettingsFactory.PropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NagiosSettingsFactory.PropertyKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NagiosSettingsFactory.PropertyKey HOST
public static final NagiosSettingsFactory.PropertyKey PORT
public static final NagiosSettingsFactory.PropertyKey PASSWORD
public static final NagiosSettingsFactory.PropertyKey TIMEOUT
public static final NagiosSettingsFactory.PropertyKey CONNECT_TIMEOUT
public static final NagiosSettingsFactory.PropertyKey ENCRYPTION
public static NagiosSettingsFactory.PropertyKey[] values()
for (NagiosSettingsFactory.PropertyKey c : NagiosSettingsFactory.PropertyKey.values()) System.out.println(c);
public static NagiosSettingsFactory.PropertyKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © Nov 2008–2019 JSend NSCA. All rights reserved.