org.jclouds.openstack.nova.v2_0.options
Class RebuildServerOptions
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RebuildServerOptions
public RebuildServerOptions()
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.