Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 835 Bytes

File metadata and controls

13 lines (10 loc) · 835 Bytes

NetworkInterfaceEth

Properties

Name Type Description Notes
address str The IPv4 address associated with this Network Interface. [optional]
gateway str The IPv4 address of the gateway through which this Network Interface will communicate with the network. [optional]
mac_address str The media access control address associated with this Network Interface. [optional]
mtu int The maximum message transfer unit size for this Network Interface (in bytes). [optional]
vlan int The VLAN ID for this Network Interface. [optional]

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