Class DiskCreationBinder
java.lang.Object
org.jclouds.googlecomputeengine.binders.DiskCreationBinder
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input) <R extends HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified. 
- 
Constructor Details
- 
DiskCreationBinder
public DiskCreationBinder() 
 - 
 - 
Method Details
- 
bindToRequest
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 
 - 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -