public interface LoadBalancerMetadata extends org.jclouds.domain.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. potentially generated by the service.
|
LoadBalancerType |
getType()
Type of the resource, ex node, image, size
|
getLocation, getUri, getUserMetadatacompareToLoadBalancerType getType()
getType in interface org.jclouds.domain.ResourceMetadata<LoadBalancerType>String getProviderId()
getProviderId in interface org.jclouds.domain.ResourceMetadata<LoadBalancerType>String getName()
getName in interface org.jclouds.domain.ResourceMetadata<LoadBalancerType>String getId()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.