class IPv4Settings

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
ipv4_addressintIPv4AddressYou can manipulate the field ipv4_address as if it were a regular field. To clear the value of ipv4_address and reset it to the default value for its type, you call the ClearField() method of the Message interface.
ipv4_subnet_maskintIPv4SubnetMaskYou can manipulate the field ipv4_subnet_mask as if it were a regular field. To clear the value of ipv4_subnet_mask and reset it to the default value for its type, you call the ClearField() method of the Message interface.
ipv4_default_gatewayintIPv4DefaultGatewayYou can manipulate the field ipv4_default_gateway as if it were a regular field. To clear the value of ipv4_default_gateway and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: DeviceConfig (Python)