A B C D E F G H I J L M N O P R S T U V W 

A

AbstractDockerPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy for Docker containers.
AbstractDockerPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.AbstractDockerPlacementStrategy
 
ACCEPTABLE_ARGS - Static variable in class brooklyn.location.docker.DockerResolver
 
accepts(String, LocationRegistry) - Method in class brooklyn.location.docker.DockerResolver
 
addHost(DockerHost) - Method in class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
addHost(DockerHost) - Method in class brooklyn.networking.sdn.ibm.SdnVeNetworkImpl
 
addHost(DockerHost) - Method in interface brooklyn.networking.sdn.SdnProvider
 
addHost(DockerHost) - Method in class brooklyn.networking.sdn.weave.WeaveNetworkImpl
 
addHostTrackerPolicy() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
addressMutex - Variable in class brooklyn.networking.sdn.SdnProviderImpl
Held while obtaining new IP addresses for containers.
AFFINITY_RULES - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
AffinityRules - Class in brooklyn.location.docker.strategy.affinity
Affinity rules for Docker hosts.
AGENT_CIDR - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
ALLOCATED_ADDRESSES - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
ALLOCATED_ADDRESSES - Static variable in interface brooklyn.networking.VirtualNetwork
 
ALLOCATED_IPS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
ALLOCATED_NETWORKS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
ALLOWED - Static variable in class brooklyn.entity.container.DockerUtils
 
allowed(String) - Static method in class brooklyn.entity.container.DockerUtils
Transforms the input to contain only valid characters.
allowEmptyLocations() - Method in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
APPLICATION - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
APPLICATION_CIDR - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
apply(Entity) - Method in class brooklyn.entity.container.DockerUtils.SameInfrastructurePredicate
 
apply(Entity) - Method in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
apply(DockerHostLocation) - Method in class brooklyn.location.docker.strategy.BasicDockerPlacementStrategy
A Predicate function that selects Docker hosts that satisy the strategy requirements.
apply(Map<String, Object>) - Method in interface brooklyn.location.docker.strategy.DockerAwareProvisioningStrategy
Transform a set of provisioning flags to implement a particular provisioning strategy.
apply(DockerHostLocation) - Method in class brooklyn.location.docker.strategy.MaxContainersPlacementStrategy
 
apply(DockerHostLocation) - Method in class brooklyn.location.docker.strategy.MaxCpuUsagePlacementStrategy
 
apply(Map<String, Object>) - Method in class brooklyn.location.docker.strategy.ProvisioningFlagsPlacementStrategy
 
apply(Entity) - Method in class brooklyn.networking.sdn.SdnAttributes.AttachedToNetworkPredicate
 
ATTACH_NETWORK - Static variable in interface brooklyn.networking.sdn.SdnAgent
 
ATTACHED_NETWORKS - Static variable in class brooklyn.networking.sdn.SdnAttributes
 
attachedToNetwork(String) - Static method in class brooklyn.networking.sdn.SdnAttributes
 
attachNetwork(String, String) - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
For Calico we use profiles to group containers in networks and add the required IP address to the eth1 calico interface.
attachNetwork(String, String) - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
attachNetwork(String, String) - Method in interface brooklyn.networking.sdn.SdnAgent
Attach a container to a network.
attachNetwork(String, String) - Method in interface brooklyn.networking.sdn.SdnAgentDriver
 
