Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 809 Bytes

V1DHCPOptions.md

File metadata and controls

13 lines (9 loc) · 809 Bytes

V1DHCPOptions

Properties

Name Type Description Notes
boot_file_name str If specified will pass option 67 to interface's DHCP server [optional]
ntp_servers list[str] If specified will pass the configured NTP server to the VM via DHCP option 042. [optional]
private_options list[V1DHCPPrivateOptions] If specified will pass extra DHCP options for private use, range: 224-254 [optional]
tftp_server_name str If specified will pass option 66 to interface's DHCP server [optional]

[Back to Model list] [Back to API list] [Back to README]