signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
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/peer_grps/neighbor_peer_grp/shutdown (container) | f334689: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/peer_grps/neighbor_peer_grp/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 populat... | f334689: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/peer_grps/neighbor_peer_grp/bfd/interval/min_tx (bfd-tx-interval-type)
YANG Description: Configure BFD desired min transmit interval in milliseconds. | f334690: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/peer_grps/neighbor_peer_grp/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 ... | f334690: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/peer_grps/neighbor_peer_grp/bfd/interval/min_rx (bfd-rx-interval-type)
YANG Description: Configure BFD required min receive interval in milliseconds. | f334690: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/peer_grps/neighbor_peer_grp/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 ... | f334690: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/peer_grps/neighbor_peer_grp/bfd/interval/multiplier (bfd-multiplier-type)
YANG Description: Configure BFD detection time multiplier. | f334690: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/peer_grps/neighbor_peer_grp/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... | f334690: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/peer_grps/neighbor_peer_grp/bfd/bfd_enable (empty) | f334691: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/peer_grps/neighbor_peer_grp/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 looking to p... | f334691: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/peer_grps/neighbor_peer_grp/bfd/holdover_interval (bfd:bfd-holdover-interval) | f334691: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/peer_grps/neighbor_peer_grp/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 a... | f334691: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/peer_grps/neighbor_peer_grp/bfd/interval (container)
YANG Description: Configure BFD desired min transmit interval in milliseconds. | f334691: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/peer_grps/neighbor_peer_grp/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 to pop... | f334691: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/peer_grps/neighbor_peer_grp/ebgp_multihop/ebgp_multihop_flag (empty) | f334692: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/peer_grps/neighbor_peer_grp/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 a pri... | f334692: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/peer_grps/neighbor_peer_grp/ebgp_multihop/ebgp_multihop_count (uint32) | f334692: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/peer_grps/neighbor_peer_grp/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 considered as a... | f334692: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/peer_grps/neighbor_peer_grp/shutdown/shutdown_status (empty) | f334693: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/peer_grps/neighbor_peer_grp/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
method. B... | f334693: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/peer_grps/neighbor_peer_grp/shutdown/generate_rib_out (empty) | f334693: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/peer_grps/neighbor_peer_grp/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
method... | f334693: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/peer_grps/neighbor_peer_grp/enforce_first_as/nei_enforce_first_as (empty) | f334694: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/peer_grps/neighbor_peer_grp/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 considered... | f334694: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/peer_grps/neighbor_peer_grp/enforce_first_as/nei_enforce_first_as_disable (empty) | f334694: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/peer_grps/neighbor_peer_grp/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_first_... | f334694: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/peer_grps/neighbor_peer_grp/next_hop_self/next_hop_self_always (empty) | f334695: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/peer_grps/neighbor_peer_grp/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 considered as... | f334695: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/peer_grps/neighbor_peer_grp/next_hop_self/next_hop_self_status (empty) | f334695: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/peer_grps/neighbor_peer_grp/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 considered as... | f334695: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/peer_grps/neighbor_peer_grp/local_as/local_as_value (local-as-num) | f334696: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/peer_grps/neighbor_peer_grp/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
metho... | f334696: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/peer_grps/neighbor_peer_grp/local_as/no_prepend (empty) | f334696: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/peer_grps/neighbor_peer_grp/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 looking... | f334696:c0:m7 |
def _get_neighbor_peer_grp(self): | return self.__neighbor_peer_grp<EOL> | Getter method for neighbor_peer_grp, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/peer_grps/neighbor_peer_grp (list) | f334697:c0:m3 |
def _set_neighbor_peer_grp(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_peer_grp.neighbor_peer_grp, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_key... | Setter method for neighbor_peer_grp, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/peer_grps/neighbor_peer_grp (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor_peer_grp is considered as a private
method. Backends looking to pop... | f334697:c0:m4 |
def _get_neighbor_addr(self): | return self.__neighbor_addr<EOL> | Getter method for neighbor_addr, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr (list) | f334698:c0:m3 |
def _set_neighbor_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_addr.neighbor_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_keys='<STR_... | Setter method for neighbor_addr, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor_addr is considered as a private
method. Backends looking to populate thi... | f334698:c0:m4 |
def _get_in_(self): | return self.__in_<EOL> | Getter method for in_, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/maxas_limit/in (container) | f334699:c0:m3 |
def _set_in_(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=in_.in_, 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 in_, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/maxas_limit/in (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_in_ is considered as a private
method. Backends looking to populate thi... | f334699:c0:m4 |
def _get_num_as_in_as_path(self): | return self.__num_as_in_as_path<EOL> | Getter method for num_as_in_as_path, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/maxas_limit/in/num_as_in_as_path (num-as-in-as-path) | f334700:c0:m3 |
def _set_num_as_in_as_path(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 num_as_in_as_path, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/maxas_limit/in/num_as_in_as_path (num-as-in-as-path)
If this variable is read-only (config: false) in the
source YANG file, then _set_num_as_in_as_path is considered... | f334700:c0:m4 |
def _get_maxas_limit_disable(self): | return self.__maxas_limit_disable<EOL> | Getter method for maxas_limit_disable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/maxas_limit/in/maxas_limit_disable (empty) | f334700:c0:m6 |
def _set_maxas_limit_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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for maxas_limit_disable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/maxas_limit/in/maxas_limit_disable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_maxas_limit_disable is considered as a ... | f334700:c0:m7 |
def _get_value(self): | return self.__value<EOL> | Getter method for value, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/advertisement_interval/value (adv-value) | f334701:c0:m3 |
def _set_value(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=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 value, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/advertisement_interval/value (adv-value)
If this variable is read-only (config: false) in the
source YANG file, then _set_value is considered as a private
method. Backends looki... | f334701:c0:m4 |
def _get_as4(self): | return self.__as4<EOL> | Getter method for as4, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/af_neighbor_capability/as4 (container) | f334702:c0:m3 |
def _set_as4(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=as4.as4, 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 as4, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/af_neighbor_capability/as4 (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_as4 is considered as a private
method. Backends looking to ... | f334702:c0:m4 |
def _get_neighbor_as4_enable(self): | return self.__neighbor_as4_enable<EOL> | Getter method for neighbor_as4_enable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/af_neighbor_capability/as4/neighbor_as4_enable (empty) | f334703:c0:m3 |
def _set_neighbor_as4_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:info>': u... | Setter method for neighbor_as4_enable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/af_neighbor_capability/as4/neighbor_as4_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor_as4_enable is cons... | f334703:c0:m4 |
def _get_neighbor_as4_disable(self): | return self.__neighbor_as4_disable<EOL> | Getter method for neighbor_as4_disable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/af_neighbor_capability/as4/neighbor_as4_disable (empty) | f334703:c0:m6 |
def _set_neighbor_as4_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:info>': u... | Setter method for neighbor_as4_disable, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/af_neighbor_capability/as4/neighbor_as4_disable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor_as4_disable is c... | f334703:c0:m7 |
def _get_nei_keep_alive(self): | return self.__nei_keep_alive<EOL> | Getter method for nei_keep_alive, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/timers/nei_keep_alive (nei-keep-alive) | f334704:c0:m3 |
def _set_nei_keep_alive(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 nei_keep_alive, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/timers/nei_keep_alive (nei-keep-alive)
If this variable is read-only (config: false) in the
source YANG file, then _set_nei_keep_alive is considered as a private
method... | f334704:c0:m4 |
def _get_nei_hold_time(self): | return self.__nei_hold_time<EOL> | Getter method for nei_hold_time, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/timers/nei_hold_time (nei-hold-time) | f334704:c0:m6 |
def _set_nei_hold_time(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 nei_hold_time, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/timers/nei_hold_time (nei-hold-time)
If this variable is read-only (config: false) in the
source YANG file, then _set_nei_hold_time is considered as a private
method. Ba... | f334704:c0:m7 |
def _get_inbound(self): | return self.__inbound<EOL> | Getter method for inbound, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/soft_reconfiguration/inbound (empty) | f334705:c0:m3 |
def _set_inbound(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 inbound, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/soft_reconfiguration/inbound (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_inbound is considered as a private
method. Backends looki... | f334705:c0:m4 |
def _get_sip_ipv4_address(self): | return self.__sip_ipv4_address<EOL> | Getter method for sip_ipv4_address, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/sip_ipv4_address (sip-ipv4-address) | f334706:c0:m3 |
def _set_sip_ipv4_address(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=sel... | Setter method for sip_ipv4_address, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/sip_ipv4_address (sip-ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_sip_ipv4_address is considered as a... | f334706:c0:m4 |
def _get_ethernet_interface(self): | return self.__ethernet_interface<EOL> | Getter method for ethernet_interface, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ethernet_interface (container) | f334706:c0:m6 |
def _set_ethernet_interface(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ethernet_interface.ethernet_interface, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, ext... | Setter method for ethernet_interface, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ethernet_interface (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ethernet_interface is considered as a ... | f334706:c0:m7 |
def _get_loopback(self): | return self.__loopback<EOL> | Getter method for loopback, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/loopback (loopback-interface) | f334706:c0:m9 |
def _set_loopback(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=s... | Setter method for loopback, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/loopback (loopback-interface)
If this variable is read-only (config: false) in the
source YANG file, then _set_loopback is considered as a private
method. Backe... | f334706:c0:m10 |
def _get_ve_interface(self): | return self.__ve_interface<EOL> | Getter method for ve_interface, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ve_interface (interface:ve-type) | f334706:c0:m12 |
def _set_ve_interface(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 ve_interface, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ve_interface (interface:ve-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_ve_interface is considered as a private
me... | f334706:c0:m13 |
def _get_interface_type(self): | return self.__interface_type<EOL> | Getter method for interface_type, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ethernet_interface/interface_type (enumeration) | f334707:c0:m3 |
def _set_interface_type(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is... | Setter method for interface_type, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ethernet_interface/interface_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface_type is conside... | f334707:c0:m4 |
def _get_interface_name(self): | return self.__interface_name<EOL> | Getter method for interface_name, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ethernet_interface/interface_name (update-source-ethernet-type) | f334707:c0:m6 |
def _set_interface_name(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u... | Setter method for interface_name, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source/ethernet_interface/interface_name (update-source-ethernet-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface... | f334707:c0:m7 |
def _get_router_bgp_neighbor_address(self): | return self.__router_bgp_neighbor_address<EOL> | Getter method for router_bgp_neighbor_address, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/router_bgp_neighbor_address (inet:ipv4-address) | f334708:c0:m3 |
def _set_router_bgp_neighbor_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 router_bgp_neighbor_address, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/router_bgp_neighbor_address (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_bgp_neighbor_addres... | f334708:c0:m4 |
def _get_remote_as(self): | return self.__remote_as<EOL> | Getter method for remote_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/remote_as (bgp-remote-as) | f334708:c0:m6 |
def _set_remote_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 remote_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/remote_as (bgp-remote-as)
If this variable is read-only (config: false) in the
source YANG file, then _set_remote_as is considered as a private
method. Backends looking to p... | f334708:c0:m7 |
def _get_associate_peer_group(self): | return self.__associate_peer_group<EOL> | Getter method for associate_peer_group, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/associate_peer_group (bgp-peergroup) | f334708:c0:m9 |
def _set_associate_peer_group(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 associate_peer_group, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/associate_peer_group (bgp-peergroup)
If this variable is read-only (config: false) in the
source YANG file, then _set_associate_peer_group is considered as a priv... | f334708:c0:m10 |
def _get_update_source(self): | return self.__update_source<EOL> | Getter method for update_source, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source (container) | f334708:c0:m12 |
def _set_update_source(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=update_source.update_source, 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 update_source, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/update_source (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_update_source is considered as a private
method. Backends look... | f334708:c0:m13 |
def _get_description(self): | return self.__description<EOL> | Getter method for description, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/description (neighbor-description) | f334708:c0:m15 |
def _set_description(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:description>", rest_name="<STR_LIT:description>", parent=self, path_helper=self._path_hel... | Setter method for description, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/description (neighbor-description)
If this variable is read-only (config: false) in the
source YANG file, then _set_description is considered as a private
method. Backends... | f334708:c0:m16 |
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/neighbor/neighbor_ips/neighbor_addr/local_as (container) | f334708:c0:m18 |
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=local_as.local_as, 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 local_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/local_as (container)
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... | f334708:c0:m19 |
def _get_next_hop_self(self): | return self.__next_hop_self<EOL> | Getter method for next_hop_self, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/next_hop_self (container) | f334708:c0:m21 |
def _set_next_hop_self(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=next_hop_self.next_hop_self, 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 next_hop_self, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/next_hop_self (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_next_hop_self is considered as a private
method. Backends look... | f334708:c0:m22 |
def _get_advertisement_interval(self): | return self.__advertisement_interval<EOL> | Getter method for advertisement_interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/advertisement_interval (container) | f334708:c0:m24 |
def _set_advertisement_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=advertisement_interval.advertisement_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, reg... | Setter method for advertisement_interval, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/advertisement_interval (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_advertisement_interval is considered as a pr... | f334708:c0:m25 |
def _get_ebgp_btsh(self): | return self.__ebgp_btsh<EOL> | Getter method for ebgp_btsh, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/ebgp_btsh (empty) | f334708:c0:m27 |
def _set_ebgp_btsh(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 ebgp_btsh, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/ebgp_btsh (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_ebgp_btsh is considered as a private
method. Backends looking to populate ... | f334708:c0:m28 |
def _get_ebgp_multihop(self): | return self.__ebgp_multihop<EOL> | Getter method for ebgp_multihop, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/ebgp_multihop (container) | f334708:c0:m30 |
def _set_ebgp_multihop(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ebgp_multihop.ebgp_multihop, 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 ebgp_multihop, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/ebgp_multihop (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ebgp_multihop is considered as a private
method. Backends look... | f334708:c0:m31 |
def _get_password(self): | return self.__password<EOL> | Getter method for password, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/password (bgp-password) | f334708:c0:m33 |
def _set_password(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:password>", rest_name="<STR_LIT:password>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<... | Setter method for password, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/password (bgp-password)
If this variable is read-only (config: false) in the
source YANG file, then _set_password is considered as a private
method. Backends looking to popul... | f334708:c0:m34 |
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/neighbor/neighbor_ips/neighbor_addr/enforce_first_as (container) | f334708:c0:m36 |
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=enforce_first_as.enforce_first_as, 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 enforce_first_as, mapped from YANG variable /routing_system/router/router_bgp/router_bgp_attributes/neighbor/neighbor_ips/neighbor_addr/enforce_first_as (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_enforce_first_as is considered as a private
method. Back... | f334708:c0:m37 |
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_ips/neighbor_addr/timers (container) | f334708: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_ips/neighbor_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 populate this ... | f334708: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_ips/neighbor_addr/remove_private_as (empty) | f334708: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_ips/neighbor_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. Backe... | f334708: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_ips/neighbor_addr/as_override (empty) | f334708: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_ips/neighbor_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 to pop... | f334708:c0:m46 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.