Class RebuildServerOptions

java.lang.Object
org.jclouds.openstack.nova.v2_0.options.RebuildServerOptions
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class RebuildServerOptions extends Object implements org.jclouds.rest.MapBinder
  • Constructor Details

    • RebuildServerOptions

      public RebuildServerOptions()
  • Method Details

    • bindToRequest

      public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
      Specified by:
      bindToRequest in interface org.jclouds.rest.MapBinder
    • bindToRequest

      public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Object toBind)
      Specified by:
      bindToRequest in interface org.jclouds.rest.Binder
    • withImage

      public RebuildServerOptions withImage(String ref)
      Parameters:
      ref - - reference of the image to rebuild the server with.
    • name

      public RebuildServerOptions name(String name)
    • adminPass

      public RebuildServerOptions adminPass(String adminPass)
    • ipv4Address

      public RebuildServerOptions ipv4Address(String ipv4Address)
    • ipv6Address

      public RebuildServerOptions ipv6Address(String iPv6Address)