Package kubevirt.io

Class V1DHCPPrivateOptions

java.lang.Object
kubevirt.io.V1DHCPPrivateOptions

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1DHCPPrivateOptions extends Object
DHCPExtraOptions defines Extra DHCP options for a VM.
  • Field Details

  • Constructor Details

    • V1DHCPPrivateOptions

      public V1DHCPPrivateOptions()
  • Method Details

    • option

      public V1DHCPPrivateOptions option(Integer option)
    • getOption

      public Integer getOption()
      Option is an Integer value from 224-254 Required.
      Returns:
      option
    • setOption

      public void setOption(Integer option)
    • value

      public V1DHCPPrivateOptions value(String value)
    • getValue

      public String getValue()
      Value is a String value for the Option provided Required.
      Returns:
      value
    • setValue

      public void setValue(String value)
    • 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).