Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.28 KB

File metadata and controls

13 lines (9 loc) · 1.28 KB

class IPv4Configuration

Member values

Member name Data type Description Usage
ip_address int IPv4 address You 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_mask int IPv4 subnet mask You 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_gateway int Gateway IPv4 address You 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.
dhcp_enabled bool Enable automatic (DHCP) IPv4 configuration. Set to true to enable DHCP instead of static configuration. You can manipulate the field dhcp_enabled as if it were a regular field. To clear the value of dhcp_enabled and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)