org.jclouds.virtualbox.domain
Class CloneSpec

java.lang.Object
  extended by org.jclouds.virtualbox.domain.CloneSpec

public class CloneSpec
extends Object

A complete specification of a "clone" node with networking setup and the physical machine specification.


Nested Class Summary
static class CloneSpec.Builder
           
 
Constructor Summary
CloneSpec(VmSpec vmSpec, NetworkSpec networkSpec, org.virtualbox_4_1.IMachine master, boolean isLinked)
           
 
Method Summary
static CloneSpec.Builder builder()
           
 boolean equals(Object o)
           
 org.virtualbox_4_1.IMachine getMaster()
           
 NetworkSpec getNetworkSpec()
           
 VmSpec getVmSpec()
           
 int hashCode()
           
 boolean isLinked()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloneSpec

public CloneSpec(VmSpec vmSpec,
                 NetworkSpec networkSpec,
                 org.virtualbox_4_1.IMachine master,
                 boolean isLinked)
Method Detail

builder

public static CloneSpec.Builder builder()

getVmSpec

public VmSpec getVmSpec()

getNetworkSpec

public NetworkSpec getNetworkSpec()

getMaster

public org.virtualbox_4_1.IMachine getMaster()

isLinked

public boolean isLinked()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.