Class UpdateISOOptions

java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateISOOptions
All Implemented Interfaces:
HttpRequestOptions

public class UpdateISOOptions extends BaseHttpRequestOptions
Options for the ISO updateISO method.
See Also:
  • Field Details

  • Constructor Details

    • UpdateISOOptions

      public UpdateISOOptions()
  • Method Details

    • bootable

      public UpdateISOOptions bootable(boolean bootable)
      Parameters:
      bootable - true if image is bootable, false otherwise
    • displayText

      public UpdateISOOptions displayText(String displayText)
      Parameters:
      displayText - the display text of the image
    • format

      public UpdateISOOptions format(String format)
      Parameters:
      format - the format for the image
    • name

      public UpdateISOOptions name(String name)
      Parameters:
      name - the name of the image file
    • osTypeId

      public UpdateISOOptions osTypeId(String osTypeId)
      Parameters:
      osTypeId - the ID of the OS type that best represents the OS of this image.
    • passwordEnabled

      public UpdateISOOptions passwordEnabled(boolean passwordEnabled)
      Parameters:
      passwordEnabled - true if the image supports the password reset feature; default is false