signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_port_channel(self):
return self.__port_channel<EOL>
Getter method for port_channel, mapped from YANG variable /protocol/spanning_tree/stp/port_channel (container)
f336890: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/stp/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._set...
f336890:c0:m19
def _get_shutdown(self):
return self.__shutdown<EOL>
Getter method for shutdown, mapped from YANG variable /protocol/spanning_tree/stp/shutdown (empty)
f336890: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/stp/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() dire...
f336890:c0:m22
def _get_timer_config(self):
return self.__timer_config<EOL>
Getter method for timer_config, mapped from YANG variable /protocol/spanning_tree/rpvst/timer_config (container)
f336891: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/rpvst/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._s...
f336891:c0:m4
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /protocol/spanning_tree/rpvst/description (string)
f336891: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/rpvst/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_des...
f336891: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/rpvst/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 i...
f336891: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/rpvst/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 d...
f336891:c0:m10
def _get_bridge_priority(self):
return self.__bridge_priority<EOL>
Getter method for bridge_priority, mapped from YANG variable /protocol/spanning_tree/rpvst/bridge_priority (uint32)
f336891: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/rpvst/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 this...
f336891: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/rpvst/error_disable_timeout (container)
f336891: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/rpvst/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 d...
f336891:c0:m16
def _get_port_channel(self):
return self.__port_channel<EOL>
Getter method for port_channel, mapped from YANG variable /protocol/spanning_tree/rpvst/port_channel (container)
f336891: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/rpvst/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._s...
f336891:c0:m19
def _get_shutdown(self):
return self.__shutdown<EOL>
Getter method for shutdown, mapped from YANG variable /protocol/spanning_tree/rpvst/shutdown (empty)
f336891: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/rpvst/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() di...
f336891:c0:m22
def _get_vlan(self):
return self.__vlan<EOL>
Getter method for vlan, mapped from YANG variable /protocol/spanning_tree/rpvst/vlan (list)
f336891: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/rpvst/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.
f336891:c0:m25
def _get_transmit_holdcount(self):
return self.__transmit_holdcount<EOL>
Getter method for transmit_holdcount, mapped from YANG variable /protocol/spanning_tree/rpvst/transmit_holdcount (uint32)
f336891:c0:m27
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/rpvst/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 cal...
f336891:c0:m28
def _get_cfm(self):
return self.__cfm<EOL>
Getter method for cfm, mapped from YANG variable /protocol/cfm (container)
f336892:c0:m3
def _set_cfm(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.cfm, is_container='<STR_LIT>', presence=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_LI...
Setter method for cfm, mapped from YANG variable /protocol/cfm (container) If this variable is read-only (config: false) in the source YANG file, then _set_cfm is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cfm() directly.
f336892:c0:m4
def _get_edge_loop_detection(self):
return self.__edge_loop_detection<EOL>
Getter method for edge_loop_detection, mapped from YANG variable /protocol/edge_loop_detection (container)
f336892:c0:m6
def _set_edge_loop_detection(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=edge_loop_detection.edge_loop_detection, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_...
Setter method for edge_loop_detection, mapped from YANG variable /protocol/edge_loop_detection (container) If this variable is read-only (config: false) in the source YANG file, then _set_edge_loop_detection is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f336892:c0:m7
def _get_lldp(self):
return self.__lldp<EOL>
Getter method for lldp, mapped from YANG variable /protocol/lldp (container)
f336892:c0:m9
def _set_lldp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=lldp.lldp, is_container='<STR_LIT>', presence=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_...
Setter method for lldp, mapped from YANG variable /protocol/lldp (container) If this variable is read-only (config: false) in the source YANG file, then _set_lldp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lldp() directly.
f336892:c0:m10
def _get_ptp(self):
return self.__ptp<EOL>
Getter method for ptp, mapped from YANG variable /protocol/ptp (container) YANG Description: PTP configuration. PTP protocol is enabled when '/protocol/ptp/enable' is set.
f336892:c0:m12
def _set_ptp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ptp.ptp, is_container='<STR_LIT>', presence=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_LI...
Setter method for ptp, mapped from YANG variable /protocol/ptp (container) If this variable is read-only (config: false) in the source YANG file, then _set_ptp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ptp() directly. YANG De...
f336892:c0:m13
def _get_udld(self):
return self.__udld<EOL>
Getter method for udld, mapped from YANG variable /protocol/udld (container) YANG Description: UDLD protocol configuration. UDLD protocol will be enabled when '/protocol/udld' container is created. To disable delete it or set '/protocol/udld/shutdown' leaf
f336892:c0:m15
def _set_udld(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=udld.udld, is_container='<STR_LIT>', presence=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_...
Setter method for udld, mapped from YANG variable /protocol/udld (container) If this variable is read-only (config: false) in the source YANG file, then _set_udld is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_udld() directly. YAN...
f336892:c0:m16
def _get_spanning_tree(self):
return self.__spanning_tree<EOL>
Getter method for spanning_tree, mapped from YANG variable /protocol/spanning_tree (container)
f336892:c0:m18
def _set_spanning_tree(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=spanning_tree.spanning_tree, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for spanning_tree, mapped from YANG variable /protocol/spanning_tree (container) If this variable is read-only (config: false) in the source YANG file, then _set_spanning_tree is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_spanning_tree(...
f336892:c0:m19
def _get_domain_name(self):
return self.__domain_name<EOL>
Getter method for domain_name, mapped from YANG variable /protocol/cfm/domain_name (list)
f336893:c0:m3
def _set_domain_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=YANGListType("<STR_LIT>",domain_name.domain_name, 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>...
Setter method for domain_name, mapped from YANG variable /protocol/cfm/domain_name (list) If this variable is read-only (config: false) in the source YANG file, then _set_domain_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_domain_name() directl...
f336893:c0:m4
def _get_tlv_type(self):
return self.__tlv_type<EOL>
Getter method for tlv_type, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/tlv_type (ccm-tlv-type)
f336894:c0:m3
def _set_tlv_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for tlv_type, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/tlv_type (ccm-tlv-type) If this variable is read-only (config: false) in the source YANG file, then _set_tlv_type is considered as a private method. Backends looking to populate this vari...
f336894:c0:m4
def _get_remote_mep(self):
return self.__remote_mep<EOL>
Getter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep (list)
f336894:c0:m6
def _set_remote_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>",remote_mep.remote_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>',...
Setter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep (list) If this variable is read-only (config: false) in the source YANG file, then _set_remote_mep is considered as a private method. Backends looking to populate this variab...
f336894:c0:m7
def _get_remote_mep(self):
return self.__remote_mep<EOL>
Getter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/remote_mep (uint32)
f336895:c0:m3
def _set_remote_mep(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=RestrictedClassTyp...
Setter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/remote_mep (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_remote_mep is considered as a private method. Backends looking to populat...
f336895:c0:m4
def _get_mep_id(self):
return self.__mep_id<EOL>
Getter method for mep_id, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_id (uint32)
f336896:c0:m3
def _set_mep_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for mep_id, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mep_id is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336896:c0:m4
def _get_mep_down_up(self):
return self.__mep_down_up<EOL>
Getter method for mep_down_up, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_down_up (mep-down-up-type)
f336896:c0:m6
def _set_mep_down_up(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_down_up, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_down_up (mep-down-up-type) If this variable is read-only (config: false) in the source YANG file, then _set_mep_down_up is considered as a private method. Backends looking to populate this variable sho...
f336896:c0:m7
def _get_vlan(self):
return self.__vlan<EOL>
Getter method for vlan, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/vlan (uint32)
f336896:c0:m9
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=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 vlan, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/vlan (uint32) 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._...
f336896:c0:m10
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)
f336896:c0:m12
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...
f336896:c0:m13
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)
f336896:c0:m15
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>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ex...
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...
f336896:c0:m16
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)
f336896:c0:m18
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...
f336896:c0:m19
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)
f336897: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...
f336897: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)
f336897: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...
f336897:c0:m7
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)
f336897:c0:m9
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()...
f336897:c0:m10
def _get_level(self):
return self.__level<EOL>
Getter method for level, mapped from YANG variable /spf_log_state/spf_log_levels/level (isis-spf-level) YANG Description: SPF LOG level type
f336898: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-spf-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() direc...
f336898: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
f336898: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...
f336898: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
f336898: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...
f336898: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
f336898: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...
f336898: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
f336898: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._...
f336898:c0:m16
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)
f336899: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...
f336899: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)
f336899: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...
f336899: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)
f336899: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...
f336899: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)
f336899: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...
f336899: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)
f336899: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...
f336899:c0:m16
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)
f336900: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...
f336900:c0:m4
def _get_bfd_ipv6_static_route_src(self):
return self.__bfd_ipv6_static_route_src<EOL>
Getter method for bfd_ipv6_static_route_src, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_static_route_src (inet:ipv6-address)
f336900:c0:m6
def _set_bfd_ipv6_static_route_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_static_route_src, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_static_route_src (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_ipv6_static_route_src is considered as a private method. Backends looking...
f336900:c0:m7
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_static_route/bfd_ipv6_interval_attributes (container)
f336900:c0:m9
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_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. Backends lookin...
f336900:c0:m10
def _get_static_route_nh(self):
return self.__static_route_nh<EOL>
Getter method for static_route_nh, mapped from YANG variable /ipv6/route/static_route_nh (list)
f336901:c0:m3
def _set_static_route_nh(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",static_route_nh.static_route_nh, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<...
Setter method for static_route_nh, mapped from YANG variable /ipv6/route/static_route_nh (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_nh is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static_rout...
f336901:c0:m4
def _get_static_route_oif(self):
return self.__static_route_oif<EOL>
Getter method for static_route_oif, mapped from YANG variable /ipv6/route/static_route_oif (list)
f336901:c0:m6
def _set_static_route_oif(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",static_route_oif.static_route_oif, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys=...
Setter method for static_route_oif, mapped from YANG variable /ipv6/route/static_route_oif (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static_r...
f336901:c0:m7
def _get_link_local_static_route_nh(self):
return self.__link_local_static_route_nh<EOL>
Getter method for link_local_static_route_nh, mapped from YANG variable /ipv6/route/link_local_static_route_nh (list)
f336901:c0:m9
def _set_link_local_static_route_nh(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>",link_local_static_route_nh.link_local_static_route_nh, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._pat...
Setter method for link_local_static_route_nh, mapped from YANG variable /ipv6/route/link_local_static_route_nh (list) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_static_route_nh is considered as a private method. Backends looking to populate this variable should do so via...
f336901:c0:m10
def _get_static_route_nh_vrf(self):
return self.__static_route_nh_vrf<EOL>
Getter method for static_route_nh_vrf, mapped from YANG variable /ipv6/route/static_route_nh_vrf (list)
f336901:c0:m12
def _set_static_route_nh_vrf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",static_route_nh_vrf.static_route_nh_vrf, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang...
Setter method for static_route_nh_vrf, mapped from YANG variable /ipv6/route/static_route_nh_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_nh_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f336901:c0:m13
def _get_link_local_static_route_nh_vrf(self):
return self.__link_local_static_route_nh_vrf<EOL>
Getter method for link_local_static_route_nh_vrf, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf (list)
f336901:c0:m15
def _set_link_local_static_route_nh_vrf(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>",link_local_static_route_nh_vrf.link_local_static_route_nh_vrf, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=s...
Setter method for link_local_static_route_nh_vrf, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_static_route_nh_vrf is considered as a private method. Backends looking to populate this variable shou...
f336901:c0:m16
def _get_ipv6_static_route_oif_vrf(self):
return self.__ipv6_static_route_oif_vrf<EOL>
Getter method for ipv6_static_route_oif_vrf, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf (list)
f336901:c0:m18
def _set_ipv6_static_route_oif_vrf(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>",ipv6_static_route_oif_vrf.ipv6_static_route_oif_vrf, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_...
Setter method for ipv6_static_route_oif_vrf, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_static_route_oif_vrf is considered as a private method. Backends looking to populate this variable should do so via ca...
f336901:c0:m19
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /ipv6/route/static (container)
f336901:c0:m21
def _set_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=static.static, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'...
Setter method for static, mapped from YANG variable /ipv6/route/static (container) If this variable is read-only (config: false) in the source YANG file, then _set_static is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static() directly.
f336901:c0:m22