signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_static_route_oif(self): | return self.__static_route_oif<EOL> | Getter method for static_route_oif, mapped from YANG variable /ip/rtm_config/route/static_route_oif (list) | f333735:c0:m12 |
def _set_static_route_oif(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>",static_route_oif.static_route_oif, 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 static_route_oif, mapped from YANG variable /ip/rtm_config/route/static_route_oif (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_static_route_oif is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set... | f333735:c0:m13 |
def _get_static(self): | return self.__static<EOL> | Getter method for static, mapped from YANG variable /ip/rtm_config/route/static (container) | f333735:c0:m15 |
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={u'... | Setter method for static, mapped from YANG variable /ip/rtm_config/route/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. | f333735:c0:m16 |
def _get_static_route_dest(self): | return self.__static_route_dest<EOL> | Getter method for static_route_dest, mapped from YANG variable /ip/rtm_config/route/static_route_oif/static_route_dest (inet:ipv4-prefix) | f333736:c0:m3 |
def _set_static_route_dest(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 static_route_dest, mapped from YANG variable /ip/rtm_config/route/static_route_oif/static_route_dest (inet:ipv4-prefix)
If this variable is read-only (config: false) in the
source YANG file, then _set_static_route_dest is considered as a private
method. Backends looking to populate this variable shoul... | f333736:c0:m4 |
def _get_static_route_oif_type(self): | return self.__static_route_oif_type<EOL> | Getter method for static_route_oif_type, mapped from YANG variable /ip/rtm_config/route/static_route_oif/static_route_oif_type (enumeration) | f333736:c0:m6 |
def _set_static_route_oif_type(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 static_route_oif_type, mapped from YANG variable /ip/rtm_config/route/static_route_oif/static_route_oif_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_static_route_oif_type is considered as a private
method. Backends looking to populate this variabl... | f333736:c0:m7 |
def _get_static_route_oif_name(self): | return self.__static_route_oif_name<EOL> | Getter method for static_route_oif_name, mapped from YANG variable /ip/rtm_config/route/static_route_oif/static_route_oif_name (string) | f333736:c0:m9 |
def _set_static_route_oif_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 static_route_oif_name, mapped from YANG variable /ip/rtm_config/route/static_route_oif/static_route_oif_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_static_route_oif_name is considered as a private
method. Backends looking to populate this variable sho... | f333736:c0:m10 |
def _get_route_attributes(self): | return self.__route_attributes<EOL> | Getter method for route_attributes, mapped from YANG variable /ip/rtm_config/route/static_route_oif/route_attributes (container) | f333736:c0:m12 |
def _set_route_attributes(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_attributes.route_attributes, 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 route_attributes, mapped from YANG variable /ip/rtm_config/route/static_route_oif/route_attributes (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_route_attributes is considered as a private
method. Backends looking to populate this variable should
do so vi... | f333736:c0:m13 |
def _get_router_id(self): | return self.__router_id<EOL> | Getter method for router_id, mapped from YANG variable /ip/rtm_config/router_id (inet:ipv4-address) | f333737:c0:m3 |
def _set_router_id(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_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm... | Setter method for router_id, mapped from YANG variable /ip/rtm_config/router_id (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_router_id() d... | f333737:c0:m4 |
def _get_load_sharing(self): | return self.__load_sharing<EOL> | Getter method for load_sharing, mapped from YANG variable /ip/rtm_config/load_sharing (uint32) | f333737:c0:m6 |
def _set_load_sharing(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 load_sharing, mapped from YANG variable /ip/rtm_config/load_sharing (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_load_sharing is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_load_sharing() ... | f333737:c0:m7 |
def _get_route(self): | return self.__route<EOL> | Getter method for route, mapped from YANG variable /ip/rtm_config/route (container) | f333737:c0:m9 |
def _set_route(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route.route, 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'<S... | Setter method for route, mapped from YANG variable /ip/rtm_config/route (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_route is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_route() directly. | f333737:c0:m10 |
def _get_import_(self): | return self.__import_<EOL> | Getter method for import_, mapped from YANG variable /ip/rtm_config/import (container) | f333737:c0:m12 |
def _set_import_(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=import_.import_, 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 import_, mapped from YANG variable /ip/rtm_config/import (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_import_ is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_import_() directly. | f333737:c0:m13 |
def _get_src_vrf(self): | return self.__src_vrf<EOL> | Getter method for src_vrf, mapped from YANG variable /ip/rtm_config/import/routes/src_vrf (common-def:vrf-name) | f333738:c0:m3 |
def _set_src_vrf(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 src_vrf, mapped from YANG variable /ip/rtm_config/import/routes/src_vrf (common-def:vrf-name)
If this variable is read-only (config: false) in the
source YANG file, then _set_src_vrf is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_src... | f333738:c0:m4 |
def _get_route_map(self): | return self.__route_map<EOL> | Getter method for route_map, mapped from YANG variable /ip/rtm_config/import/routes/route_map (common-def:name-string63) | f333738:c0:m6 |
def _set_route_map(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 route_map, mapped from YANG variable /ip/rtm_config/import/routes/route_map (common-def:name-string63)
If this variable is read-only (config: false) in the
source YANG file, then _set_route_map is considered as a private
method. Backends looking to populate this variable should
do so via calling thisO... | f333738:c0:m7 |
def _get_routes(self): | return self.__routes<EOL> | Getter method for routes, mapped from YANG variable /ip/rtm_config/import/routes (list)
YANG Description: import IPV4 routes | f333739:c0:m3 |
def _set_routes(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>",routes.routes, 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>', extensi... | Setter method for routes, mapped from YANG variable /ip/rtm_config/import/routes (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_routes is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_routes() directly.
YANG Des... | f333739:c0:m4 |
def _get_broadcast_request(self): | return self.__broadcast_request<EOL> | Getter method for broadcast_request, mapped from YANG variable /ip/icmp/echo/broadcast_request (empty) | f333740:c0:m3 |
def _set_broadcast_request(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>': None, ... | Setter method for broadcast_request, mapped from YANG variable /ip/icmp/echo/broadcast_request (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_broadcast_request is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_br... | f333740:c0:m4 |
def _get_echo(self): | return self.__echo<EOL> | Getter method for echo, mapped from YANG variable /ip/icmp/echo (container) | f333741:c0:m3 |
def _set_echo(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=echo.echo, 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 echo, mapped from YANG variable /ip/icmp/echo (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_echo is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_echo() directly. | f333741:c0:m4 |
def _get_icmp(self): | return self.__icmp<EOL> | Getter method for icmp, mapped from YANG variable /ip/icmp (container) | f333742:c0:m3 |
def _set_icmp(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=icmp.icmp, 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 icmp, mapped from YANG variable /ip/icmp (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_icmp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_icmp() directly. | f333742:c0:m4 |
def _get_dns(self): | return self.__dns<EOL> | Getter method for dns, mapped from YANG variable /ip/dns (container) | f333742:c0:m6 |
def _set_dns(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dns.dns, 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 dns, mapped from YANG variable /ip/dns (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_dns is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_dns() directly. | f333742:c0:m7 |
def _get_hide_prefix_holder(self): | return self.__hide_prefix_holder<EOL> | Getter method for hide_prefix_holder, mapped from YANG variable /ip/hide_prefix_holder (container) | f333742:c0:m9 |
def _set_hide_prefix_holder(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_prefix_holder.hide_prefix_holder, 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_pa... | Setter method for hide_prefix_holder, mapped from YANG variable /ip/hide_prefix_holder (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hide_prefix_holder is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_hide_... | f333742:c0:m10 |
def _get_hide_as_path_holder(self): | return self.__hide_as_path_holder<EOL> | Getter method for hide_as_path_holder, mapped from YANG variable /ip/hide_as_path_holder (container) | f333742:c0:m12 |
def _set_hide_as_path_holder(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_as_path_holder.hide_as_path_holder, 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_... | Setter method for hide_as_path_holder, mapped from YANG variable /ip/hide_as_path_holder (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hide_as_path_holder is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_hi... | f333742:c0:m13 |
def _get_hide_community_list_holder(self): | return self.__hide_community_list_holder<EOL> | Getter method for hide_community_list_holder, mapped from YANG variable /ip/hide_community_list_holder (container) | f333742:c0:m15 |
def _set_hide_community_list_holder(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_community_list_holder.hide_community_list_holder, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmeth... | Setter method for hide_community_list_holder, mapped from YANG variable /ip/hide_community_list_holder (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hide_community_list_holder is considered as a private
method. Backends looking to populate this variable should
do so via ca... | f333742:c0:m16 |
def _get_hide_ext_community_list_holder(self): | return self.__hide_ext_community_list_holder<EOL> | Getter method for hide_ext_community_list_holder, mapped from YANG variable /ip/hide_ext_community_list_holder (container) | f333742:c0:m18 |
def _set_hide_ext_community_list_holder(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_ext_community_list_holder.hide_ext_community_list_holder, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self.... | Setter method for hide_ext_community_list_holder, mapped from YANG variable /ip/hide_ext_community_list_holder (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hide_ext_community_list_holder is considered as a private
method. Backends looking to populate this variable should
... | f333742:c0:m19 |
def _get_rtm_config(self): | return self.__rtm_config<EOL> | Getter method for rtm_config, mapped from YANG variable /ip/rtm_config (container) | f333742:c0:m21 |
def _set_rtm_config(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=rtm_config.rtm_config, 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 rtm_config, mapped from YANG variable /ip/rtm_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_rtm_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rtm_config() directly. | f333742:c0:m22 |
def _get_community_list(self): | return self.__community_list<EOL> | Getter method for community_list, mapped from YANG variable /ip/hide_community_list_holder/community_list (container) | f333743:c0:m3 |
def _set_community_list(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=community_list.community_list, 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 community_list, mapped from YANG variable /ip/hide_community_list_holder/community_list (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_community_list is considered as a private
method. Backends looking to populate this variable should
do so via calling thi... | f333743:c0:m4 |
def _get_no_of_peer_configured(self): | return self.__no_of_peer_configured<EOL> | Getter method for no_of_peer_configured, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_counter/no_of_peer_configured (uint32)
YANG Description: no_of_peer_configured | f333744:c0:m3 |
def _set_no_of_peer_configured(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 no_of_peer_configured, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_counter/no_of_peer_configured (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_no_of_peer_configured is considered as a private
method. Backends looking to populate this variable shou... | f333744:c0:m4 |
def _get_no_of_peer_operational(self): | return self.__no_of_peer_operational<EOL> | Getter method for no_of_peer_operational, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_counter/no_of_peer_operational (uint32)
YANG Description: no_of_peer_operational | f333744:c0:m6 |
def _set_no_of_peer_operational(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 no_of_peer_operational, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_counter/no_of_peer_operational (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_no_of_peer_operational is considered as a private
method. Backends looking to populate this variable s... | f333744:c0:m7 |
def _get_vc_id(self): | return self.__vc_id<EOL> | Getter method for vc_id, mapped from YANG variable /bd_vc_peer_state/vc_id (uint32)
YANG Description: peer vc id | f333745:c0:m3 |
def _set_vc_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=long, restriction_... | Setter method for vc_id, mapped from YANG variable /bd_vc_peer_state/vc_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_id() directly.
YANG Descripti... | f333745:c0:m4 |
def _get_bd_vc_peer_counter(self): | return self.__bd_vc_peer_counter<EOL> | Getter method for bd_vc_peer_counter, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_counter (container)
YANG Description: VC peer counters | f333745:c0:m6 |
def _set_bd_vc_peer_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=bd_vc_peer_counter.bd_vc_peer_counter, 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_pa... | Setter method for bd_vc_peer_counter, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_counter (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bd_vc_peer_counter is considered as a private
method. Backends looking to populate this variable should
do so via calling this... | f333745:c0:m7 |
def _get_bd_vc_peer_data(self): | return self.__bd_vc_peer_data<EOL> | Getter method for bd_vc_peer_data, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data (list)
YANG Description: VC peer | f333745:c0:m9 |
def _set_bd_vc_peer_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>",bd_vc_peer_data.bd_vc_peer_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='<... | Setter method for bd_vc_peer_data, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_bd_vc_peer_data is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bd_vc... | f333745:c0:m10 |
def _get_vc_proto_name(self): | return self.__vc_proto_name<EOL> | Getter method for vc_proto_name, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_proto_name (string)
YANG Description: protocol name | f333746:c0:m3 |
def _set_vc_proto_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 vc_proto_name, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_proto_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_proto_name is considered as a private
method. Backends looking to populate this variable should
do so via ... | f333746:c0:m4 |
def _get_vc_ldp_tunnel_id(self): | return self.__vc_ldp_tunnel_id<EOL> | Getter method for vc_ldp_tunnel_id, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_ldp_tunnel_id (uint32)
YANG Description: protocol ldp tunnel id | f333746:c0:m6 |
def _set_vc_ldp_tunnel_id(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 vc_ldp_tunnel_id, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_ldp_tunnel_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_ldp_tunnel_id is considered as a private
method. Backends looking to populate this variable should
d... | f333746:c0:m7 |
def _get_vc_ldp_name(self): | return self.__vc_ldp_name<EOL> | Getter method for vc_ldp_name, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_ldp_name (string)
YANG Description: ldp name | f333746:c0:m9 |
def _set_vc_ldp_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 vc_ldp_name, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_ldp_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_ldp_name is considered as a private
method. Backends looking to populate this variable should
do so via callin... | f333746:c0:m10 |
def _get_vc_lsp_name(self): | return self.__vc_lsp_name<EOL> | Getter method for vc_lsp_name, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_lsp_name (string)
YANG Description: lsp name | f333746:c0:m12 |
def _set_vc_lsp_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 vc_lsp_name, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_lsp_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_lsp_name is considered as a private
method. Backends looking to populate this variable should
do so via callin... | f333746:c0:m13 |
def _get_vc_peer_lsp_cos_enabled(self): | return self.__vc_peer_lsp_cos_enabled<EOL> | Getter method for vc_peer_lsp_cos_enabled, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_enabled (boolean)
YANG Description: peer cos enabled | f333746:c0:m15 |
def _set_vc_peer_lsp_cos_enabled(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, namespace='<STR_LIT>', defining_module='<STR_LI... | Setter method for vc_peer_lsp_cos_enabled, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_enabled (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_lsp_cos_enabled is considered as a private
method. Backends looking to populate ... | f333746:c0:m16 |
def _get_vc_peer_lsp_cos_value(self): | return self.__vc_peer_lsp_cos_value<EOL> | Getter method for vc_peer_lsp_cos_value, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_value (uint8)
YANG Description: peer cos value | f333746:c0:m18 |
def _set_vc_peer_lsp_cos_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for vc_peer_lsp_cos_value, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_value (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_lsp_cos_value is considered as a private
method. Backends looking to populate this var... | f333746:c0:m19 |
def _get_vc_peer_address(self): | return self.__vc_peer_address<EOL> | Getter method for vc_peer_address, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_address (inet:ipv4-address)
YANG Description: peer address name | f333747:c0:m3 |
def _set_vc_peer_address(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 vc_peer_address, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_address (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_address is considered as a private
method. Backends looking to populate this variable should
do so v... | f333747:c0:m4 |
def _get_vc_peer_state(self): | return self.__vc_peer_state<EOL> | Getter method for vc_peer_state, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_state (string)
YANG Description: peer state | f333747:c0:m6 |
def _set_vc_peer_state(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 vc_peer_state, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_state (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisOb... | f333747:c0:m7 |
def _get_vc_peer_uptime(self): | return self.__vc_peer_uptime<EOL> | Getter method for vc_peer_uptime, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_uptime (string)
YANG Description: peer uptime | f333747:c0:m9 |
def _set_vc_peer_uptime(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 vc_peer_uptime, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_uptime (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_uptime is considered as a private
method. Backends looking to populate this variable should
do so via calling thi... | f333747:c0:m10 |
def _get_vc_peer_load_balance(self): | return self.__vc_peer_load_balance<EOL> | Getter method for vc_peer_load_balance, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_load_balance (boolean)
YANG Description: peer load balance | f333747:c0:m12 |
def _set_vc_peer_load_balance(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, namespace='<STR_LIT>', defining_module='<STR_LI... | Setter method for vc_peer_load_balance, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_load_balance (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_load_balance is considered as a private
method. Backends looking to populate this variable should
do... | f333747:c0:m13 |
def _get_vc_peer_cos_enabled(self): | return self.__vc_peer_cos_enabled<EOL> | Getter method for vc_peer_cos_enabled, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_cos_enabled (boolean)
YANG Description: peer cos enabled | f333747:c0:m15 |
def _set_vc_peer_cos_enabled(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, namespace='<STR_LIT>', defining_module='<STR_LI... | Setter method for vc_peer_cos_enabled, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_cos_enabled (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_cos_enabled is considered as a private
method. Backends looking to populate this variable should
do so... | f333747:c0:m16 |
def _get_vc_peer_cos_value(self): | return self.__vc_peer_cos_value<EOL> | Getter method for vc_peer_cos_value, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_cos_value (uint8)
YANG Description: peer cos value | f333747:c0:m18 |
def _set_vc_peer_cos_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for vc_peer_cos_value, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_peer_cos_value (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_peer_cos_value is considered as a private
method. Backends looking to populate this variable should
do so via cal... | f333747:c0:m19 |
def _get_vc_ldp_tnnl_in_use(self): | return self.__vc_ldp_tnnl_in_use<EOL> | Getter method for vc_ldp_tnnl_in_use, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_ldp_tnnl_in_use (string)
YANG Description: peer tunnel in use | f333747:c0:m21 |
def _set_vc_ldp_tnnl_in_use(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 vc_ldp_tnnl_in_use, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_ldp_tnnl_in_use (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_ldp_tnnl_in_use is considered as a private
method. Backends looking to populate this variable should
do so via... | f333747:c0:m22 |
def _get_vc_local_label(self): | return self.__vc_local_label<EOL> | Getter method for vc_local_label, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_label (uint32)
YANG Description: vc_local_label | f333747:c0:m24 |
def _set_vc_local_label(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 vc_local_label, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_label (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_local_label is considered as a private
method. Backends looking to populate this variable should
do so via calling thi... | f333747:c0:m25 |
def _get_vc_remote_label(self): | return self.__vc_remote_label<EOL> | Getter method for vc_remote_label, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_label (uint32)
YANG Description: vc_remote_label | f333747:c0:m27 |
def _set_vc_remote_label(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 vc_remote_label, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_label (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_remote_label is considered as a private
method. Backends looking to populate this variable should
do so via calling ... | f333747:c0:m28 |
def _get_vc_local_mtu(self): | return self.__vc_local_mtu<EOL> | Getter method for vc_local_mtu, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_mtu (uint32)
YANG Description: vc_local_mtu | f333747:c0:m30 |
def _set_vc_local_mtu(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 vc_local_mtu, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_mtu (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_local_mtu is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._... | f333747:c0:m31 |
def _get_vc_remote_mtu(self): | return self.__vc_remote_mtu<EOL> | Getter method for vc_remote_mtu, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_mtu (uint32)
YANG Description: vc_remote_mtu | f333747:c0:m33 |
def _set_vc_remote_mtu(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 vc_remote_mtu, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_mtu (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_remote_mtu is considered as a private
method. Backends looking to populate this variable should
do so via calling thisOb... | f333747:c0:m34 |
def _get_vc_local_type(self): | return self.__vc_local_type<EOL> | Getter method for vc_local_type, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_type (uint32)
YANG Description: vc_local_type | f333747:c0:m36 |
def _set_vc_local_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=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 vc_local_type, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_type (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_local_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisOb... | f333747:c0:m37 |
def _get_vc_remote_type(self): | return self.__vc_remote_type<EOL> | Getter method for vc_remote_type, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_type (uint32)
YANG Description: vc_remote_type | f333747:c0:m39 |
def _set_vc_remote_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=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 vc_remote_type, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_type (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_remote_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thi... | f333747:c0:m40 |
def _get_vc_local_pw_status(self): | return self.__vc_local_pw_status<EOL> | Getter method for vc_local_pw_status, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_pw_status (string)
YANG Description: vc local pw status | f333747:c0:m42 |
def _set_vc_local_pw_status(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 vc_local_pw_status, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_local_pw_status (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_local_pw_status is considered as a private
method. Backends looking to populate this variable should
do so via... | f333747:c0:m43 |
def _get_vc_remote_pw_status(self): | return self.__vc_remote_pw_status<EOL> | Getter method for vc_remote_pw_status, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_pw_status (string)
YANG Description: vc remote pw status | f333747:c0:m45 |
def _set_vc_remote_pw_status(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 vc_remote_pw_status, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_remote_pw_status (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_remote_pw_status is considered as a private
method. Backends looking to populate this variable should
do so ... | f333747:c0:m46 |
def _get_vc_proto_tnnl(self): | return self.__vc_proto_tnnl<EOL> | Getter method for vc_proto_tnnl, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl (list)
YANG Description: VC proto tnnl | f333747:c0:m48 |
def _set_vc_proto_tnnl(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>",vc_proto_tnnl.vc_proto_tnnl, 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 vc_proto_tnnl, mapped from YANG variable /bd_vc_peer_state/bd_vc_peer_data/vc_proto_tnnl (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_proto_tnnl is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj.... | f333747:c0:m49 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.