signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_mpls_rsvp_session_num_avoid_nodes_detour_rcvd(self):
return self.__mpls_rsvp_session_num_avoid_nodes_detour_rcvd<EOL>
Getter method for mpls_rsvp_session_num_avoid_nodes_detour_rcvd, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_num_avoid_nodes_detour_rcvd (uint32) YANG Description: Detour Rcvd: Number of PLR and Avoid Node ID pair(s)
f335557:c0:m120
def _set_mpls_rsvp_session_num_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=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 mpls_rsvp_session_num_avoid_nodes_detour_rcvd, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_num_avoid_nodes_detour_rcvd (uint32) If this variable is read-only (config: false) in the source YANG file, th...
f335557:c0:m121
def _get_mpls_rsvp_session_detour_rcvd_plr_ip(self):
return self.__mpls_rsvp_session_detour_rcvd_plr_ip<EOL>
Getter method for mpls_rsvp_session_detour_rcvd_plr_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_detour_rcvd_plr_ip (inet:ipv4-address) YANG Description: Detour Rcvd (Avoid Node): PLR IP
f335557:c0:m123
def _set_mpls_rsvp_session_detour_rcvd_plr_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=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 mpls_rsvp_session_detour_rcvd_plr_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_detour_rcvd_plr_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set...
f335557:c0:m124
def _get_mpls_rsvp_session_detour_rcvd_avoid_node_ip(self):
return self.__mpls_rsvp_session_detour_rcvd_avoid_node_ip<EOL>
Getter method for mpls_rsvp_session_detour_rcvd_avoid_node_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_detour_rcvd_avoid_node_ip (inet:ipv4-address) YANG Description: Detour Rcvd (Avoid Node): Avoid Node ID
f335557:c0:m126
def _set_mpls_rsvp_session_detour_rcvd_avoid_node_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=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 mpls_rsvp_session_detour_rcvd_avoid_node_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_detour_rcvd_avoid_node_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG f...
f335557:c0:m127
def _get_mpls_rsvp_session_control_msgs(self):
return self.__mpls_rsvp_session_control_msgs<EOL>
Getter method for mpls_rsvp_session_control_msgs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_control_msgs (string) YANG Description: Details of RSVP session control messages
f335557:c0:m129
def _set_mpls_rsvp_session_control_msgs(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_control_msgs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_control_msgs (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_cont...
f335557:c0:m130
def _get_mpls_rsvp_session_riding_bypass_present(self):
return self.__mpls_rsvp_session_riding_bypass_present<EOL>
Getter method for mpls_rsvp_session_riding_bypass_present, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_riding_bypass_present (boolean) YANG Description: Indicates if the backup path is riding over a bypass LSP
f335557:c0:m132
def _set_mpls_rsvp_session_riding_bypass_present(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_rsvp_session_riding_bypass_present, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_riding_bypass_present (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpl...
f335557:c0:m133
def _get_mpls_rsvp_session_riding_bypass_name(self):
return self.__mpls_rsvp_session_riding_bypass_name<EOL>
Getter method for mpls_rsvp_session_riding_bypass_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_riding_bypass_name (string) YANG Description: Name of the bypass LSP on which the backup path is riding
f335557:c0:m135
def _set_mpls_rsvp_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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_riding_bypass_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail/mpls_rsvp_session_riding_bypass_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_...
f335557:c0:m136
def _get_mpls_rsvp_session_total_session_count(self):
return self.__mpls_rsvp_session_total_session_count<EOL>
Getter method for mpls_rsvp_session_total_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_total_session_count (uint32) YANG Description: Total number of RSVP sessions
f335558:c0:m3
def _set_mpls_rsvp_session_total_session_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=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 mpls_rsvp_session_total_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_total_session_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp...
f335558:c0:m4
def _get_mpls_rsvp_session_ingress_session_count(self):
return self.__mpls_rsvp_session_ingress_session_count<EOL>
Getter method for mpls_rsvp_session_ingress_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_ingress_session_count (uint32) YANG Description: Number of RSVP ingress sessions
f335558:c0:m6
def _set_mpls_rsvp_session_ingress_session_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=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 mpls_rsvp_session_ingress_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_ingress_session_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_...
f335558:c0:m7
def _get_mpls_rsvp_session_transit_session_count(self):
return self.__mpls_rsvp_session_transit_session_count<EOL>
Getter method for mpls_rsvp_session_transit_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_transit_session_count (uint32) YANG Description: Number of RSVP transit sessions
f335558:c0:m9
def _set_mpls_rsvp_session_transit_session_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=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 mpls_rsvp_session_transit_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_transit_session_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_...
f335558:c0:m10
def _get_mpls_rsvp_session_egress_session_count(self):
return self.__mpls_rsvp_session_egress_session_count<EOL>
Getter method for mpls_rsvp_session_egress_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_egress_session_count (uint32) YANG Description: Number of RSVP egress sessions
f335558:c0:m12
def _set_mpls_rsvp_session_egress_session_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=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 mpls_rsvp_session_egress_session_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_egress_session_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rs...
f335558:c0:m13
def _get_mpls_rsvp_session_dest_ip_addr(self):
return self.__mpls_rsvp_session_dest_ip_addr<EOL>
Getter method for mpls_rsvp_session_dest_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_dest_ip_addr (inet:ipv4-address) YANG Description: MPLS RSVP session destination IP address
f335558:c0:m15
def _set_mpls_rsvp_session_dest_ip_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 mpls_rsvp_session_dest_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_dest_ip_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_se...
f335558:c0:m16
def _get_mpls_rsvp_session_source_ip_addr(self):
return self.__mpls_rsvp_session_source_ip_addr<EOL>
Getter method for mpls_rsvp_session_source_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_source_ip_addr (inet:ipv4-address) YANG Description: MPLS RSVP session source IP address
f335558:c0:m18
def _set_mpls_rsvp_session_source_ip_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 mpls_rsvp_session_source_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_source_ip_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsv...
f335558:c0:m19
def _get_mpls_rsvp_session_type(self):
return self.__mpls_rsvp_session_type<EOL>
Getter method for mpls_rsvp_session_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_type (string) YANG Description: RSVP session type
f335558:c0:m21
def _set_mpls_rsvp_session_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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_type (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_type is considered as...
f335558:c0:m22
def _get_mpls_rsvp_session_status(self):
return self.__mpls_rsvp_session_status<EOL>
Getter method for mpls_rsvp_session_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_status (string) YANG Description: RSVP session status
f335558:c0:m24
def _set_mpls_rsvp_session_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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_status (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_status is conside...
f335558:c0:m25
def _get_mpls_rsvp_session_style(self):
return self.__mpls_rsvp_session_style<EOL>
Getter method for mpls_rsvp_session_style, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_style (string) YANG Description: RSVP session style
f335558:c0:m27
def _set_mpls_rsvp_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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_style, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_style (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_style is considered...
f335558:c0:m28
def _get_mpls_rsvp_session_in_label(self):
return self.__mpls_rsvp_session_in_label<EOL>
Getter method for mpls_rsvp_session_in_label, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_in_label (uint32) YANG Description: RSVP session in-label
f335558:c0:m30
def _set_mpls_rsvp_session_in_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 mpls_rsvp_session_in_label, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_in_label (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_in_label is c...
f335558:c0:m31
def _get_mpls_rsvp_session_out_label(self):
return self.__mpls_rsvp_session_out_label<EOL>
Getter method for mpls_rsvp_session_out_label, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_out_label (uint32) YANG Description: RSVP session out-label
f335558:c0:m33
def _set_mpls_rsvp_session_out_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 mpls_rsvp_session_out_label, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_out_label (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_out_label i...
f335558:c0:m34
def _get_mpls_rsvp_session_out_interface(self):
return self.__mpls_rsvp_session_out_interface<EOL>
Getter method for mpls_rsvp_session_out_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_out_interface (string) YANG Description: RSVP session out-interface
f335558:c0:m36
def _set_mpls_rsvp_session_out_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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_out_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_out_interface (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_out...
f335558:c0:m37
def _get_mpls_rsvp_session_name(self):
return self.__mpls_rsvp_session_name<EOL>
Getter method for mpls_rsvp_session_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_name (string) YANG Description: RSVP session name
f335558:c0:m39
def _set_mpls_rsvp_session_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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_session_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief/mpls_rsvp_session_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_name is considered as...
f335558:c0:m40
def _get_show_mpls_session_brief(self):
return self.__show_mpls_session_brief<EOL>
Getter method for show_mpls_session_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief (container)
f335559:c0:m3
def _set_show_mpls_session_brief(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_session_brief.show_mpls_session_brief, 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 show_mpls_session_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_brief (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_session_brief is considered as a private method....
f335559:c0:m4
def _get_show_mpls_session_detail(self):
return self.__show_mpls_session_detail<EOL>
Getter method for show_mpls_session_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail (container)
f335559:c0:m6
def _set_show_mpls_session_detail(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_session_detail.show_mpls_session_detail, 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 show_mpls_session_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name/show_mpls_session_detail (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_session_detail is considered as a private meth...
f335559:c0:m7
def _get_mpls_rsvp_session_name(self):
return self.__mpls_rsvp_session_name<EOL>
Getter method for mpls_rsvp_session_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name (container)
f335560:c0:m3
def _set_mpls_rsvp_session_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=mpls_rsvp_session_name.mpls_rsvp_session_name, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, reg...
Setter method for mpls_rsvp_session_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_session_name/output/mpls_rsvp_session_name (container) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_session_name is considered as a private method. Backends looking to popul...
f335560:c0:m4
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/input/interface_type (enumeration)
f335561:c0:m3
def _set_interface_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for interface_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/input/interface_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type is considered as a private method. Backends looking to populate this variable...
f335561:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/input/interface_name (interface-type)
f335561:c0:m6
def _set_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/input/interface_name (interface-type) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looking to populate this varia...
f335561:c0:m7
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/input (input)
f335562:c0:m3
def _set_input(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=input.input, is_leaf=True, yang_name="<STR_LIT:input>", rest_name="<STR_LIT:input>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<ST...
Setter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/input (input) If this variable is read-only (config: false) in the source YANG file, then _set_input is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f335562:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output (output)
f335562:c0:m6
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f335562:c0:m7
def _get_mpls_interface_detail(self):
return self.__mpls_interface_detail<EOL>
Getter method for mpls_interface_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail (container)
f335563:c0:m3
def _set_mpls_interface_detail(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mpls_interface_detail.mpls_interface_detail, 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 mpls_interface_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail (container) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_detail is considered as a private method. Backends looking to po...
f335563:c0:m4
def _get_mpls_interface_name(self):
return self.__mpls_interface_name<EOL>
Getter method for mpls_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_name (string) YANG Description: MPLS Interface name
f335564:c0:m3
def _set_mpls_interface_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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_name is considered as a...
f335564:c0:m4
def _get_mpls_interface_admin_grp(self):
return self.__mpls_interface_admin_grp<EOL>
Getter method for mpls_interface_admin_grp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_admin_grp (uint32) YANG Description: Admin group for the MPLS interface
f335564:c0:m6
def _set_mpls_interface_admin_grp(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 mpls_interface_admin_grp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_admin_grp (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_admin_grp is ...
f335564:c0:m7
def _get_mpls_interface_admin_status(self):
return self.__mpls_interface_admin_status<EOL>
Getter method for mpls_interface_admin_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_admin_status (boolean) YANG Description: Administrative status of the MPLS interface
f335564:c0:m9
def _set_mpls_interface_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=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_admin_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_admin_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_admin_...
f335564:c0:m10
def _get_mpls_interface_oper_status(self):
return self.__mpls_interface_oper_status<EOL>
Getter method for mpls_interface_oper_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_oper_status (boolean) YANG Description: Operational status of the MPLS interface
f335564:c0:m12
def _set_mpls_interface_oper_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=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_oper_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_oper_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_oper_sta...
f335564:c0:m13
def _get_mpls_interface_max_bw(self):
return self.__mpls_interface_max_bw<EOL>
Getter method for mpls_interface_max_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_max_bw (uint32) YANG Description: Maximum Physical Bandwidth of the MPLS interface in kbits/sec
f335564:c0:m15
def _set_mpls_interface_max_bw(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 mpls_interface_max_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_max_bw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_max_bw is considere...
f335564:c0:m16
def _get_mpls_interface_max_resv_bw(self):
return self.__mpls_interface_max_resv_bw<EOL>
Getter method for mpls_interface_max_resv_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_max_resv_bw (uint32) YANG Description: Maximum Reservable Bandwidth of the MPLS interface in kbits/sec
f335564:c0:m18
def _set_mpls_interface_max_resv_bw(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 mpls_interface_max_resv_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_max_resv_bw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_max_resv_...
f335564:c0:m19
def _get_mpls_interface_bypass_lsp_count(self):
return self.__mpls_interface_bypass_lsp_count<EOL>
Getter method for mpls_interface_bypass_lsp_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_bypass_lsp_count (uint32) YANG Description: Number of Bypass LSPs protecting the MPLS interface
f335564:c0:m21
def _set_mpls_interface_bypass_lsp_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=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 mpls_interface_bypass_lsp_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_bypass_lsp_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface...
f335564:c0:m22
def _get_mpls_interface_ldp_status(self):
return self.__mpls_interface_ldp_status<EOL>
Getter method for mpls_interface_ldp_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_ldp_status (boolean) YANG Description: Operational status of LDP signalling on the MPLS interface
f335564:c0:m24
def _set_mpls_interface_ldp_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=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_ldp_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief/mpls_interface_ldp_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_ldp_status...
f335564:c0:m25
def _get_mpls_interface_mtu(self):
return self.__mpls_interface_mtu<EOL>
Getter method for mpls_interface_mtu, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_mtu (uint32) YANG Description: MTU of the MPLS Interface
f335565:c0:m3
def _set_mpls_interface_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 mpls_interface_mtu, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_mtu (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_mtu is considered as a p...
f335565:c0:m4
def _get_mpls_interface_gre_port(self):
return self.__mpls_interface_gre_port<EOL>
Getter method for mpls_interface_gre_port, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_gre_port (boolean) YANG Description: Specifies if MPLS interface is a GRE IP Tunnel Port
f335565:c0:m6
def _set_mpls_interface_gre_port(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_gre_port, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_gre_port (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_gre_port is c...
f335565:c0:m7
def _get_mpls_interface_max_resv_bw_percentage(self):
return self.__mpls_interface_max_resv_bw_percentage<EOL>
Getter method for mpls_interface_max_resv_bw_percentage, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_max_resv_bw_percentage (boolean) YANG Description: Maximum Reservable Bandwidth of the MPLS interface in percenta...
f335565:c0:m9
def _set_mpls_interface_max_resv_bw_percentage(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_max_resv_bw_percentage, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_max_resv_bw_percentage (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_...
f335565:c0:m10
def _get_mpls_interface_te_metric_default(self):
return self.__mpls_interface_te_metric_default<EOL>
Getter method for mpls_interface_te_metric_default, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_te_metric_default (boolean) YANG Description: TE metric default configuration of the MPLS interface
f335565:c0:m12
def _set_mpls_interface_te_metric_default(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_te_metric_default, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_te_metric_default (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_inter...
f335565:c0:m13
def _get_mpls_interface_te_metric_value(self):
return self.__mpls_interface_te_metric_value<EOL>
Getter method for mpls_interface_te_metric_value, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_te_metric_value (uint32) YANG Description: TE metric value configured on the MPLS interface
f335565:c0:m15
def _set_mpls_interface_te_metric_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=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 mpls_interface_te_metric_value, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_te_metric_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_...
f335565:c0:m16
def _get_mpls_interface_reservable_bw(self):
return self.__mpls_interface_reservable_bw<EOL>
Getter method for mpls_interface_reservable_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_reservable_bw (uint32) YANG Description: Reservable bandwidth per priority in kbits/sec
f335565:c0:m18
def _set_mpls_interface_reservable_bw(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for mpls_interface_reservable_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_reservable_bw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_rese...
f335565:c0:m19
def _get_mpls_interface_advertised_unreserved_bw(self):
return self.__mpls_interface_advertised_unreserved_bw<EOL>
Getter method for mpls_interface_advertised_unreserved_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_advertised_unreserved_bw (uint32) YANG Description: Last sent reservable bandwidth per priority in kbits/sec
f335565:c0:m21
def _set_mpls_interface_advertised_unreserved_bw(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for mpls_interface_advertised_unreserved_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_advertised_unreserved_bw (uint32) If this variable is read-only (config: false) in the source YANG file, then _s...
f335565:c0:m22
def _get_mpls_interface_under_prov_bw(self):
return self.__mpls_interface_under_prov_bw<EOL>
Getter method for mpls_interface_under_prov_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_under_prov_bw (uint32) YANG Description: Soft Preemption under provisioned bandwidth per priority in kbits/sec
f335565:c0:m24
def _set_mpls_interface_under_prov_bw(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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for mpls_interface_under_prov_bw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_under_prov_bw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface_unde...
f335565:c0:m25
def _get_mpls_interface_ldp_ingress_count(self):
return self.__mpls_interface_ldp_ingress_count<EOL>
Getter method for mpls_interface_ldp_ingress_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_ldp_ingress_count (uint32) YANG Description: Number of LDP tunnels on the MPLS interface
f335565:c0:m27
def _set_mpls_interface_ldp_ingress_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=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 mpls_interface_ldp_ingress_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_ldp_ingress_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interf...
f335565:c0:m28
def _get_mpls_interface_p2mp_capability(self):
return self.__mpls_interface_p2mp_capability<EOL>
Getter method for mpls_interface_p2mp_capability, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_p2mp_capability (boolean) YANG Description: P2MP capability of MPLS interface
f335565:c0:m30
def _set_mpls_interface_p2mp_capability(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_interface_p2mp_capability, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail/mpls_interface_p2mp_capability (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_interface...
f335565:c0:m31
def _get_show_mpls_interface_brief(self):
return self.__show_mpls_interface_brief<EOL>
Getter method for show_mpls_interface_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief (container)
f335566:c0:m3
def _set_show_mpls_interface_brief(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_interface_brief.show_mpls_interface_brief, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethod...
Setter method for show_mpls_interface_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_brief (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_interface_brief is considered as a priv...
f335566:c0:m4
def _get_show_mpls_interface_detail(self):
return self.__show_mpls_interface_detail<EOL>
Getter method for show_mpls_interface_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail (container)
f335566:c0:m6
def _set_show_mpls_interface_detail(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_interface_detail.show_mpls_interface_detail, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmeth...
Setter method for show_mpls_interface_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface_one_interface/output/mpls_interface_detail/show_mpls_interface_detail (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_interface_detail is considered as a p...
f335566:c0:m7
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_debug/output (output)
f335567:c0:m3
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_debug/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_output() d...
f335567:c0:m4
def _get_lsp(self):
return self.__lsp<EOL>
Getter method for lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_debug/output/lsp (container)
f335568:c0:m3
def _set_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=lsp.lsp, 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=False, extensions=None, na...
Setter method for lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_debug/output/lsp (container) If this variable is read-only (config: false) in the source YANG file, then _set_lsp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp() dir...
f335568:c0:m4
def _get_show_mpls_lsp_debug_info(self):
return self.__show_mpls_lsp_debug_info<EOL>
Getter method for show_mpls_lsp_debug_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_debug/output/lsp/show_mpls_lsp_debug_info (container)
f335569:c0:m3
def _set_show_mpls_lsp_debug_info(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_lsp_debug_info.show_mpls_lsp_debug_info, 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 show_mpls_lsp_debug_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_debug/output/lsp/show_mpls_lsp_debug_info (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_lsp_debug_info is considered as a private method. Backends looking to pop...
f335569:c0:m4