signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_slot(self):
return self.__slot<EOL>
Getter method for slot, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/slot (uint16) YANG Description: slot id to get top discarded destination ports
f334840:c0:m3
def _set_slot(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for slot, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/slot (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_slot is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_slot() directly. YA...
f334840:c0:m4
def _get_tower(self):
return self.__tower<EOL>
Getter method for tower, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/tower (uint16) YANG Description: tower id to get top discarded destination ports
f334840:c0:m6
def _set_tower(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for tower, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/tower (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_tower is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tower() directly....
f334840:c0:m7
def _get_id(self):
return self.__id<EOL>
Getter method for id, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/id (uint16) YANG Description: unique id to get top discarded destination ports
f334840:c0:m9
def _set_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for id, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/id (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_id() directly. YANG Descr...
f334840:c0:m10
def _get_dest_port(self):
return self.__dest_port<EOL>
Getter method for dest_port, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/dest_port (string) YANG Description: destination port having one of the highest discarded packets
f334840:c0:m12
def _set_dest_port(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for dest_port, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/dest_port (string) If this variable is read-only (config: false) in the source YANG file, then _set_dest_port is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dest_...
f334840:c0:m13
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/priority (uint16) YANG Description: priority of the highest discarded packets
f334840:c0:m15
def _set_priority(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for priority, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/priority (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_priority is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_priority...
f334840:c0:m16
def _get_queue(self):
return self.__queue<EOL>
Getter method for queue, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/queue (uint32) YANG Description: Queue id that is having discarded packets
f334840:c0:m18
def _set_queue(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for queue, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/queue (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queue() directly....
f334840:c0:m19
def _get_discardpkt(self):
return self.__discardpkt<EOL>
Getter method for discardpkt, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/discardpkt (uint64) YANG Description: count of the number of packets that are discarded
f334840:c0:m21
def _set_discardpkt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for discardpkt, mapped from YANG variable /tm_state/tm_top_discard_pkt_data/discardpkt (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_discardpkt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_di...
f334840:c0:m22
def _get_slot_id(self):
return self.__slot_id<EOL>
Getter method for slot_id, mapped from YANG variable /tm_state/tmcpustatsslot/slot_id (uint16) YANG Description: slot_id
f334841:c0:m3
def _set_slot_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for slot_id, mapped from YANG variable /tm_state/tmcpustatsslot/slot_id (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_slot_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_slot_id() directly. ...
f334841:c0:m4
def _get_cpugroup_id(self):
return self.__cpugroup_id<EOL>
Getter method for cpugroup_id, mapped from YANG variable /tm_state/tmcpustatsslot/cpugroup_id (uint16) YANG Description: cpugroup_id
f334841:c0:m6
def _set_cpugroup_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for cpugroup_id, mapped from YANG variable /tm_state/tmcpustatsslot/cpugroup_id (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_cpugroup_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cpugroup...
f334841:c0:m7
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /tm_state/tmcpustatsslot/priority (uint16) YANG Description: Traffic class priority for TM VOQ statistics
f334841:c0:m9
def _set_priority(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for priority, mapped from YANG variable /tm_state/tmcpustatsslot/priority (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_priority is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_priority() direct...
f334841:c0:m10
def _get_enquepkt(self):
return self.__enquepkt<EOL>
Getter method for enquepkt, mapped from YANG variable /tm_state/tmcpustatsslot/enquepkt (uint64) YANG Description: enque_pkts
f334841:c0:m12
def _set_enquepkt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for enquepkt, mapped from YANG variable /tm_state/tmcpustatsslot/enquepkt (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_enquepkt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enquepkt() direct...
f334841:c0:m13
def _get_enqueubytes(self):
return self.__enqueubytes<EOL>
Getter method for enqueubytes, mapped from YANG variable /tm_state/tmcpustatsslot/enqueubytes (uint64) YANG Description: enque_bytes
f334841:c0:m15
def _set_enqueubytes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for enqueubytes, mapped from YANG variable /tm_state/tmcpustatsslot/enqueubytes (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_enqueubytes is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enqueuby...
f334841:c0:m16
def _get_discardpkt(self):
return self.__discardpkt<EOL>
Getter method for discardpkt, mapped from YANG variable /tm_state/tmcpustatsslot/discardpkt (uint64) YANG Description: discard_pkts
f334841:c0:m18
def _set_discardpkt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for discardpkt, mapped from YANG variable /tm_state/tmcpustatsslot/discardpkt (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_discardpkt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_discardpkt(...
f334841:c0:m19
def _get_discardbytes(self):
return self.__discardbytes<EOL>
Getter method for discardbytes, mapped from YANG variable /tm_state/tmcpustatsslot/discardbytes (uint64) YANG Description: discard_bytes
f334841:c0:m21
def _set_discardbytes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for discardbytes, mapped from YANG variable /tm_state/tmcpustatsslot/discardbytes (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_discardbytes is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_disca...
f334841:c0:m22
def _get_currdepth(self):
return self.__currdepth<EOL>
Getter method for currdepth, mapped from YANG variable /tm_state/tmcpustatsslot/currdepth (uint64) YANG Description: current_queue_depth
f334841:c0:m24
def _set_currdepth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for currdepth, mapped from YANG variable /tm_state/tmcpustatsslot/currdepth (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_currdepth is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_currdepth() di...
f334841:c0:m25
def _get_maxdepth(self):
return self.__maxdepth<EOL>
Getter method for maxdepth, mapped from YANG variable /tm_state/tmcpustatsslot/maxdepth (uint64) YANG Description: max_queue_depth
f334841:c0:m27
def _set_maxdepth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for maxdepth, mapped from YANG variable /tm_state/tmcpustatsslot/maxdepth (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_maxdepth is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_maxdepth() direct...
f334841:c0:m28
def _get_slot(self):
return self.__slot<EOL>
Getter method for slot, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/slot (uint16) YANG Description: slot id to get top max queue depth
f334842:c0:m3
def _set_slot(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for slot, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/slot (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_slot is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_slot() directly....
f334842:c0:m4
def _get_tower(self):
return self.__tower<EOL>
Getter method for tower, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/tower (uint16) YANG Description: tower id to get top max queue depth
f334842:c0:m6
def _set_tower(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for tower, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/tower (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_tower is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tower() direc...
f334842:c0:m7
def _get_id(self):
return self.__id<EOL>
Getter method for id, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/id (uint16) YANG Description: unique id to get top max queue depth
f334842:c0:m9
def _set_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for id, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/id (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_id() directly. YANG D...
f334842:c0:m10
def _get_dest_port(self):
return self.__dest_port<EOL>
Getter method for dest_port, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/dest_port (string) YANG Description: destination port having one of the highest max queue depth
f334842:c0:m12
def _set_dest_port(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for dest_port, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/dest_port (string) If this variable is read-only (config: false) in the source YANG file, then _set_dest_port is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_d...
f334842:c0:m13
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/priority (uint16) YANG Description: priority of the highest max queue depth
f334842:c0:m15
def _set_priority(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for priority, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/priority (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_priority is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_prio...
f334842:c0:m16
def _get_queue(self):
return self.__queue<EOL>
Getter method for queue, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/queue (uint32) YANG Description: Queue id that is having max queue depth
f334842:c0:m18
def _set_queue(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for queue, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/queue (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queue() direc...
f334842:c0:m19
def _get_max_queue_depth(self):
return self.__max_queue_depth<EOL>
Getter method for max_queue_depth, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/max_queue_depth (uint32) YANG Description: value of max queue depth
f334842:c0:m21
def _set_max_queue_depth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for max_queue_depth, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/max_queue_depth (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_queue_depth is considered as a private method. Backends looking to populate this variable should do so via call...
f334842:c0:m22
def _get_min_threshold(self):
return self.__min_threshold<EOL>
Getter method for min_threshold, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/min_threshold (uint32) YANG Description: minimum threshold value for filtering
f334842:c0:m24
def _set_min_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for min_threshold, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/min_threshold (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_min_threshold is considered as a private method. Backends looking to populate this variable should do so via calling th...
f334842:c0:m25
def _get_max_utilization(self):
return self.__max_utilization<EOL>
Getter method for max_utilization, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/max_utilization (uint32) YANG Description: maximum buffer utilization of current destination port
f334842:c0:m27
def _set_max_utilization(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for max_utilization, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data/max_utilization (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_utilization is considered as a private method. Backends looking to populate this variable should do so via call...
f334842:c0:m28
def _get_discard_voq_pkt_threshold(self):
return self.__discard_voq_pkt_threshold<EOL>
Getter method for discard_voq_pkt_threshold, mapped from YANG variable /tm_state/cngn_mon_voq/discard_voq_pkt_threshold (uint32) YANG Description: Discard VOQ packet threshold
f334843:c0:m3
def _set_discard_voq_pkt_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for discard_voq_pkt_threshold, mapped from YANG variable /tm_state/cngn_mon_voq/discard_voq_pkt_threshold (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_discard_voq_pkt_threshold is considered as a private method. Backends looking to populate this variable should...
f334843:c0:m4
def _get_discard_voq_log_interval(self):
return self.__discard_voq_log_interval<EOL>
Getter method for discard_voq_log_interval, mapped from YANG variable /tm_state/cngn_mon_voq/discard_voq_log_interval (uint16) YANG Description: Discard VOQ packet log interval
f334843:c0:m6
def _set_discard_voq_log_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for discard_voq_log_interval, mapped from YANG variable /tm_state/cngn_mon_voq/discard_voq_log_interval (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_discard_voq_log_interval is considered as a private method. Backends looking to populate this variable should do...
f334843:c0:m7
def _get_cngn_mon_dev(self):
return self.__cngn_mon_dev<EOL>
Getter method for cngn_mon_dev, mapped from YANG variable /tm_state/cngn_mon_dev (container) YANG Description: TM discard pkt config
f334844:c0:m3
def _set_cngn_mon_dev(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cngn_mon_dev.cngn_mon_dev, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for cngn_mon_dev, mapped from YANG variable /tm_state/cngn_mon_dev (container) If this variable is read-only (config: false) in the source YANG file, then _set_cngn_mon_dev is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cngn_mon_dev() di...
f334844:c0:m4
def _get_cngn_mon_voq(self):
return self.__cngn_mon_voq<EOL>
Getter method for cngn_mon_voq, mapped from YANG variable /tm_state/cngn_mon_voq (container) YANG Description: TM discard voq pkt config
f334844:c0:m6
def _set_cngn_mon_voq(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cngn_mon_voq.cngn_mon_voq, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for cngn_mon_voq, mapped from YANG variable /tm_state/cngn_mon_voq (container) If this variable is read-only (config: false) in the source YANG file, then _set_cngn_mon_voq is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cngn_mon_voq() di...
f334844:c0:m7
def _get_cngn_mon_del_pkt(self):
return self.__cngn_mon_del_pkt<EOL>
Getter method for cngn_mon_del_pkt, mapped from YANG variable /tm_state/cngn_mon_del_pkt (container) YANG Description: TM delete pkt config
f334844:c0:m9
def _set_cngn_mon_del_pkt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cngn_mon_del_pkt.cngn_mon_del_pkt, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=...
Setter method for cngn_mon_del_pkt, mapped from YANG variable /tm_state/cngn_mon_del_pkt (container) If this variable is read-only (config: false) in the source YANG file, then _set_cngn_mon_del_pkt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cngn_...
f334844:c0:m10
def _get_tmdevicestataggr(self):
return self.__tmdevicestataggr<EOL>
Getter method for tmdevicestataggr, mapped from YANG variable /tm_state/tmdevicestataggr (list) YANG Description: Get TM device stats from all towers and all slots
f334844:c0:m12
def _set_tmdevicestataggr(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tmdevicestataggr.tmdevicestataggr, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys=...
Setter method for tmdevicestataggr, mapped from YANG variable /tm_state/tmdevicestataggr (list) If this variable is read-only (config: false) in the source YANG file, then _set_tmdevicestataggr is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tmdevicest...
f334844:c0:m13
def _get_non_empty_voq(self):
return self.__non_empty_voq<EOL>
Getter method for non_empty_voq, mapped from YANG variable /tm_state/non_empty_voq (list) YANG Description: non empty voq's in the system
f334844:c0:m15
def _set_non_empty_voq(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",non_empty_voq.non_empty_voq, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for non_empty_voq, mapped from YANG variable /tm_state/non_empty_voq (list) If this variable is read-only (config: false) in the source YANG file, then _set_non_empty_voq is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_non_empty_voq() dir...
f334844:c0:m16
def _get_buf_pool_stats(self):
return self.__buf_pool_stats<EOL>
Getter method for buf_pool_stats, mapped from YANG variable /tm_state/buf_pool_stats (list) YANG Description: TM buf pool stats per slot
f334844:c0:m18
def _set_buf_pool_stats(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",buf_pool_stats.buf_pool_stats, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<ST...
Setter method for buf_pool_stats, mapped from YANG variable /tm_state/buf_pool_stats (list) If this variable is read-only (config: false) in the source YANG file, then _set_buf_pool_stats is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_buf_pool_stats()...
f334844:c0:m19
def _get_tmcpustatsslot(self):
return self.__tmcpustatsslot<EOL>
Getter method for tmcpustatsslot, mapped from YANG variable /tm_state/tmcpustatsslot (list) YANG Description: TM voq stats for CPU port per slot
f334844:c0:m21
def _set_tmcpustatsslot(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tmcpustatsslot.tmcpustatsslot, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<ST...
Setter method for tmcpustatsslot, mapped from YANG variable /tm_state/tmcpustatsslot (list) If this variable is read-only (config: false) in the source YANG file, then _set_tmcpustatsslot is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tmcpustatsslot()...
f334844:c0:m22
def _get_tmcpustatsslotallgrp(self):
return self.__tmcpustatsslotallgrp<EOL>
Getter method for tmcpustatsslotallgrp, mapped from YANG variable /tm_state/tmcpustatsslotallgrp (list) YANG Description: TM voq stats for CPU port per slot for all CPU group
f334844:c0:m24
def _set_tmcpustatsslotallgrp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tmcpustatsslotallgrp.tmcpustatsslotallgrp, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, ya...
Setter method for tmcpustatsslotallgrp, mapped from YANG variable /tm_state/tmcpustatsslotallgrp (list) If this variable is read-only (config: false) in the source YANG file, then _set_tmcpustatsslotallgrp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334844:c0:m25
def _get_tm_top_discard_pkt_data(self):
return self.__tm_top_discard_pkt_data<EOL>
Getter method for tm_top_discard_pkt_data, mapped from YANG variable /tm_state/tm_top_discard_pkt_data (list) YANG Description: TM voq stats to get list of top discarded destination ports
f334844:c0:m27
def _set_tm_top_discard_pkt_data(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tm_top_discard_pkt_data.tm_top_discard_pkt_data, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_help...
Setter method for tm_top_discard_pkt_data, mapped from YANG variable /tm_state/tm_top_discard_pkt_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_tm_top_discard_pkt_data is considered as a private method. Backends looking to populate this variable should do so via calling th...
f334844:c0:m28
def _get_tm_top_max_queue_depth_data(self):
return self.__tm_top_max_queue_depth_data<EOL>
Getter method for tm_top_max_queue_depth_data, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data (list) YANG Description: TM voq stats to get list of top max queue depth
f334844:c0:m30
def _set_tm_top_max_queue_depth_data(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tm_top_max_queue_depth_data.tm_top_max_queue_depth_data, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._p...
Setter method for tm_top_max_queue_depth_data, mapped from YANG variable /tm_state/tm_top_max_queue_depth_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_tm_top_max_queue_depth_data is considered as a private method. Backends looking to populate this variable should do so vi...
f334844:c0:m31
def _get_tm_max_buff_util_data(self):
return self.__tm_max_buff_util_data<EOL>
Getter method for tm_max_buff_util_data, mapped from YANG variable /tm_state/tm_max_buff_util_data (list) YANG Description: Snapshot of max TM buffer utilzation
f334844:c0:m33
def _set_tm_max_buff_util_data(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tm_max_buff_util_data.tm_max_buff_util_data, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, ...
Setter method for tm_max_buff_util_data, mapped from YANG variable /tm_state/tm_max_buff_util_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_tm_max_buff_util_data is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f334844:c0:m34
def _get_tmvoqstatistics(self):
return self.__tmvoqstatistics<EOL>
Getter method for tmvoqstatistics, mapped from YANG variable /tm_state/tmvoqstatistics (list) YANG Description: Get TM VOQ statistics
f334844:c0:m36
def _set_tmvoqstatistics(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",tmvoqstatistics.tmvoqstatistics, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<...
Setter method for tmvoqstatistics, mapped from YANG variable /tm_state/tmvoqstatistics (list) If this variable is read-only (config: false) in the source YANG file, then _set_tmvoqstatistics is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tmvoqstatisti...
f334844:c0:m37
def _get_ing_slot(self):
return self.__ing_slot<EOL>
Getter method for ing_slot, mapped from YANG variable /tm_state/tmvoqstatistics/ing_slot (uint16) YANG Description: ingress slot to get tm voq statistics
f334845:c0:m3
def _set_ing_slot(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for ing_slot, mapped from YANG variable /tm_state/tmvoqstatistics/ing_slot (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_ing_slot is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ing_slot() direc...
f334845:c0:m4
def _get_ing_tower(self):
return self.__ing_tower<EOL>
Getter method for ing_tower, mapped from YANG variable /tm_state/tmvoqstatistics/ing_tower (uint16) YANG Description: ingress tpwer to get tm voq statistics
f334845:c0:m6
def _set_ing_tower(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for ing_tower, mapped from YANG variable /tm_state/tmvoqstatistics/ing_tower (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_ing_tower is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ing_tower() d...
f334845:c0:m7
def _get_egr_voqid(self):
return self.__egr_voqid<EOL>
Getter method for egr_voqid, mapped from YANG variable /tm_state/tmvoqstatistics/egr_voqid (uint16) YANG Description: egress voq-id to get tm voq statistics
f334845:c0:m9
def _set_egr_voqid(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d...
Setter method for egr_voqid, mapped from YANG variable /tm_state/tmvoqstatistics/egr_voqid (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_egr_voqid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_egr_voqid() d...
f334845:c0:m10
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /tm_state/tmvoqstatistics/priority (uint16) YANG Description: Traffic class priority for TM VOQ statistics
f334845:c0:m12
def _set_priority(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for priority, mapped from YANG variable /tm_state/tmvoqstatistics/priority (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_priority is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_priority() direc...
f334845:c0:m13
def _get_enquepkt(self):
return self.__enquepkt<EOL>
Getter method for enquepkt, mapped from YANG variable /tm_state/tmvoqstatistics/enquepkt (uint64) YANG Description: Count of packets enqueued in TM VOQ
f334845:c0:m15
def _set_enquepkt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for enquepkt, mapped from YANG variable /tm_state/tmvoqstatistics/enquepkt (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_enquepkt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enquepkt() direc...
f334845:c0:m16
def _get_enqueubytes(self):
return self.__enqueubytes<EOL>
Getter method for enqueubytes, mapped from YANG variable /tm_state/tmvoqstatistics/enqueubytes (uint64) YANG Description: Count of bytes enqueued in TM VOQ
f334845:c0:m18
def _set_enqueubytes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for enqueubytes, mapped from YANG variable /tm_state/tmvoqstatistics/enqueubytes (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_enqueubytes is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enqueub...
f334845:c0:m19
def _get_discardpkt(self):
return self.__discardpkt<EOL>
Getter method for discardpkt, mapped from YANG variable /tm_state/tmvoqstatistics/discardpkt (uint64) YANG Description: Count of packets discarded for respective TM VOQ
f334845:c0:m21
def _set_discardpkt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for discardpkt, mapped from YANG variable /tm_state/tmvoqstatistics/discardpkt (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_discardpkt is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_discardpkt...
f334845:c0:m22
def _get_discardbytes(self):
return self.__discardbytes<EOL>
Getter method for discardbytes, mapped from YANG variable /tm_state/tmvoqstatistics/discardbytes (uint64) YANG Description: Count of bytes discarded for respective TM VOQ
f334845:c0:m24
def _set_discardbytes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for discardbytes, mapped from YANG variable /tm_state/tmvoqstatistics/discardbytes (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_discardbytes is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_disc...
f334845:c0:m25
def _get_currdepth(self):
return self.__currdepth<EOL>
Getter method for currdepth, mapped from YANG variable /tm_state/tmvoqstatistics/currdepth (uint64) YANG Description: Current queue depth size of respective TM VOQ
f334845:c0:m27
def _set_currdepth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for currdepth, mapped from YANG variable /tm_state/tmvoqstatistics/currdepth (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_currdepth is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_currdepth() d...
f334845:c0:m28
def _get_maxdepth(self):
return self.__maxdepth<EOL>
Getter method for maxdepth, mapped from YANG variable /tm_state/tmvoqstatistics/maxdepth (uint64) YANG Description: Maxixum depth reached for respective TM VOQ
f334845:c0:m30
def _set_maxdepth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for maxdepth, mapped from YANG variable /tm_state/tmvoqstatistics/maxdepth (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_maxdepth is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_maxdepth() direc...
f334845:c0:m31
def _get_delete_pkt_threshold(self):
return self.__delete_pkt_threshold<EOL>
Getter method for delete_pkt_threshold, mapped from YANG variable /tm_state/cngn_mon_del_pkt/delete_pkt_threshold (uint32) YANG Description: Delete VOQ packet threshold
f334846:c0:m3
def _set_delete_pkt_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for delete_pkt_threshold, mapped from YANG variable /tm_state/cngn_mon_del_pkt/delete_pkt_threshold (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_delete_pkt_threshold is considered as a private method. Backends looking to populate this variable should do so via ...
f334846:c0:m4