class IPv4Information

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
ip_addressintIPv4 addressYou can manipulate the field ip_address as if it were a regular field. To clear the value of ip_address and reset it to the default value for its type, you call the ClearField() method of the Message interface.
subnet_maskintIPv4 subnet maskYou can manipulate the field subnet_mask as if it were a regular field. To clear the value of subnet_mask and reset it to the default value for its type, you call the ClearField() method of the Message interface.
default_gatewayintGateway IPv4 addressYou can manipulate the field default_gateway as if it were a regular field. To clear the value of default_gateway and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)