class EthernetConfiguration

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
deviceintDevice identificationYou can manipulate the field device as if it were a regular field. To clear the value of device and reset it to the default value for its type, you call the ClearField() method of the Message interface.
enabledboolTrue if the ethernet device is enabled, false otherwiseYou can manipulate the field enabled as if it were a regular field. To clear the value of enabled and reset it to the default value for its type, you call the ClearField() method of the Message interface.
speedintSpeed selectionYou can manipulate the field speed as if it were a regular field. To clear the value of speed and reset it to the default value for its type, you call the ClearField() method of the Message interface.
duplexintDuplex modeYou can manipulate the field duplex as if it were a regular field. To clear the value of duplex and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: InterconnectConfig (Python)