org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped
Class KeyInDatacenter

java.lang.Object
  extended by org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndName
      extended by org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.KeyInDatacenter

public class KeyInDatacenter
extends DatacenterAndName

Author:
Adrian Cole

Field Summary
protected  Key key
           
 
Fields inherited from class org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndName
DATACENTER_FUNCTION, datacenterId, name, NAME_FUNCTION
 
Constructor Summary
KeyInDatacenter(Key key, String datacenterId)
           
 
Method Summary
 Key get()
           
 String toString()
           
 
Methods inherited from class org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndName
equals, fromDatacenterAndName, fromSlashEncoded, getDatacenter, getName, hashCode, slashEncode, string
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected final Key key
Constructor Detail

KeyInDatacenter

public KeyInDatacenter(Key key,
                       String datacenterId)
Method Detail

get

public Key get()

toString

public String toString()
Overrides:
toString in class DatacenterAndName


Copyright © 2009-2012 jclouds. All Rights Reserved.