org.jclouds.glesys.options
Class DestroyServerOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.glesys.options.DestroyServerOptions
All Implemented Interfaces:
HttpRequestOptions

public class DestroyServerOptions
extends BaseHttpRequestOptions

Author:
Adam Lowe

Nested Class Summary
static class DestroyServerOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
DestroyServerOptions()
           
 
Method Summary
 DestroyServerOptions keepIp(boolean keepIp)
          Determines whether to keep the server's ip attached to your account when destroying a server
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DestroyServerOptions

public DestroyServerOptions()
Method Detail

keepIp

public DestroyServerOptions keepIp(boolean keepIp)
Determines whether to keep the server's ip attached to your account when destroying a server

Parameters:
keepIp - if true, keep the ip address


Copyright © 2009-2012 jclouds. All Rights Reserved.