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