attachNetwork(String, String) - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
attachNetwork(String, String) - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
authorizePublicKey(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
authorizePublicKey(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 

B

BACKEND_MODE - Static variable in interface brooklyn.entity.proxy.haproxy.HAProxyController
 
BasicDockerPlacementStrategy - Class in brooklyn.location.docker.strategy
A basic placement strategy for Docker containers, implemented as a Predicate and a Comparator.
BasicDockerPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.BasicDockerPlacementStrategy
 
belongsInServerPool(Entity) - Method in class brooklyn.entity.nosql.etcd.EtcdClusterImpl
 
BIND_ADDRESS - Static variable in interface brooklyn.entity.proxy.haproxy.HAProxyController
 
BLACKLIST_URL_SENSOR_NAMES - Static variable in class brooklyn.entity.container.DockerUtils
 
blockOnPort(int, int) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
blockOnPort(int, int) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
blockUntilRunning(boolean) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
blockUntilRunning(boolean) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
BreadthFirstPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that adds containers to each Docker host in turn.
BreadthFirstPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.BreadthFirstPlacementStrategy
 
brooklyn.entity.container - package brooklyn.entity.container
 
brooklyn.entity.container.docker - package brooklyn.entity.container.docker
 
brooklyn.entity.container.docker.application - package brooklyn.entity.container.docker.application
 
brooklyn.entity.container.policy - package brooklyn.entity.container.policy
 
brooklyn.entity.nosql.etcd - package brooklyn.entity.nosql.etcd
 
brooklyn.entity.proxy.haproxy - package brooklyn.entity.proxy.haproxy
 
brooklyn.location.docker - package brooklyn.location.docker
 
brooklyn.location.docker.strategy - package brooklyn.location.docker.strategy
 
brooklyn.location.docker.strategy.affinity - package brooklyn.location.docker.strategy.affinity
 
brooklyn.networking - package brooklyn.networking
 
brooklyn.networking.location - package brooklyn.networking.location
 
brooklyn.networking.sdn - package brooklyn.networking.sdn
 
brooklyn.networking.sdn.calico - package brooklyn.networking.sdn.calico
 
brooklyn.networking.sdn.ibm - package brooklyn.networking.sdn.ibm
 
brooklyn.networking.sdn.weave - package brooklyn.networking.sdn.weave
 
brooklyn.storage.softlayer - package brooklyn.storage.softlayer
 
buildImage(String, String) - Method in interface brooklyn.entity.container.docker.DockerHostDriver
Build a Docker image from the given Dockerfile.
buildImage(String, String) - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
Build a Docker image from the given Dockerfile.

C

CALICO_VERSION - Static variable in interface brooklyn.networking.sdn.calico.CalicoNetwork
 
CalicoAttributes - Class in brooklyn.networking.sdn.calico
Calico networking configuration and attributes.
CalicoAttributes() - Constructor for class brooklyn.networking.sdn.calico.CalicoAttributes
 
CalicoNetwork - Interface in brooklyn.networking.sdn.calico
A collection of machines running Calico.
CalicoNetworkImpl - Class in brooklyn.networking.sdn.calico
 
CalicoNetworkImpl() - Constructor for class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
CalicoNode - Interface in brooklyn.networking.sdn.calico
The Calico plugin
CalicoNodeDriver - Interface in brooklyn.networking.sdn.calico
 
CalicoNodeImpl - Class in brooklyn.networking.sdn.calico
A single Weave router running in a DockerContainer.
CalicoNodeImpl() - Constructor for class brooklyn.networking.sdn.calico.CalicoNodeImpl
 
CalicoNodeSshDriver - Class in brooklyn.networking.sdn.calico
 
CalicoNodeSshDriver(EntityLocal, SshMachineLocation) - Constructor for class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
CENTOS_DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
checkId(String) - Static method in class brooklyn.entity.container.DockerUtils
Parse and return the ID returned from a Docker command.
clone() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
close() - Method in class brooklyn.location.docker.DockerContainerLocation
 
close() - Method in class brooklyn.location.docker.DockerHostLocation
 
close() - Method in class brooklyn.location.docker.DockerLocation
 
close() - Method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
CLUSTER_NAME - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
CLUSTER_TOKEN - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
commands(String...) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
commands(Iterable<String>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
commands - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
commands(Iterable<String>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
commands(String...) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
COMMIT - Static variable in class brooklyn.entity.container.DockerCallbacks
 
commit() - Static method in class brooklyn.entity.container.DockerCallbacks
 
compare(DockerHostLocation, DockerHostLocation) - Method in class brooklyn.location.docker.strategy.BasicDockerPlacementStrategy
A Comparator function that orders Docker hosts according to suitability, best first.
compare(DockerHostLocation, DockerHostLocation) - Method in class brooklyn.location.docker.strategy.DepthFirstPlacementStrategy
Use an arbitrary, but fixed, ordering.
compare(DockerHostLocation, DockerHostLocation) - Method in class brooklyn.location.docker.strategy.LeastContainersPlacementStrategy
 
compare(DockerHostLocation, DockerHostLocation) - Method in class brooklyn.location.docker.strategy.LowestCpuUsagePlacementStrategy
 
CONFIGURATION_XML_TEMPLATE - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeNetwork
 
configureSecurityGroups() - Method in interface brooklyn.entity.container.docker.DockerHostDriver
 
configureSecurityGroups() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
connectSensors() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
connectSensors() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
connectSensors() - Method in class brooklyn.entity.nosql.etcd.EtcdClusterImpl
 
connectSensors() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
connectSensors() - Method in class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
connectSensors() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
CONTAINER - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
CONTAINER - Static variable in interface brooklyn.location.docker.DockerVirtualLocation
 
CONTAINER_ADDRESSES - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
CONTAINER_ADDRESSES - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
CONTAINER_HEADROOM - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
CONTAINER_HEADROOM_PERCENTAGE - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
CONTAINER_ID - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
CONTAINER_MUTEX - Static variable in class brooklyn.location.docker.DockerHostLocation
 
CONTAINER_NAME - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
CONTAINER_NETWORK_CIDR - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
CONTAINER_NETWORK_SIZE - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
CONTAINER_PAUSED - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
CONTAINER_RUNNING - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
ContainerHeadroomEnricher - Class in brooklyn.entity.container.policy
An Enricher that emits hot or cold notifications based on the container utilisation and headroom requirements.
ContainerHeadroomEnricher() - Constructor for class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
CONTAINERS_NEEDED - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
copyTo(TemplateOptions) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
COREOS_DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
cpuShares(int) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
cpuShares - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
cpuShares(Integer) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
CREATE_SSHABLE_IMAGE - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
createLocation(Map) - Method in class brooklyn.entity.container.docker.DockerContainerImpl
Create a new DockerContainerLocation wrapping a machine from the host's JcloudsLocation.
createLocation(Map<String, ?>) - Method in class brooklyn.entity.container.docker.DockerHostImpl
Create a new DockerHostLocation wrapping the machine we are starting in.
createLocation(Map<String, ?>) - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
createNodeWithGroupEncodedIntoName(String, String, Template) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
createSshableImage(String, String) - Method in interface brooklyn.entity.container.docker.DockerHost
Create an SSHable image and returns the image ID.
createSshableImage(String, String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
Create an SSHable image and returns the image ID.
createSubnet(String, String, Cidr) - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
createSubnet(String, String, Cidr) - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
createSubnet(String, String, Cidr) - Method in interface brooklyn.networking.sdn.SdnAgentDriver
 
createSubnet(String, String, Cidr) - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
customize() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
customize() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
customize() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
customize() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
customize() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
customize() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
customize() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 

D

deallocateNetwork(VirtualNetwork) - Method in interface brooklyn.networking.location.NetworkProvisioningExtension
 
deallocateNetwork(VirtualNetwork) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
decorateSpec(BrooklynComponentTemplateResolver, EntitySpec<T>) - Method in class brooklyn.entity.container.docker.application.DockerServiceTypeResolver
 
DEFAULT_DOCKER_CONTAINER_NAME_FORMAT - Static variable in class brooklyn.entity.container.DockerUtils
 
DEFAULT_DOCKER_HOST_NAME_FORMAT - Static variable in class brooklyn.entity.container.DockerUtils
 
DEFAULT_MAX_CONTAINERS - Static variable in class brooklyn.location.docker.strategy.MaxContainersPlacementStrategy
 
DEFAULT_MAX_CPU_USAGE - Static variable in class brooklyn.location.docker.strategy.MaxCpuUsagePlacementStrategy
 
deleteLocation() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
deleteLocation() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
deleteLocation() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
DEPLOY_ARCHIVE - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
deployArchive(String) - Method in interface brooklyn.entity.container.docker.DockerHost
Upload an archive file to the host and expand it, for export to a container.
deployArchive(String) - Method in interface brooklyn.entity.container.docker.DockerHostDriver
 
deployArchive(String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
Upload an archive file to the host and expand it, for export to a container.
deployArchive(String) - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
DepthFirstPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that adds containers to Docker hosts in order.
DepthFirstPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.DepthFirstPlacementStrategy
 
destroyNode(String) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
disconnectSensors() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
disconnectSensors() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
disconnectSensors() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
disconnectSensors() - Method in class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
disconnectSensors() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
dns(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
dns - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
dns(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
DOCKER - Static variable in class brooklyn.location.docker.DockerResolver
 
DOCKER_APPLICATIONS - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_CERTIFICATE_AUTHORITY_PATH - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_CERTIFICATE_PATH - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_CONTAINER_CLUSTER - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_CONTAINER_CLUSTER_COLD - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
DOCKER_CONTAINER_CLUSTER_HOT - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
DOCKER_CONTAINER_CLUSTER_MAX_CPU - Static variable in class brooklyn.location.docker.strategy.MaxCpuUsagePlacementStrategy
 
DOCKER_CONTAINER_CLUSTER_MAX_SIZE - Static variable in class brooklyn.location.docker.strategy.MaxContainersPlacementStrategy
 
DOCKER_CONTAINER_CLUSTER_OK - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
DOCKER_CONTAINER_COUNT - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_CONTAINER_COUNT - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_CONTAINER_COUNTER - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_CONTAINER_ENVIRONMENT - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_CONTAINER_FABRIC - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_CONTAINER_NAME - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_CONTAINER_NAME - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_CONTAINER_NAME_FORMAT - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_CONTAINER_SPEC - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_CONTAINER_UTILISATION - Static variable in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
DOCKER_CONTAINER_VOLUME_EXPORT - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_CONTAINER_VOLUME_EXPORT - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_CPU_SHARES - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_CPU_SHARES - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_DIRECT_PORT_CONFIG - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_DIRECT_PORTS - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
DOCKER_DIRECT_PORTS - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_DIRECT_PORTS - Static variable in interface brooklyn.entity.proxy.haproxy.HAProxyController
 
DOCKER_GENERATE_TLS_CERTIFICATES - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HARDWARE_ID - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_HARDWARE_ID - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_HARDWARE_ID - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HARDWARE_ID - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_HOST - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_HOST - Static variable in interface brooklyn.networking.sdn.SdnAgent
 
DOCKER_HOST_AFFINITY_RULES - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_HOST_AFFINITY_RULES - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HOST_CALLBACK - Static variable in class brooklyn.entity.container.DockerCallbacks
 
DOCKER_HOST_CLUSTER - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HOST_CLUSTER_MIN_SIZE - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HOST_COUNT - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HOST_COUNT - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_HOST_COUNTER - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HOST_MACHINE_SPEC - Static variable in class brooklyn.location.docker.DockerResolver
 
DOCKER_HOST_NAME - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_HOST_NAME_FORMAT - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_HOST_SPEC - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_HOST_SUBNET_TIER - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_HOST_VOLUME_MAPPING - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_HOST_VOLUME_MAPPING - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_IDLE_CONTAINER_COUNT - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_IDLE_HOST_COUNT - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_IMAGE_ID - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_IMAGE_ID - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_IMAGE_ID - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_IMAGE_ID - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_IMAGE_NAME - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_IMAGE_NAME - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_IMAGE_NAME - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_IMAGE_REPOSITORY - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_IMAGE_TAG - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_IMAGE_TAG - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_INFRASTRUCTURE - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_INFRASTRUCTURE - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_INFRASTRUCTURE - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_INFRASTRUCTURE - Static variable in interface brooklyn.location.docker.strategy.DockerAwarePlacementStrategy
 
DOCKER_INFRASTRUCTURE - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
DOCKER_INFRASTRUCTURE_SPEC - Static variable in class brooklyn.location.docker.DockerResolver
 
DOCKER_KEY_PATH - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKER_MEMORY - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_MEMORY - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_OPEN_PORTS - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
DOCKER_OPEN_PORTS - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_PASSWORD - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_PASSWORD - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_PASSWORD - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_PORT - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_SSL_PORT - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_STORAGE_DRIVER - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_USE_HOST_DNS_NAME - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
DOCKER_USE_HOST_DNS_NAME - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKER_VERSION - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOCKER_VERSION - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DockerAffinityRuleStrategy - Class in brooklyn.location.docker.strategy.affinity
Docker host selection strategy using affinity rules to filter available hosts.
DockerAffinityRuleStrategy() - Constructor for class brooklyn.location.docker.strategy.affinity.DockerAffinityRuleStrategy
 
DockerAttributes - Class in brooklyn.entity.container
 
DockerAwarePlacementStrategy - Interface in brooklyn.location.docker.strategy
Placement strategy for Docker containers in host clusters.
DockerAwareProvisioningStrategy - Interface in brooklyn.location.docker.strategy
Provisioning strategy for new Docker hosts.
DockerCallbacks - Class in brooklyn.entity.container
 
DockerComputeServiceAdapter - Class in org.jclouds.docker.compute.strategy
defines the connection between the DockerApi implementation and the jclouds ComputeService
DockerComputeServiceAdapter(DockerApi) - Constructor for class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
DockerContainer - Interface in brooklyn.entity.container.docker
A Docker container.
DockerContainerImpl - Class in brooklyn.entity.container.docker
A single Docker container.
DockerContainerImpl() - Constructor for class brooklyn.entity.container.docker.DockerContainerImpl
 
DockerContainerLocation - Class in brooklyn.location.docker
A Location that wraps a Docker container.
DockerContainerLocation() - Constructor for class brooklyn.location.docker.DockerContainerLocation
 
DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
DOCKERFILE_CHARACTERS - Static variable in class brooklyn.entity.container.DockerUtils
Valid characters for the Dockerfile location.
DOCKERFILE_INVALID_CHARACTERS - Static variable in class brooklyn.entity.container.DockerUtils
Invalid characters for the Dockerfile location.
DOCKERFILE_NAME - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKERFILE_NAME - Static variable in class brooklyn.entity.container.DockerAttributes
 
DOCKERFILE_SUBSTITUTIONS - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKERFILE_URL - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
DOCKERFILE_URL - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
DOCKERFILE_URL - Static variable in class brooklyn.entity.container.DockerAttributes
 
DockerHost - Interface in brooklyn.entity.container.docker
A single machine running Docker.
DockerHostDriver - Interface in brooklyn.entity.container.docker
The driver for Docker.
DockerHostImpl - Class in brooklyn.entity.container.docker
The host running the Docker service.
DockerHostImpl() - Constructor for class brooklyn.entity.container.docker.DockerHostImpl
 
DockerHostLocation - Class in brooklyn.location.docker
 
DockerHostLocation() - Constructor for class brooklyn.location.docker.DockerHostLocation
 
DockerHostLocation(Map) - Constructor for class brooklyn.location.docker.DockerHostLocation
 
DockerHostSshDriver - Class in brooklyn.entity.container.docker
 
DockerHostSshDriver(DockerHostImpl, SshMachineLocation) - Constructor for class brooklyn.entity.container.docker.DockerHostSshDriver
 
DockerInfrastructure - Interface in brooklyn.entity.container.docker
A collection of machines running Docker.
DockerInfrastructureImpl - Class in brooklyn.entity.container.docker
 
DockerInfrastructureImpl() - Constructor for class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
DockerLocation - Class in brooklyn.location.docker
 
DockerLocation() - Constructor for class brooklyn.location.docker.DockerLocation
 
DockerLocation(Map) - Constructor for class brooklyn.location.docker.DockerLocation
 
DockerOkHttpClientSupplier - Class in org.jclouds.docker.config
 
DockerResolver - Class in brooklyn.location.docker
Examples of valid specs: docker:infrastructureId docker:infrastructureId:(name=docker-infrastructure) docker:infrastructureId:dockerHostId docker:infrastructureId:dockerHostId:(name=dockerHost-brooklyn-1234,user=docker)
DockerResolver() - Constructor for class brooklyn.location.docker.DockerResolver
 
DockerServiceTypeResolver - Class in brooklyn.entity.container.docker.application
This converts PlatformComponentTemplate instances whose type is prefixed docker: to Brooklyn EntitySpec instances.
DockerServiceTypeResolver() - Constructor for class brooklyn.entity.container.docker.application.DockerServiceTypeResolver
 
DockerTemplateOptions - Class in org.jclouds.docker.compute.options
Contains options supported in the ComputeService#runNode operation on the "docker" provider.
DockerTemplateOptions() - Constructor for class org.jclouds.docker.compute.options.DockerTemplateOptions
 
DockerTemplateOptions.Builder - Class in org.jclouds.docker.compute.options
 
DockerTemplateOptions.Builder() - Constructor for class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
DockerUtils - Class in brooklyn.entity.container
 
DockerUtils.ReloadDockerLocation - Class in brooklyn.entity.container
 
DockerUtils.ReloadDockerLocation(ManagementContext, LocationDefinition) - Constructor for class brooklyn.entity.container.DockerUtils.ReloadDockerLocation
 
DockerUtils.SameInfrastructurePredicate - Class in brooklyn.entity.container
 
DockerUtils.SameInfrastructurePredicate(String) - Constructor for class brooklyn.entity.container.DockerUtils.SameInfrastructurePredicate
 
DockerVirtualLocation - Interface in brooklyn.location.docker
 
dontAuthorizePublicKey() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
DOVE_BRIDGE_ID - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeAgent
 
DOVE_CONTROLLER - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeNetwork
 
DOVE_CONTROLLER_PASSWORD - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeNetwork
 
DOVE_CONTROLLER_USERNAME - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeNetwork
 
DOVE_DOMAIN_ID - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeAgent
 
DOWNLOAD_URL - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
DOWNLOAD_URL - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
DOWNLOAD_URL - Static variable in interface brooklyn.networking.sdn.calico.CalicoNode
 
DOWNLOAD_URL - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeAgent
 
DOWNLOAD_URL - Static variable in interface brooklyn.networking.sdn.weave.WeaveContainer
 

E

EMPTY - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
ENABLE_FIREWALL - Static variable in class brooklyn.networking.sdn.weave.WeaveAttributes
 
ENABLE_PUBLIC_ACCESS - Static variable in class brooklyn.networking.sdn.ibm.SdnVeAttributes
 
ENDPOINT - Static variable in class brooklyn.entity.container.DockerUtils
 
endpointSensor(PortAttributeSensorAndConfigKey) - Static method in class brooklyn.entity.container.DockerUtils
 
ENTITY - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
env(String...) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
env(Iterable<String>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
env - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
env(Iterable<String>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
env(String...) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
EPEL_RELEASE - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
equals(Object) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
ETCD_CLIENT_PORT - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
ETCD_CLUSTER - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
ETCD_CLUSTER - Static variable in interface brooklyn.networking.sdn.calico.CalicoNetwork
 
ETCD_CLUSTER_NODES - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
ETCD_NODE - Static variable in interface brooklyn.networking.sdn.calico.CalicoNode
 
ETCD_NODE_HAS_JOINED_CLUSTER - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
ETCD_NODE_INSTALLED - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
ETCD_NODE_NAME - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
ETCD_NODE_SPEC - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
ETCD_PEER_PORT - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
ETCD_VERSION - Static variable in interface brooklyn.networking.sdn.calico.CalicoNetwork
 
EtcdCluster - Interface in brooklyn.entity.nosql.etcd
 
EtcdClusterImpl - Class in brooklyn.entity.nosql.etcd
 
EtcdClusterImpl() - Constructor for class brooklyn.entity.nosql.etcd.EtcdClusterImpl
 
EtcdClusterImpl.MemberTrackingPolicy - Class in brooklyn.entity.nosql.etcd
 
EtcdClusterImpl.MemberTrackingPolicy() - Constructor for class brooklyn.entity.nosql.etcd.EtcdClusterImpl.MemberTrackingPolicy
 
EtcdNode - Interface in brooklyn.entity.nosql.etcd
 
EtcdNodeDriver - Interface in brooklyn.entity.nosql.etcd
 
EtcdNodeImpl - Class in brooklyn.entity.nosql.etcd
 
EtcdNodeImpl() - Constructor for class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
EtcdNodeSshDriver - Class in brooklyn.entity.nosql.etcd
 
EtcdNodeSshDriver(EtcdNodeImpl, SshMachineLocation) - Constructor for class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
execCommands(Map<String, ?>, String, List<String>, Map<String, ?>) - Method in class brooklyn.location.docker.DockerContainerLocation
 
execCommandStatus(String) - Method in interface brooklyn.entity.container.docker.DockerHost
 
execCommandStatus(String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
execCommandStatusTimeout(String, Duration) - Method in interface brooklyn.entity.container.docker.DockerHost
Runs a Unix command on the machine and returns the exit status.
execCommandStatusTimeout(String, Duration) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
execScript(Map<String, ?>, String, List<String>, Map<String, ?>) - Method in class brooklyn.location.docker.DockerContainerLocation
 
EXTERNAL_ETCD_CLUSTER - Static variable in interface brooklyn.networking.sdn.calico.CalicoNetwork
 
EXTERNAL_ETCD_INITIAL_SIZE - Static variable in interface brooklyn.networking.sdn.calico.CalicoNetwork
 
EXTERNAL_ETCD_URL - Static variable in interface brooklyn.networking.sdn.calico.CalicoNetwork
 

F

FILTER - Static variable in class brooklyn.entity.container.DockerCallbacks
 
filterLocations(List<DockerHostLocation>, Entity) - Method in class brooklyn.location.docker.strategy.affinity.DockerAffinityRuleStrategy
 
filterLocations(List<DockerHostLocation>, Entity) - Method in class brooklyn.location.docker.strategy.BasicDockerPlacementStrategy
 
filterLocations(List<DockerHostLocation>, Entity) - Method in class brooklyn.location.docker.strategy.BreadthFirstPlacementStrategy
 
filterLocations(List<DockerHostLocation>, Entity) - Method in interface brooklyn.location.docker.strategy.DockerAwarePlacementStrategy
Filters a list of locations to determine if the given Entity can be deployed into a new container there.
filterLocations(List<DockerHostLocation>, Entity) - Method in class brooklyn.location.docker.strategy.ProvisioningFlagsPlacementStrategy
 
filterLocations(List<DockerHostLocation>, Entity) - Method in class brooklyn.location.docker.strategy.RandomPlacementStrategy
 
findNetworkProvisioner(Collection<? extends Location>) - Method in class brooklyn.networking.VirtualNetworkImpl
 
FIRST_NODE - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
FRONTEND_MODE - Static variable in interface brooklyn.entity.proxy.haproxy.HAProxyController
 

G

GATEWAY - Static variable in class brooklyn.networking.sdn.ibm.SdnVeAttributes
 
get() - Method in class org.jclouds.docker.config.DockerOkHttpClientSupplier
 
getAddress() - Method in class brooklyn.location.docker.DockerContainerLocation
 
getAgentAddress() - Method in interface brooklyn.networking.sdn.ibm.SdnVeAgent
 
getAgentAddress() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentImpl
 
getAgents() - Method in interface brooklyn.networking.sdn.SdnProvider
 
getAgents() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getBackendMode() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
getBindAddress() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
getBrooklynType(String) - Method in class brooklyn.entity.container.docker.application.DockerServiceTypeResolver
 
getCalicoCommand() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
getCatalogItem(BrooklynComponentTemplateResolver, String) - Method in class brooklyn.entity.container.docker.application.DockerServiceTypeResolver
Docker items are not in catalog.
getClientUrl() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getClusterToken() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getCommands() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getContainerFabric() - Method in interface brooklyn.entity.container.docker.DockerInfrastructure
 
getContainerFabric() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
getContainerId() - Method in interface brooklyn.entity.container.docker.DockerContainer
 
getContainerId() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getContainerPorts() - Method in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
getContainerPorts() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
getCpuShares() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getCurrentSize() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getCurrentSize() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
getCurrentSize() - Method in class brooklyn.location.docker.DockerHostLocation
 
getDmcAddress() - Method in interface brooklyn.networking.sdn.ibm.SdnVeAgent
 
getDmcAddress() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentImpl
 
getDns() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getDockerContainer() - Method in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
getDockerContainer() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
getDockerContainer() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
getDockerContainerCluster() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getDockerContainerCluster() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDockerContainerList() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getDockerContainerList() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDockerContainerList() - Method in interface brooklyn.entity.container.docker.DockerInfrastructure
 
getDockerContainerList() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
getDockerContainerList() - Method in class brooklyn.location.docker.DockerHostLocation
 
getDockerContainerList() - Method in class brooklyn.location.docker.DockerLocation
 
getDockerContainerList() - Method in interface brooklyn.location.docker.DockerVirtualLocation
 
getDockerContainerName() - Method in interface brooklyn.entity.container.docker.DockerContainer
 
getDockerContainerName() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getDockerfile() - Method in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
getDockerfile() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
getDockerfile() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
getDockerHost() - Method in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
getDockerHost() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
getDockerHost() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
getDockerHost() - Method in interface brooklyn.entity.container.docker.DockerContainer
 
getDockerHost() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getDockerHost() - Method in interface brooklyn.networking.sdn.SdnAgent
 
getDockerHost() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
getDockerHostCluster() - Method in interface brooklyn.entity.container.docker.DockerInfrastructure
 
getDockerHostCluster() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
getDockerHostCluster() - Method in interface brooklyn.networking.sdn.SdnProvider
 
getDockerHostCluster() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getDockerHostList() - Method in interface brooklyn.entity.container.docker.DockerInfrastructure
 
getDockerHostList() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
getDockerHostList() - Method in class brooklyn.location.docker.DockerHostLocation
 
getDockerHostList() - Method in class brooklyn.location.docker.DockerLocation
 
getDockerHostList() - Method in interface brooklyn.location.docker.DockerVirtualLocation
 
getDockerHostLocations() - Method in class brooklyn.location.docker.DockerLocation
 
getDockerHostName() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getDockerHostName() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDockerInfrastructure() - Method in class brooklyn.location.docker.DockerHostLocation
 
getDockerInfrastructure() - Method in class brooklyn.location.docker.DockerLocation
 
getDockerInfrastructure() - Method in interface brooklyn.location.docker.DockerVirtualLocation
 
getDockerInfrastructure() - Method in class brooklyn.location.docker.strategy.AbstractDockerPlacementStrategy
 
getDockerInfrastructure() - Method in interface brooklyn.location.docker.strategy.DockerAwarePlacementStrategy
 
getDockerPort() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getDockerPort() - Method in interface brooklyn.entity.container.docker.DockerHostDriver
 
getDockerPort() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDockerPort() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
getDriver() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDriver() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
getDriver() - Method in class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
getDriver() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
getDriverInterface() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
getDriverInterface() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDriverInterface() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
getDriverInterface() - Method in class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
getDriverInterface() - Method in class brooklyn.networking.sdn.calico.CalicoNodeImpl
 
getDriverInterface() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentImpl
 
getDriverInterface() - Method in class brooklyn.networking.sdn.weave.WeaveContainerImpl
 
getDynamicLocation() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getDynamicLocation() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getDynamicLocation() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
getEntity() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getEnv() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getEpelRelease() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
getEtcdCtlCommand() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getFrontendMode() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
getHostname() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getHostname() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getImage(String) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
getImageNamed(String) - Method in interface brooklyn.entity.container.docker.DockerHost
As DockerHost.getImageNamed(String, String) and looking for the latest image.
getImageNamed(String, String) - Method in interface brooklyn.entity.container.docker.DockerHost
 
getImageNamed(String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getImageNamed(String, String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getInfrastructure() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getInfrastructure() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getIpPermissions() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
getIpPermissions(String) - Method in class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
getIpPermissions(String) - Method in class brooklyn.networking.sdn.ibm.SdnVeNetworkImpl
 
getIpPermissions(String) - Method in interface brooklyn.networking.sdn.SdnProvider
 
getIpPermissions(String) - Method in class brooklyn.networking.sdn.weave.WeaveNetworkImpl
 
getJcloudsLocation() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getJcloudsLocation() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getJcloudsLocation() - Method in class brooklyn.location.docker.DockerHostLocation
 
getLock() - Method in class brooklyn.location.docker.DockerHostLocation
 
getLogFileLocation() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getMachine() - Method in interface brooklyn.entity.container.docker.DockerContainer
 
getMachine() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getMachine() - Method in class brooklyn.location.docker.DockerContainerLocation
 
getMachine() - Method in class brooklyn.location.docker.DockerHostLocation
 
getMappedPort(int) - Method in class brooklyn.location.docker.DockerContainerLocation
 
getMemory() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getNetworkMutex() - Method in interface brooklyn.networking.sdn.SdnProvider
 
getNetworkMutex() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getNextAgentAddress(String) - Method in class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
getNextAgentAddress(String) - Method in interface brooklyn.networking.sdn.SdnProvider
 
getNextAgentAddress(String) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getNextContainerAddress(String) - Method in interface brooklyn.networking.sdn.SdnProvider
 
getNextContainerAddress(String) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getNextSubnetCidr(String) - Method in interface brooklyn.networking.sdn.SdnProvider
 
getNextSubnetCidr() - Method in interface brooklyn.networking.sdn.SdnProvider
 
getNextSubnetCidr(String) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getNextSubnetCidr() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getNode(String) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
getNodeName() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
getNodeName() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getOwner() - Method in class brooklyn.location.docker.DockerContainerLocation
 
getOwner() - Method in class brooklyn.location.docker.DockerHostLocation
 
getOwner() - Method in class brooklyn.location.docker.DockerLocation
 
getPassword() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getPassword() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getPeerUrl() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getPidFileLocation() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
getPortBindings() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getPortForwarder() - Method in class brooklyn.location.docker.DockerHostLocation
 
getPortMap() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getPortsUsed() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
getPrefix() - Method in class brooklyn.location.docker.DockerResolver
 
getPrivateAddresses() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getProvisioner() - Method in class brooklyn.location.docker.DockerLocation
 
getProvisioningFlags(Collection<String>) - Method in class brooklyn.location.docker.DockerHostLocation
 
getProvisioningFlags(Collection<String>) - Method in class brooklyn.location.docker.DockerLocation
 
getPublicAddresses() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getQuerySigner() - Method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
getRebindSupport() - Method in class brooklyn.location.docker.DockerLocation
 
getRequiredOpenPorts(Entity) - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getRequiredOpenPorts() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getRequiredOpenPorts() - Method in class brooklyn.networking.sdn.weave.WeaveContainerImpl
 
getRunningEntity() - Method in interface brooklyn.entity.container.docker.DockerContainer
 
getRunningEntity() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getShellEnvironment() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
getShellEnvironment() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
getShortName() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
getShortName() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getSocketEndpointFor(Cidr, int) - Method in class brooklyn.location.docker.DockerContainerLocation
 
getSoftLayerApi() - Method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
getStorageOpts() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
getSubnetCidr(String) - Method in interface brooklyn.networking.sdn.SdnProvider
 
getSubnetCidr(String) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
getSubnetHostname() - Method in class brooklyn.location.docker.DockerContainerLocation
 
getSubnetIp() - Method in class brooklyn.location.docker.DockerContainerLocation
 
getSubnetTier() - Method in interface brooklyn.entity.container.docker.DockerHost
 
getSubnetTier() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
getTypePrefix() - Method in class brooklyn.entity.container.docker.application.DockerServiceTypeResolver
 
getVersion() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
getVolumes() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
getWeaveCommand() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
gson() - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 

H

HA_POLICY_ENABLE - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
HAPROXY_CONFIG_TEMPLATE_URL - Static variable in interface brooklyn.entity.proxy.haproxy.HAProxyController
 
HAProxyController - Interface in brooklyn.entity.proxy.haproxy
 
HAProxyControllerImpl - Class in brooklyn.entity.proxy.haproxy
 
HAProxyControllerImpl() - Constructor for class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
HAProxyDriver - Interface in brooklyn.entity.proxy.haproxy
 
HAProxySshDriver - Class in brooklyn.entity.proxy.haproxy
 
HAProxySshDriver(EntityLocal, SshMachineLocation) - Constructor for class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
HARDWARE_ID - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
hashCode() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
hasJoinedCluster() - Method in interface brooklyn.entity.nosql.etcd.EtcdNode
 
hasJoinedCluster() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
HOST - Static variable in interface brooklyn.location.docker.DockerVirtualLocation
 
hostMutex - Variable in class brooklyn.networking.sdn.SdnProviderImpl
Held while adding or removing new SdnAgent entities on hosts.
hostname(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
hostname - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
hostname(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 

I

ID - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
IMAGE_ID - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
IMAGE_NAME - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
IMAGE_NAME - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
IMAGE_TAG - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
imageName(Entity, String) - Static method in class brooklyn.entity.container.DockerUtils
 
inboundPorts(int...) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
inboundPorts(int...) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
INFRASTRUCTURE - Static variable in interface brooklyn.location.docker.DockerVirtualLocation
 
init() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
init() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
init() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
init() - Static method in class brooklyn.entity.container.DockerAttributes
Setup custom type coercions.
init() - Method in class brooklyn.entity.nosql.etcd.EtcdClusterImpl
 
init() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
init() - Method in class brooklyn.location.docker.DockerContainerLocation
 
init(ManagementContext) - Method in class brooklyn.location.docker.DockerResolver
 
init() - Method in class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
init() - Method in class brooklyn.networking.sdn.calico.CalicoNodeImpl
 
init() - Method in class brooklyn.networking.sdn.ibm.SdnVeNetworkImpl
 
init() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
init() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
init() - Method in class brooklyn.networking.sdn.weave.WeaveNetworkImpl
 
init() - Method in class brooklyn.networking.VirtualNetworkImpl
 
install() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
install() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
install() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
install() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
install() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
install() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
install() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
installPrivateKey(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
installPrivateKey(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
IS_FIRST_NODE_SET - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
isEnabled() - Method in class brooklyn.location.docker.DockerResolver
 
isLocationAvailable() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
isLocationAvailable() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
isLocationAvailable() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
isRunning() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
isRunning() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
isRunning() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
isRunning() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
isRunning() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
isRunning() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
isRunning() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
isSdnProvider(Entity, String) - Static method in class brooklyn.entity.container.DockerUtils
 

J

JCLOUDS_DOCKER_LOCATION - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
JOIN_ETCD_CLUSTER - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
joinCluster(String, String) - Method in interface brooklyn.entity.nosql.etcd.EtcdNode
 
joinCluster(String, String) - Method in interface brooklyn.entity.nosql.etcd.EtcdNodeDriver
 
joinCluster(String, String) - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
joinCluster(String, String) - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
json(HttpToolResponse) - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
json(HttpResponse) - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
json(InputStream) - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 

L

launch() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
launch() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
launch() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
launch() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
launch() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
launch() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
launch() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
layerSshableImageOn(String, String) - Method in interface brooklyn.entity.container.docker.DockerHost
Create an SSHable image based on the image with the given name.
layerSshableImageOn(String, String) - Method in interface brooklyn.entity.container.docker.DockerHostDriver
Build an SSHable Docker image that is based from an image with the given name.
layerSshableImageOn(String, String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
layerSshableImageOn(String, String) - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
Build an SSHable Docker image that is based from an image with the given name.
LeastContainersPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that selects the Docker host with the lowest number of containers.
LeastContainersPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.LeastContainersPlacementStrategy
 
LEAVE_ETCD_CLUSTER - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
leaveCluster(String) - Method in interface brooklyn.entity.nosql.etcd.EtcdNode
 
leaveCluster(String) - Method in interface brooklyn.entity.nosql.etcd.EtcdNodeDriver
 
leaveCluster(String) - Method in class brooklyn.entity.nosql.etcd.EtcdNodeImpl
 
leaveCluster(String) - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
listHardwareProfiles() - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
listImages() - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
listLocations() - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
listManagedNetworkAddressSpace() - Method in interface brooklyn.networking.location.NetworkProvisioningExtension
 
listManagedNetworkAddressSpace() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
listNodes() - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
listNodesByIds(Iterable<String>) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
logger - Variable in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
LowestCpuUsagePlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that selects the Docker host with the lowest CPU usage.
LowestCpuUsagePlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.LowestCpuUsagePlacementStrategy
 

M

MACHINE - Static variable in interface brooklyn.location.docker.DockerVirtualLocation
 
MANAGED - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
MANAGED - Static variable in class brooklyn.entity.container.DockerAttributes
 
MAPPED - Static variable in class brooklyn.entity.container.DockerUtils
 
mappedPortSensor(PortAttributeSensorAndConfigKey) - Static method in class brooklyn.entity.container.DockerUtils
 
mappedSensor(AttributeSensor<?>) - Static method in class brooklyn.entity.container.DockerUtils
 
markImage(String) - Method in class brooklyn.location.docker.DockerHostLocation
 
MaxContainersPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that limits Docker hosts to a maximum number of containers.
MaxContainersPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.MaxContainersPlacementStrategy
 
MaxCpuUsagePlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that selects only Docker hosts with low CPU usage.
MaxCpuUsagePlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.MaxCpuUsagePlacementStrategy
 
memory(int) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
memory - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
memory(Integer) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
MIN_CORES - Static variable in class brooklyn.location.docker.strategy.ProvisioningFlagsPlacementStrategy
 
MIN_RAM - Static variable in class brooklyn.location.docker.strategy.ProvisioningFlagsPlacementStrategy
 

N

NAME - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
nameTask(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
NETWORK_CIDR - Static variable in interface brooklyn.networking.VirtualNetwork
 
NETWORK_ID - Static variable in interface brooklyn.networking.VirtualNetwork
 
NETWORK_LIST - Static variable in class brooklyn.networking.sdn.SdnAttributes
 
NETWORK_PROVISIONER - Static variable in interface brooklyn.networking.VirtualNetwork
 
NETWORK_PROVISIONING_FLAGS - Static variable in interface brooklyn.networking.VirtualNetwork
 
NETWORK_SETUP_SCRIPT_URL - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeNetwork
 
NETWORKED_APPLICATIONS - Static variable in interface brooklyn.networking.VirtualNetwork
 
networkMutex - Variable in class brooklyn.networking.sdn.SdnProviderImpl
Mutex for provisioning new networks
NetworkProvisioningExtension - Interface in brooklyn.networking.location
A Location extension that can provision new networks.
networks(Iterable<String>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
networks(Iterable<String>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
newInstance(JcloudsLocation) - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
newLocationFromString(Map, String, LocationRegistry) - Method in class brooklyn.location.docker.DockerResolver
 
newLocationFromString(String, LocationRegistry, Map, Map) - Method in class brooklyn.location.docker.DockerResolver
 
newSubLocation(Map<?, ?>) - Method in class brooklyn.location.docker.DockerHostLocation
 
newSubLocation(Map<?, ?>) - Method in class brooklyn.location.docker.DockerLocation
 
NODE_ID - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
NODE_LIST - Static variable in interface brooklyn.entity.nosql.etcd.EtcdCluster
 
nodeNames(Iterable<String>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
nodeNames(Iterable<String>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
NONE - Static variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
NOT - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 

O

obtain() - Method in class brooklyn.location.docker.DockerHostLocation
 
obtain(Map<?, ?>) - Method in class brooklyn.location.docker.DockerHostLocation
 
obtain() - Method in class brooklyn.location.docker.DockerLocation
 
obtain(Map<?, ?>) - Method in class brooklyn.location.docker.DockerLocation
 
obtainPort(PortRange) - Method in class brooklyn.location.docker.DockerContainerLocation
 
obtainProvisioningFlags(MachineProvisioningLocation) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
obtainSpecificPort(int) - Method in class brooklyn.location.docker.DockerContainerLocation
 
onEntityEvent(AbstractMembershipTrackingPolicy.EventType, Entity) - Method in class brooklyn.entity.nosql.etcd.EtcdClusterImpl.MemberTrackingPolicy
 
onEntityEvent(AbstractMembershipTrackingPolicy.EventType, Entity) - Method in class brooklyn.networking.sdn.SdnProviderImpl.MemberTrackingPolicy
 
onServerPoolMemberChanged(Entity) - Method in class brooklyn.entity.nosql.etcd.EtcdClusterImpl
 
OPEN_IPTABLES - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
org.jclouds.docker.compute.options - package org.jclouds.docker.compute.options
 
org.jclouds.docker.compute.strategy - package org.jclouds.docker.compute.strategy
 
org.jclouds.docker.config - package org.jclouds.docker.config
 
overrideAuthenticateSudo(boolean) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
overrideAuthenticateSudo(boolean) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
overrideLoginCredentials(LoginCredentials) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
overrideLoginCredentials(LoginCredentials) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
overrideLoginPassword(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
overrideLoginPassword(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
overrideLoginPrivateKey(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
overrideLoginPrivateKey(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
overrideLoginUser(String) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
overrideLoginUser(String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions

P

parse(String...) - Method in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
parse(String) - Method in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
parse(Iterable<String>) - Method in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
PARSER - Static variable in class brooklyn.entity.container.DockerCallbacks
 
PATTERN - Static variable in class brooklyn.location.docker.DockerResolver
 
PAUSE - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
pause() - Method in interface brooklyn.entity.container.docker.DockerContainer
Pause the Docker container.
pause() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
PLACEMENT_STRATEGIES - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
PLACEMENT_STRATEGIES - Static variable in class brooklyn.entity.container.DockerAttributes
 
PORT - Static variable in class brooklyn.entity.container.DockerUtils
 
portBindings(Map<Integer, Integer>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
portBindings - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
portBindings(Map<Integer, Integer>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
Set port bindings between the Docker host and a container.
postLaunch() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
postStart() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
postStart() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
postStop() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
POWERSTRIP_PORT - Static variable in interface brooklyn.networking.sdn.calico.CalicoNode
 
PREDICATE - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
PREFIX - Static variable in class brooklyn.entity.container.docker.application.DockerServiceTypeResolver
 
PREFIX - Static variable in interface brooklyn.location.docker.DockerVirtualLocation
 
preInstall() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
preInstall() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
preInstall() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
preInstall() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
preInstall() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
preStart() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
preStart() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
preStop() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
pretty(InputStream) - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
pretty(JsonElement) - Static method in class brooklyn.storage.softlayer.SoftLayerRestClient
 
PROVISIONER - Static variable in interface brooklyn.location.docker.DockerVirtualLocation
 
PROVISIONING_FLAGS - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
ProvisioningFlagsPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that selects the Docker host with the lowest CPU usage.
ProvisioningFlagsPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.ProvisioningFlagsPlacementStrategy
 
provisionNetwork(VirtualNetwork) - Method in interface brooklyn.networking.location.NetworkProvisioningExtension
 
provisionNetwork(VirtualNetwork) - Method in interface brooklyn.networking.sdn.SdnAgent
 
provisionNetwork(VirtualNetwork) - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
provisionNetwork(VirtualNetwork) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
PUBLIC_ADDRESS - Static variable in class brooklyn.networking.sdn.ibm.SdnVeAttributes
 
PUBLIC_CIDR - Static variable in class brooklyn.networking.sdn.ibm.SdnVeAttributes
 
PUSH - Static variable in class brooklyn.entity.container.DockerCallbacks
 
push() - Static method in class brooklyn.entity.container.DockerCallbacks
 

R

RandomPlacementStrategy - Class in brooklyn.location.docker.strategy
Placement strategy that randomises the list of hosts.
RandomPlacementStrategy() - Constructor for class brooklyn.location.docker.strategy.RandomPlacementStrategy
 
rebind() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
rebind() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
rebind() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
rebind() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
rebind() - Method in class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
rebind() - Method in class brooklyn.networking.sdn.SdnAgentImpl
 
rebind() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
rebootNode(String) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
reconfigureService() - Method in class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
reconfigureService() - Method in interface brooklyn.entity.proxy.haproxy.HAProxyDriver
 
reconfigureService() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
recordSubnetCidr(String, Cidr) - Method in interface brooklyn.networking.sdn.SdnProvider
 
recordSubnetCidr(String, Cidr, int) - Method in interface brooklyn.networking.sdn.SdnProvider
 
recordSubnetCidr(String, Cidr) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
recordSubnetCidr(String, Cidr, int) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
release(DockerContainerLocation) - Method in class brooklyn.location.docker.DockerHostLocation
 
release(MachineLocation) - Method in class brooklyn.location.docker.DockerLocation
 
releasePort(int) - Method in class brooklyn.location.docker.DockerContainerLocation
 
reload() - Method in class brooklyn.entity.proxy.haproxy.HAProxyControllerImpl
 
reloaded() - Method in class brooklyn.entity.container.DockerUtils.ReloadDockerLocation
 
reloadLocationListener(ManagementContext, LocationDefinition) - Static method in class brooklyn.entity.container.DockerUtils
 
remove(DockerHostLocation) - Method in class brooklyn.location.docker.DockerLocation
 
REMOVE_EMPTY_DOCKER_HOSTS - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
removeHost(DockerHost) - Method in class brooklyn.networking.sdn.calico.CalicoNetworkImpl
 
removeHost(DockerHost) - Method in class brooklyn.networking.sdn.ibm.SdnVeNetworkImpl
 
removeHost(DockerHost) - Method in interface brooklyn.networking.sdn.SdnProvider
 
removeHost(DockerHost) - Method in class brooklyn.networking.sdn.weave.WeaveNetworkImpl
 
resize(Integer) - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
resize(Integer) - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
RESUME - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
resume() - Method in interface brooklyn.entity.container.docker.DockerContainer
Resume the Docker container.
resume() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
resumeNode(String) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 
rulesFor(Entity) - Static method in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
RUN_DOCKER_COMMAND - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
RUN_DOCKER_COMMAND_TIMEOUT - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
runAsRoot(boolean) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
runDockerCommand(String) - Method in interface brooklyn.entity.container.docker.DockerHost
Execute a Docker command and return the output.
runDockerCommand(String) - Method in class brooklyn.entity.container.docker.DockerHostImpl
Execute a Docker command and return the output.
runDockerCommandTimeout(String, Duration) - Method in interface brooklyn.entity.container.docker.DockerHost
Execute a Docker command and return the output, or throw an exception after a timeout.
runDockerCommandTimeout(String, Duration) - Method in class brooklyn.entity.container.docker.DockerHostImpl
Execute a Docker command and return the output, or throw an exception after a timeout.
runScript(Statement) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions

S

sameInfrastructure(Entity) - Static method in class brooklyn.entity.container.DockerUtils
 
SCAN - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
SCAN_INTERVAL - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
scanContainers() - Method in class brooklyn.entity.container.docker.DockerHostImpl
 
SDN_AGENT - Static variable in interface brooklyn.networking.sdn.SdnAgent
 
SDN_AGENT_ADDRESS - Static variable in interface brooklyn.networking.sdn.SdnAgent
 
SDN_AGENT_SPEC - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
SDN_AGENTS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
SDN_APPLICATIONS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
SDN_DEBUG - Static variable in class brooklyn.networking.sdn.SdnAttributes
 
SDN_ENABLE - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
SDN_ENABLE - Static variable in class brooklyn.networking.sdn.SdnAttributes
 
SDN_NETWORKS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
SDN_PROVIDER - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
SDN_PROVIDER - Static variable in interface brooklyn.networking.sdn.SdnAgent
 
SDN_PROVIDER_SPEC - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
SdnAgent - Interface in brooklyn.networking.sdn
An SDN agent process.
SdnAgentDriver - Interface in brooklyn.networking.sdn
 
SdnAgentImpl - Class in brooklyn.networking.sdn
An SDN agent process on a Docker host.
SdnAgentImpl() - Constructor for class brooklyn.networking.sdn.SdnAgentImpl
 
SdnAttributes - Class in brooklyn.networking.sdn
SDN attributes and configuration keys.
SdnAttributes() - Constructor for class brooklyn.networking.sdn.SdnAttributes
 
SdnAttributes.AttachedToNetworkPredicate - Class in brooklyn.networking.sdn
 
SdnAttributes.AttachedToNetworkPredicate(String) - Constructor for class brooklyn.networking.sdn.SdnAttributes.AttachedToNetworkPredicate
 
SdnProvider - Interface in brooklyn.networking.sdn
An SDN provider implementation.
SdnProviderImpl - Class in brooklyn.networking.sdn
 
SdnProviderImpl() - Constructor for class brooklyn.networking.sdn.SdnProviderImpl
 
SdnProviderImpl.MemberTrackingPolicy - Class in brooklyn.networking.sdn
 
SdnProviderImpl.MemberTrackingPolicy() - Constructor for class brooklyn.networking.sdn.SdnProviderImpl.MemberTrackingPolicy
 
SdnVeAgent - Interface in brooklyn.networking.sdn.ibm
The IBM SDN VE agent.
SdnVeAgentDriver - Interface in brooklyn.networking.sdn.ibm
 
SdnVeAgentImpl - Class in brooklyn.networking.sdn.ibm
A single SDN VE agent on a DockerHost.
SdnVeAgentImpl() - Constructor for class brooklyn.networking.sdn.ibm.SdnVeAgentImpl
 
SdnVeAgentSshDriver - Class in brooklyn.networking.sdn.ibm
 
SdnVeAgentSshDriver(EntityLocal, SshMachineLocation) - Constructor for class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
SdnVeAttributes - Class in brooklyn.networking.sdn.ibm
IBM SDN VE configuration and attributes.
SdnVeAttributes() - Constructor for class brooklyn.networking.sdn.ibm.SdnVeAttributes
 
SdnVeNetwork - Interface in brooklyn.networking.sdn.ibm
A collection of machines that are part of the IBM SDN VE network.
SdnVeNetworkImpl - Class in brooklyn.networking.sdn.ibm
 
SdnVeNetworkImpl() - Constructor for class brooklyn.networking.sdn.ibm.SdnVeNetworkImpl
 
SECURITY_GROUP - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
SECURITY_GROUP - Static variable in class brooklyn.networking.sdn.calico.CalicoAttributes
 
SEPARATOR - Static variable in class brooklyn.entity.container.DockerCallbacks
 
SERVICE_STATE_ACTUAL - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
setEntity(EntityLocal) - Method in class brooklyn.entity.container.policy.ContainerHeadroomEnricher
 
setRunningEntity(Entity) - Method in interface brooklyn.entity.container.docker.DockerContainer
 
setRunningEntity(Entity) - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
SHUT_DOWN - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
shutDown() - Method in interface brooklyn.entity.container.docker.DockerContainer
Shut-down the Docker container.
shutDown() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
SHUTDOWN_TIMEOUT - Static variable in interface brooklyn.entity.container.docker.DockerInfrastructure
 
SoftLayerRestClient - Class in brooklyn.storage.softlayer
 
SoftLayerRestClient(String, String, String, ComputeServiceContext) - Constructor for class brooklyn.storage.softlayer.SoftLayerRestClient
 
SoftlayerVolumeCustomizer - Class in brooklyn.storage.softlayer
Customization hooks to ensure that any EC2 instances provisioned via a corresponding jclouds location become associated with an EBS volume (either an existing volume, specified by ID, or newly created).
SoftlayerVolumeCustomizer() - Constructor for class brooklyn.storage.softlayer.SoftlayerVolumeCustomizer
 
SSH_MACHINE_LOCATION - Static variable in interface brooklyn.entity.container.docker.DockerContainer
 
SSHD_DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
start(Collection<? extends Location>) - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
start(Collection<? extends Location>) - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
 
start(Collection<? extends Location>) - Method in class brooklyn.entity.nosql.etcd.EtcdClusterImpl
 
start(Collection<? extends Location>) - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
start(Collection<? extends Location>) - Method in class brooklyn.networking.VirtualNetworkImpl
 
START_TIMEOUT - Static variable in interface brooklyn.entity.container.docker.application.VanillaDockerApplication
 
START_TIMEOUT - Static variable in interface brooklyn.entity.container.docker.DockerHost
 
stop() - Method in class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
stop() - Method in class brooklyn.entity.container.docker.DockerContainerImpl
 
stop() - Method in class brooklyn.entity.container.docker.DockerHostSshDriver
 
stop() - Method in class brooklyn.entity.container.docker.DockerInfrastructureImpl
De-register our DockerLocation and its children.
stop() - Method in class brooklyn.entity.nosql.etcd.EtcdNodeSshDriver
 
stop() - Method in class brooklyn.entity.proxy.haproxy.HAProxySshDriver
 
stop() - Method in class brooklyn.networking.sdn.calico.CalicoNodeSshDriver
 
stop() - Method in class brooklyn.networking.sdn.ibm.SdnVeAgentSshDriver
 
stop() - Method in class brooklyn.networking.sdn.SdnProviderImpl
 
stop() - Method in class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
stop() - Method in class brooklyn.networking.VirtualNetworkImpl
 
string() - Method in class brooklyn.location.docker.DockerContainerLocation
 
string() - Method in class brooklyn.location.docker.DockerHostLocation
 
string() - Method in class brooklyn.location.docker.DockerLocation
 
SUBNET_ADDRESS - Static variable in class brooklyn.entity.container.DockerCallbacks
 
SUBNET_ADDRESS_ALLOCATIONS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
SUBNET_ENTITIES - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
subnetAddress() - Static method in class brooklyn.entity.container.DockerCallbacks
 
SUBNETS - Static variable in interface brooklyn.networking.sdn.SdnProvider
 
SUGGESTED_VERSION - Static variable in interface brooklyn.entity.nosql.etcd.EtcdNode
 
SUGGESTED_VERSION - Static variable in interface brooklyn.networking.sdn.calico.CalicoNode
 
SUGGESTED_VERSION - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeAgent
 
SUGGESTED_VERSION - Static variable in interface brooklyn.networking.sdn.weave.WeaveContainer
 
suspendNode(String) - Method in class org.jclouds.docker.compute.strategy.DockerComputeServiceAdapter
 

T

toString() - Method in class brooklyn.location.docker.strategy.AbstractDockerPlacementStrategy
 
toString() - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
TYPE - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 

U

UBUNTU_DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
UBUNTU_NETWORKING_DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
UBUNTU_USES_JAVA_DOCKERFILE - Static variable in class brooklyn.entity.container.DockerUtils
 
URL_SENSOR_NAMES - Static variable in class brooklyn.entity.container.DockerUtils
 
userMetadata(Map<String, String>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
userMetadata(Map<String, String>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
userMetadata(String, String) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions

V

VanillaDockerApplication - Interface in brooklyn.entity.container.docker.application
 
VanillaDockerApplicationDriver - Interface in brooklyn.entity.container.docker.application
 
VanillaDockerApplicationImpl - Class in brooklyn.entity.container.docker.application
 
VanillaDockerApplicationImpl() - Constructor for class brooklyn.entity.container.docker.application.VanillaDockerApplicationImpl
 
VanillaDockerApplicationSshDriver - Class in brooklyn.entity.container.docker.application
The SSH implementation of the VanillaDockerApplicationDriver.
VanillaDockerApplicationSshDriver(VanillaDockerApplicationImpl, SshMachineLocation) - Constructor for class brooklyn.entity.container.docker.application.VanillaDockerApplicationSshDriver
 
VERBS - Static variable in class brooklyn.location.docker.strategy.affinity.AffinityRules
 
VirtualNetwork - Interface in brooklyn.networking
A virtual network segment.
VirtualNetworkImpl - Class in brooklyn.networking
 
VirtualNetworkImpl() - Constructor for class brooklyn.networking.VirtualNetworkImpl
 
VLAN_ID - Static variable in interface brooklyn.networking.sdn.ibm.SdnVeNetwork
 
volumes(Map<String, String>) - Static method in class org.jclouds.docker.compute.options.DockerTemplateOptions.Builder
 
volumes - Variable in class org.jclouds.docker.compute.options.DockerTemplateOptions
 
volumes(Map<String, String>) - Method in class org.jclouds.docker.compute.options.DockerTemplateOptions
 

W

waitForImage(String) - Method in class brooklyn.location.docker.DockerHostLocation
 
WEAVE_PORT - Static variable in interface brooklyn.networking.sdn.weave.WeaveContainer
 
WEAVE_PORT - Static variable in interface brooklyn.networking.sdn.weave.WeaveNetwork
 
WEAVE_VERSION - Static variable in interface brooklyn.networking.sdn.weave.WeaveNetwork
 
WeaveAttributes - Class in brooklyn.networking.sdn.weave
Weave networking configuration and attributes.
WeaveAttributes() - Constructor for class brooklyn.networking.sdn.weave.WeaveAttributes
 
WeaveContainer - Interface in brooklyn.networking.sdn.weave
The Weave container.
WeaveContainerDriver - Interface in brooklyn.networking.sdn.weave
 
WeaveContainerImpl - Class in brooklyn.networking.sdn.weave
A single Weave router running in a DockerContainer.
WeaveContainerImpl() - Constructor for class brooklyn.networking.sdn.weave.WeaveContainerImpl
 
WeaveContainerSshDriver - Class in brooklyn.networking.sdn.weave
 
WeaveContainerSshDriver(EntityLocal, SshMachineLocation) - Constructor for class brooklyn.networking.sdn.weave.WeaveContainerSshDriver
 
WeaveNetwork - Interface in brooklyn.networking.sdn.weave
A collection of machines running Weave.
WeaveNetworkImpl - Class in brooklyn.networking.sdn.weave
 
WeaveNetworkImpl() - Constructor for class brooklyn.networking.sdn.weave.WeaveNetworkImpl
 
withExistingSnapshot(String, String, String, String, String, int, boolean) - Static method in class brooklyn.storage.softlayer.SoftlayerVolumeCustomizer
Returns a location customizer that: configures the AWS availability zone obtains a new EBS volume from the specified snapshot in the given availability zone attaches the new volume to the newly-provisioned EC2 instance mounts the filesystem under the requested path
withNewVolume(String, String, String, String, String, int, boolean) - Static method in class brooklyn.storage.softlayer.SoftlayerVolumeCustomizer
Returns a location customizer that: configures the AWS availability zone creates a new EBS volume of the requested size in the given availability zone attaches the new volume to the newly-provisioned EC2 instance formats the new volume with the requested filesystem mounts the filesystem under the requested path
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2015. All rights reserved.