public interface AbstractGeoDnsService extends Entity
Entity.SensorSupportBrooklynObject.TagSupportConfigurable.ConfigurationSupport| Modifier and Type | Field and Description | 
|---|---|
static AttributeSensor<java.lang.String> | 
ADDRESS  | 
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, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, invoke, removeChild, removeEnricher, removeGroup, removePolicy, sensors, setParentgetCatalogItemId, tagsconfig, setConfigstatic final ConfigKey<java.lang.Boolean> INCLUDE_HOMELESS_ENTITIES
static final ConfigKey<java.lang.Boolean> USE_HOSTNAMES
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()