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

java.lang.Object
  extended by org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndId
      extended by org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatasetInDatacenter

public class DatasetInDatacenter
extends DatacenterAndId

Author:
Adrian Cole

Field Summary
protected  Dataset dataset
           
 
Fields inherited from class org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndId
datacenterId, id
 
Constructor Summary
DatasetInDatacenter(Dataset dataset, String datacenterId)
           
 
Method Summary
 Dataset get()
           
 String toString()
           
 
Methods inherited from class org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndId
equals, fromDatacenterAndId, fromSlashEncoded, getDatacenter, getId, hashCode, slashEncode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dataset

protected final Dataset dataset
Constructor Detail

DatasetInDatacenter

public DatasetInDatacenter(Dataset dataset,
                           String datacenterId)
Method Detail

get

public Dataset get()

toString

public String toString()
Overrides:
toString in class DatacenterAndId


Copyright © 2009-2012 jclouds. All Rights Reserved.