Package kubevirt.io

Class V1FloppyTarget

java.lang.Object
kubevirt.io.V1FloppyTarget

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1FloppyTarget extends Object
V1FloppyTarget
  • Field Details

  • Constructor Details

    • V1FloppyTarget

      public V1FloppyTarget()
  • Method Details

    • readonly

      public V1FloppyTarget readonly(Boolean readonly)
    • isReadonly

      public Boolean isReadonly()
      ReadOnly. Defaults to false.
      Returns:
      readonly
    • setReadonly

      public void setReadonly(Boolean readonly)
    • tray

      public V1FloppyTarget tray(String tray)
    • getTray

      public String getTray()
      Tray indicates if the tray of the device is open or closed. Allowed values are \"open\" and \"closed\". Defaults to closed. +optional
      Returns:
      tray
    • setTray

      public void setTray(String tray)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).