public interface DockerInfrastructure extends brooklyn.entity.basic.BasicStartable, brooklyn.entity.trait.Resizable, brooklyn.location.dynamic.LocationOwner<DockerLocation,DockerInfrastructure>
brooklyn.entity.basic.BasicStartable.LocationsFilterbrooklyn.basic.BrooklynObject.TagSupport| Modifier and Type | Field and Description |
|---|---|
static brooklyn.event.AttributeSensor<brooklyn.entity.group.DynamicMultiGroup> |
DOCKER_APPLICATIONS |
static brooklyn.config.ConfigKey<String> |
DOCKER_CERTIFICATE_AUTHORITY_PATH |
static brooklyn.config.ConfigKey<String> |
DOCKER_CERTIFICATE_PATH |
static brooklyn.event.AttributeSensor<Integer> |
DOCKER_CONTAINER_COUNT |
static brooklyn.event.AttributeSensor<AtomicInteger> |
DOCKER_CONTAINER_COUNTER |
static brooklyn.event.AttributeSensor<brooklyn.entity.basic.DynamicGroup> |
DOCKER_CONTAINER_FABRIC |
static brooklyn.config.ConfigKey<Boolean> |
DOCKER_GENERATE_TLS_CERTIFICATES |
static brooklyn.config.ConfigKey<String> |
DOCKER_HARDWARE_ID |
static brooklyn.config.ConfigKey<List<String>> |
DOCKER_HOST_AFFINITY_RULES |
static brooklyn.event.AttributeSensor<brooklyn.entity.group.DynamicCluster> |
DOCKER_HOST_CLUSTER |
static brooklyn.config.ConfigKey<Integer> |
DOCKER_HOST_CLUSTER_MIN_SIZE |
static brooklyn.event.AttributeSensor<Integer> |
DOCKER_HOST_COUNT |
static brooklyn.event.AttributeSensor<AtomicInteger> |
DOCKER_HOST_COUNTER |
static brooklyn.event.basic.AttributeSensorAndConfigKey<brooklyn.entity.proxying.EntitySpec,brooklyn.entity.proxying.EntitySpec> |
DOCKER_HOST_SPEC |
static brooklyn.config.ConfigKey<String> |
DOCKER_IMAGE_ID |
static brooklyn.config.ConfigKey<String> |
DOCKER_KEY_PATH |
static brooklyn.config.ConfigKey<String> |
DOCKER_VERSION |
static brooklyn.config.ConfigKey<String> |
DOCKERFILE_NAME |
static brooklyn.config.ConfigKey<Map<String,Object>> |
DOCKERFILE_SUBSTITUTIONS |
static brooklyn.config.ConfigKey<String> |
DOCKERFILE_URL |
static brooklyn.config.ConfigKey<Boolean> |
HA_POLICY_ENABLE |
static brooklyn.config.ConfigKey<List<DockerAwarePlacementStrategy>> |
PLACEMENT_STRATEGIES |
static brooklyn.config.ConfigKey<Boolean> |
REMOVE_EMPTY_DOCKER_HOSTS |
static brooklyn.config.ConfigKey<Boolean> |
SDN_ENABLE |
static brooklyn.event.AttributeSensor<brooklyn.entity.Entity> |
SDN_PROVIDER |
static brooklyn.config.ConfigKey<brooklyn.entity.proxying.EntitySpec> |
SDN_PROVIDER_SPEC |
static brooklyn.config.ConfigKey<String> |
SECURITY_GROUP |
static brooklyn.config.ConfigKey<brooklyn.util.time.Duration> |
SHUTDOWN_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
brooklyn.entity.basic.DynamicGroup |
getContainerFabric() |
List<brooklyn.entity.Entity> |
getDockerContainerList() |
brooklyn.entity.group.DynamicCluster |
getDockerHostCluster() |
List<brooklyn.entity.Entity> |
getDockerHostList() |
addChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addPolicy, addPolicy, addTag, clearParent, containsTag, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getTags, invoke, removeChild, removeEnricher, removeGroup, removePolicy, removeTag, setParentstatic final brooklyn.config.ConfigKey<String> DOCKER_VERSION
static final brooklyn.config.ConfigKey<String> SECURITY_GROUP
static final brooklyn.config.ConfigKey<Integer> DOCKER_HOST_CLUSTER_MIN_SIZE
static final brooklyn.config.ConfigKey<List<DockerAwarePlacementStrategy>> PLACEMENT_STRATEGIES
static final brooklyn.config.ConfigKey<Boolean> HA_POLICY_ENABLE
static final brooklyn.config.ConfigKey<Boolean> REMOVE_EMPTY_DOCKER_HOSTS
static final brooklyn.config.ConfigKey<Boolean> SDN_ENABLE
static final brooklyn.config.ConfigKey<brooklyn.entity.proxying.EntitySpec> SDN_PROVIDER_SPEC
static final brooklyn.event.basic.AttributeSensorAndConfigKey<brooklyn.entity.proxying.EntitySpec,brooklyn.entity.proxying.EntitySpec> DOCKER_HOST_SPEC
static final brooklyn.config.ConfigKey<Boolean> DOCKER_GENERATE_TLS_CERTIFICATES
static final brooklyn.config.ConfigKey<String> DOCKER_CERTIFICATE_AUTHORITY_PATH
static final brooklyn.config.ConfigKey<String> DOCKER_CERTIFICATE_PATH
static final brooklyn.config.ConfigKey<String> DOCKER_KEY_PATH
static final brooklyn.config.ConfigKey<String> DOCKERFILE_URL
static final brooklyn.config.ConfigKey<String> DOCKERFILE_NAME
static final brooklyn.config.ConfigKey<String> DOCKER_IMAGE_ID
static final brooklyn.config.ConfigKey<String> DOCKER_HARDWARE_ID
static final brooklyn.config.ConfigKey<List<String>> DOCKER_HOST_AFFINITY_RULES
static final brooklyn.config.ConfigKey<brooklyn.util.time.Duration> SHUTDOWN_TIMEOUT
static final brooklyn.config.ConfigKey<Map<String,Object>> DOCKERFILE_SUBSTITUTIONS
static final brooklyn.event.AttributeSensor<brooklyn.entity.group.DynamicCluster> DOCKER_HOST_CLUSTER
static final brooklyn.event.AttributeSensor<brooklyn.entity.basic.DynamicGroup> DOCKER_CONTAINER_FABRIC
static final brooklyn.event.AttributeSensor<brooklyn.entity.group.DynamicMultiGroup> DOCKER_APPLICATIONS
static final brooklyn.event.AttributeSensor<brooklyn.entity.Entity> SDN_PROVIDER
static final brooklyn.event.AttributeSensor<AtomicInteger> DOCKER_HOST_COUNTER
static final brooklyn.event.AttributeSensor<AtomicInteger> DOCKER_CONTAINER_COUNTER
static final brooklyn.event.AttributeSensor<Integer> DOCKER_HOST_COUNT
static final brooklyn.event.AttributeSensor<Integer> DOCKER_CONTAINER_COUNT
List<brooklyn.entity.Entity> getDockerHostList()
brooklyn.entity.group.DynamicCluster getDockerHostCluster()
List<brooklyn.entity.Entity> getDockerContainerList()
brooklyn.entity.basic.DynamicGroup getContainerFabric()
Copyright © 2015. All rights reserved.