Class WireProperties (0.1.1)

WireProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
bandwidth_unmetered int
The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. This field is a member of oneof_ _bandwidth_unmetered.
fault_response str
Response when a fault is detected in a pseudowire: - NONE: default. - DISABLE_PORT: set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires. Check the FaultResponse enum for the list of possible values. This field is a member of oneof_ _fault_response.

Classes

FaultResponse

FaultResponse(value)

Response when a fault is detected in a pseudowire: - NONE: default.

  • DISABLE_PORT: set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.