Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.11 KB

v1alpha3_network_device_data.md

File metadata and controls

12 lines (8 loc) · 1.11 KB

v1alpha3_network_device_data_t

Properties

Name Type Description Notes
hardware_address char * HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface. Must not be longer than 128 characters. [optional]
interface_name char * InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod. Must not be longer than 256 characters. [optional]
ips list_t * IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6. [optional]

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