public class LoadBalancerMetadataImpl extends ResourceMetadataImpl<LoadBalancerType> implements LoadBalancerMetadata
Constructor and Description |
---|
LoadBalancerMetadataImpl(LoadBalancerType type,
String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Iterable<String> addresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getAddresses() |
String |
getId()
A means to uniquely address this resource within a provider.
|
LoadBalancerType |
getType()
Type of the resource, ex node, image, size
|
int |
hashCode() |
String |
toString() |
compareTo, getLocation, getName, getProviderId, getUri, getUserMetadata
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getProviderId
getLocation, getUri, getUserMetadata
compareTo
public LoadBalancerType getType()
getType
in interface ResourceMetadata<LoadBalancerType>
getType
in interface LoadBalancerMetadata
public String getId()
getId
in interface LoadBalancerMetadata
public Set<String> getAddresses()
getAddresses
in interface LoadBalancerMetadata
public int hashCode()
hashCode
in class ResourceMetadataImpl<LoadBalancerType>
public String toString()
toString
in class ResourceMetadataImpl<LoadBalancerType>
public boolean equals(Object obj)
equals
in class ResourceMetadataImpl<LoadBalancerType>
Copyright © 2009-2012 jclouds. All Rights Reserved.