Package org.jclouds.gogrid.binders
Class BindVirtualIpPortPairToQueryParams
- java.lang.Object
-
- org.jclouds.gogrid.binders.BindVirtualIpPortPairToQueryParams
-
- All Implemented Interfaces:
Binder
public class BindVirtualIpPortPairToQueryParams extends Object implements Binder
Binds a virtual IP to the request. TheIpPortPair
must have aIpPortPair.ip
set with a valid IP address.
-
-
Constructor Summary
Constructors Constructor Description BindVirtualIpPortPairToQueryParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequest
in interfaceBinder
-
-