signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_fcoe_intf_tx_ls_rjt(self): | return self.__fcoe_intf_tx_ls_rjt<EOL> | Getter method for fcoe_intf_tx_ls_rjt, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_ls_rjt (yang:zero-based-counter32)
YANG Description: This indicates the number of Reject frames
transmitted on this FCoE interface in response
to FLOGI/FDISC/LOGO. | f336884:c0:m87 |
def _set_fcoe_intf_tx_ls_rjt(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM... | Setter method for fcoe_intf_tx_ls_rjt, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_ls_rjt (yang:zero-based-counter32)
If this variable is read-only (config: false) in the
source YANG file, then _set_fcoe_intf_tx_ls_rjt is considered as a private
method. Backends... | f336884:c0:m88 |
def _get_fcoe_intf_time_since_last_change(self): | return self.__fcoe_intf_time_since_last_change<EOL> | Getter method for fcoe_intf_time_since_last_change, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_time_since_last_change (fcoe-counters-date-and-time-type)
YANG Description: This indicates the time elapsed since the
status of this FCoE port last changed. | f336884:c0:m90 |
def _set_fcoe_intf_time_since_last_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=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 fcoe_intf_time_since_last_change, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_time_since_last_change (fcoe-counters-date-and-time-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_fcoe_intf_time_since_l... | f336884:c0:m91 |
def _get_fcoe_intf_last_counters_cleared(self): | return self.__fcoe_intf_last_counters_cleared<EOL> | Getter method for fcoe_intf_last_counters_cleared, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_last_counters_cleared (fcoe-counters-date-and-time-type)
YANG Description: This indicates the time when the interface
counters were last cleared. | f336884:c0:m93 |
def _set_fcoe_intf_last_counters_cleared(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 fcoe_intf_last_counters_cleared, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_last_counters_cleared (fcoe-counters-date-and-time-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_fcoe_intf_last_counters_... | f336884:c0:m94 |
def _get_fcoe_intf_tx_cvls(self): | return self.__fcoe_intf_tx_cvls<EOL> | Getter method for fcoe_intf_tx_cvls, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_cvls (yang:zero-based-counter32)
YANG Description: This indicates the number of CVL frames
transmitted. | f336884:c0:m96 |
def _set_fcoe_intf_tx_cvls(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>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM... | Setter method for fcoe_intf_tx_cvls, mapped from YANG variable /brocade_fcoe_ext_rpc/fcoe_get_interface/output/fcoe_intf_list/fcoe_intf_tx_cvls (yang:zero-based-counter32)
If this variable is read-only (config: false) in the
source YANG file, then _set_fcoe_intf_tx_cvls is considered as a private
method. Ba... | f336884:c0:m97 |
def _get_enable(self): | return self.__enable<EOL> | Getter method for enable, mapped from YANG variable /protocol/ptp/enable (empty)
YANG Description: When present indicates PTP protocol is enabled.
Disabling PTP protocol will not clear other related
configurations. In order to disable, either delete
'protocol/ptp' or set '/protocol/ptp/no enable' | f336885:c0:m3 |
def _set_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 enable, mapped from YANG variable /protocol/ptp/enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_enable is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_enable() directly.
... | f336885:c0:m4 |
def _get_domain(self): | return self.__domain<EOL> | Getter method for domain, mapped from YANG variable /protocol/ptp/domain (uint32) | f336885:c0:m6 |
def _set_domain(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 domain, mapped from YANG variable /protocol/ptp/domain (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_domain is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_domain() directly. | f336885:c0:m7 |
def _get_priority1(self): | return self.__priority1<EOL> | Getter method for priority1, mapped from YANG variable /protocol/ptp/priority1 (uint32) | f336885:c0:m9 |
def _set_priority1(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 priority1, mapped from YANG variable /protocol/ptp/priority1 (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_priority1 is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_priority1() directly. | f336885:c0:m10 |
def _get_priority2(self): | return self.__priority2<EOL> | Getter method for priority2, mapped from YANG variable /protocol/ptp/priority2 (uint32) | f336885:c0:m12 |
def _set_priority2(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 priority2, mapped from YANG variable /protocol/ptp/priority2 (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_priority2 is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_priority2() directly. | f336885:c0:m13 |
def _get_source_ip(self): | return self.__source_ip<EOL> | Getter method for source_ip, mapped from YANG variable /protocol/ptp/source_ip (inet:ipv4-address) | f336885:c0:m15 |
def _set_source_ip(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 source_ip, mapped from YANG variable /protocol/ptp/source_ip (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_source_ip is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_source_ip() di... | f336885:c0:m16 |
def _get_dcbx_fcoe_app_tlv(self): | return self.__dcbx_fcoe_app_tlv<EOL> | Getter method for dcbx_fcoe_app_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_fcoe_app_tlv (empty) | f336886:c0:m3 |
def _set_dcbx_fcoe_app_tlv(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 dcbx_fcoe_app_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_fcoe_app_tlv (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_dcbx_fcoe_app_tlv is considered as a private
method. Backends looking to populate this variable should
do so via calling this... | f336886:c0:m4 |
def _get_dcbx_fcoe_logical_link_tlv(self): | return self.__dcbx_fcoe_logical_link_tlv<EOL> | Getter method for dcbx_fcoe_logical_link_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_fcoe_logical_link_tlv (empty) | f336886:c0:m6 |
def _set_dcbx_fcoe_logical_link_tlv(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 dcbx_fcoe_logical_link_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_fcoe_logical_link_tlv (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_dcbx_fcoe_logical_link_tlv is considered as a private
method. Backends looking to populate this variable sh... | f336886:c0:m7 |
def _get_dcbx_iscsi_app_tlv(self): | return self.__dcbx_iscsi_app_tlv<EOL> | Getter method for dcbx_iscsi_app_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_iscsi_app_tlv (empty) | f336886:c0:m9 |
def _set_dcbx_iscsi_app_tlv(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 dcbx_iscsi_app_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_iscsi_app_tlv (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_dcbx_iscsi_app_tlv is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f336886:c0:m10 |
def _get_dcbx_tlv(self): | return self.__dcbx_tlv<EOL> | Getter method for dcbx_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_tlv (empty) | f336886:c0:m12 |
def _set_dcbx_tlv(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 dcbx_tlv, mapped from YANG variable /protocol/lldp/advertise/dcbx_tlv (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_dcbx_tlv is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_dcbx_tlv() directl... | f336886:c0:m13 |
def _get_dot1_tlv(self): | return self.__dot1_tlv<EOL> | Getter method for dot1_tlv, mapped from YANG variable /protocol/lldp/advertise/dot1_tlv (empty) | f336886:c0:m15 |
def _set_dot1_tlv(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 dot1_tlv, mapped from YANG variable /protocol/lldp/advertise/dot1_tlv (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_dot1_tlv is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_dot1_tlv() directl... | f336886:c0:m16 |
def _get_dot3_tlv(self): | return self.__dot3_tlv<EOL> | Getter method for dot3_tlv, mapped from YANG variable /protocol/lldp/advertise/dot3_tlv (empty) | f336886:c0:m18 |
def _set_dot3_tlv(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 dot3_tlv, mapped from YANG variable /protocol/lldp/advertise/dot3_tlv (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_dot3_tlv is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_dot3_tlv() directl... | f336886:c0:m19 |
def _get_optional_tlv(self): | return self.__optional_tlv<EOL> | Getter method for optional_tlv, mapped from YANG variable /protocol/lldp/advertise/optional_tlv (container) | f336886:c0:m21 |
def _set_optional_tlv(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=optional_tlv.optional_tlv, 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, ex... | Setter method for optional_tlv, mapped from YANG variable /protocol/lldp/advertise/optional_tlv (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_optional_tlv is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_op... | f336886:c0:m22 |
def _get_timer_config(self): | return self.__timer_config<EOL> | Getter method for timer_config, mapped from YANG variable /protocol/spanning_tree/mstp/timer_config (container) | f336887:c0:m3 |
def _set_timer_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=timer_config.timer_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex... | Setter method for timer_config, mapped from YANG variable /protocol/spanning_tree/mstp/timer_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_timer_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f336887:c0:m4 |
def _get_description(self): | return self.__description<EOL> | Getter method for description, mapped from YANG variable /protocol/spanning_tree/mstp/description (string) | f336887:c0:m6 |
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>']}), default=unicode("<STR_LIT>"), is_leaf=True, yang_name="<STR_LIT:description>", rest_name="<STR_LIT:description>", parent=se... | Setter method for description, mapped from YANG variable /protocol/spanning_tree/mstp/description (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_description is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_desc... | f336887:c0:m7 |
def _get_cluster_system_id(self): | return self.__cluster_system_id<EOL> | Getter method for cluster_system_id, mapped from YANG variable /protocol/spanning_tree/mstp/cluster_system_id (uint8)
YANG Description: Indicates the last byte of cluster system id.
Normally a switch mac address is used to derive
spanning tree system id or bridge id. For MCT
cluster deployments a virtual system id... | f336887:c0:m9 |
def _set_cluster_system_id(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 cluster_system_id, mapped from YANG variable /protocol/spanning_tree/mstp/cluster_system_id (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster_system_id is considered as a private
method. Backends looking to populate this variable should
do... | f336887:c0:m10 |
def _get_bridge_priority(self): | return self.__bridge_priority<EOL> | Getter method for bridge_priority, mapped from YANG variable /protocol/spanning_tree/mstp/bridge_priority (uint32) | f336887:c0:m12 |
def _set_bridge_priority(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 bridge_priority, mapped from YANG variable /protocol/spanning_tree/mstp/bridge_priority (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_priority is considered as a private
method. Backends looking to populate this variable should
do so via calling thisO... | f336887:c0:m13 |
def _get_error_disable_timeout(self): | return self.__error_disable_timeout<EOL> | Getter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/mstp/error_disable_timeout (container) | f336887:c0:m15 |
def _set_error_disable_timeout(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=error_disable_timeout.error_disable_timeout, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis... | Setter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/mstp/error_disable_timeout (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_error_disable_timeout is considered as a private
method. Backends looking to populate this variable should
do... | f336887:c0:m16 |
def _get_port_channel(self): | return self.__port_channel<EOL> | Getter method for port_channel, mapped from YANG variable /protocol/spanning_tree/mstp/port_channel (container) | f336887:c0:m18 |
def _set_port_channel(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=port_channel.port_channel, 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, ex... | Setter method for port_channel, mapped from YANG variable /protocol/spanning_tree/mstp/port_channel (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_port_channel is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f336887:c0:m19 |
def _get_shutdown(self): | return self.__shutdown<EOL> | Getter method for shutdown, mapped from YANG variable /protocol/spanning_tree/mstp/shutdown (empty) | f336887:c0:m21 |
def _set_shutdown(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ... | Setter method for shutdown, mapped from YANG variable /protocol/spanning_tree/mstp/shutdown (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_shutdown is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_shutdown() dir... | f336887:c0:m22 |
def _get_cisco_interoperability(self): | return self.__cisco_interoperability<EOL> | Getter method for cisco_interoperability, mapped from YANG variable /protocol/spanning_tree/mstp/cisco_interoperability (enumeration) | f336887:c0:m24 |
def _set_cisco_interoperability(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>': {}, u'<STR_LIT>': {}},), default=unicod... | Setter method for cisco_interoperability, mapped from YANG variable /protocol/spanning_tree/mstp/cisco_interoperability (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_cisco_interoperability is considered as a private
method. Backends looking to populate this variable shou... | f336887:c0:m25 |
def _get_instance(self): | return self.__instance<EOL> | Getter method for instance, mapped from YANG variable /protocol/spanning_tree/mstp/instance (list) | f336887:c0:m27 |
def _set_instance(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:id>",instance.instance, 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:id>... | Setter method for instance, mapped from YANG variable /protocol/spanning_tree/mstp/instance (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance() dire... | f336887:c0:m28 |
def _get_region(self): | return self.__region<EOL> | Getter method for region, mapped from YANG variable /protocol/spanning_tree/mstp/region (string) | f336887:c0:m30 |
def _set_region(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>']}), default=unicode("<STR_LIT>"), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._pa... | Setter method for region, mapped from YANG variable /protocol/spanning_tree/mstp/region (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_region is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_region() directly. | f336887:c0:m31 |
def _get_revision(self): | return self.__revision<EOL> | Getter method for revision, mapped from YANG variable /protocol/spanning_tree/mstp/revision (uint16) | f336887:c0:m33 |
def _set_revision(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>']}), default=RestrictedClassType... | Setter method for revision, mapped from YANG variable /protocol/spanning_tree/mstp/revision (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_revision is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_revision() di... | f336887:c0:m34 |
def _get_max_hops(self): | return self.__max_hops<EOL> | Getter method for max_hops, mapped from YANG variable /protocol/spanning_tree/mstp/max_hops (uint32) | f336887:c0:m36 |
def _set_max_hops(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 max_hops, mapped from YANG variable /protocol/spanning_tree/mstp/max_hops (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_max_hops is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_max_hops() di... | f336887:c0:m37 |
def _get_transmit_holdcount(self): | return self.__transmit_holdcount<EOL> | Getter method for transmit_holdcount, mapped from YANG variable /protocol/spanning_tree/mstp/transmit_holdcount (uint32) | f336887:c0:m39 |
def _set_transmit_holdcount(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 transmit_holdcount, mapped from YANG variable /protocol/spanning_tree/mstp/transmit_holdcount (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_transmit_holdcount is considered as a private
method. Backends looking to populate this variable should
do so via call... | f336887:c0:m40 |
def _get_timer_config(self): | return self.__timer_config<EOL> | Getter method for timer_config, mapped from YANG variable /protocol/spanning_tree/pvst/timer_config (container) | f336888:c0:m3 |
def _set_timer_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=timer_config.timer_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex... | Setter method for timer_config, mapped from YANG variable /protocol/spanning_tree/pvst/timer_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_timer_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f336888:c0:m4 |
def _get_description(self): | return self.__description<EOL> | Getter method for description, mapped from YANG variable /protocol/spanning_tree/pvst/description (string) | f336888:c0:m6 |
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>']}), default=unicode("<STR_LIT>"), is_leaf=True, yang_name="<STR_LIT:description>", rest_name="<STR_LIT:description>", parent=se... | Setter method for description, mapped from YANG variable /protocol/spanning_tree/pvst/description (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_description is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_desc... | f336888:c0:m7 |
def _get_cluster_system_id(self): | return self.__cluster_system_id<EOL> | Getter method for cluster_system_id, mapped from YANG variable /protocol/spanning_tree/pvst/cluster_system_id (uint8)
YANG Description: Indicates the last byte of cluster system id.
Normally a switch mac address is used to derive
spanning tree system id or bridge id. For MCT
cluster deployments a virtual system id... | f336888:c0:m9 |
def _set_cluster_system_id(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 cluster_system_id, mapped from YANG variable /protocol/spanning_tree/pvst/cluster_system_id (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster_system_id is considered as a private
method. Backends looking to populate this variable should
do... | f336888:c0:m10 |
def _get_bridge_priority(self): | return self.__bridge_priority<EOL> | Getter method for bridge_priority, mapped from YANG variable /protocol/spanning_tree/pvst/bridge_priority (uint32) | f336888:c0:m12 |
def _set_bridge_priority(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 bridge_priority, mapped from YANG variable /protocol/spanning_tree/pvst/bridge_priority (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_priority is considered as a private
method. Backends looking to populate this variable should
do so via calling thisO... | f336888:c0:m13 |
def _get_error_disable_timeout(self): | return self.__error_disable_timeout<EOL> | Getter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/pvst/error_disable_timeout (container) | f336888:c0:m15 |
def _set_error_disable_timeout(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=error_disable_timeout.error_disable_timeout, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis... | Setter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/pvst/error_disable_timeout (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_error_disable_timeout is considered as a private
method. Backends looking to populate this variable should
do... | f336888:c0:m16 |
def _get_port_channel(self): | return self.__port_channel<EOL> | Getter method for port_channel, mapped from YANG variable /protocol/spanning_tree/pvst/port_channel (container) | f336888:c0:m18 |
def _set_port_channel(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=port_channel.port_channel, 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, ex... | Setter method for port_channel, mapped from YANG variable /protocol/spanning_tree/pvst/port_channel (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_port_channel is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f336888:c0:m19 |
def _get_shutdown(self): | return self.__shutdown<EOL> | Getter method for shutdown, mapped from YANG variable /protocol/spanning_tree/pvst/shutdown (empty) | f336888:c0:m21 |
def _set_shutdown(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ... | Setter method for shutdown, mapped from YANG variable /protocol/spanning_tree/pvst/shutdown (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_shutdown is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_shutdown() dir... | f336888:c0:m22 |
def _get_vlan(self): | return self.__vlan<EOL> | Getter method for vlan, mapped from YANG variable /protocol/spanning_tree/pvst/vlan (list) | f336888:c0:m24 |
def _set_vlan(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:id>",vlan.vlan, 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:id>', exten... | Setter method for vlan, mapped from YANG variable /protocol/spanning_tree/pvst/vlan (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_vlan is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vlan() directly. | f336888:c0:m25 |
def _get_timer_config(self): | return self.__timer_config<EOL> | Getter method for timer_config, mapped from YANG variable /protocol/spanning_tree/rstp/timer_config (container) | f336889:c0:m3 |
def _set_timer_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=timer_config.timer_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex... | Setter method for timer_config, mapped from YANG variable /protocol/spanning_tree/rstp/timer_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_timer_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f336889:c0:m4 |
def _get_description(self): | return self.__description<EOL> | Getter method for description, mapped from YANG variable /protocol/spanning_tree/rstp/description (string) | f336889:c0:m6 |
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>']}), default=unicode("<STR_LIT>"), is_leaf=True, yang_name="<STR_LIT:description>", rest_name="<STR_LIT:description>", parent=se... | Setter method for description, mapped from YANG variable /protocol/spanning_tree/rstp/description (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_description is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_desc... | f336889:c0:m7 |
def _get_cluster_system_id(self): | return self.__cluster_system_id<EOL> | Getter method for cluster_system_id, mapped from YANG variable /protocol/spanning_tree/rstp/cluster_system_id (uint8)
YANG Description: Indicates the last byte of cluster system id.
Normally a switch mac address is used to derive
spanning tree system id or bridge id. For MCT
cluster deployments a virtual system id... | f336889:c0:m9 |
def _set_cluster_system_id(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 cluster_system_id, mapped from YANG variable /protocol/spanning_tree/rstp/cluster_system_id (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster_system_id is considered as a private
method. Backends looking to populate this variable should
do... | f336889:c0:m10 |
def _get_bridge_priority(self): | return self.__bridge_priority<EOL> | Getter method for bridge_priority, mapped from YANG variable /protocol/spanning_tree/rstp/bridge_priority (uint32) | f336889:c0:m12 |
def _set_bridge_priority(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 bridge_priority, mapped from YANG variable /protocol/spanning_tree/rstp/bridge_priority (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_priority is considered as a private
method. Backends looking to populate this variable should
do so via calling thisO... | f336889:c0:m13 |
def _get_error_disable_timeout(self): | return self.__error_disable_timeout<EOL> | Getter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/rstp/error_disable_timeout (container) | f336889:c0:m15 |
def _set_error_disable_timeout(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=error_disable_timeout.error_disable_timeout, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis... | Setter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/rstp/error_disable_timeout (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_error_disable_timeout is considered as a private
method. Backends looking to populate this variable should
do... | f336889:c0:m16 |
def _get_port_channel(self): | return self.__port_channel<EOL> | Getter method for port_channel, mapped from YANG variable /protocol/spanning_tree/rstp/port_channel (container) | f336889:c0:m18 |
def _set_port_channel(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=port_channel.port_channel, 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, ex... | Setter method for port_channel, mapped from YANG variable /protocol/spanning_tree/rstp/port_channel (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_port_channel is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f336889:c0:m19 |
def _get_shutdown(self): | return self.__shutdown<EOL> | Getter method for shutdown, mapped from YANG variable /protocol/spanning_tree/rstp/shutdown (empty) | f336889:c0:m21 |
def _set_shutdown(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ... | Setter method for shutdown, mapped from YANG variable /protocol/spanning_tree/rstp/shutdown (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_shutdown is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_shutdown() dir... | f336889:c0:m22 |
def _get_transmit_holdcount(self): | return self.__transmit_holdcount<EOL> | Getter method for transmit_holdcount, mapped from YANG variable /protocol/spanning_tree/rstp/transmit_holdcount (uint32) | f336889:c0:m24 |
def _set_transmit_holdcount(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 transmit_holdcount, mapped from YANG variable /protocol/spanning_tree/rstp/transmit_holdcount (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_transmit_holdcount is considered as a private
method. Backends looking to populate this variable should
do so via call... | f336889:c0:m25 |
def _get_timer_config(self): | return self.__timer_config<EOL> | Getter method for timer_config, mapped from YANG variable /protocol/spanning_tree/stp/timer_config (container) | f336890:c0:m3 |
def _set_timer_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=timer_config.timer_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex... | Setter method for timer_config, mapped from YANG variable /protocol/spanning_tree/stp/timer_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_timer_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set... | f336890:c0:m4 |
def _get_description(self): | return self.__description<EOL> | Getter method for description, mapped from YANG variable /protocol/spanning_tree/stp/description (string) | f336890:c0:m6 |
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>']}), default=unicode("<STR_LIT>"), is_leaf=True, yang_name="<STR_LIT:description>", rest_name="<STR_LIT:description>", parent=se... | Setter method for description, mapped from YANG variable /protocol/spanning_tree/stp/description (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_description is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_descr... | f336890:c0:m7 |
def _get_cluster_system_id(self): | return self.__cluster_system_id<EOL> | Getter method for cluster_system_id, mapped from YANG variable /protocol/spanning_tree/stp/cluster_system_id (uint8)
YANG Description: Indicates the last byte of cluster system id.
Normally a switch mac address is used to derive
spanning tree system id or bridge id. For MCT
cluster deployments a virtual system id ... | f336890:c0:m9 |
def _set_cluster_system_id(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 cluster_system_id, mapped from YANG variable /protocol/spanning_tree/stp/cluster_system_id (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster_system_id is considered as a private
method. Backends looking to populate this variable should
do ... | f336890:c0:m10 |
def _get_bridge_priority(self): | return self.__bridge_priority<EOL> | Getter method for bridge_priority, mapped from YANG variable /protocol/spanning_tree/stp/bridge_priority (uint32) | f336890:c0:m12 |
def _set_bridge_priority(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 bridge_priority, mapped from YANG variable /protocol/spanning_tree/stp/bridge_priority (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_priority is considered as a private
method. Backends looking to populate this variable should
do so via calling thisOb... | f336890:c0:m13 |
def _get_error_disable_timeout(self): | return self.__error_disable_timeout<EOL> | Getter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/stp/error_disable_timeout (container) | f336890:c0:m15 |
def _set_error_disable_timeout(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=error_disable_timeout.error_disable_timeout, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis... | Setter method for error_disable_timeout, mapped from YANG variable /protocol/spanning_tree/stp/error_disable_timeout (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_error_disable_timeout is considered as a private
method. Backends looking to populate this variable should
do ... | f336890:c0:m16 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.