public interface AbstractGeoDnsService extends Entity
Entity.AdjunctSupport<T extends EntityAdjunct>, Entity.EnricherSupport, Entity.GroupSupport, Entity.PolicySupport, Entity.SensorSupport
BrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupport
Configurable.ConfigurationSupport
Modifier and Type | Field and Description |
---|---|
static AttributeSensor<java.lang.String> |
ADDRESS |
static ConfigKey<Group> |
ENTITY_PROVIDER |
static ConfigKey<java.lang.Boolean> |
FILTER_FOR_RUNNING |
static AttributeSensor<java.lang.String> |
HOSTNAME |
static ConfigKey<java.lang.Boolean> |
INCLUDE_HOMELESS_ENTITIES |
static AttributeSensor<Lifecycle> |
SERVICE_STATE_ACTUAL |
static AttributeSensor<java.lang.Boolean> |
SERVICE_UP |
static AttributeSensor<java.util.Map<java.lang.String,java.lang.String>> |
TARGETS |
static ConfigKey<java.lang.Boolean> |
USE_HOSTNAMES |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostname()
should return the hostname which this DNS service is configuring
|
java.util.Map<Entity,HostGeoInfo> |
getTargetHosts() |
void |
setServiceState(Lifecycle state) |
void |
setTargetEntityProvider(Group entityProvider)
sets target to be a group whose *members* will be searched (non-Group items not supported)
|
addChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addPolicy, addPolicy, clearParent, enrichers, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, groups, invoke, policies, relations, removeChild, removeEnricher, removeGroup, removePolicy, sensors, setDisplayName, setParent
getCatalogItemId, subscriptions, tags
config, getConfig, setConfig
static final ConfigKey<java.lang.Boolean> INCLUDE_HOMELESS_ENTITIES
static final ConfigKey<java.lang.Boolean> USE_HOSTNAMES
static final ConfigKey<java.lang.Boolean> FILTER_FOR_RUNNING
Lifecycle.RUNNING
static final AttributeSensor<Lifecycle> SERVICE_STATE_ACTUAL
static final AttributeSensor<java.lang.Boolean> SERVICE_UP
static final AttributeSensor<java.lang.String> HOSTNAME
static final AttributeSensor<java.lang.String> ADDRESS
static final AttributeSensor<java.util.Map<java.lang.String,java.lang.String>> TARGETS
void setServiceState(Lifecycle state)
void setTargetEntityProvider(Group entityProvider)
java.lang.String getHostname()
java.util.Map<Entity,HostGeoInfo> getTargetHosts()