public interface DockerVirtualLocation
extends brooklyn.location.Location
| Modifier and Type | Field and Description |
|---|---|
static brooklyn.config.ConfigKey<DockerContainer> |
CONTAINER |
static brooklyn.config.ConfigKey<DockerHost> |
HOST |
static brooklyn.config.ConfigKey<DockerInfrastructure> |
INFRASTRUCTURE |
static brooklyn.config.ConfigKey<brooklyn.location.basic.SshMachineLocation> |
MACHINE |
static String |
PREFIX |
static brooklyn.config.ConfigKey<brooklyn.location.MachineProvisioningLocation<brooklyn.location.basic.SshMachineLocation>> |
PROVISIONER |
| Modifier and Type | Method and Description |
|---|---|
List<brooklyn.entity.Entity> |
getDockerContainerList() |
List<brooklyn.entity.Entity> |
getDockerHostList() |
DockerInfrastructure |
getDockerInfrastructure() |
containsLocation, getAllConfig, getChildren, getConfig, getConfig, getDisplayName, getExtension, getId, getParent, hasConfig, hasExtension, setParent, toVerboseStringstatic final brooklyn.config.ConfigKey<brooklyn.location.MachineProvisioningLocation<brooklyn.location.basic.SshMachineLocation>> PROVISIONER
static final brooklyn.config.ConfigKey<DockerInfrastructure> INFRASTRUCTURE
static final brooklyn.config.ConfigKey<brooklyn.location.basic.SshMachineLocation> MACHINE
static final brooklyn.config.ConfigKey<DockerHost> HOST
static final brooklyn.config.ConfigKey<DockerContainer> CONTAINER
static final String PREFIX
List<brooklyn.entity.Entity> getDockerContainerList()
List<brooklyn.entity.Entity> getDockerHostList()
DockerInfrastructure getDockerInfrastructure()
Copyright © 2015. All rights reserved.