State¶
Leafs
-
class
TelemetrySystem.DestinationGroups.DestinationGroup.Destinations.Destination.
State
¶ Bases:
Entity
Class Hierarchy:
TelemetrySystem
DestinationGroups
DestinationGroup
Destinations
Destination
State
This class represents state data.
State information associated with
telemetry destinations
-
destination_address
¶ IP address of the telemetry stream destination
type: union of the below types:
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?config: False
-
destination_port
¶ Protocol (udp or tcp) port number for the telemetry stream destination
type: int
range: 0..65535config: False
-
destination_protocol
¶ Protocol used to transmit telemetry data to the collector
type:
TelemetryStreamProtocol
config: False
-