public interface DockerInfrastructure extends brooklyn.entity.basic.BasicStartable, brooklyn.entity.trait.Resizable, brooklyn.location.dynamic.LocationOwner<DockerLocation,DockerInfrastructure>
brooklyn.entity.basic.BasicStartable.LocationsFilter| Modifier and Type | Field and Description |
|---|---|
static brooklyn.event.AttributeSensor<brooklyn.entity.group.DynamicMultiGroup> |
DOCKER_APPLICATIONS |
static brooklyn.config.ConfigKey<Double> |
DOCKER_CONTAINER_CLUSTER_MAX_CPU |
static brooklyn.config.ConfigKey<Integer> |
DOCKER_CONTAINER_CLUSTER_MAX_SIZE |
static brooklyn.event.AttributeSensor<Integer> |
DOCKER_CONTAINER_COUNT |
static brooklyn.event.AttributeSensor<brooklyn.entity.basic.DynamicGroup> |
DOCKER_CONTAINER_FABRIC |
static brooklyn.config.ConfigKey<String> |
DOCKER_HARDWARE_ID |
static brooklyn.config.ConfigKey<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.basic.BasicAttributeSensorAndConfigKey<brooklyn.entity.proxying.EntitySpec> |
DOCKER_HOST_SPEC |
static brooklyn.config.ConfigKey<String> |
DOCKER_IMAGE_ID |
static brooklyn.config.ConfigKey<String> |
DOCKER_VERSION |
static brooklyn.config.ConfigKey<String> |
DOCKERFILE_NAME |
static brooklyn.config.ConfigKey<String> |
DOCKERFILE_URL |
static brooklyn.config.ConfigKey<Boolean> |
OPEN_IPTABLES |
static brooklyn.config.ConfigKey<DockerAwarePlacementStrategy> |
PLACEMENT_STRATEGY |
static brooklyn.config.ConfigKey<Boolean> |
REGISTER_DOCKER_HOST_LOCATIONS |
static brooklyn.config.ConfigKey<Boolean> |
REMOVE_EMPTY_DOCKER_HOSTS |
static brooklyn.config.ConfigKey<String> |
SECURITY_GROUP |
| 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, 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<Boolean> OPEN_IPTABLES
static final brooklyn.config.ConfigKey<Integer> DOCKER_HOST_CLUSTER_MIN_SIZE
static final brooklyn.config.ConfigKey<DockerAwarePlacementStrategy> PLACEMENT_STRATEGY
static final brooklyn.config.ConfigKey<Integer> DOCKER_CONTAINER_CLUSTER_MAX_SIZE
static final brooklyn.config.ConfigKey<Double> DOCKER_CONTAINER_CLUSTER_MAX_CPU
static final brooklyn.config.ConfigKey<Boolean> REGISTER_DOCKER_HOST_LOCATIONS
static final brooklyn.config.ConfigKey<Boolean> REMOVE_EMPTY_DOCKER_HOSTS
static final brooklyn.event.basic.BasicAttributeSensorAndConfigKey<brooklyn.entity.proxying.EntitySpec> DOCKER_HOST_SPEC
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<String> DOCKER_HOST_AFFINITY_RULES
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<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 © 2014. All rights reserved.