Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 738 Bytes

CommIpV4Interface.md

File metadata and controls

13 lines (9 loc) · 738 Bytes

CommIpV4Interface

The configuration data of a single IPv4 interface, including IP address, netmask, and default gateway.

Properties

Name Type Description Notes
gateway str The IPv4 address of the default gateway. [optional]
ip_address str The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3. [optional]
netmask str The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0. [optional]

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