org.jclouds.virtualbox.domain
Class NodeSpec

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

public class NodeSpec
extends Object


Nested Class Summary
static class NodeSpec.Builder
           
 
Method Summary
static NodeSpec.Builder builder()
           
 Master getMaster()
           
 String getName()
           
 String getTag()
           
 Template getTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static NodeSpec.Builder builder()

getMaster

public Master getMaster()

getName

public String getName()

getTag

public String getTag()

getTemplate

public Template getTemplate()


Copyright © 2009-2012 jclouds. All Rights Reserved.