Skip to content

Kathara.manager.kubernetes.stats.KubernetesLinkStats

Tommaso Caiazzi edited this page Jul 21, 2023 · 6 revisions

module Kathara.manager.kubernetes.stats.KubernetesLinkStats


class KubernetesLinkStats

The class responsible to handle Kubernetes Networks statistics.

Attributes:

  • link_api_object (Any): The Kubernetes Network associated with this statistics.
  • lab_hash (str): The hash identifier of the network scenario of the Kubernetes Network.
  • name (str): The name of the collision domain.
  • network_name (str): The Kubernetes Network Name.
  • vxlan_id (str): The VXLAN Identifier associated to this network.

method KubernetesLinkStats.__init__

__init__(link_api_object: Any)

method KubernetesLinkStats.to_dict

to_dict() → Dict[str, Any]

Transform statistics into a dict representation.

Returns:

  • Dict[str, Any]: Dict containing statistics.

method KubernetesLinkStats.update

update() → None

Update dynamic statistics with the current ones.

Returns: None


This file was automatically generated via lazydocs.

Clone this wiki locally