public class BrooklynSystemProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static BooleanSystemProperty |
DEBUG |
static BooleanSystemProperty |
EXPERIMENTAL |
static StringSystemProperty |
HOST_GEO_LOOKUP_IMPL |
static StringSystemProperty |
HOST_GEO_LOOKUP_IMPL_LEGACY
allows specifying a particular geo lookup service (to lookup IP addresses), as the class FQN to use
|
static BooleanSystemProperty |
JCLOUDS_AUTHORIZE_EXTRA_SSH_PUBLIC_KEY_DATA
Deprecated.
since introduction in 1.0.0, to be removed in 1.1 or later unless there is a need for this
|
static IntegerSystemProperty |
JSCH_EXEC_DELAY
controls how long jsch delays between commands it issues
|
static BooleanSystemProperty |
YAML_TYPE_INSTANTIATION
Allows the use of YAML tags to create arbitrary types known to Java.
|
Constructor and Description |
---|
BrooklynSystemProperties() |
public static BooleanSystemProperty DEBUG
public static BooleanSystemProperty EXPERIMENTAL
public static IntegerSystemProperty JSCH_EXEC_DELAY
public static StringSystemProperty HOST_GEO_LOOKUP_IMPL_LEGACY
public static StringSystemProperty HOST_GEO_LOOKUP_IMPL
public static BooleanSystemProperty YAML_TYPE_INSTANTIATION
@Deprecated public static BooleanSystemProperty JCLOUDS_AUTHORIZE_EXTRA_SSH_PUBLIC_KEY_DATA
Set -Dbrooklyn.jclouds.authorizePublicKey.extraSshPublicKeyData=true to enable the jclouds call and revert to previous behaviour.