Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1015 Bytes

File metadata and controls

12 lines (8 loc) · 1015 Bytes

class IPv4Settings

Member values

Member name Data type Description Usage
ipv4_address int IPv4Address You 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_mask int IPv4SubnetMask You 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_gateway int IPv4DefaultGateway You 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)