Class RebuildServerOptions
java.lang.Object
org.jclouds.openstack.nova.v2_0.options.RebuildServerOptions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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.ipv4Address
(String ipv4Address) ipv6Address
(String iPv6Address)
-
Constructor Details
-
RebuildServerOptions
public RebuildServerOptions()
-
-
Method Details
-
bindToRequest
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-
withImage
- Parameters:
ref
- - reference of the image to rebuild the server with.
-
name
-
adminPass
-
ipv4Address
-
ipv6Address
-