public interface LoadBalancerMetadata extends ResourceMetadata<LoadBalancerType>
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAddresses() |
String |
getId()
A means to uniquely address this resource within a provider.
|
String |
getName()
user defined name of the server.
|
String |
getProviderId()
id of the server within the naming scope it was created.
|
LoadBalancerType |
getType()
Type of the resource, ex node, image, size
|
getLocation, getUri, getUserMetadata
compareTo
LoadBalancerType getType()
getType
in interface ResourceMetadata<LoadBalancerType>
String getProviderId()
getProviderId
in interface ResourceMetadata<LoadBalancerType>
String getName()
getName
in interface ResourceMetadata<LoadBalancerType>
String getId()
Copyright © 2009-2012 jclouds. All Rights Reserved.