signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_bfd(self):
return self.__bfd<EOL>
Getter method for bfd, mapped from YANG variable /overlay_gateway/site/bfd (container)
f336862:c0:m21
def _set_bfd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bfd.bfd, 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 bfd, mapped from YANG variable /overlay_gateway/site/bfd (container) If this variable is read-only (config: false) in the source YANG file, then _set_bfd is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bfd() directly.
f336862:c0:m22
def _get_shutdown(self):
return self.__shutdown<EOL>
Getter method for shutdown, mapped from YANG variable /overlay_gateway/site/shutdown (empty) YANG Description: Admin shutdown tunnels to this site. By default tunnels are admin enabled.
f336862:c0:m24
def _set_shutdown(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for shutdown, mapped from YANG variable /overlay_gateway/site/shutdown (empty) If this variable is read-only (config: false) in the source YANG file, then _set_shutdown is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_shutd...
f336862:c0:m25
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /overlay_gateway/name (overlay-gw-name-type) YANG Description: Name of Overlay Gateway
f336863: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 /overlay_gateway/name (overlay-gw-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. YANG ...
f336863:c0:m4
def _get_gw_type(self):
return self.__gw_type<EOL>
Getter method for gw_type, mapped from YANG variable /overlay_gateway/gw_type (overlay-gw-type) YANG Description: Defines type of function provided by this gateway.
f336863:c0:m6
def _set_gw_type(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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}},), is...
Setter method for gw_type, mapped from YANG variable /overlay_gateway/gw_type (overlay-gw-type) If this variable is read-only (config: false) in the source YANG file, then _set_gw_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_gw_type() directly....
f336863:c0:m7
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /overlay_gateway/ip (container)
f336863:c0:m9
def _set_ip(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ip.ip, 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_LIT...
Setter method for ip, mapped from YANG variable /overlay_gateway/ip (container) If this variable is read-only (config: false) in the source YANG file, then _set_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ip() directly.
f336863:c0:m10
def _get_map_(self):
return self.__map_<EOL>
Getter method for map_, mapped from YANG variable /overlay_gateway/map (container)
f336863:c0:m12
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 /overlay_gateway/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.
f336863:c0:m13
def _get_overlay_service_policy(self):
return self.__overlay_service_policy<EOL>
Getter method for overlay_service_policy, mapped from YANG variable /overlay_gateway/overlay_service_policy (container)
f336863:c0:m15
def _set_overlay_service_policy(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=overlay_service_policy.overlay_service_policy, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, reg...
Setter method for overlay_service_policy, mapped from YANG variable /overlay_gateway/overlay_service_policy (container) If this variable is read-only (config: false) in the source YANG file, then _set_overlay_service_policy is considered as a private method. Backends looking to populate this variable should do so via c...
f336863:c0:m16
def _get_site(self):
return self.__site<EOL>
Getter method for site, mapped from YANG variable /overlay_gateway/site (list) YANG Description: Site represents a remote VCS to which tunnel need to be setup. Site is identified by a name.
f336863:c0:m18
def _set_site(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>",site.site, 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:name>', e...
Setter method for site, mapped from YANG variable /overlay_gateway/site (list) If this variable is read-only (config: false) in the source YANG file, then _set_site is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_site() directly. Y...
f336863:c0:m19
def _get_activate(self):
return self.__activate<EOL>
Getter method for activate, mapped from YANG variable /overlay_gateway/activate (empty) YANG Description: Activates the Overlay gateway instance. Gateway is inactive by default. When gateway is inactive all associated tunnels will also be inactive (oper down).
f336863:c0:m21
def _set_activate(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for activate, mapped from YANG variable /overlay_gateway/activate (empty) If this variable is read-only (config: false) in the source YANG file, then _set_activate is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_activate()...
f336863:c0:m22
def _get_class_map_name(self):
return self.__class_map_name<EOL>
Getter method for class_map_name, mapped from YANG variable /overlay_class_map_get_next_cookie_state/class_map_name (string) YANG Description: Overlay Policy Map name
f336864:c0:m3
def _set_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for class_map_name, mapped from YANG variable /overlay_class_map_get_next_cookie_state/class_map_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_class_map_name is considered as a private method. Backends looking to populate this variable should do so via call...
f336864:c0:m4
def _get_mac_address_lif(self):
return self.__mac_address_lif<EOL>
Getter method for mac_address_lif, mapped from YANG variable /mac_address_table/static/static_ac_lif/mac_address_lif (mac-access-list:mac-address-type)
f336865:c0:m3
def _set_mac_address_lif(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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for mac_address_lif, mapped from YANG variable /mac_address_table/static/static_ac_lif/mac_address_lif (mac-access-list:mac-address-type) If this variable is read-only (config: false) in the source YANG file, then _set_mac_address_lif is considered as a private method. Backends looking to populate this va...
f336865:c0:m4
def _get_forward_lif(self):
return self.__forward_lif<EOL>
Getter method for forward_lif, mapped from YANG variable /mac_address_table/static/static_ac_lif/forward_lif (enumeration)
f336865:c0:m6
def _set_forward_lif(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, ...
Setter method for forward_lif, mapped from YANG variable /mac_address_table/static/static_ac_lif/forward_lif (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_forward_lif is considered as a private method. Backends looking to populate this variable should do so via calling t...
f336865:c0:m7
def _get_logical_interface(self):
return self.__logical_interface<EOL>
Getter method for logical_interface, mapped from YANG variable /mac_address_table/static/static_ac_lif/logical_interface (enumeration)
f336865:c0:m9
def _set_logical_interface(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, ...
Setter method for logical_interface, mapped from YANG variable /mac_address_table/static/static_ac_lif/logical_interface (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_logical_interface is considered as a private method. Backends looking to populate this variable should d...
f336865:c0:m10
def _get_interface_type_lif(self):
return self.__interface_type_lif<EOL>
Getter method for interface_type_lif, mapped from YANG variable /mac_address_table/static/static_ac_lif/interface_type_lif (enumeration)
f336865:c0:m12
def _set_interface_type_lif(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, ...
Setter method for interface_type_lif, mapped from YANG variable /mac_address_table/static/static_ac_lif/interface_type_lif (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type_lif is considered as a private method. Backends looking to populate this variable shoul...
f336865:c0:m13
def _get_logical_interface_name(self):
return self.__logical_interface_name<EOL>
Getter method for logical_interface_name, mapped from YANG variable /mac_address_table/static/static_ac_lif/logical_interface_name (logical-ifname)
f336865:c0:m15
def _set_logical_interface_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 logical_interface_name, mapped from YANG variable /mac_address_table/static/static_ac_lif/logical_interface_name (logical-ifname) If this variable is read-only (config: false) in the source YANG file, then _set_logical_interface_name is considered as a private method. Backends looking to populate this...
f336865:c0:m16
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /mac_address_table/static (container)
f336866:c0:m3
def _set_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=static.static, 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=Non...
Setter method for static, mapped from YANG variable /mac_address_table/static (container) If this variable is read-only (config: false) in the source YANG file, then _set_static is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static() directly.
f336866:c0:m4
def _get_learning_mode(self):
return self.__learning_mode<EOL>
Getter method for learning_mode, mapped from YANG variable /mac_address_table/learning_mode (enumeration) YANG Description: Conversational Learning Mode
f336866:c0:m6
def _set_learning_mode(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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for learning_mode, mapped from YANG variable /mac_address_table/learning_mode (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_learning_mode is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lea...
f336866:c0:m7
def _get_aging_time(self):
return self.__aging_time<EOL>
Getter method for aging_time, mapped from YANG variable /mac_address_table/aging_time (container) YANG Description: Aging Time
f336866:c0:m9
def _set_aging_time(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=aging_time.aging_time, 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, extens...
Setter method for aging_time, mapped from YANG variable /mac_address_table/aging_time (container) If this variable is read-only (config: false) in the source YANG file, then _set_aging_time is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_aging_time() d...
f336866:c0:m10
def _get_mac_move(self):
return self.__mac_move<EOL>
Getter method for mac_move, mapped from YANG variable /mac_address_table/mac_move (container) YANG Description: MAC move
f336866:c0:m12
def _set_mac_move(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mac_move.mac_move, 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 mac_move, mapped from YANG variable /mac_address_table/mac_move (container) If this variable is read-only (config: false) in the source YANG file, then _set_mac_move is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mac_move() directly....
f336866:c0:m13
def _get_consistency_check(self):
return self.__consistency_check<EOL>
Getter method for consistency_check, mapped from YANG variable /mac_address_table/consistency_check (container) YANG Description: MAC Consistency check
f336866:c0:m15
def _set_consistency_check(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=consistency_check.consistency_check, 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 consistency_check, mapped from YANG variable /mac_address_table/consistency_check (container) If this variable is read-only (config: false) in the source YANG file, then _set_consistency_check is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f336866:c0:m16
def _get_conversational_time_out(self):
return self.__conversational_time_out<EOL>
Getter method for conversational_time_out, mapped from YANG variable /mac_address_table/aging_time/conversational_time_out (uint32)
f336867:c0:m3
def _set_conversational_time_out(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:0>', u'<STR_LIT>']}), default=R...
Setter method for conversational_time_out, mapped from YANG variable /mac_address_table/aging_time/conversational_time_out (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_conversational_time_out is considered as a private method. Backends looking to populate this variable shoul...
f336867:c0:m4
def _get_legacy_time_out(self):
return self.__legacy_time_out<EOL>
Getter method for legacy_time_out, mapped from YANG variable /mac_address_table/aging_time/legacy_time_out (uint32)
f336867:c0:m6
def _set_legacy_time_out(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:0>', u'<STR_LIT>']}), default=R...
Setter method for legacy_time_out, mapped from YANG variable /mac_address_table/aging_time/legacy_time_out (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_legacy_time_out is considered as a private method. Backends looking to populate this variable should do so via calling this...
f336867:c0:m7
def _get_nocrypto(self):
return self.__nocrypto<EOL>
Getter method for nocrypto, mapped from YANG variable /no/nocrypto (container)
f336868:c0:m3
def _set_nocrypto(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=nocrypto.nocrypto, 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 nocrypto, mapped from YANG variable /no/nocrypto (container) If this variable is read-only (config: false) in the source YANG file, then _set_nocrypto is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_nocrypto() directly.
f336868:c0:m4
def _get_qos_mpls(self):
return self.__qos_mpls<EOL>
Getter method for qos_mpls, mapped from YANG variable /dscp_exp_state/qos_mpls (list)
f336869:c0:m3
def _set_qos_mpls(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>",qos_mpls.qos_mpls, 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 qos_mpls, mapped from YANG variable /dscp_exp_state/qos_mpls (list) If this variable is read-only (config: false) in the source YANG file, then _set_qos_mpls is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_qos_mpls() directly.
f336869:c0:m4
def _get_map_type(self):
return self.__map_type<EOL>
Getter method for map_type, mapped from YANG variable /dscp_exp_state/qos_mpls/map_type (string) YANG Description: map_type
f336870:c0:m3
def _set_map_type(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 map_type, mapped from YANG variable /dscp_exp_state/qos_mpls/map_type (string) If this variable is read-only (config: false) in the source YANG file, then _set_map_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_map_type() direct...
f336870:c0:m4
def _get_map_name(self):
return self.__map_name<EOL>
Getter method for map_name, mapped from YANG variable /dscp_exp_state/qos_mpls/map_name (string) YANG Description: map_name
f336870:c0:m6
def _set_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for map_name, mapped from YANG variable /dscp_exp_state/qos_mpls/map_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_map_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_map_name() direct...
f336870:c0:m7
def _get_enabled_slots(self):
return self.__enabled_slots<EOL>
Getter method for enabled_slots, mapped from YANG variable /dscp_exp_state/qos_mpls/enabled_slots (string) YANG Description: enabled_slots
f336870:c0:m9
def _set_enabled_slots(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 enabled_slots, mapped from YANG variable /dscp_exp_state/qos_mpls/enabled_slots (string) If this variable is read-only (config: false) in the source YANG file, then _set_enabled_slots is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_en...
f336870:c0:m10
def _get_traffic_class(self):
return self.__traffic_class<EOL>
Getter method for traffic_class, mapped from YANG variable /dscp_exp_state/qos_mpls/traffic_class (uint32) YANG Description: traffic-class
f336870:c0:m12
def _set_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=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for traffic_class, mapped from YANG variable /dscp_exp_state/qos_mpls/traffic_class (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_class is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tr...
f336870:c0:m13
def _get_drop_preced(self):
return self.__drop_preced<EOL>
Getter method for drop_preced, mapped from YANG variable /dscp_exp_state/qos_mpls/drop_preced (uint32) YANG Description: drop-preced
f336870:c0:m15
def _set_drop_preced(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for drop_preced, mapped from YANG variable /dscp_exp_state/qos_mpls/drop_preced (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_drop_preced is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_drop_pre...
f336870:c0:m16
def _get_exp(self):
return self.__exp<EOL>
Getter method for exp, mapped from YANG variable /dscp_exp_state/qos_mpls/exp (uint32) YANG Description: exp-val
f336870:c0:m18
def _set_exp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for exp, mapped from YANG variable /dscp_exp_state/qos_mpls/exp (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_exp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_exp() directly. YANG Descriptio...
f336870:c0:m19
def _get_dscp(self):
return self.__dscp<EOL>
Getter method for dscp, mapped from YANG variable /dscp_exp_state/qos_mpls/dscp (uint32) YANG Description: dscp-val
f336870:c0:m21
def _set_dscp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for dscp, mapped from YANG variable /dscp_exp_state/qos_mpls/dscp (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_dscp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dscp() directly. YANG Descri...
f336870:c0:m22
def _get_exptrafficvalues(self):
return self.__exptrafficvalues<EOL>
Getter method for exptrafficvalues, mapped from YANG variable /dscp_exp_state/qos_mpls/exptrafficvalues (uint32) YANG Description: exptrafficvalues
f336870:c0:m24
def _set_exptrafficvalues(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for exptrafficvalues, mapped from YANG variable /dscp_exp_state/qos_mpls/exptrafficvalues (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_exptrafficvalues is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f336870:c0:m25
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /tvf_domain/name (tvf-domain-type) YANG Description: The TVF Domain identifier.
f336871: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=RestrictedClassTyp...
Setter method for name, mapped from YANG variable /tvf_domain/name (tvf-domain-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. YANG Descriptio...
f336871:c0:m4
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /link_fault_signalling_counters_state/name (string) YANG Description: Port name
f336872: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=unicode, is_leaf=True, yang_name="<STR_LIT:name>...
Setter method for name, mapped from YANG variable /link_fault_signalling_counters_state/name (string) 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....
f336872:c0:m4
def _get_local_fault_counter(self):
return self.__local_fault_counter<EOL>
Getter method for local_fault_counter, mapped from YANG variable /link_fault_signalling_counters_state/local_fault_counter (uint64) YANG Description: Local Link fault counter
f336872:c0:m6
def _set_local_fault_counter(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 local_fault_counter, mapped from YANG variable /link_fault_signalling_counters_state/local_fault_counter (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_local_fault_counter is considered as a private method. Backends looking to populate this variable should do...
f336872:c0:m7
def _get_remote_fault_counter(self):
return self.__remote_fault_counter<EOL>
Getter method for remote_fault_counter, mapped from YANG variable /link_fault_signalling_counters_state/remote_fault_counter (uint64) YANG Description: Remote Link fault counter
f336872:c0:m9
def _set_remote_fault_counter(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 remote_fault_counter, mapped from YANG variable /link_fault_signalling_counters_state/remote_fault_counter (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_remote_fault_counter is considered as a private method. Backends looking to populate this variable should...
f336872:c0:m10
def _get_local_fault_time(self):
return self.__local_fault_time<EOL>
Getter method for local_fault_time, mapped from YANG variable /link_fault_signalling_counters_state/local_fault_time (uint64) YANG Description: Local Link fault time
f336872:c0:m12
def _set_local_fault_time(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 local_fault_time, mapped from YANG variable /link_fault_signalling_counters_state/local_fault_time (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_local_fault_time is considered as a private method. Backends looking to populate this variable should do so via c...
f336872:c0:m13
def _get_remote_fault_time(self):
return self.__remote_fault_time<EOL>
Getter method for remote_fault_time, mapped from YANG variable /link_fault_signalling_counters_state/remote_fault_time (uint64) YANG Description: Remote Link fault time
f336872:c0:m15
def _set_remote_fault_time(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 remote_fault_time, mapped from YANG variable /link_fault_signalling_counters_state/remote_fault_time (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_remote_fault_time is considered as a private method. Backends looking to populate this variable should do so vi...
f336872:c0:m16
def _get_active_interfaces(self):
return self.__active_interfaces<EOL>
Getter method for active_interfaces, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces (container) YANG Description: Active Interface
f336873:c0:m3
def _set_active_interfaces(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=active_interfaces.active_interfaces, 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 active_interfaces, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces (container) If this variable is read-only (config: false) in the source YANG file, then _set_active_interfaces is considered as a private method. Backends looking to populate this variable should do so v...
f336873:c0:m4
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/interface_type (string) YANG Description: Interface type
f336874:c0:m3
def _set_interface_type(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 interface_type, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/interface_type (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type is considered as a private method. Backends looking to populate this variable should d...
f336874:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/interface_name (string) YANG Description: Interface name
f336874:c0:m6
def _set_interface_name(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 interface_name, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looking to populate this variable should d...
f336874:c0:m7
def _get_direction(self):
return self.__direction<EOL>
Getter method for direction, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/direction (string) YANG Description: direction
f336874:c0:m9
def _set_direction(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 direction, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/direction (string) If this variable is read-only (config: false) in the source YANG file, then _set_direction is considered as a private method. Backends looking to populate this variable should do so via callin...
f336874:c0:m10
def _get_policy_name(self):
return self.__policy_name<EOL>
Getter method for policy_name, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/policy_name (string) YANG Description: Policy name
f336874:c0:m12
def _set_policy_name(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 policy_name, mapped from YANG variable /overlay_service_policy_brief_state/active_interfaces/policy_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_policy_name is considered as a private method. Backends looking to populate this variable should do so via ...
f336874:c0:m13
def _get_cpu_cfg_slot(self):
return self.__cpu_cfg_slot<EOL>
Getter method for cpu_cfg_slot, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot (list) YANG Description: CPU port shaper/burst config
f336875:c0:m3
def _set_cpu_cfg_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>",cpu_cfg_slot.cpu_cfg_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_LI...
Setter method for cpu_cfg_slot, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot (list) If this variable is read-only (config: false) in the source YANG file, then _set_cpu_cfg_slot is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cpu_cfg_slot() di...
f336875:c0:m4
def _get_shaper_rate(self):
return self.__shaper_rate<EOL>
Getter method for shaper_rate, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data/shaper_rate (uint32) YANG Description: QoS CPU shaper rate
f336876:c0:m3
def _set_shaper_rate(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=long, restriction_...
Setter method for shaper_rate, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data/shaper_rate (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_shaper_rate is considered as a private method. Backends looking to populate this variable should do so via...
f336876:c0:m4
def _get_burst_size(self):
return self.__burst_size<EOL>
Getter method for burst_size, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data/burst_size (uint32) YANG Description: QoS CPU shaper burst
f336876:c0:m6
def _set_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=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 burst_size, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data/burst_size (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_burst_size is considered as a private method. Backends looking to populate this variable should do so via ca...
f336876:c0:m7
def _get_wfq_value(self):
return self.__wfq_value<EOL>
Getter method for wfq_value, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data/wfq_value (uint32) YANG Description: QoS CPU weighted fair queue value
f336876:c0:m9
def _set_wfq_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=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 wfq_value, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data/wfq_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_wfq_value is considered as a private method. Backends looking to populate this variable should do so via calli...
f336876:c0:m10
def _get_group_id(self):
return self.__group_id<EOL>
Getter method for group_id, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/group_id (uint8) YANG Description: CPU Group ID
f336877: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=int, restriction_d...
Setter method for group_id, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/group_id (uint8) 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_g...
f336877:c0:m4
def _get_cpu_cfg_prio(self):
return self.__cpu_cfg_prio<EOL>
Getter method for cpu_cfg_prio, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_prio (list) YANG Description: CPU prio shaper/burst/wfq config
f336877:c0:m6
def _set_cpu_cfg_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>",cpu_cfg_prio.cpu_cfg_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_LI...
Setter method for cpu_cfg_prio, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_prio (list) If this variable is read-only (config: false) in the source YANG file, then _set_cpu_cfg_prio is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336877:c0:m7
def _get_cpu_cfg_data(self):
return self.__cpu_cfg_data<EOL>
Getter method for cpu_cfg_data, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data (list)
f336877:c0:m9
def _set_cpu_cfg_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>",cpu_cfg_data.cpu_cfg_data, 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_LI...
Setter method for cpu_cfg_data, mapped from YANG variable /cpu_cfg_state/cpu_cfg_slot/cpu_cfg_group/cpu_cfg_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_cpu_cfg_data is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336877:c0:m10