org.jclouds.virtualbox.domain
Class MasterSpec

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

public class MasterSpec
extends Object

A complete specification of a "master" node, including the ISO, networking setup and the physical machine specification.


Nested Class Summary
static class MasterSpec.Builder
           
 
Method Summary
static MasterSpec.Builder builder()
           
 boolean equals(Object o)
           
 IsoSpec getIsoSpec()
           
 NetworkSpec getNetworkSpec()
           
 VmSpec getVmSpec()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static MasterSpec.Builder builder()

getVmSpec

public VmSpec getVmSpec()

getIsoSpec

public IsoSpec getIsoSpec()

getNetworkSpec

public NetworkSpec getNetworkSpec()

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.