Package org.jclouds.softlayer.binders
Class VirtualGuestToJson
java.lang.Object
org.jclouds.softlayer.binders.VirtualGuestToJson
- All Implemented Interfaces:
Binder
Converts a VirtualGuest into a json string valid for creating a CCI via softlayer api
The string is set into the payload of the HttpRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object input)
-
Field Details
-
USER_DATA_KEY
- See Also:
-
json
-
-
Constructor Details
-
VirtualGuestToJson
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-