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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOption is an Integer value from 224-254 Required.getValue()Value is a String value for the Option provided Required.inthashCode()voidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
option
-
value
-
-
Constructor Details
-
V1DHCPPrivateOptions
public V1DHCPPrivateOptions()
-
-
Method Details
-
option
-
getOption
Option is an Integer value from 224-254 Required.- Returns:
- option
-
setOption
-
value
-
getValue
Value is a String value for the Option provided Required.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-