public interface MachineLocation extends AddressableLocation, HasNetworkAddresses
Location
being a network node with an IP address,
and supports appropriate operations on the node.BrooklynObject.TagSupport
Configurable.ConfigurationSupport
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getAddress()
Return the single most appropriate address for this location.
|
MachineDetails |
getMachineDetails() |
OsDetails |
getOsDetails()
Deprecated.
since 0.7.0. Use getMachineDetails().getOsDetails() instead.
|
containsLocation, getAllConfig, getChildren, getConfig, getConfig, getDisplayName, getExtension, getId, getParent, hasConfig, hasExtension, setParent, toVerboseString
getCatalogItemId, getTagSupport, tags
config, setConfig
getHostname, getPrivateAddresses, getPublicAddresses
java.net.InetAddress getAddress()
AddressableLocation
getAddress
in interface AddressableLocation
@Deprecated OsDetails getOsDetails()
MachineDetails getMachineDetails()