Class RebuildServerOptions
- java.lang.Object
 - 
- org.jclouds.openstack.nova.v2_0.options.RebuildServerOptions
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRebuildServerOptions.Builder 
- 
Constructor Summary
Constructors Constructor Description RebuildServerOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RebuildServerOptionsadminPass(String adminPass)<R extends HttpRequest>
RbindToRequest(R request, Object toBind)<R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)creates and binds the POST payload to the request using parameters specified.RebuildServerOptionsipv4Address(String ipv4Address)RebuildServerOptionsipv6Address(String iPv6Address)RebuildServerOptionsname(String name)RebuildServerOptionswithImage(String ref) 
 - 
 
- 
- 
Method Detail
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 PayloadParam
 
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
- Specified by:
 bindToRequestin interfaceBinder
 
- 
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)
 
 - 
 
 -