org.jclouds.chef.options
Class CreateClientOptions

java.lang.Object
  extended by org.jclouds.chef.options.CreateClientOptions
All Implemented Interfaces:
Cloneable

public class CreateClientOptions
extends Object
implements Cloneable

Options for the create client method.


Nested Class Summary
static class CreateClientOptions.Builder
           
 
Constructor Summary
CreateClientOptions()
           
 
Method Summary
 CreateClientOptions admin()
           
protected  Object clone()
           
 boolean isAdmin()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateClientOptions

public CreateClientOptions()
Method Detail

isAdmin

public boolean isAdmin()

admin

public CreateClientOptions admin()

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.