Class WindowsData

All Implemented Interfaces:
Describable<AMITypeData>

public class WindowsData extends AMITypeData
  • Constructor Details

    • WindowsData

      @DataBoundConstructor public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword, boolean allowSelfSignedCertificate)
    • WindowsData

      @Deprecated public WindowsData(String password, boolean useHTTPS, String bootDelay, boolean specifyPassword)
      Deprecated.
    • WindowsData

      public WindowsData(String password, boolean useHTTPS, String bootDelay)
  • Method Details

    • isWindows

      public boolean isWindows()
      Specified by:
      isWindows in class AMITypeData
    • isUnix

      public boolean isUnix()
      Specified by:
      isUnix in class AMITypeData
    • isMac

      public boolean isMac()
      Specified by:
      isMac in class AMITypeData
    • getPassword

      public Secret getPassword()
    • isUseHTTPS

      public boolean isUseHTTPS()
    • getBootDelay

      public String getBootDelay()
      Specified by:
      getBootDelay in class AMITypeData
    • isSpecifyPassword

      public boolean isSpecifyPassword()
    • getBootDelayInMillis

      public int getBootDelayInMillis()
      Overrides:
      getBootDelayInMillis in class AMITypeData
    • isAllowSelfSignedCertificate

      public boolean isAllowSelfSignedCertificate()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object