public final class JCloudsProperties extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
JCloudsProperties.PortValueValidator
Validator for valid network ports
|
Modifier and Type | Field and Description |
---|---|
static PropertyDefinition |
CREDENTIAL
Unique credential specific to users cloud accounts identity
|
static PropertyDefinition |
CREDENTIAL_PATH
Property used to define JSON credentials file specific to Google Compute Engine
|
static PropertyDefinition |
GROUP
Property used to define group keys for node filtering
|
static PropertyDefinition |
HZ_PORT
Property used to define which port hazelcast instance should be discovered in cloud
Default value is 5701,defined DEFAULT_PORT in
NetworkConfig |
static PropertyDefinition |
IDENTITY
Unique credential identity specific to users cloud account
|
static PropertyDefinition |
PROVIDER
Unique identifier for ComputeService Provider
see the full list of ids : https://jclouds.apache.org/reference/providers/
|
static PropertyDefinition |
REGIONS
Property used to define regions for node filtering
|
static PropertyDefinition |
ROLE_NAME
Property used to define IAM roles specific to AWS-EC2
|
static PropertyDefinition |
TAG_KEYS
Property used to define tag keys for node filtering, supports comma separated values
|
static PropertyDefinition |
TAG_VALUES
Property used to define tag values for node filtering, supports comma separated values
|
static PropertyDefinition |
ZONES
Property used to define zones for node filtering
|
public static final PropertyDefinition PROVIDER
public static final PropertyDefinition IDENTITY
public static final PropertyDefinition CREDENTIAL
public static final PropertyDefinition ZONES
public static final PropertyDefinition REGIONS
public static final PropertyDefinition TAG_KEYS
public static final PropertyDefinition TAG_VALUES
public static final PropertyDefinition GROUP
public static final PropertyDefinition HZ_PORT
NetworkConfig
public static final PropertyDefinition CREDENTIAL_PATH
public static final PropertyDefinition ROLE_NAME
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.