org.jclouds.savvis.vpdc.domain
Interface Resource

All Superinterfaces:
Comparable<Resource>
All Known Implementing Classes:
FirewallRule, FirewallService, Link, Network, Org, ResourceImpl, Task, VDC, VM

public interface Resource
extends Comparable<Resource>

Location of a Rest resource

Author:
Adrian Cole

Method Summary
 int compareTo(Resource that)
           
 URI getHref()
           
 String getId()
           
 String getName()
           
 String getType()
           
 

Method Detail

getId

String getId()

getName

String getName()

getType

String getType()

getHref

URI getHref()

compareTo

int compareTo(Resource that)
Specified by:
compareTo in interface Comparable<Resource>


Copyright © 2009-2012 jclouds. All Rights Reserved.