org.jclouds.openstack.nova.v2_0.options
Class RebuildServerOptions

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.options.RebuildServerOptions
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class RebuildServerOptions
extends Object
implements org.jclouds.rest.MapBinder


Nested Class Summary
static class RebuildServerOptions.Builder
           
 
Constructor Summary
RebuildServerOptions()
           
 
Method Summary
 RebuildServerOptions adminPass(String adminPass)
           
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Map<String,Object> postParams)
           
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Object toBind)
           
 RebuildServerOptions ipv4Address(String ipv4Address)
           
 RebuildServerOptions ipv6Address(String iPv6Address)
           
 RebuildServerOptions name(String name)
           
 RebuildServerOptions withImage(String ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RebuildServerOptions

public RebuildServerOptions()
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Map<String,Object> postParams)
Specified by:
bindToRequest in interface org.jclouds.rest.MapBinder

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Object toBind)
Specified by:
bindToRequest in interface org.jclouds.rest.Binder

withImage

public RebuildServerOptions withImage(String ref)
Parameters:
ref - - reference of the image to rebuild the server with.

name

public RebuildServerOptions name(String name)

adminPass

public RebuildServerOptions adminPass(String adminPass)

ipv4Address

public RebuildServerOptions ipv4Address(String ipv4Address)

ipv6Address

public RebuildServerOptions ipv6Address(String iPv6Address)


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