public interface BrooklynEntityMirror extends Entity
Note tests for this depend on a REST server so are in other projects; search for *Mirror*Test, as well as *BrooklynNode*Test.
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 ConfigKey<java.lang.String> |
MANAGEMENT_PASSWORD |
static ConfigKey<java.lang.String> |
MANAGEMENT_USER |
static AttributeSensor<java.lang.String> |
MIRROR_CATALOG_ITEM_ID |
static AttributeSensor<java.lang.String> |
MIRROR_STATUS |
static AttributeSensor<java.util.Map> |
MIRROR_SUMMARY |
static ConfigKey<java.lang.String> |
MIRRORED_ENTITY_ID |
static ConfigKey<java.lang.String> |
MIRRORED_ENTITY_URL |
static ConfigKey<Duration> |
POLL_PERIOD |
Modifier and Type | Method and Description |
---|---|
EntityHttpClient |
http() |
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.String> MIRRORED_ENTITY_URL
static final ConfigKey<java.lang.String> MIRRORED_ENTITY_ID
static final ConfigKey<java.lang.String> MANAGEMENT_USER
static final ConfigKey<java.lang.String> MANAGEMENT_PASSWORD
static final AttributeSensor<java.lang.String> MIRROR_STATUS
static final AttributeSensor<java.util.Map> MIRROR_SUMMARY
static final AttributeSensor<java.lang.String> MIRROR_CATALOG_ITEM_ID
EntityHttpClient http()