signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_vc_id(self):
return self.__vc_id<EOL>
Getter method for vc_id, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_id (uint32) YANG Description: peer vc id
f333717:c0:m3
def _set_vc_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=long, restriction_...
Setter method for vc_id, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vc_id() directly. YANG...
f333717:c0:m4
def _get_vc_peer_address(self):
return self.__vc_peer_address<EOL>
Getter method for vc_peer_address, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_address (inet:ipv4-address) YANG Description: peer address name
f333717:c0:m6
def _set_vc_peer_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for vc_peer_address, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_address is considered as a private method. Backends looking to populate this variable should do so via cal...
f333717:c0:m7
def _get_vc_peer_state(self):
return self.__vc_peer_state<EOL>
Getter method for vc_peer_state, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_state (string) YANG Description: peer state
f333717:c0:m9
def _set_vc_peer_state(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for vc_peer_state, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_state (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_state is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333717:c0:m10
def _get_vc_peer_uptime(self):
return self.__vc_peer_uptime<EOL>
Getter method for vc_peer_uptime, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_uptime (string) YANG Description: peer uptime
f333717:c0:m12
def _set_vc_peer_uptime(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for vc_peer_uptime, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_uptime (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_uptime is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333717:c0:m13
def _get_vc_peer_load_balance(self):
return self.__vc_peer_load_balance<EOL>
Getter method for vc_peer_load_balance, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_load_balance (boolean) YANG Description: peer load balance
f333717:c0:m15
def _set_vc_peer_load_balance(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, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for vc_peer_load_balance, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_load_balance (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_load_balance is considered as a private method. Backends looking to populate this variable should do so vi...
f333717:c0:m16
def _get_vc_peer_cos_enabled(self):
return self.__vc_peer_cos_enabled<EOL>
Getter method for vc_peer_cos_enabled, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_cos_enabled (boolean) YANG Description: peer cos enabled
f333717:c0:m18
def _set_vc_peer_cos_enabled(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, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for vc_peer_cos_enabled, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_cos_enabled (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_cos_enabled is considered as a private method. Backends looking to populate this variable should do so via c...
f333717:c0:m19
def _get_vc_peer_cos_value(self):
return self.__vc_peer_cos_value<EOL>
Getter method for vc_peer_cos_value, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_cos_value (uint8) YANG Description: peer cos value
f333717:c0:m21
def _set_vc_peer_cos_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for vc_peer_cos_value, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_peer_cos_value (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_cos_value is considered as a private method. Backends looking to populate this variable should do so via calling t...
f333717:c0:m22
def _get_vc_ldp_tnnl_in_use(self):
return self.__vc_ldp_tnnl_in_use<EOL>
Getter method for vc_ldp_tnnl_in_use, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_ldp_tnnl_in_use (string) YANG Description: peer tunnel in use
f333717:c0:m24
def _set_vc_ldp_tnnl_in_use(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for vc_ldp_tnnl_in_use, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_ldp_tnnl_in_use (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_ldp_tnnl_in_use is considered as a private method. Backends looking to populate this variable should do so via calli...
f333717:c0:m25
def _get_vc_local_label(self):
return self.__vc_local_label<EOL>
Getter method for vc_local_label, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_local_label (uint32) YANG Description: vc_local_label
f333717:c0:m27
def _set_vc_local_label(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_local_label, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_local_label (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_local_label is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333717:c0:m28
def _get_vc_remote_label(self):
return self.__vc_remote_label<EOL>
Getter method for vc_remote_label, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_remote_label (uint32) YANG Description: vc_remote_label
f333717:c0:m30
def _set_vc_remote_label(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_remote_label, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_remote_label (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_remote_label is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333717:c0:m31
def _get_vc_local_mtu(self):
return self.__vc_local_mtu<EOL>
Getter method for vc_local_mtu, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_local_mtu (uint32) YANG Description: vc_local_mtu
f333717:c0:m33
def _set_vc_local_mtu(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_local_mtu, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_local_mtu (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_local_mtu is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vc...
f333717:c0:m34
def _get_vc_remote_mtu(self):
return self.__vc_remote_mtu<EOL>
Getter method for vc_remote_mtu, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_remote_mtu (uint32) YANG Description: vc_remote_mtu
f333717:c0:m36
def _set_vc_remote_mtu(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_remote_mtu, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_remote_mtu (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_remote_mtu is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333717:c0:m37
def _get_vc_local_type(self):
return self.__vc_local_type<EOL>
Getter method for vc_local_type, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_local_type (uint32) YANG Description: vc_local_type
f333717:c0:m39
def _set_vc_local_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_local_type, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_local_type (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_local_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333717:c0:m40
def _get_vc_remote_type(self):
return self.__vc_remote_type<EOL>
Getter method for vc_remote_type, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_remote_type (uint32) YANG Description: vc_remote_type
f333717:c0:m42
def _set_vc_remote_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_remote_type, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_remote_type (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_remote_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333717:c0:m43
def _get_vc_proto_tnnl(self):
return self.__vc_proto_tnnl<EOL>
Getter method for vc_proto_tnnl, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl (list) YANG Description: VC proto tnnl
f333717:c0:m45
def _set_vc_proto_tnnl(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>",vc_proto_tnnl.vc_proto_tnnl, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for vc_proto_tnnl, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl (list) If this variable is read-only (config: false) in the source YANG file, then _set_vc_proto_tnnl is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_v...
f333717:c0:m46
def _get_vc_assigned_lsp(self):
return self.__vc_assigned_lsp<EOL>
Getter method for vc_assigned_lsp, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_assigned_lsp (list) YANG Description: VC assigned lsp
f333717:c0:m48
def _set_vc_assigned_lsp(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>",vc_assigned_lsp.vc_assigned_lsp, 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 vc_assigned_lsp, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_assigned_lsp (list) If this variable is read-only (config: false) in the source YANG file, then _set_vc_assigned_lsp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f333717:c0:m49
def _get_vc_lsp_name(self):
return self.__vc_lsp_name<EOL>
Getter method for vc_lsp_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_assigned_lsp/vc_lsp_name (string) YANG Description: lsp name
f333718:c0:m3
def _set_vc_lsp_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for vc_lsp_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_assigned_lsp/vc_lsp_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_lsp_name is considered as a private method. Backends looking to populate this variable should do so via calling th...
f333718:c0:m4
def _get_vc_peer_data(self):
return self.__vc_peer_data<EOL>
Getter method for vc_peer_data, mapped from YANG variable /vc_peer_state/vc_peer_data (list) YANG Description: VC peer
f333719:c0:m3
def _set_vc_peer_data(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>",vc_peer_data.vc_peer_data, 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_LI...
Setter method for vc_peer_data, mapped from YANG variable /vc_peer_state/vc_peer_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_data is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vc_peer_data() di...
f333719:c0:m4
def _get_download(self):
return self.__download<EOL>
Getter method for download, mapped from YANG variable /firmware/download (container)
f333721:c0:m3
def _set_download(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=download.download, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for download, mapped from YANG variable /firmware/download (container) If this variable is read-only (config: false) in the source YANG file, then _set_download is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_download() directly.
f333721:c0:m4
def _get_peripheral_update_option(self):
return self.__peripheral_update_option<EOL>
Getter method for peripheral_update_option, mapped from YANG variable /firmware/peripheral_update_option (container)
f333721:c0:m6
def _set_peripheral_update_option(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=peripheral_update_option.peripheral_update_option, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods,...
Setter method for peripheral_update_option, mapped from YANG variable /firmware/peripheral_update_option (container) If this variable is read-only (config: false) in the source YANG file, then _set_peripheral_update_option is considered as a private method. Backends looking to populate this variable should do so via ca...
f333721:c0:m7
def _get_prefix_list(self):
return self.__prefix_list<EOL>
Getter method for prefix_list, mapped from YANG variable /ip/hide_prefix_holder/prefix_list (list) YANG Description: IP address prefix list.
f333723:c0:m3
def _set_prefix_list(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>",prefix_list.prefix_list, 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 prefix_list, mapped from YANG variable /ip/hide_prefix_holder/prefix_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_prefix_list(...
f333723:c0:m4
def _get_as_path(self):
return self.__as_path<EOL>
Getter method for as_path, mapped from YANG variable /ip/hide_as_path_holder/as_path (container)
f333724:c0:m3
def _set_as_path(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=as_path.as_path, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={...
Setter method for as_path, mapped from YANG variable /ip/hide_as_path_holder/as_path (container) If this variable is read-only (config: false) in the source YANG file, then _set_as_path is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_as_path() directly...
f333724:c0:m4
def _get_extcommunity_list_name(self):
return self.__extcommunity_list_name<EOL>
Getter method for extcommunity_list_name, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/extcommunity_list_name (ip-extcommunity-list-name-t)
f333725:c0:m3
def _set_extcommunity_list_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for extcommunity_list_name, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/extcommunity_list_name (ip-extcommunity-list-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_extcommunity_list_name is considered as a private method...
f333725:c0:m4
def _get_seq(self):
return self.__seq<EOL>
Getter method for seq, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq (list)
f333725:c0:m6
def _set_seq(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>",seq.seq, 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 seq, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq (list) If this variable is read-only (config: false) in the source YANG file, then _set_seq is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f333725:c0:m7
def _get_seq_id(self):
return self.__seq_id<EOL>
Getter method for seq_id, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq/seq_id (uint32)
f333726:c0:m3
def _set_seq_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 seq_id, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq/seq_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_seq_id is considered as a private method. Backends looking to populate this variable should do so via cal...
f333726:c0:m4
def _get_ext_community_action(self):
return self.__ext_community_action<EOL>
Getter method for ext_community_action, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq/ext_community_action (action-t)
f333726:c0:m6
def _set_ext_community_action(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:2>}, u'<ST...
Setter method for ext_community_action, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq/ext_community_action (action-t) If this variable is read-only (config: false) in the source YANG file, then _set_ext_community_action is considered as a private method. Backends looking to...
f333726:c0:m7
def _get_ext_community_expr(self):
return self.__ext_community_expr<EOL>
Getter method for ext_community_expr, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq/ext_community_expr (extcommunity-list-expr-t)
f333726:c0:m9
def _set_ext_community_expr(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 ext_community_expr, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard/seq/ext_community_expr (extcommunity-list-expr-t) If this variable is read-only (config: false) in the source YANG file, then _set_ext_community_expr is considered as a private method. Backends ...
f333726:c0:m10
def _get_extended_extcommunity_list_name(self):
return self.__extended_extcommunity_list_name<EOL>
Getter method for extended_extcommunity_list_name, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/extended_extcommunity_list_name (ip-extcommunity-list-name-t)
f333727:c0:m3
def _set_extended_extcommunity_list_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for extended_extcommunity_list_name, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/extended_extcommunity_list_name (ip-extcommunity-list-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_extended_extcommunity_list_name is con...
f333727:c0:m4
def _get_seq(self):
return self.__seq<EOL>
Getter method for seq, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq (list)
f333727:c0:m6
def _set_seq(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>",seq.seq, 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 seq, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq (list) If this variable is read-only (config: false) in the source YANG file, then _set_seq is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f333727:c0:m7
def _get_extended_seq_id(self):
return self.__extended_seq_id<EOL>
Getter method for extended_seq_id, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq/extended_seq_id (uint32)
f333728:c0:m3
def _set_extended_seq_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 extended_seq_id, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq/extended_seq_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_extended_seq_id is considered as a private method. Backends looking to populate this va...
f333728:c0:m4
def _get_exp_ext_community_action(self):
return self.__exp_ext_community_action<EOL>
Getter method for exp_ext_community_action, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq/exp_ext_community_action (action-t)
f333728:c0:m6
def _set_exp_ext_community_action(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:2>}, u'<ST...
Setter method for exp_ext_community_action, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq/exp_ext_community_action (action-t) If this variable is read-only (config: false) in the source YANG file, then _set_exp_ext_community_action is considered as a private method. Backend...
f333728:c0:m7
def _get_ext_community_regex(self):
return self.__ext_community_regex<EOL>
Getter method for ext_community_regex, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq/ext_community_regex (extcommunity-list-reg-expr-t)
f333728:c0:m9
def _set_ext_community_regex(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u'...
Setter method for ext_community_regex, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended/seq/ext_community_regex (extcommunity-list-reg-expr-t) If this variable is read-only (config: false) in the source YANG file, then _set_ext_community_regex is considered as a private method. Ba...
f333728:c0:m10
def _get_standard(self):
return self.__standard<EOL>
Getter method for standard, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard (list)
f333729:c0:m3
def _set_standard(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>",standard.standard, 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>', ext...
Setter method for standard, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/standard (list) If this variable is read-only (config: false) in the source YANG file, then _set_standard is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333729:c0:m4
def _get_extended(self):
return self.__extended<EOL>
Getter method for extended, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended (list)
f333729:c0:m6
def _set_extended(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>",extended.extended, 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>', ext...
Setter method for extended, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list/extended (list) If this variable is read-only (config: false) in the source YANG file, then _set_extended is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333729:c0:m7
def _get_extcommunity_list(self):
return self.__extcommunity_list<EOL>
Getter method for extcommunity_list, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list (container)
f333730:c0:m3
def _set_extcommunity_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=extcommunity_list.extcommunity_list, 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_path...
Setter method for extcommunity_list, mapped from YANG variable /ip/hide_ext_community_list_holder/extcommunity_list (container) If this variable is read-only (config: false) in the source YANG file, then _set_extcommunity_list is considered as a private method. Backends looking to populate this variable should do so vi...
f333730:c0:m4
def _get_bfd_static_route(self):
return self.__bfd_static_route<EOL>
Getter method for bfd_static_route, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route (list)
f333731:c0:m3
def _set_bfd_static_route(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>",bfd_static_route.bfd_static_route, 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 bfd_static_route, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route (list) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_static_route is considered as a private method. Backends looking to populate this variable should do so via calling t...
f333731:c0:m4
def _get_holdover_interval(self):
return self.__holdover_interval<EOL>
Getter method for holdover_interval, mapped from YANG variable /ip/rtm_config/route/static/bfd/holdover_interval (uint8)
f333731:c0:m6
def _set_holdover_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=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 holdover_interval, mapped from YANG variable /ip/rtm_config/route/static/bfd/holdover_interval (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_holdover_interval is considered as a private method. Backends looking to populate this variable should do so via calli...
f333731:c0:m7
def _get_bfd_static_route_dest(self):
return self.__bfd_static_route_dest<EOL>
Getter method for bfd_static_route_dest, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route/bfd_static_route_dest (inet:ipv4-address)
f333732:c0:m3
def _set_bfd_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_static_route_dest, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route/bfd_static_route_dest (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_static_route_dest is considered as a private method. Backends looking to popu...
f333732:c0:m4
def _get_bfd_static_route_src(self):
return self.__bfd_static_route_src<EOL>
Getter method for bfd_static_route_src, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route/bfd_static_route_src (inet:ipv4-address)
f333732:c0:m6
def _set_bfd_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_static_route_src, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route/bfd_static_route_src (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_static_route_src is considered as a private method. Backends looking to populat...
f333732:c0:m7
def _get_bfd_interval_attributes(self):
return self.__bfd_interval_attributes<EOL>
Getter method for bfd_interval_attributes, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route/bfd_interval_attributes (container)
f333732:c0:m9
def _set_bfd_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_interval_attributes.bfd_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._extmethods, r...
Setter method for bfd_interval_attributes, mapped from YANG variable /ip/rtm_config/route/static/bfd/bfd_static_route/bfd_interval_attributes (container) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_interval_attributes is considered as a private method. Backends looking to popula...
f333732:c0:m10
def _get_static_route_next_vrf_dest(self):
return self.__static_route_next_vrf_dest<EOL>
Getter method for static_route_next_vrf_dest, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/static_route_next_vrf_dest (inet:ipv4-prefix)
f333733:c0:m3
def _set_static_route_next_vrf_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 static_route_next_vrf_dest, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/static_route_next_vrf_dest (inet:ipv4-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_vrf_dest is considered as a private method. Backends looking ...
f333733:c0:m4
def _get_next_hop_vrf(self):
return self.__next_hop_vrf<EOL>
Getter method for next_hop_vrf, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/next_hop_vrf (common-def:vrf-name)
f333733:c0:m6
def _set_next_hop_vrf(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 next_hop_vrf, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/next_hop_vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_vrf is considered as a private method. Backends looking to populate this variable should do so ...
f333733:c0:m7
def _get_static_route_oif_type(self):
return self.__static_route_oif_type<EOL>
Getter method for static_route_oif_type, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/static_route_oif_type (enumeration)
f333733:c0:m9
def _set_static_route_oif_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 static_route_oif_type, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/static_route_oif_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_type is considered as a private method. Backends looking to populate this var...
f333733:c0:m10
def _get_static_route_oif_name(self):
return self.__static_route_oif_name<EOL>
Getter method for static_route_oif_name, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/static_route_oif_name (string)
f333733:c0:m12
def _set_static_route_oif_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 static_route_oif_name, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf/static_route_oif_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_name is considered as a private method. Backends looking to populate this variable...
f333733:c0:m13
def _get_static_route_next_vrf_dest(self):
return self.__static_route_next_vrf_dest<EOL>
Getter method for static_route_next_vrf_dest, mapped from YANG variable /ip/rtm_config/route/static_route_nh_vrf/static_route_next_vrf_dest (inet:ipv4-prefix)
f333734:c0:m3
def _set_static_route_next_vrf_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 static_route_next_vrf_dest, mapped from YANG variable /ip/rtm_config/route/static_route_nh_vrf/static_route_next_vrf_dest (inet:ipv4-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_vrf_dest is considered as a private method. Backends looking t...
f333734:c0:m4
def _get_next_hop_vrf(self):
return self.__next_hop_vrf<EOL>
Getter method for next_hop_vrf, mapped from YANG variable /ip/rtm_config/route/static_route_nh_vrf/next_hop_vrf (common-def:vrf-name)
f333734:c0:m6
def _set_next_hop_vrf(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 next_hop_vrf, mapped from YANG variable /ip/rtm_config/route/static_route_nh_vrf/next_hop_vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_vrf is considered as a private method. Backends looking to populate this variable should do so v...
f333734:c0:m7
def _get_static_route_next_hop(self):
return self.__static_route_next_hop<EOL>
Getter method for static_route_next_hop, mapped from YANG variable /ip/rtm_config/route/static_route_nh_vrf/static_route_next_hop (inet:ipv4-address)
f333734:c0:m9
def _set_static_route_next_hop(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 static_route_next_hop, mapped from YANG variable /ip/rtm_config/route/static_route_nh_vrf/static_route_next_hop (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_hop is considered as a private method. Backends looking to populate thi...
f333734:c0:m10
def _get_static_route_nh(self):
return self.__static_route_nh<EOL>
Getter method for static_route_nh, mapped from YANG variable /ip/rtm_config/route/static_route_nh (list)
f333735: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 /ip/rtm_config/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_st...
f333735:c0:m4
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 /ip/rtm_config/route/static_route_nh_vrf (list)
f333735:c0:m6
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 /ip/rtm_config/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 thi...
f333735:c0:m7
def _get_static_route_oif_vrf(self):
return self.__static_route_oif_vrf<EOL>
Getter method for static_route_oif_vrf, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf (list)
f333735:c0:m9
def _set_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>",static_route_oif_vrf.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_helper, ya...
Setter method for static_route_oif_vrf, mapped from YANG variable /ip/rtm_config/route/static_route_oif_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_vrf is considered as a private method. Backends looking to populate this variable should do so via calling ...
f333735:c0:m10