Package org.jclouds.docker.options
Class RemoveContainerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.docker.options.RemoveContainerOptions
- All Implemented Interfaces:
HttpRequestOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
RemoveContainerOptions
public RemoveContainerOptions()
-
-
Method Details
-
verbose
-
force
-
volume
Remove the volumes associated to the container- Parameters:
volume
- If set to true the volume associated to the container will be removed. Otherwise it will not be removed.
-