ApplicationInfo¶
Leafs
active_entriesconfigurable_probesentries_configuredhw_timestamp_disabledinactive_entriesmax_entriesmin_memoryoperation_typepending_entriesversion
-
class
Ipsla.ApplicationInfo¶ Bases:
EntityClass Hierarchy :
IpslaApplicationInfoThis class represents state data.
IPSLA application information
-
version¶ Version of the IPSLA in Version.Release .Patch-level format
type: str
config: False
-
max_entries¶ Maximum number of entries
type: int
range: 0..4294967295
config: False
-
entries_configured¶ Number of entries configured
type: int
range: 0..4294967295
config: False
-
active_entries¶ Number of active entries
type: int
range: 0..4294967295
config: False
-
pending_entries¶ Number of pending entries
type: int
range: 0..4294967295
config: False
-
inactive_entries¶ Number of inactive entries
type: int
range: 0..4294967295
config: False
-
configurable_probes¶ Number of configurable probes
type: int
range: 0..4294967295
config: False
-
min_memory¶ IPSLA low memory watermark in KB
type: int
range: 0..4294967295
config: False
-
hw_timestamp_disabled¶ IPSLA HW timestamp Disabled flag
type: bool
config: False
-
operation_type¶ Operation types available in this IPSLA version
type: list of
SlaOpTypesconfig: False
-