signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_dscp_traffic_class_map_name(self):
return self.__dscp_traffic_class_map_name<EOL>
Getter method for dscp_traffic_class_map_name, mapped from YANG variable /qos/map/dscp_traffic_class/dscp_traffic_class_map_name (map-name-type)
f333782:c0:m3
def _set_dscp_traffic_class_map_name(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=unicode, restricti...
Setter method for dscp_traffic_class_map_name, mapped from YANG variable /qos/map/dscp_traffic_class/dscp_traffic_class_map_name (map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_traffic_class_map_name is considered as a private method. Backends looking to populate th...
f333782:c0:m4
def _get_dscp_to_tc_dp_mapping(self):
return self.__dscp_to_tc_dp_mapping<EOL>
Getter method for dscp_to_tc_dp_mapping, mapped from YANG variable /qos/map/dscp_traffic_class/dscp_to_tc_dp_mapping (list)
f333782:c0:m6
def _set_dscp_to_tc_dp_mapping(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>",dscp_to_tc_dp_mapping.dscp_to_tc_dp_mapping, 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 dscp_to_tc_dp_mapping, mapped from YANG variable /qos/map/dscp_traffic_class/dscp_to_tc_dp_mapping (list) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_to_tc_dp_mapping is considered as a private method. Backends looking to populate this variable should do so vi...
f333782:c0:m7
def _get_dscp_mutation_map_name(self):
return self.__dscp_mutation_map_name<EOL>
Getter method for dscp_mutation_map_name, mapped from YANG variable /qos/map/dscp_mutation/dscp_mutation_map_name (map-name-type)
f333783:c0:m3
def _set_dscp_mutation_map_name(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=unicode, restricti...
Setter method for dscp_mutation_map_name, mapped from YANG variable /qos/map/dscp_mutation/dscp_mutation_map_name (map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_mutation_map_name is considered as a private method. Backends looking to populate this variable should d...
f333783:c0:m4
def _get_dscp_to_dscp_mapping(self):
return self.__dscp_to_dscp_mapping<EOL>
Getter method for dscp_to_dscp_mapping, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping (list)
f333783:c0:m6
def _set_dscp_to_dscp_mapping(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>",dscp_to_dscp_mapping.dscp_to_dscp_mapping, 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 dscp_to_dscp_mapping, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping (list) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_to_dscp_mapping is considered as a private method. Backends looking to populate this variable should do so via callin...
f333783:c0:m7
def _get_to_value(self):
return self.__to_value<EOL>
Getter method for to_value, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping/to/to_value (dscp-id-type)
f333784:c0:m3
def _set_to_value(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for to_value, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping/to/to_value (dscp-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_to_value is considered as a private method. Backends looking to populate this variable should do so via calling th...
f333784:c0:m4
def _get_dscp_in_values(self):
return self.__dscp_in_values<EOL>
Getter method for dscp_in_values, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping/dscp_in_values (dscp-id-range-type)
f333785:c0:m3
def _set_dscp_in_values(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=unicode, restricti...
Setter method for dscp_in_values, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping/dscp_in_values (dscp-id-range-type) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_in_values is considered as a private method. Backends looking to populate this variable should...
f333785:c0:m4
def _get_to(self):
return self.__to<EOL>
Getter method for to, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping/to (container)
f333785:c0:m6
def _set_to(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=to.to, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:to>", rest_name="<STR_LIT:to>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for to, mapped from YANG variable /qos/map/dscp_mutation/dscp_to_dscp_mapping/to (container) If this variable is read-only (config: false) in the source YANG file, then _set_to is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_to() directly...
f333785:c0:m7
def _get_dscp_cos_map_name(self):
return self.__dscp_cos_map_name<EOL>
Getter method for dscp_cos_map_name, mapped from YANG variable /qos/map/dscp_cos/dscp_cos_map_name (map-name-type)
f333786:c0:m3
def _set_dscp_cos_map_name(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=unicode, restricti...
Setter method for dscp_cos_map_name, mapped from YANG variable /qos/map/dscp_cos/dscp_cos_map_name (map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_cos_map_name is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f333786:c0:m4
def _get_dscp_to_cos_mapping(self):
return self.__dscp_to_cos_mapping<EOL>
Getter method for dscp_to_cos_mapping, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping (list)
f333786:c0:m6
def _set_dscp_to_cos_mapping(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>",dscp_to_cos_mapping.dscp_to_cos_mapping, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang...
Setter method for dscp_to_cos_mapping, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping (list) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_to_cos_mapping is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333786:c0:m7
def _get_to_value(self):
return self.__to_value<EOL>
Getter method for to_value, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping/to/to_value (cos-id-type)
f333787:c0:m3
def _set_to_value(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for to_value, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping/to/to_value (cos-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_to_value is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333787:c0:m4
def _get_dscp_in_values(self):
return self.__dscp_in_values<EOL>
Getter method for dscp_in_values, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping/dscp_in_values (dscp-id-range-type)
f333788:c0:m3
def _set_dscp_in_values(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=unicode, restricti...
Setter method for dscp_in_values, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping/dscp_in_values (dscp-id-range-type) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_in_values is considered as a private method. Backends looking to populate this variable should do so...
f333788:c0:m4
def _get_to(self):
return self.__to<EOL>
Getter method for to, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping/to (container)
f333788:c0:m6
def _set_to(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=to.to, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:to>", rest_name="<STR_LIT:to>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for to, mapped from YANG variable /qos/map/dscp_cos/dscp_to_cos_mapping/to (container) If this variable is read-only (config: false) in the source YANG file, then _set_to is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_to() directly.
f333788:c0:m7
def _get_cos_mutation(self):
return self.__cos_mutation<EOL>
Getter method for cos_mutation, mapped from YANG variable /qos/map/cos_mutation (list)
f333789:c0:m3
def _set_cos_mutation(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:name>",cos_mutation.cos_mutation, 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='<S...
Setter method for cos_mutation, mapped from YANG variable /qos/map/cos_mutation (list) If this variable is read-only (config: false) in the source YANG file, then _set_cos_mutation is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cos_mutation() directly...
f333789:c0:m4
def _get_cos_traffic_class(self):
return self.__cos_traffic_class<EOL>
Getter method for cos_traffic_class, mapped from YANG variable /qos/map/cos_traffic_class (list)
f333789:c0:m6
def _set_cos_traffic_class(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:name>",cos_traffic_class.cos_traffic_class, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yan...
Setter method for cos_traffic_class, mapped from YANG variable /qos/map/cos_traffic_class (list) If this variable is read-only (config: false) in the source YANG file, then _set_cos_traffic_class is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cos_traf...
f333789:c0:m7
def _get_traffic_class_cos(self):
return self.__traffic_class_cos<EOL>
Getter method for traffic_class_cos, mapped from YANG variable /qos/map/traffic_class_cos (list)
f333789:c0:m9
def _set_traffic_class_cos(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>",traffic_class_cos.traffic_class_cos, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_key...
Setter method for traffic_class_cos, mapped from YANG variable /qos/map/traffic_class_cos (list) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_class_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_traffic_...
f333789:c0:m10
def _get_dscp_mutation(self):
return self.__dscp_mutation<EOL>
Getter method for dscp_mutation, mapped from YANG variable /qos/map/dscp_mutation (list)
f333789:c0:m12
def _set_dscp_mutation(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>",dscp_mutation.dscp_mutation, 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 dscp_mutation, mapped from YANG variable /qos/map/dscp_mutation (list) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_mutation is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dscp_mutation() dire...
f333789:c0:m13
def _get_dscp_traffic_class(self):
return self.__dscp_traffic_class<EOL>
Getter method for dscp_traffic_class, mapped from YANG variable /qos/map/dscp_traffic_class (list)
f333789:c0:m15
def _set_dscp_traffic_class(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>",dscp_traffic_class.dscp_traffic_class, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k...
Setter method for dscp_traffic_class, mapped from YANG variable /qos/map/dscp_traffic_class (list) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_traffic_class is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dscp_...
f333789:c0:m16
def _get_dscp_cos(self):
return self.__dscp_cos<EOL>
Getter method for dscp_cos, mapped from YANG variable /qos/map/dscp_cos (list)
f333789:c0:m18
def _set_dscp_cos(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>",dscp_cos.dscp_cos, 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_LIT>', ext...
Setter method for dscp_cos, mapped from YANG variable /qos/map/dscp_cos (list) If this variable is read-only (config: false) in the source YANG file, then _set_dscp_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dscp_cos() directly.
f333789:c0:m19
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /qos/map/cos_mutation/name (map-name-type)
f333790:c0:m3
def _set_name(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=unicode, restricti...
Setter method for name, mapped from YANG variable /qos/map/cos_mutation/name (map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_name() directly.
f333790:c0:m4
def _get_cos_to_cos_mappings(self):
return self.__cos_to_cos_mappings<EOL>
Getter method for cos_to_cos_mappings, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings (list)
f333790:c0:m6
def _set_cos_to_cos_mappings(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>",cos_to_cos_mappings.cos_to_cos_mappings, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang...
Setter method for cos_to_cos_mappings, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings (list) If this variable is read-only (config: false) in the source YANG file, then _set_cos_to_cos_mappings is considered as a private method. Backends looking to populate this variable should do so via calling th...
f333790:c0:m7
def _get_to_cos(self):
return self.__to_cos<EOL>
Getter method for to_cos, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings/to/to_cos (cos-id-type)
f333791:c0:m3
def _set_to_cos(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for to_cos, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings/to/to_cos (cos-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_to_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333791:c0:m4
def _get_from_cos(self):
return self.__from_cos<EOL>
Getter method for from_cos, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings/from_cos (cos-id-type)
f333792:c0:m3
def _set_from_cos(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=RestrictedClassTyp...
Setter method for from_cos, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings/from_cos (cos-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_from_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f333792:c0:m4
def _get_to(self):
return self.__to<EOL>
Getter method for to, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings/to (container)
f333792:c0:m6
def _set_to(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=to.to, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:to>", rest_name="<STR_LIT:to>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for to, mapped from YANG variable /qos/map/cos_mutation/cos_to_cos_mappings/to (container) If this variable is read-only (config: false) in the source YANG file, then _set_to is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_to() directly.
f333792:c0:m7
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /qos/map/cos_traffic_class/name (map-name-type)
f333793:c0:m3
def _set_name(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=unicode, restricti...
Setter method for name, mapped from YANG variable /qos/map/cos_traffic_class/name (map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_name() directly.
f333793:c0:m4
def _get_cos_to_tc_dp_mappings(self):
return self.__cos_to_tc_dp_mappings<EOL>
Getter method for cos_to_tc_dp_mappings, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings (list)
f333793:c0:m6
def _set_cos_to_tc_dp_mappings(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>",cos_to_tc_dp_mappings.cos_to_tc_dp_mappings, 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 cos_to_tc_dp_mappings, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings (list) If this variable is read-only (config: false) in the source YANG file, then _set_cos_to_tc_dp_mappings is considered as a private method. Backends looking to populate this variable should do so via...
f333793:c0:m7
def _get_to_traffic_class(self):
return self.__to_traffic_class<EOL>
Getter method for to_traffic_class, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/to/to_traffic_class (traffic-class-id-type)
f333794:c0:m3
def _set_to_traffic_class(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for to_traffic_class, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/to/to_traffic_class (traffic-class-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_to_traffic_class is considered as a private method. Backends looking to populate thi...
f333794:c0:m4
def _get_to_drop_precedence(self):
return self.__to_drop_precedence<EOL>
Getter method for to_drop_precedence, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/to/to_drop_precedence (drop-precedence-id-type)
f333794:c0:m6
def _set_to_drop_precedence(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for to_drop_precedence, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/to/to_drop_precedence (drop-precedence-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_to_drop_precedence is considered as a private method. Backends looking to popu...
f333794:c0:m7
def _get_from_cos(self):
return self.__from_cos<EOL>
Getter method for from_cos, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/from_cos (cos-id-type)
f333795:c0:m3
def _set_from_cos(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=RestrictedClassTyp...
Setter method for from_cos, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/from_cos (cos-id-type) If this variable is read-only (config: false) in the source YANG file, then _set_from_cos is considered as a private method. Backends looking to populate this variable should do so via calling t...
f333795:c0:m4
def _get_to(self):
return self.__to<EOL>
Getter method for to, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/to (container)
f333795:c0:m6
def _set_to(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=to.to, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:to>", rest_name="<STR_LIT:to>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for to, mapped from YANG variable /qos/map/cos_traffic_class/cos_to_tc_dp_mappings/to (container) If this variable is read-only (config: false) in the source YANG file, then _set_to is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_to() dir...
f333795:c0:m7
def _get_map_(self):
return self.__map_<EOL>
Getter method for map_, mapped from YANG variable /qos/map (container)
f333796:c0:m3
def _set_map_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=map_.map_, 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, extensions={u'<STR...
Setter method for map_, mapped from YANG variable /qos/map (container) If this variable is read-only (config: false) in the source YANG file, then _set_map_ is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_map_() directly.
f333796:c0:m4
def _get_red_profile(self):
return self.__red_profile<EOL>
Getter method for red_profile, mapped from YANG variable /qos/red_profile (list)
f333796:c0:m6
def _set_red_profile(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>",red_profile.red_profile, 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_LIT>...
Setter method for red_profile, mapped from YANG variable /qos/red_profile (list) If this variable is read-only (config: false) in the source YANG file, then _set_red_profile is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_red_profile() directly.
f333796:c0:m7
def _get_tx_queue(self):
return self.__tx_queue<EOL>
Getter method for tx_queue, mapped from YANG variable /qos/tx_queue (container)
f333796:c0:m9
def _set_tx_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=tx_queue.tx_queue, 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, extensions...
Setter method for tx_queue, mapped from YANG variable /qos/tx_queue (container) If this variable is read-only (config: false) in the source YANG file, then _set_tx_queue is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tx_queue() directly.
f333796:c0:m10
def _get_rx_queue(self):
return self.__rx_queue<EOL>
Getter method for rx_queue, mapped from YANG variable /qos/rx_queue (container)
f333796:c0:m12
def _set_rx_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=rx_queue.rx_queue, 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, extensions...
Setter method for rx_queue, mapped from YANG variable /qos/rx_queue (container) If this variable is read-only (config: false) in the source YANG file, then _set_rx_queue is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_rx_queue() directly.
f333796:c0:m13
def _get_cpu(self):
return self.__cpu<EOL>
Getter method for cpu, mapped from YANG variable /qos/cpu (container)
f333796:c0:m15
def _set_cpu(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cpu.cpu, 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, extensions={u'<STR_L...
Setter method for cpu, mapped from YANG variable /qos/cpu (container) If this variable is read-only (config: false) in the source YANG file, then _set_cpu is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cpu() directly.
f333796:c0:m16
def _get_slot(self):
return self.__slot<EOL>
Getter method for slot, mapped from YANG variable /qos/cpu/slot (list)
f333797:c0:m3
def _set_slot(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>",slot.slot, 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_LIT>', extensions=...
Setter method for slot, mapped from YANG variable /qos/cpu/slot (list) 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.
f333797:c0:m4
def _get_group_shaper_rate(self):
return self.__group_shaper_rate<EOL>
Getter method for group_shaper_rate, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_shaper/group_shaper_rate (shaper-rate)
f333798:c0:m3
def _set_group_shaper_rate(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for group_shaper_rate, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_shaper/group_shaper_rate (shaper-rate) If this variable is read-only (config: false) in the source YANG file, then _set_group_shaper_rate is considered as a private method. Backends looking to pop...
f333798:c0:m4
def _get_group_shaper_burst_size(self):
return self.__group_shaper_burst_size<EOL>
Getter method for group_shaper_burst_size, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_shaper/group_shaper_burst_size (burst-size)
f333798:c0:m6
def _set_group_shaper_burst_size(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for group_shaper_burst_size, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_shaper/group_shaper_burst_size (burst-size) If this variable is read-only (config: false) in the source YANG file, then _set_group_shaper_burst_size is considered as a private method. Backen...
f333798:c0:m7
def _get_group_shaper(self):
return self.__group_shaper<EOL>
Getter method for group_shaper, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_shaper (container)
f333799:c0:m3
def _set_group_shaper(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=group_shaper.group_shaper, 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 group_shaper, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_shaper (container) If this variable is read-only (config: false) in the source YANG file, then _set_group_shaper is considered as a private method. Backends looking to populate this variable should do ...
f333799:c0:m4
def _get_group_wfq(self):
return self.__group_wfq<EOL>
Getter method for group_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_wfq (container)
f333799:c0:m6
def _set_group_wfq(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=group_wfq.group_wfq, 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, extensio...
Setter method for group_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_wfq (container) If this variable is read-only (config: false) in the source YANG file, then _set_group_wfq is considered as a private method. Backends looking to populate this variable should do so via ca...
f333799:c0:m7
def _get_group_prio(self):
return self.__group_prio<EOL>
Getter method for group_prio, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio (list)
f333799:c0:m9
def _set_group_prio(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>",group_prio.group_prio, 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_LIT>',...
Setter method for group_prio, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio (list) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio is considered as a private method. Backends looking to populate this variable should do so via call...
f333799:c0:m10
def _get_group_prio_shaper_rate(self):
return self.__group_prio_shaper_rate<EOL>
Getter method for group_prio_shaper_rate, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_shaper/group_prio_shaper_rate (shaper-rate)
f333800:c0:m3
def _set_group_prio_shaper_rate(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for group_prio_shaper_rate, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_shaper/group_prio_shaper_rate (shaper-rate) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio_shaper_rat...
f333800:c0:m4
def _get_group_prio_shaper_burst_size(self):
return self.__group_prio_shaper_burst_size<EOL>
Getter method for group_prio_shaper_burst_size, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_shaper/group_prio_shaper_burst_size (burst-size)
f333800:c0:m6
def _set_group_prio_shaper_burst_size(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for group_prio_shaper_burst_size, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_shaper/group_prio_shaper_burst_size (burst-size) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio...
f333800:c0:m7
def _get_group_prio_shaper(self):
return self.__group_prio_shaper<EOL>
Getter method for group_prio_shaper, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_shaper (container)
f333801:c0:m3
def _set_group_prio_shaper(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=group_prio_shaper.group_prio_shaper, 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_path...
Setter method for group_prio_shaper, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_shaper (container) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio_shaper is considered as a private method...
f333801:c0:m4
def _get_group_prio_wfq(self):
return self.__group_prio_wfq<EOL>
Getter method for group_prio_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_wfq (container)
f333801:c0:m6
def _set_group_prio_wfq(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=group_prio_wfq.group_prio_wfq, 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...
Setter method for group_prio_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_wfq (container) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio_wfq is considered as a private method. Backend...
f333801:c0:m7
def _get_group_prio_wfq_weight(self):
return self.__group_prio_wfq_weight<EOL>
Getter method for group_prio_wfq_weight, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_wfq/group_prio_wfq_weight (weight-value)
f333802:c0:m3
def _set_group_prio_wfq_weight(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for group_prio_wfq_weight, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq/group_prio_wfq/group_prio_wfq_weight (weight-value) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio_wfq_weight is ...
f333802:c0:m4
def _get_group_prio_id(self):
return self.__group_prio_id<EOL>
Getter method for group_prio_id, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_id (priority)
f333803:c0:m3
def _set_group_prio_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=unicode, restricti...
Setter method for group_prio_id, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_id (priority) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio_id is considered as a private method. Backends looking to populate this variab...
f333803:c0:m4
def _get_group_prio_config_shaper_wfq(self):
return self.__group_prio_config_shaper_wfq<EOL>
Getter method for group_prio_config_shaper_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq (container)
f333803:c0:m6
def _set_group_prio_config_shaper_wfq(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=group_prio_config_shaper_wfq.group_prio_config_shaper_wfq, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext...
Setter method for group_prio_config_shaper_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_prio/group_prio_config_shaper_wfq (container) If this variable is read-only (config: false) in the source YANG file, then _set_group_prio_config_shaper_wfq is considered as a private me...
f333803:c0:m7
def _get_group_wfq_weight(self):
return self.__group_wfq_weight<EOL>
Getter method for group_wfq_weight, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_wfq/group_wfq_weight (weight-value)
f333804:c0:m3
def _set_group_wfq_weight(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for group_wfq_weight, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq/group_wfq/group_wfq_weight (weight-value) If this variable is read-only (config: false) in the source YANG file, then _set_group_wfq_weight is considered as a private method. Backends looking to populate...
f333804:c0:m4
def _get_group_id(self):
return self.__group_id<EOL>
Getter method for group_id, mapped from YANG variable /qos/cpu/slot/port_group/group/group_id (groupid)
f333805:c0:m3
def _set_group_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=unicode, restricti...
Setter method for group_id, mapped from YANG variable /qos/cpu/slot/port_group/group/group_id (groupid) If this variable is read-only (config: false) in the source YANG file, then _set_group_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_group_id()...
f333805:c0:m4
def _get_group_config_shaper_wfq(self):
return self.__group_config_shaper_wfq<EOL>
Getter method for group_config_shaper_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq (container)
f333805:c0:m6
def _set_group_config_shaper_wfq(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=group_config_shaper_wfq.group_config_shaper_wfq, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, r...
Setter method for group_config_shaper_wfq, mapped from YANG variable /qos/cpu/slot/port_group/group/group_config_shaper_wfq (container) If this variable is read-only (config: false) in the source YANG file, then _set_group_config_shaper_wfq is considered as a private method. Backends looking to populate this variable s...
f333805:c0:m7