signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_resv_received_from_ip(self):
return self.__resv_received_from_ip<EOL>
Getter method for resv_received_from_ip, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_from_ip (inet:ipv4-address) YANG Description: IP address from which the RESV message was received
f336465:c0:m204
def _set_resv_received_from_ip(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for resv_received_from_ip, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_from_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_resv_received_from_ip is considered as a private method. Backends looking to populate this variable...
f336465:c0:m205
def _get_resv_received_interface(self):
return self.__resv_received_interface<EOL>
Getter method for resv_received_interface, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_interface (string) YANG Description: Interface from which the RESV message was received
f336465:c0:m207
def _set_resv_received_interface(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 resv_received_interface, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_interface (string) If this variable is read-only (config: false) in the source YANG file, then _set_resv_received_interface is considered as a private method. Backends looking to populate this variable shou...
f336465:c0:m208
def _get_resv_received_auth_on(self):
return self.__resv_received_auth_on<EOL>
Getter method for resv_received_auth_on, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_auth_on (boolean) YANG Description: Whether authentication (MD5) was used in received RESV message
f336465:c0:m210
def _set_resv_received_auth_on(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 resv_received_auth_on, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_auth_on (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_resv_received_auth_on is considered as a private method. Backends looking to populate this variable should do...
f336465:c0:m211
def _get_resv_received_message_id(self):
return self.__resv_received_message_id<EOL>
Getter method for resv_received_message_id, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_message_id (uint32) YANG Description: Message ID received in RESV message
f336465:c0:m213
def _set_resv_received_message_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=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 resv_received_message_id, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/resv_received_message_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_resv_received_message_id is considered as a private method. Backends looking to populate this variable s...
f336465:c0:m214
def _get_session_riding_bypass_name(self):
return self.__session_riding_bypass_name<EOL>
Getter method for session_riding_bypass_name, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_riding_bypass_name (string) YANG Description: Session riding bypass name
f336465:c0:m216
def _set_session_riding_bypass_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for session_riding_bypass_name, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_riding_bypass_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_session_riding_bypass_name is considered as a private method. Backends looking to populate this vari...
f336465:c0:m217
def _get_session_style(self):
return self.__session_style<EOL>
Getter method for session_style, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_style (session-reservation-style) YANG Description: Style of session
f336465:c0:m219
def _set_session_style(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 session_style, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_style (session-reservation-style) If this variable is read-only (config: false) in the source YANG file, then _set_session_style is considered as a private method. Backends looking to populate this variable should do so vi...
f336465:c0:m220
def _get_points_of_local_repair_detour_rcvd(self):
return self.__points_of_local_repair_detour_rcvd<EOL>
Getter method for points_of_local_repair_detour_rcvd, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/points_of_local_repair_detour_rcvd (inet:ipv4-address) YANG Description: Points of local repair on received path message
f336465:c0:m222
def _set_points_of_local_repair_detour_rcvd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'})), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for points_of_local_repair_detour_rcvd, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/points_of_local_repair_detour_rcvd (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_points_of_local_repair_detour_rcvd is considered as a private method. Bac...
f336465:c0:m223
def _get_avoid_nodes_detour_rcvd(self):
return self.__avoid_nodes_detour_rcvd<EOL>
Getter method for avoid_nodes_detour_rcvd, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/avoid_nodes_detour_rcvd (inet:ipv4-address) YANG Description: Avoid nodes on received path message
f336465:c0:m225
def _set_avoid_nodes_detour_rcvd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'})), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for avoid_nodes_detour_rcvd, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/avoid_nodes_detour_rcvd (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_avoid_nodes_detour_rcvd is considered as a private method. Backends looking to populate this va...
f336465:c0:m226
def _get_points_of_local_repair_detour_sent(self):
return self.__points_of_local_repair_detour_sent<EOL>
Getter method for points_of_local_repair_detour_sent, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/points_of_local_repair_detour_sent (inet:ipv4-address) YANG Description: Points of local repair on sent path message
f336465:c0:m228
def _set_points_of_local_repair_detour_sent(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'})), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for points_of_local_repair_detour_sent, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/points_of_local_repair_detour_sent (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_points_of_local_repair_detour_sent is considered as a private method. Bac...
f336465:c0:m229
def _get_avoid_nodes_detour_sent(self):
return self.__avoid_nodes_detour_sent<EOL>
Getter method for avoid_nodes_detour_sent, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/avoid_nodes_detour_sent (inet:ipv4-address) YANG Description: Avoid nodes on sent path message
f336465:c0:m231
def _set_avoid_nodes_detour_sent(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'})), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for avoid_nodes_detour_sent, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/avoid_nodes_detour_sent (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_avoid_nodes_detour_sent is considered as a private method. Backends looking to populate this va...
f336465:c0:m232
def _get_session_ero_hops(self):
return self.__session_ero_hops<EOL>
Getter method for session_ero_hops, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_ero_hops (list) YANG Description: MPLS RSVP explicit route object hop
f336465:c0:m234
def _set_session_ero_hops(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",session_ero_hops.session_ero_hops, 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 session_ero_hops, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_ero_hops (list) If this variable is read-only (config: false) in the source YANG file, then _set_session_ero_hops is considered as a private method. Backends looking to populate this variable should do so via calling th...
f336465:c0:m235
def _get_session_rro_hops(self):
return self.__session_rro_hops<EOL>
Getter method for session_rro_hops, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_rro_hops (list) YANG Description: MPLS RSVP record route object hop
f336465:c0:m237
def _set_session_rro_hops(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",session_rro_hops.session_rro_hops, 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 session_rro_hops, mapped from YANG variable /mpls_state/rsvp/sessions/psbs/session_rro_hops (list) If this variable is read-only (config: false) in the source YANG file, then _set_session_rro_hops is considered as a private method. Backends looking to populate this variable should do so via calling th...
f336465:c0:m238
def _get_number_of_packets(self):
return self.__number_of_packets<EOL>
Getter method for number_of_packets, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_packets (uint64) YANG Description: Total number of packets
f336466:c0:m3
def _set_number_of_packets(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for number_of_packets, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_packets (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_number_of_packets is considered as a private method. Backends looking to populate this variable shou...
f336466:c0:m4
def _get_number_of_packets_since_clear(self):
return self.__number_of_packets_since_clear<EOL>
Getter method for number_of_packets_since_clear, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_packets_since_clear (uint64) YANG Description: Total number of packets since lst clear
f336466:c0:m6
def _set_number_of_packets_since_clear(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for number_of_packets_since_clear, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_packets_since_clear (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_number_of_packets_since_clear is considered as a private method. Backends lo...
f336466:c0:m7
def _get_number_of_bytes(self):
return self.__number_of_bytes<EOL>
Getter method for number_of_bytes, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_bytes (uint64) YANG Description: Total number of bytes
f336466:c0:m9
def _set_number_of_bytes(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for number_of_bytes, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_bytes (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_number_of_bytes is considered as a private method. Backends looking to populate this variable should do ...
f336466:c0:m10
def _get_number_of_bytes_since_clear(self):
return self.__number_of_bytes_since_clear<EOL>
Getter method for number_of_bytes_since_clear, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_bytes_since_clear (uint64) YANG Description: Total number of bytes since last clear
f336466:c0:m12
def _set_number_of_bytes_since_clear(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for number_of_bytes_since_clear, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/number_of_bytes_since_clear (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_number_of_bytes_since_clear is considered as a private method. Backends looking ...
f336466:c0:m13
def _get_packets_per_second(self):
return self.__packets_per_second<EOL>
Getter method for packets_per_second, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/packets_per_second (uint64) YANG Description: Packets per second
f336466:c0:m15
def _set_packets_per_second(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for packets_per_second, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/packets_per_second (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_packets_per_second is considered as a private method. Backends looking to populate this variable s...
f336466:c0:m16
def _get_bytes_per_second(self):
return self.__bytes_per_second<EOL>
Getter method for bytes_per_second, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/bytes_per_second (uint64) YANG Description: Bytes per second
f336466:c0:m18
def _set_bytes_per_second(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for bytes_per_second, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/bytes_per_second (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_bytes_per_second is considered as a private method. Backends looking to populate this variable should ...
f336466:c0:m19
def _get_averaging_interval_seconds(self):
return self.__averaging_interval_seconds<EOL>
Getter method for averaging_interval_seconds, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/averaging_interval_seconds (uint32) YANG Description: Averaging Interval
f336466:c0:m21
def _set_averaging_interval_seconds(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 averaging_interval_seconds, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics/averaging_interval_seconds (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_averaging_interval_seconds is considered as a private method. Backends looking to ...
f336466:c0:m22
def _get_index(self):
return self.__index<EOL>
Getter method for index, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/index (uint32) YANG Description: Tunnel Vif Index
f336467:c0:m3
def _set_index(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_...
Setter method for index, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/index (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_index is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_index() direc...
f336467:c0:m4
def _get_protocol(self):
return self.__protocol<EOL>
Getter method for protocol, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/protocol (mpls-protocol) YANG Description: MPLS protocol
f336467:c0:m6
def _set_protocol(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:0>}, u'<ST...
Setter method for protocol, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/protocol (mpls-protocol) If this variable is read-only (config: false) in the source YANG file, then _set_protocol is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f336467:c0:m7
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/name (string) YANG Description: Tunnel Name
f336467:c0:m9
def _set_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT:name>", rest_name="<STR_LIT:name>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module...
Setter method for name, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/name (string) If this variable is read-only (config: false) in the source YANG file, then _set_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_name() directly....
f336467:c0:m10
def _get_is_bypass(self):
return self.__is_bypass<EOL>
Getter method for is_bypass, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/is_bypass (boolean) YANG Description: Tunnel is Bypass
f336467:c0:m12
def _set_is_bypass(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 is_bypass, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/is_bypass (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_is_bypass is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f336467:c0:m13
def _get_statistics_valid(self):
return self.__statistics_valid<EOL>
Getter method for statistics_valid, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics_valid (boolean) YANG Description: Statistics are valid
f336467:c0:m15
def _set_statistics_valid(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 statistics_valid, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics_valid (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_statistics_valid is considered as a private method. Backends looking to populate this variable should do so via ...
f336467:c0:m16
def _get_statistics(self):
return self.__statistics<EOL>
Getter method for statistics, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics (container)
f336467:c0:m18
def _set_statistics(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=statistics.statistics, 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, extens...
Setter method for statistics, mapped from YANG variable /mpls_state/tunnel_traffic_statistics/statistics (container) If this variable is read-only (config: false) in the source YANG file, then _set_statistics is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f336467:c0:m19
def _get_dynamic_bypass_global(self):
return self.__dynamic_bypass_global<EOL>
Getter method for dynamic_bypass_global, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_global (container) YANG Description: MPLS dynamic bypass
f336468:c0:m3
def _set_dynamic_bypass_global(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dynamic_bypass_global.dynamic_bypass_global, 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 dynamic_bypass_global, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_global (container) If this variable is read-only (config: false) in the source YANG file, then _set_dynamic_bypass_global is considered as a private method. Backends looking to populate this variable should do s...
f336468:c0:m4
def _get_dynamic_bypass_interface(self):
return self.__dynamic_bypass_interface<EOL>
Getter method for dynamic_bypass_interface, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface (list) YANG Description: MPLS dynamic bypass interface
f336468:c0:m6
def _set_dynamic_bypass_interface(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",dynamic_bypass_interface.dynamic_bypass_interface, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_he...
Setter method for dynamic_bypass_interface, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface (list) If this variable is read-only (config: false) in the source YANG file, then _set_dynamic_bypass_interface is considered as a private method. Backends looking to populate this variable should ...
f336468:c0:m7
def _get_if_name(self):
return self.__if_name<EOL>
Getter method for if_name, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/if_name (string) YANG Description: Interface name
f336469:c0:m3
def _set_if_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 if_name, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/if_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_if_name is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f336469:c0:m4
def _get_if_type(self):
return self.__if_type<EOL>
Getter method for if_type, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/if_type (mpls-if-type) YANG Description: Interface type
f336469:c0:m6
def _set_if_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 if_type, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/if_type (mpls-if-type) If this variable is read-only (config: false) in the source YANG file, then _set_if_type is considered as a private method. Backends looking to populate this variable should do so via calling ...
f336469:c0:m7
def _get_active_status(self):
return self.__active_status<EOL>
Getter method for active_status, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/active_status (uint8) YANG Description: Active Status
f336469:c0:m9
def _set_active_status(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 active_status, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/active_status (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_active_status is considered as a private method. Backends looking to populate this variable should do so v...
f336469:c0:m10
def _get_admin_type(self):
return self.__admin_type<EOL>
Getter method for admin_type, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/admin_type (uint8) YANG Description: Type of admin
f336469:c0:m12
def _set_admin_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=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 admin_type, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/admin_type (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_admin_type is considered as a private method. Backends looking to populate this variable should do so via callin...
f336469:c0:m13
def _get_admin_status(self):
return self.__admin_status<EOL>
Getter method for admin_status, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/admin_status (uint8) YANG Description: Admin status
f336469:c0:m15
def _set_admin_status(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 admin_status, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/admin_status (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_admin_status is considered as a private method. Backends looking to populate this variable should do so via ...
f336469:c0:m16
def _get_hop_limit(self):
return self.__hop_limit<EOL>
Getter method for hop_limit, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/hop_limit (uint8) YANG Description: Hop Limit
f336469:c0:m18
def _set_hop_limit(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 hop_limit, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/hop_limit (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_hop_limit is considered as a private method. Backends looking to populate this variable should do so via calling t...
f336469:c0:m19
def _get_tie_breaking(self):
return self.__tie_breaking<EOL>
Getter method for tie_breaking, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/tie_breaking (uint8) YANG Description: Tie Breaking
f336469:c0:m21
def _set_tie_breaking(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 tie_breaking, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/tie_breaking (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_tie_breaking is considered as a private method. Backends looking to populate this variable should do so via ...
f336469:c0:m22
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/cos (uint8) YANG Description: COS value
f336469:c0:m24
def _set_cos(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 cos, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/cos (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cos() ...
f336469:c0:m25
def _get_cspf_comp_mode(self):
return self.__cspf_comp_mode<EOL>
Getter method for cspf_comp_mode, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/cspf_comp_mode (uint8) YANG Description: CSPF Computation Mode
f336469:c0:m27
def _set_cspf_comp_mode(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 cspf_comp_mode, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/cspf_comp_mode (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_cspf_comp_mode is considered as a private method. Backends looking to populate this variable should do s...
f336469:c0:m28
def _get_setup_priority(self):
return self.__setup_priority<EOL>
Getter method for setup_priority, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/setup_priority (uint8) YANG Description: Setup Priority
f336469:c0:m30
def _set_setup_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=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 setup_priority, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/setup_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_setup_priority is considered as a private method. Backends looking to populate this variable should do s...
f336469:c0:m31
def _get_hold_priority(self):
return self.__hold_priority<EOL>
Getter method for hold_priority, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/hold_priority (uint8) YANG Description: Hold Priority
f336469:c0:m33
def _set_hold_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=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 hold_priority, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/hold_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_hold_priority is considered as a private method. Backends looking to populate this variable should do so v...
f336469:c0:m34
def _get_traffic_eng_max_rate(self):
return self.__traffic_eng_max_rate<EOL>
Getter method for traffic_eng_max_rate, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/traffic_eng_max_rate (uint32) YANG Description: Traffic Engineering max rate
f336469:c0:m36
def _set_traffic_eng_max_rate(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 traffic_eng_max_rate, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/traffic_eng_max_rate (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_eng_max_rate is considered as a private method. Backends looking to populate this v...
f336469:c0:m37
def _get_traffic_eng_mean_rate(self):
return self.__traffic_eng_mean_rate<EOL>
Getter method for traffic_eng_mean_rate, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/traffic_eng_mean_rate (uint32) YANG Description: Traffic Engineering mean rate
f336469:c0:m39
def _set_traffic_eng_mean_rate(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 traffic_eng_mean_rate, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/traffic_eng_mean_rate (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_eng_mean_rate is considered as a private method. Backends looking to populate thi...
f336469:c0:m40
def _get_traffic_eng_max_burst(self):
return self.__traffic_eng_max_burst<EOL>
Getter method for traffic_eng_max_burst, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/traffic_eng_max_burst (uint32) YANG Description: Traffic Engineering max burst
f336469:c0:m42
def _set_traffic_eng_max_burst(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 traffic_eng_max_burst, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/traffic_eng_max_burst (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_eng_max_burst is considered as a private method. Backends looking to populate thi...
f336469:c0:m43
def _get_from_addr(self):
return self.__from_addr<EOL>
Getter method for from_addr, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/from_addr (inet:ipv4-address) YANG Description: From address of the box
f336469:c0:m45
def _set_from_addr(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 from_addr, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/from_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_from_addr is considered as a private method. Backends looking to populate this variable should do so v...
f336469:c0:m46
def _get_reoptimize_timer(self):
return self.__reoptimize_timer<EOL>
Getter method for reoptimize_timer, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/reoptimize_timer (uint32) YANG Description: Reoptimize timer
f336469:c0:m48
def _set_reoptimize_timer(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 reoptimize_timer, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/reoptimize_timer (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_reoptimize_timer is considered as a private method. Backends looking to populate this variable shou...
f336469:c0:m49
def _get_adaptive(self):
return self.__adaptive<EOL>
Getter method for adaptive, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/adaptive (uint32) YANG Description: Adaptive configuration
f336469:c0:m51
def _set_adaptive(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 adaptive, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/adaptive (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_adaptive is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336469:c0:m52
def _get_record_route(self):
return self.__record_route<EOL>
Getter method for record_route, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/record_route (uint32) YANG Description: Record Route configuration
f336469:c0:m54
def _set_record_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=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 record_route, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/record_route (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_record_route is considered as a private method. Backends looking to populate this variable should do so via...
f336469:c0:m55
def _get_name_prefix(self):
return self.__name_prefix<EOL>
Getter method for name_prefix, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/name_prefix (string) YANG Description: Dynamic bypass name prefix
f336469:c0:m57
def _set_name_prefix(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 name_prefix, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/name_prefix (string) If this variable is read-only (config: false) in the source YANG file, then _set_name_prefix is considered as a private method. Backends looking to populate this variable should do so via ca...
f336469:c0:m58
def _get_primary_path(self):
return self.__primary_path<EOL>
Getter method for primary_path, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/primary_path (string) YANG Description: Primary path
f336469:c0:m60
def _set_primary_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=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 primary_path, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/primary_path (string) If this variable is read-only (config: false) in the source YANG file, then _set_primary_path is considered as a private method. Backends looking to populate this variable should do so via...
f336469:c0:m61
def _get_max_bypasses_per_mp(self):
return self.__max_bypasses_per_mp<EOL>
Getter method for max_bypasses_per_mp, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/max_bypasses_per_mp (uint16) YANG Description: Maximum Bypasses per merge point
f336469:c0:m63
def _set_max_bypasses_per_mp(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 max_bypasses_per_mp, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/max_bypasses_per_mp (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_max_bypasses_per_mp is considered as a private method. Backends looking to populate this vari...
f336469:c0:m64
def _get_bypass_count(self):
return self.__bypass_count<EOL>
Getter method for bypass_count, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/bypass_count (uint16) YANG Description: Dynamic Bypass count for the interface
f336469:c0:m66
def _set_bypass_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 bypass_count, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/bypass_count (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_count is considered as a private method. Backends looking to populate this variable should do so via...
f336469:c0:m67
def _get_exclude_any(self):
return self.__exclude_any<EOL>
Getter method for exclude_any, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/exclude_any (uint32) YANG Description: Exclude any admin group
f336469:c0:m69
def _set_exclude_any(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 exclude_any, mapped from YANG variable /mpls_state/dynamic_bypass/dynamic_bypass_interface/exclude_any (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_exclude_any is considered as a private method. Backends looking to populate this variable should do so via ca...
f336469:c0:m70