Destination

Keys

Children

class TelemetrySystem.DestinationGroups.DestinationGroup.Destinations.Destination

Bases: Entity

Class Hierarchy: TelemetrySystem DestinationGroups DestinationGroup Destinations Destination

This class represents configuration data.

List of telemetry stream destinations

destination_address(key)

Reference to the destination address of the telemetry stream

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}]+)?

refers to: destination_address

destination_port(key)

Reference to the port number of the stream destination

type: int

range: 0..65535

refers to: destination_port

config

Configuration parameters relating to telemetry destinations

type: Config

state

State information associated with telemetry destinations

type: State

config: False