class BridgeConfig

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
device_identifierintIdentifier of the device to which the bridge is connecting.You can manipulate the field device_identifier as if it were a regular field. To clear the value of device_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
bridgetypeintBridge type.You can manipulate the field bridgetype as if it were a regular field. To clear the value of bridgetype and reset it to the default value for its type, you call the ClearField() method of the Message interface.
port_configBridgePortConfigPort configuration. If used to enable port bridging, it is optional. If no port config is given defaults for bridge type is used.To set port_config, you simply assign a value directly to a field within port_config. You can also use the parent message's HasField() method to check if a message type field value has been set.
bridge_idBridgeIdentifierBridge identifier. Not used when creating bridge. It is used when retrieving configuration.To set bridge_id, you simply assign a value directly to a field within bridge_id. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)