signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_timers(self): | return self.__timers<EOL> | Getter method for timers, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/timers (container) | f334725:c0:m39 |
def _set_timers(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=timers.timers, 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 timers, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/timers (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_timers is considered as a private
method. Backends looking to populat... | f334725:c0:m40 |
def _get_remove_private_as(self): | return self.__remove_private_as<EOL> | Getter method for remove_private_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/remove_private_as (empty) | f334725:c0:m42 |
def _set_remove_private_as(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 remove_private_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/remove_private_as (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_remove_private_as is considered as a private
method... | f334725:c0:m43 |
def _get_as_override(self): | return self.__as_override<EOL> | Getter method for as_override, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/as_override (empty) | f334725:c0:m45 |
def _set_as_override(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 as_override, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/as_override (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_as_override is considered as a private
method. Backends looking... | f334725:c0:m46 |
def _get_soft_reconfiguration(self): | return self.__soft_reconfiguration<EOL> | Getter method for soft_reconfiguration, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/soft_reconfiguration (container) | f334725:c0:m48 |
def _set_soft_reconfiguration(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=soft_reconfiguration.soft_reconfiguration, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, registe... | Setter method for soft_reconfiguration, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/soft_reconfiguration (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_soft_reconfiguration is considered as a p... | f334725:c0:m49 |
def _get_static_network_edge(self): | return self.__static_network_edge<EOL> | Getter method for static_network_edge, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/static_network_edge (empty) | f334725:c0:m51 |
def _set_static_network_edge(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 static_network_edge, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/static_network_edge (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_static_network_edge is considered as a private
... | f334725:c0:m52 |
def _get_bfd(self): | return self.__bfd<EOL> | Getter method for bfd, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd (container) | f334725:c0:m54 |
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 /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/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 va... | f334725:c0:m55 |
def _get_maxas_limit(self): | return self.__maxas_limit<EOL> | Getter method for maxas_limit, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/maxas_limit (container) | f334725:c0:m57 |
def _set_maxas_limit(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=maxas_limit.maxas_limit, 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, exte... | Setter method for maxas_limit, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/maxas_limit (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_maxas_limit is considered as a private
method. Backends loo... | f334725:c0:m58 |
def _get_af_neighbor_capability(self): | return self.__af_neighbor_capability<EOL> | Getter method for af_neighbor_capability, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/af_neighbor_capability (container) | f334725:c0:m60 |
def _set_af_neighbor_capability(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=af_neighbor_capability.af_neighbor_capability, 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 af_neighbor_capability, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/af_neighbor_capability (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_af_neighbor_capability is considered ... | f334725:c0:m61 |
def _get_shutdown(self): | return self.__shutdown<EOL> | Getter method for shutdown, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/shutdown (container) | f334725:c0:m63 |
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=shutdown.shutdown, 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 shutdown, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/shutdown (container)
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 p... | f334725:c0:m64 |
def _get_min_tx(self): | return self.__min_tx<EOL> | Getter method for min_tx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval/min_tx (bfd-tx-interval-type)
YANG Description: Configure BFD desired min transmit interval in milliseconds. | f334726:c0:m3 |
def _set_min_tx(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 min_tx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval/min_tx (bfd-tx-interval-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_min_tx is considered as a private
method. Bac... | f334726:c0:m4 |
def _get_min_rx(self): | return self.__min_rx<EOL> | Getter method for min_rx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval/min_rx (bfd-rx-interval-type)
YANG Description: Configure BFD required min receive interval in milliseconds. | f334726:c0:m6 |
def _set_min_rx(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 min_rx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval/min_rx (bfd-rx-interval-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_min_rx is considered as a private
method. Bac... | f334726:c0:m7 |
def _get_multiplier(self): | return self.__multiplier<EOL> | Getter method for multiplier, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval/multiplier (bfd-multiplier-type)
YANG Description: Configure BFD detection time multiplier. | f334726:c0:m9 |
def _set_multiplier(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 multiplier, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval/multiplier (bfd-multiplier-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_multiplier is considered as a private
... | f334726:c0:m10 |
def _get_bfd_enable(self): | return self.__bfd_enable<EOL> | Getter method for bfd_enable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/bfd_enable (empty) | f334727:c0:m3 |
def _set_bfd_enable(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 bfd_enable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/bfd_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_enable is considered as a private
method. Backends lookin... | f334727:c0:m4 |
def _get_holdover_interval(self): | return self.__holdover_interval<EOL> | Getter method for holdover_interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/holdover_interval (bfd:bfd-holdover-interval) | f334727:c0:m6 |
def _set_holdover_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 holdover_interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/holdover_interval (bfd:bfd-holdover-interval)
If this variable is read-only (config: false) in the
source YANG file, then _set_holdover_interval is consid... | f334727:c0:m7 |
def _get_interval(self): | return self.__interval<EOL> | Getter method for interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval (container)
YANG Description: Configure BFD desired min transmit interval in milliseconds. | f334727:c0:m9 |
def _set_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=interval.interval, 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 interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/bfd/interval (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_interval is considered as a private
method. Backends looking ... | f334727:c0:m10 |
def _get_ebgp_multihop_flag(self): | return self.__ebgp_multihop_flag<EOL> | Getter method for ebgp_multihop_flag, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/ebgp_multihop/ebgp_multihop_flag (empty) | f334728:c0:m3 |
def _set_ebgp_multihop_flag(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for ebgp_multihop_flag, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/ebgp_multihop/ebgp_multihop_flag (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_ebgp_multihop_flag is considered as... | f334728:c0:m4 |
def _get_ebgp_multihop_count(self): | return self.__ebgp_multihop_count<EOL> | Getter method for ebgp_multihop_count, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/ebgp_multihop/ebgp_multihop_count (uint32) | f334728:c0:m6 |
def _set_ebgp_multihop_count(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 ebgp_multihop_count, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/ebgp_multihop/ebgp_multihop_count (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ebgp_multihop_count is considere... | f334728:c0:m7 |
def _get_shutdown_status(self): | return self.__shutdown_status<EOL> | Getter method for shutdown_status, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/shutdown/shutdown_status (empty) | f334729:c0:m3 |
def _set_shutdown_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=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 shutdown_status, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/shutdown/shutdown_status (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_shutdown_status is considered as a private
met... | f334729:c0:m4 |
def _get_generate_rib_out(self): | return self.__generate_rib_out<EOL> | Getter method for generate_rib_out, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/shutdown/generate_rib_out (empty) | f334729:c0:m6 |
def _set_generate_rib_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=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 generate_rib_out, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/shutdown/generate_rib_out (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_generate_rib_out is considered as a private
... | f334729:c0:m7 |
def _get_nei_enforce_first_as(self): | return self.__nei_enforce_first_as<EOL> | Getter method for nei_enforce_first_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/enforce_first_as/nei_enforce_first_as (empty) | f334730:c0:m3 |
def _set_nei_enforce_first_as(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 nei_enforce_first_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/enforce_first_as/nei_enforce_first_as (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_nei_enforce_first_as is cons... | f334730:c0:m4 |
def _get_nei_enforce_first_as_disable(self): | return self.__nei_enforce_first_as_disable<EOL> | Getter method for nei_enforce_first_as_disable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/enforce_first_as/nei_enforce_first_as_disable (empty) | f334730:c0:m6 |
def _set_nei_enforce_first_as_disable(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 nei_enforce_first_as_disable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/enforce_first_as/nei_enforce_first_as_disable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_nei_enforce_... | f334730:c0:m7 |
def _get_next_hop_self_always(self): | return self.__next_hop_self_always<EOL> | Getter method for next_hop_self_always, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/next_hop_self/next_hop_self_always (empty) | f334731:c0:m3 |
def _set_next_hop_self_always(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for next_hop_self_always, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/next_hop_self/next_hop_self_always (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_next_hop_self_always is conside... | f334731:c0:m4 |
def _get_next_hop_self_status(self): | return self.__next_hop_self_status<EOL> | Getter method for next_hop_self_status, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/next_hop_self/next_hop_self_status (empty) | f334731:c0:m6 |
def _set_next_hop_self_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=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for next_hop_self_status, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/next_hop_self/next_hop_self_status (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_next_hop_self_status is conside... | f334731:c0:m7 |
def _get_local_as_value(self): | return self.__local_as_value<EOL> | Getter method for local_as_value, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/local_as/local_as_value (local-as-num) | f334732:c0:m3 |
def _set_local_as_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=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 local_as_value, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/local_as/local_as_value (local-as-num)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_as_value is considered as a private... | f334732:c0:m4 |
def _get_no_prepend(self): | return self.__no_prepend<EOL> | Getter method for no_prepend, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/local_as/no_prepend (empty) | f334732:c0:m6 |
def _set_no_prepend(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 no_prepend, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr/local_as/no_prepend (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_no_prepend is considered as a private
method. Backends l... | f334732:c0:m7 |
def _get_neighbor_ipv6_addr(self): | return self.__neighbor_ipv6_addr<EOL> | Getter method for neighbor_ipv6_addr, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr (list) | f334733:c0:m3 |
def _set_neighbor_ipv6_addr(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>",neighbor_ipv6_addr.neighbor_ipv6_addr, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k... | Setter method for neighbor_ipv6_addr, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ipv6s/neighbor_ipv6_addr (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor_ipv6_addr is considered as a private
method. Backends lookin... | f334733:c0:m4 |
def _get_local_as(self): | return self.__local_as<EOL> | Getter method for local_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/local_as (local-as-type) | f334734:c0:m3 |
def _set_local_as(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 local_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/local_as (local-as-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_as is considered as a private
method. Backends looking to populate this variable should
do so via ... | f334734:c0:m4 |
def _get_always_compare_med(self): | return self.__always_compare_med<EOL> | Getter method for always_compare_med, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/always_compare_med (empty) | f334734:c0:m6 |
def _set_always_compare_med(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 always_compare_med, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/always_compare_med (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_always_compare_med is considered as a private
method. Backends looking to populate this vari... | f334734:c0:m7 |
def _get_compare_med_empty_aspath(self): | return self.__compare_med_empty_aspath<EOL> | Getter method for compare_med_empty_aspath, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/compare_med_empty_aspath (empty) | f334734:c0:m9 |
def _set_compare_med_empty_aspath(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 compare_med_empty_aspath, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/compare_med_empty_aspath (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_compare_med_empty_aspath is considered as a private
method. Backends looking to ... | f334734:c0:m10 |
def _get_med_missing_as_worst(self): | return self.__med_missing_as_worst<EOL> | Getter method for med_missing_as_worst, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/med_missing_as_worst (empty) | f334734:c0:m12 |
def _set_med_missing_as_worst(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 med_missing_as_worst, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/med_missing_as_worst (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_med_missing_as_worst is considered as a private
method. Backends looking to populate thi... | f334734:c0:m13 |
def _get_as_path_ignore(self): | return self.__as_path_ignore<EOL> | Getter method for as_path_ignore, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/as_path_ignore (empty) | f334734:c0:m15 |
def _set_as_path_ignore(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 as_path_ignore, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/as_path_ignore (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_as_path_ignore is considered as a private
method. Backends looking to populate this variable should
... | f334734:c0:m16 |
def _get_compare_routerid(self): | return self.__compare_routerid<EOL> | Getter method for compare_routerid, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/compare_routerid (empty) | f334734:c0:m18 |
def _set_compare_routerid(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 compare_routerid, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/compare_routerid (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_compare_routerid is considered as a private
method. Backends looking to populate this variable s... | f334734:c0:m19 |
def _get_install_igp_cost(self): | return self.__install_igp_cost<EOL> | Getter method for install_igp_cost, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/install_igp_cost (empty) | f334734:c0:m21 |
def _set_install_igp_cost(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 install_igp_cost, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/install_igp_cost (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_install_igp_cost is considered as a private
method. Backends looking to populate this variable s... | f334734:c0:m22 |
def _get_cluster_id(self): | return self.__cluster_id<EOL> | Getter method for cluster_id, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/cluster_id (container) | f334734:c0:m24 |
def _set_cluster_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=cluster_id.cluster_id, 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 cluster_id, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/cluster_id (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster_id is considered as a private
method. Backends looking to populate this variable should
do so vi... | f334734:c0:m25 |
def _get_default_local_preference(self): | return self.__default_local_preference<EOL> | Getter method for default_local_preference, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/default_local_preference (local-preference-number) | f334734:c0:m27 |
def _set_default_local_preference(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 default_local_preference, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/default_local_preference (local-preference-number)
If this variable is read-only (config: false) in the
source YANG file, then _set_default_local_preference is considered as a private
method. Ba... | f334734:c0:m28 |
def _get_distance(self): | return self.__distance<EOL> | Getter method for distance, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/distance (container) | f334734:c0:m30 |
def _set_distance(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=distance.distance, 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 distance, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/distance (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_distance is considered as a private
method. Backends looking to populate this variable should
do so via call... | f334734:c0:m31 |
def _get_capability(self): | return self.__capability<EOL> | Getter method for capability, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/capability (container) | f334734:c0:m33 |
def _set_capability(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=capability.capability, 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 capability, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/capability (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_capability is considered as a private
method. Backends looking to populate this variable should
do so vi... | f334734:c0:m34 |
def _get_maxas_limit(self): | return self.__maxas_limit<EOL> | Getter method for maxas_limit, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/maxas_limit (container) | f334734:c0:m36 |
def _set_maxas_limit(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=maxas_limit.maxas_limit, 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, exte... | Setter method for maxas_limit, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/maxas_limit (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_maxas_limit is considered as a private
method. Backends looking to populate this variable should
do so... | f334734:c0:m37 |
def _get_enforce_first_as(self): | return self.__enforce_first_as<EOL> | Getter method for enforce_first_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/enforce_first_as (empty) | f334734:c0:m39 |
def _set_enforce_first_as(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 enforce_first_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/enforce_first_as (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_enforce_first_as is considered as a private
method. Backends looking to populate this variable s... | f334734:c0:m40 |
def _get_fast_external_fallover(self): | return self.__fast_external_fallover<EOL> | Getter method for fast_external_fallover, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/fast_external_fallover (empty) | f334734:c0:m42 |
def _set_fast_external_fallover(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 fast_external_fallover, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/fast_external_fallover (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_fast_external_fallover is considered as a private
method. Backends looking to popula... | f334734:c0:m43 |
def _get_timers(self): | return self.__timers<EOL> | Getter method for timers, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/timers (container) | f334734:c0:m45 |
def _set_timers(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=timers.timers, 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 timers, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/timers (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_timers is considered as a private
method. Backends looking to populate this variable should
do so via calling th... | f334734:c0:m46 |
def _get_log_dampening_debug(self): | return self.__log_dampening_debug<EOL> | Getter method for log_dampening_debug, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/log_dampening_debug (empty) | f334734:c0:m48 |
def _set_log_dampening_debug(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 log_dampening_debug, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/log_dampening_debug (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_log_dampening_debug is considered as a private
method. Backends looking to populate this v... | f334734:c0:m49 |
def _get_confederation(self): | return self.__confederation<EOL> | Getter method for confederation, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/confederation (container) | f334734:c0:m51 |
def _set_confederation(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=confederation.confederation, 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 confederation, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/confederation (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_confederation is considered as a private
method. Backends looking to populate this variable should... | f334734:c0:m52 |
def _get_bfd(self): | return self.__bfd<EOL> | Getter method for bfd, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd (container) | f334734:c0:m54 |
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 /routing_system/router/router_bgp/router_bgp_attributes/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._se... | f334734:c0:m55 |
def _get_auto_shutdown_new_neighbors(self): | return self.__auto_shutdown_new_neighbors<EOL> | Getter method for auto_shutdown_new_neighbors, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/auto_shutdown_new_neighbors (empty)
YANG Description: Auto shutdown new neighbor | f334734:c0:m57 |
def _set_auto_shutdown_new_neighbors(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 auto_shutdown_new_neighbors, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/auto_shutdown_new_neighbors (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_auto_shutdown_new_neighbors is considered as a private
method. Backends lo... | f334734:c0:m58 |
def _get_neighbor(self): | return self.__neighbor<EOL> | Getter method for neighbor, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor (container) | f334734:c0:m60 |
def _set_neighbor(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=neighbor.neighbor, 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 neighbor, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor is considered as a private
method. Backends looking to populate this variable should
do so via call... | f334734:c0:m61 |
def _get_min_tx(self): | return self.__min_tx<EOL> | Getter method for min_tx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/interval/min_tx (bfd-tx-interval-type)
YANG Description: Configure BFD desired min transmit interval in milliseconds. | f334735:c0:m3 |
def _set_min_tx(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 min_tx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/interval/min_tx (bfd-tx-interval-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_min_tx is considered as a private
method. Backends looking to populate this variable sho... | f334735:c0:m4 |
def _get_min_rx(self): | return self.__min_rx<EOL> | Getter method for min_rx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/interval/min_rx (bfd-rx-interval-type)
YANG Description: Configure BFD required min receive interval in milliseconds. | f334735:c0:m6 |
def _set_min_rx(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 min_rx, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/interval/min_rx (bfd-rx-interval-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_min_rx is considered as a private
method. Backends looking to populate this variable sho... | f334735:c0:m7 |
def _get_multiplier(self): | return self.__multiplier<EOL> | Getter method for multiplier, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/interval/multiplier (bfd-multiplier-type)
YANG Description: Configure BFD detection time multiplier. | f334735:c0:m9 |
def _set_multiplier(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 multiplier, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/interval/multiplier (bfd-multiplier-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_multiplier is considered as a private
method. Backends looking to populate this v... | f334735:c0:m10 |
def _get_holdover_interval(self): | return self.__holdover_interval<EOL> | Getter method for holdover_interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/holdover_interval (bfd:bfd-holdover-interval) | f334736:c0:m3 |
def _set_holdover_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 holdover_interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/bfd/holdover_interval (bfd:bfd-holdover-interval)
If this variable is read-only (config: false) in the
source YANG file, then _set_holdover_interval is considered as a private
method. Backends looking ... | f334736:c0:m4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.