[docs]classConnection(BaseModel):"""Metadata about a pub-sub connection. This is mostly used for internal purposes and debugging."""auth_timeout:int=0cluster:Cluster={"addr":None,"auth_timeout":0,"cluster_port":0,"name":"","tls_timeout":0,"urls":[],}config_load_time:datetime.datetimeconnections:int=0cores:int=0cpu:float=0.0gateway:Gateway={"auth_timeout":0,"host":"","name":"","port":0,"tls_timeout":0,}git_commit:str=""go:str=""gomaxprocs:int=0host:strhttp_base_path:str=""http_host:str=""http_port:int=0http_req_stats:Dict[str,int]https_port:int=0in_bytes:int=0in_msgs:int=0jetstream:Jetstream={"config":{"domain":"","max_memory":0,"max_storage":0,"store_dir":""},"meta":{"cluster_size":0,"leader":"","name":""},"stats":{"accounts":0,"api":{"errors":0,"inflight":0,"total":0},"ha_assets":0,"memory":0,"reserved_memory":0,"reserved_store":0,"store":0,},}leaf:LeafNode={"auth_timeout":0,"host":"","port":0,"tls_timeout":0}leafnodes:int=0max_connections:int=0max_control_line:int=0max_payload:int=0max_pending:int=0mem:int=0now:datetime.datetimeout_bytes:int=0out_msgs:int=0ping_interval:int=0ping_max:int=0port:int=0proto:int=0remotes:int=0routes:int=0server_id:str=""server_name:str=""slow_consumers:int=0start:datetime.datetimesubscriptions:int=0system_account:str=""tls_timeout:int=0total_connections:int=0uptime:str=""version:str=""write_deadline:int=0model_config=ConfigDict(protected_namespaces=())