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

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

public class MachineInDatacenter
extends DatacenterAndId

Author:
Adrian Cole

Field Summary
protected  Machine machine
           
 
Fields inherited from class org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndId
datacenterId, id
 
Constructor Summary
MachineInDatacenter(Machine machine, String datacenterId)
           
 
Method Summary
 Machine 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

machine

protected final Machine machine
Constructor Detail

MachineInDatacenter

public MachineInDatacenter(Machine machine,
                           String datacenterId)
Method Detail

get

public Machine get()

toString

public String toString()
Overrides:
toString in class DatacenterAndId


Copyright © 2009-2012 jclouds. All Rights Reserved.