Package kubevirt.io
Class V1DHCPOptions
java.lang.Object
kubevirt.io.V1DHCPOptions
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1DHCPOptions
extends Object
Extra DHCP options to use in the interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate List<V1DHCPPrivateOptions> private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNtpServersItem(String ntpServersItem) addPrivateOptionsItem(V1DHCPPrivateOptions privateOptionsItem) bootFileName(String bootFileName) booleanIf specified will pass option 67 to interface's DHCP server +optionalIf specified will pass the configured NTP server to the VM via DHCP option 042.If specified will pass extra DHCP options for private use, range: 224-254 +optionalIf specified will pass option 66 to interface's DHCP server +optionalinthashCode()ntpServers(List<String> ntpServers) privateOptions(List<V1DHCPPrivateOptions> privateOptions) voidsetBootFileName(String bootFileName) voidsetNtpServers(List<String> ntpServers) voidsetPrivateOptions(List<V1DHCPPrivateOptions> privateOptions) voidsetTftpServerName(String tftpServerName) tftpServerName(String tftpServerName) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
bootFileName
-
ntpServers
-
privateOptions
-
tftpServerName
-
-
Constructor Details
-
V1DHCPOptions
public V1DHCPOptions()
-
-
Method Details
-
bootFileName
-
getBootFileName
If specified will pass option 67 to interface's DHCP server +optional- Returns:
- bootFileName
-
setBootFileName
-
ntpServers
-
addNtpServersItem
-
getNtpServers
If specified will pass the configured NTP server to the VM via DHCP option 042. +optional- Returns:
- ntpServers
-
setNtpServers
-
privateOptions
-
addPrivateOptionsItem
-
getPrivateOptions
If specified will pass extra DHCP options for private use, range: 224-254 +optional- Returns:
- privateOptions
-
setPrivateOptions
-
tftpServerName
-
getTftpServerName
If specified will pass option 66 to interface's DHCP server +optional- Returns:
- tftpServerName
-
setTftpServerName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-