The configuration data of a single IPv4 interface, including IP address, netmask, and default gateway.
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] |