Brooklyn

brooklyn.location
[Java] Interface LocationDefinition


public interface LocationDefinition

Defines a location, where the getSpec() is like a serialized representation of the location so that Brooklyn can create a corresponding location. Examples include a complete description (e.g. giving a list of machines in a pool), or a name that matches a named location defined in the brooklyn poperties. Users are not expected to implement this, or to use the interface directly. See LocationRegistry#resolve(String)#resolve(String) and ManagementContext#getLocationRegistry()#getLocationRegistry().


Method Summary
java.util.Map getConfig()

java.lang.String getId()

java.lang.String getName()

java.lang.String getSpec()

 

Method Detail

getConfig

public java.util.Map getConfig()


getId

public java.lang.String getId()


getName

public java.lang.String getName()


getSpec

public java.lang.String getSpec()


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.