signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_mep_intf_type(self): | return self.__mep_intf_type<EOL> | Getter method for mep_intf_type, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_intf_type (dot1ag-interface-type) | f333897:c0:m15 |
def _set_mep_intf_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>}, u'<ST... | Setter method for mep_intf_type, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_intf_type (dot1ag-interface-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_mep_intf_type is considered as a private
method. Backends looking to populate this v... | f333897:c0:m16 |
def _get_mep_intf_name(self): | return self.__mep_intf_name<EOL> | Getter method for mep_intf_name, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_intf_name (dot1ag-interface-name) | f333897:c0:m18 |
def _set_mep_intf_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, path_helper=self._path_... | Setter method for mep_intf_name, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_intf_name (dot1ag-interface-name)
If this variable is read-only (config: false) in the
source YANG file, then _set_mep_intf_name is considered as a private
method. Backends looking to populate this v... | f333897:c0:m19 |
def _get_cfm_mep_sub_commands(self): | return self.__cfm_mep_sub_commands<EOL> | Getter method for cfm_mep_sub_commands, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands (container) | f333897:c0:m21 |
def _set_cfm_mep_sub_commands(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cfm_mep_sub_commands.cfm_mep_sub_commands, 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 cfm_mep_sub_commands, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_cfm_mep_sub_commands is considered as a private
method. Backends looking to popula... | f333897:c0:m22 |
def _get_ccm_interval(self): | return self.__ccm_interval<EOL> | Getter method for ccm_interval, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/ccm_interval (ccm-interval-type) | f333898:c0:m3 |
def _set_ccm_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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST... | Setter method for ccm_interval, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/ccm_interval (ccm-interval-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_ccm_interval is considered as a private
method. Backends looking to populate this variable sho... | f333898:c0:m4 |
def _get_mip_policy(self): | return self.__mip_policy<EOL> | Getter method for mip_policy, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mip_policy (mip-policy-type) | f333898:c0:m6 |
def _set_mip_policy(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:default>': {'<STR_LIT:value>': <NUM_LIT:1>... | Setter method for mip_policy, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mip_policy (mip-policy-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_mip_policy is considered as a private
method. Backends looking to populate this variable should
do s... | f333898:c0:m7 |
def _get_maid_format(self): | return self.__maid_format<EOL> | Getter method for maid_format, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/maid_format (maid-format-type) | f333898:c0:m9 |
def _set_maid_format(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:default>': {'<STR_LIT:value>': <NUM_LIT:0>... | Setter method for maid_format, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/maid_format (maid-format-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_maid_format is considered as a private
method. Backends looking to populate this variable should
... | f333898:c0:m10 |
def _get_mep(self): | return self.__mep<EOL> | Getter method for mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep (list) | f333898:c0:m12 |
def _set_mep(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>",mep.mep, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions={u... | Setter method for mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_mep is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_mep()... | f333898:c0:m13 |
def _get_pdu_rx_limit(self): | return self.__pdu_rx_limit<EOL> | Getter method for pdu_rx_limit, mapped from YANG variable /protocol/edge_loop_detection/pdu_rx_limit (uint32) | f333899:c0:m3 |
def _set_pdu_rx_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=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>']}), default=RestrictedClassTy... | Setter method for pdu_rx_limit, mapped from YANG variable /protocol/edge_loop_detection/pdu_rx_limit (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_pdu_rx_limit is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_... | f333899:c0:m4 |
def _get_hello_interval(self): | return self.__hello_interval<EOL> | Getter method for hello_interval, mapped from YANG variable /protocol/edge_loop_detection/hello_interval (uint32) | f333899:c0:m6 |
def _set_hello_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>']}), default=RestrictedClassTy... | Setter method for hello_interval, mapped from YANG variable /protocol/edge_loop_detection/hello_interval (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_hello_interval is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj... | f333899:c0:m7 |
def _get_shutdown_time(self): | return self.__shutdown_time<EOL> | Getter method for shutdown_time, mapped from YANG variable /protocol/edge_loop_detection/shutdown_time (uint32) | f333899:c0:m9 |
def _set_shutdown_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>']}), default=RestrictedClassTy... | Setter method for shutdown_time, mapped from YANG variable /protocol/edge_loop_detection/shutdown_time (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_shutdown_time is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._s... | f333899:c0:m10 |
def _get_raslog_duration(self): | return self.__raslog_duration<EOL> | Getter method for raslog_duration, mapped from YANG variable /protocol/edge_loop_detection/raslog_duration (uint32) | f333899:c0:m12 |
def _set_raslog_duration(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>']}), default=RestrictedClassTy... | Setter method for raslog_duration, mapped from YANG variable /protocol/edge_loop_detection/raslog_duration (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_raslog_duration is considered as a private
method. Backends looking to populate this variable should
do so via calling this... | f333899:c0:m13 |
def _get_mac_refresh_time_config(self): | return self.__mac_refresh_time_config<EOL> | Getter method for mac_refresh_time_config, mapped from YANG variable /protocol/edge_loop_detection/mac_refresh_time_config (container) | f333899:c0:m15 |
def _set_mac_refresh_time_config(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mac_refresh_time_config.mac_refresh_time_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, r... | Setter method for mac_refresh_time_config, mapped from YANG variable /protocol/edge_loop_detection/mac_refresh_time_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_mac_refresh_time_config is considered as a private
method. Backends looking to populate this variable sh... | f333899:c0:m16 |
def _get_mac_refresh_time(self): | return self.__mac_refresh_time<EOL> | Getter method for mac_refresh_time, mapped from YANG variable /protocol/edge_loop_detection/mac_refresh_time_config/mac_refresh_time (uint32) | f333900:c0:m3 |
def _set_mac_refresh_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 mac_refresh_time, mapped from YANG variable /protocol/edge_loop_detection/mac_refresh_time_config/mac_refresh_time (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_mac_refresh_time is considered as a private
method. Backends looking to populate this variable sh... | f333900:c0:m4 |
def _get_mac_refresh_type(self): | return self.__mac_refresh_type<EOL> | Getter method for mac_refresh_type, mapped from YANG variable /protocol/edge_loop_detection/mac_refresh_time_config/mac_refresh_type (enumeration) | f333900:c0:m6 |
def _set_mac_refresh_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:all>': {'<STR_LIT:value>': <NUM_LIT:1>}, u... | Setter method for mac_refresh_type, mapped from YANG variable /protocol/edge_loop_detection/mac_refresh_time_config/mac_refresh_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_mac_refresh_type is considered as a private
method. Backends looking to populate this variab... | f333900:c0:m7 |
def _get_spf_log_version(self): | return self.__spf_log_version<EOL> | Getter method for spf_log_version, mapped from YANG variable /spf_log_state/spf_log_version (isis-safi)
YANG Description: Ipv4 or Ipv6 version | f333901:c0:m3 |
def _set_spf_log_version(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ... | Setter method for spf_log_version, mapped from YANG variable /spf_log_state/spf_log_version (isis-safi)
If this variable is read-only (config: false) in the
source YANG file, then _set_spf_log_version is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_spf... | f333901:c0:m4 |
def _get_spf_log_levels(self): | return self.__spf_log_levels<EOL> | Getter method for spf_log_levels, mapped from YANG variable /spf_log_state/spf_log_levels (list)
YANG Description: ISIS SPF LOG Level (Level-1 and level-2 | f333901:c0:m6 |
def _set_spf_log_levels(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>",spf_log_levels.spf_log_levels, 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='<ST... | Setter method for spf_log_levels, mapped from YANG variable /spf_log_state/spf_log_levels (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_spf_log_levels is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_spf_log_lev... | f333901:c0:m7 |
def _get_spf_log_index(self): | return self.__spf_log_index<EOL> | Getter method for spf_log_index, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/spf_log_index (uint16)
YANG Description: SPF LOG event Index | f333902:c0:m3 |
def _set_spf_log_index(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_d... | Setter method for spf_log_index, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/spf_log_index (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_spf_log_index is considered as a private
method. Backends looking to populate this variable should
do so via cal... | f333902:c0:m4 |
def _get_isis_spf_log_reason(self): | return self.__isis_spf_log_reason<EOL> | Getter method for isis_spf_log_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/isis_spf_log_reason (isis-spf-log-reason-code)
YANG Description: ISIS SPF reason code for event | f333902:c0:m6 |
def _set_isis_spf_log_reason(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>}, u'<STR_... | Setter method for isis_spf_log_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/isis_spf_log_reason (isis-spf-log-reason-code)
If this variable is read-only (config: false) in the
source YANG file, then _set_isis_spf_log_reason is considered as a private
method. Backends looking to populat... | f333902:c0:m7 |
def _get_isis_lsp_name(self): | return self.__isis_lsp_name<EOL> | Getter method for isis_lsp_name, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/isis_lsp_name (string)
YANG Description: ISIS SPF LSP Name | f333902:c0:m9 |
def _set_isis_lsp_name(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT... | Setter method for isis_lsp_name, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/isis_lsp_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_isis_lsp_name is considered as a private
method. Backends looking to populate this variable should
do so via cal... | f333902:c0:m10 |
def _get_brief_reason(self): | return self.__brief_reason<EOL> | Getter method for brief_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/brief_reason (string)
YANG Description: ISIS SPF reason | f333902:c0:m12 |
def _set_brief_reason(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT... | Setter method for brief_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/brief_reason (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_brief_reason is considered as a private
method. Backends looking to populate this variable should
do so via callin... | f333902:c0:m13 |
def _get_event_count(self): | return self.__event_count<EOL> | Getter method for event_count, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/event_count (uint16) | f333902:c0:m15 |
def _set_event_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for event_count, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/event_count (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_event_count is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f333902:c0:m16 |
def _get_node_count(self): | return self.__node_count<EOL> | Getter method for node_count, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/node_count (uint16) | f333902:c0:m18 |
def _set_node_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for node_count, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/node_count (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_node_count is considered as a private
method. Backends looking to populate this variable should
do so via calling this... | f333902:c0:m19 |
def _get_time_stamp_ms(self): | return self.__time_stamp_ms<EOL> | Getter method for time_stamp_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/time_stamp_ms (uint32)
YANG Description: Time stamp in hundred millisecond | f333902:c0:m21 |
def _set_time_stamp_ms(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for time_stamp_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/time_stamp_ms (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_time_stamp_ms is considered as a private
method. Backends looking to populate this variable should
do so via cal... | f333902:c0:m22 |
def _get_duration_ms(self): | return self.__duration_ms<EOL> | Getter method for duration_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/duration_ms (uint32)
YANG Description: SPF run time | f333902:c0:m24 |
def _set_duration_ms(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for duration_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/duration_ms (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_duration_ms is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f333902:c0:m25 |
def _get_ipv4_routes(self): | return self.__ipv4_routes<EOL> | Getter method for ipv4_routes, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/ipv4_routes (uint32) | f333902:c0:m27 |
def _set_ipv4_routes(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for ipv4_routes, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/ipv4_routes (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv4_routes is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f333902:c0:m28 |
def _get_ipv6_routes(self): | return self.__ipv6_routes<EOL> | Getter method for ipv6_routes, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/ipv6_routes (uint32) | f333902:c0:m30 |
def _set_ipv6_routes(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for ipv6_routes, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/ipv6_routes (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv6_routes is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f333902:c0:m31 |
def _get_first_trigger_change(self): | return self.__first_trigger_change<EOL> | Getter method for first_trigger_change, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/first_trigger_change (string)
YANG Description: Add, delete or modify event | f333902:c0:m33 |
def _set_first_trigger_change(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT... | Setter method for first_trigger_change, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/first_trigger_change (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_first_trigger_change is considered as a private
method. Backends looking to populate this variable... | f333902:c0:m34 |
def _get_first_trigger_time_stamp_ms(self): | return self.__first_trigger_time_stamp_ms<EOL> | Getter method for first_trigger_time_stamp_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/first_trigger_time_stamp_ms (uint32)
YANG Description: Time stamp in hundred millisecond | f333902:c0:m36 |
def _set_first_trigger_time_stamp_ms(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for first_trigger_time_stamp_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/first_trigger_time_stamp_ms (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_first_trigger_time_stamp_ms is considered as a private
method. Backends looking to p... | f333902:c0:m37 |
def _get_first_trigger_detail_reason(self): | return self.__first_trigger_detail_reason<EOL> | Getter method for first_trigger_detail_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/first_trigger_detail_reason (string)
YANG Description: Decoded reason for the event | f333902:c0:m39 |
def _set_first_trigger_detail_reason(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT... | Setter method for first_trigger_detail_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/first_trigger_detail_reason (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_first_trigger_detail_reason is considered as a private
method. Backends looking to p... | f333902:c0:m40 |
def _get_last_trigger_change(self): | return self.__last_trigger_change<EOL> | Getter method for last_trigger_change, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/last_trigger_change (string)
YANG Description: Add, delete or modify event | f333902:c0:m42 |
def _set_last_trigger_change(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT... | Setter method for last_trigger_change, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/last_trigger_change (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_last_trigger_change is considered as a private
method. Backends looking to populate this variable sh... | f333902:c0:m43 |
def _get_last_trigger_time_stamp_ms(self): | return self.__last_trigger_time_stamp_ms<EOL> | Getter method for last_trigger_time_stamp_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/last_trigger_time_stamp_ms (uint32)
YANG Description: Time stamp in hundred millisecond | f333902:c0:m45 |
def _set_last_trigger_time_stamp_ms(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for last_trigger_time_stamp_ms, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/last_trigger_time_stamp_ms (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_last_trigger_time_stamp_ms is considered as a private
method. Backends looking to popu... | f333902:c0:m46 |
def _get_last_trigger_detail_reason(self): | return self.__last_trigger_detail_reason<EOL> | Getter method for last_trigger_detail_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/last_trigger_detail_reason (string)
YANG Description: Decoded reason for the event | f333902:c0:m48 |
def _set_last_trigger_detail_reason(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT... | Setter method for last_trigger_detail_reason, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events/last_trigger_detail_reason (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_last_trigger_detail_reason is considered as a private
method. Backends looking to popu... | f333902:c0:m49 |
def _get_level(self): | return self.__level<EOL> | Getter method for level, mapped from YANG variable /spf_log_state/spf_log_levels/level (isis-level)
YANG Description: SPF LOG level type | f333903:c0:m3 |
def _set_level(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ... | Setter method for level, mapped from YANG variable /spf_log_state/spf_log_levels/level (isis-level)
If this variable is read-only (config: false) in the
source YANG file, then _set_level is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_level() directly.... | f333903:c0:m4 |
def _get_log_counts(self): | return self.__log_counts<EOL> | Getter method for log_counts, mapped from YANG variable /spf_log_state/spf_log_levels/log_counts (uint16)
YANG Description: Number of logs | f333903:c0:m6 |
def _set_log_counts(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for log_counts, mapped from YANG variable /spf_log_state/spf_log_levels/log_counts (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_log_counts is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_log_co... | f333903:c0:m7 |
def _get_spf_trigger_count(self): | return self.__spf_trigger_count<EOL> | Getter method for spf_trigger_count, mapped from YANG variable /spf_log_state/spf_log_levels/spf_trigger_count (uint16)
YANG Description: Number of SPF triggers and run currenlty | f333903:c0:m9 |
def _set_spf_trigger_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for spf_trigger_count, mapped from YANG variable /spf_log_state/spf_log_levels/spf_trigger_count (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_spf_trigger_count is considered as a private
method. Backends looking to populate this variable should
do so via callin... | f333903:c0:m10 |
def _get_node_count(self): | return self.__node_count<EOL> | Getter method for node_count, mapped from YANG variable /spf_log_state/spf_log_levels/node_count (uint16)
YANG Description: Number of nodes SPF traversed in a given SPF run | f333903:c0:m12 |
def _set_node_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex... | Setter method for node_count, mapped from YANG variable /spf_log_state/spf_log_levels/node_count (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_node_count is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_node_c... | f333903:c0:m13 |
def _get_spf_log_events(self): | return self.__spf_log_events<EOL> | Getter method for spf_log_events, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events (list)
YANG Description: SPF Log event | f333903:c0:m15 |
def _set_spf_log_events(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>",spf_log_events.spf_log_events, 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='<ST... | Setter method for spf_log_events, mapped from YANG variable /spf_log_state/spf_log_levels/spf_log_events (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_spf_log_events is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._... | f333903:c0:m16 |
def _get_bfd(self): | return self.__bfd<EOL> | Getter method for bfd, mapped from YANG variable /ipv6/route/static/bfd (container) | f333904:c0:m3 |
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 /ipv6/route/static/bfd (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bfd() directly. | f333904:c0:m4 |
def _get_interval(self): | return self.__interval<EOL> | Getter method for interval, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes/interval (uint16) | f333905:c0:m3 |
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=RestrictedClassType(base_type=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S... | Setter method for interval, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes/interval (uint16)
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 populate this vari... | f333905:c0:m4 |
def _get_min_rx(self): | return self.__min_rx<EOL> | Getter method for min_rx, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes/min_rx (uint16) | f333905: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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S... | Setter method for min_rx, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes/min_rx (uint16)
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 s... | f333905:c0:m7 |
def _get_multiplier(self): | return self.__multiplier<EOL> | Getter method for multiplier, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes/multiplier (uint8) | f333905: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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S... | Setter method for multiplier, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes/multiplier (uint8)
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... | f333905:c0:m10 |
def _get_bfd_ipv6_link_local_dest(self): | return self.__bfd_ipv6_link_local_dest<EOL> | Getter method for bfd_ipv6_link_local_dest, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_link_local_dest (inet:ipv6-address) | f333906:c0:m3 |
def _set_bfd_ipv6_link_local_dest(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for bfd_ipv6_link_local_dest, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_link_local_dest (inet:ipv6-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_ipv6_link_local_dest is considered as a private
method. Backends... | f333906:c0:m4 |
def _get_bfd_ipv6_link_local_src(self): | return self.__bfd_ipv6_link_local_src<EOL> | Getter method for bfd_ipv6_link_local_src, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_link_local_src (inet:ipv6-address) | f333906:c0:m6 |
def _set_bfd_ipv6_link_local_src(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 bfd_ipv6_link_local_src, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_link_local_src (inet:ipv6-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_ipv6_link_local_src is considered as a private
method. Backends lo... | f333906:c0:m7 |
def _get_bfd_interface_type(self): | return self.__bfd_interface_type<EOL> | Getter method for bfd_interface_type, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_interface_type (enumeration) | f333906:c0:m9 |
def _set_bfd_interface_type(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ... | Setter method for bfd_interface_type, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_interface_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_interface_type is considered as a private
method. Backends looking to populate thi... | f333906:c0:m10 |
def _get_bfd_interface_name(self): | return self.__bfd_interface_name<EOL> | Getter method for bfd_interface_name, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_interface_name (string) | f333906:c0:m12 |
def _set_bfd_interface_name(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for bfd_interface_name, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_interface_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_interface_name is considered as a private
method. Backends looking to populate this var... | f333906:c0:m13 |
def _get_bfd_ipv6_interval_attributes(self): | return self.__bfd_ipv6_interval_attributes<EOL> | Getter method for bfd_ipv6_interval_attributes, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes (container) | f333906:c0:m15 |
def _set_bfd_ipv6_interval_attributes(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bfd_ipv6_interval_attributes.bfd_ipv6_interval_attributes, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext... | Setter method for bfd_ipv6_interval_attributes, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route/bfd_ipv6_interval_attributes (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_ipv6_interval_attributes is considered as a private
method. Back... | f333906:c0:m16 |
def _get_interval(self): | return self.__interval<EOL> | Getter method for interval, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes/interval (uint16) | f333907:c0:m3 |
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=RestrictedClassType(base_type=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S... | Setter method for interval, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes/interval (uint16)
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 populate this variable should... | f333907:c0:m4 |
def _get_min_rx(self): | return self.__min_rx<EOL> | Getter method for min_rx, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes/min_rx (uint16) | f333907: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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S... | Setter method for min_rx, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes/min_rx (uint16)
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 should
do so... | f333907:c0:m7 |
def _get_multiplier(self): | return self.__multiplier<EOL> | Getter method for multiplier, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes/multiplier (uint8) | f333907: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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S... | Setter method for multiplier, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes/multiplier (uint8)
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 variable s... | f333907:c0:m10 |
def _get_bfd_ipv6_static_route_dest(self): | return self.__bfd_ipv6_static_route_dest<EOL> | Getter method for bfd_ipv6_static_route_dest, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_static_route_dest (inet:ipv6-address) | f333908:c0:m3 |
def _set_bfd_ipv6_static_route_dest(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for bfd_ipv6_static_route_dest, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_static_route_dest (inet:ipv6-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_bfd_ipv6_static_route_dest is considered as a private
method. Backends look... | f333908:c0:m4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.