signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_ssm_prefix_name(self): | return self.__ssm_prefix_name<EOL> | Getter method for ssm_prefix_name, mapped from YANG variable /pim_global_state/ssm_prefix_name (string)
YANG Description: SSM Prefix name | f334875:c0:m54 |
def _set_ssm_prefix_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 ssm_prefix_name, mapped from YANG variable /pim_global_state/ssm_prefix_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_ssm_prefix_name is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ssm... | f334875:c0:m55 |
def _get_route_precedence(self): | return self.__route_precedence<EOL> | Getter method for route_precedence, mapped from YANG variable /pim_global_state/route_precedence (string)
YANG Description: PIM Route Precedence status | f334875:c0:m57 |
def _set_route_precedence(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 route_precedence, mapped from YANG variable /pim_global_state/route_precedence (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_route_precedence is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_... | f334875:c0:m58 |
def _get_interfaces(self): | return self.__interfaces<EOL> | Getter method for interfaces, mapped from YANG variable /pim_global_state/interfaces (list)
YANG Description: PIM enabled interfaces | f334875:c0:m60 |
def _set_interfaces(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>",interfaces.interfaces, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>',... | Setter method for interfaces, mapped from YANG variable /pim_global_state/interfaces (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_interfaces is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_interfaces() directl... | f334875:c0:m61 |
def _get_output(self): | return self.__output<EOL> | Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface/output (output) | f334876: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_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._set_output() d... | f334876: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_name (string)
YANG Description: MPLS Interface name | f334877: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/output/mpls_interface/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 private
method. Back... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_admin_grp (uint32)
YANG Description: Admin group for the MPLS interface | f334877: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/output/mpls_interface/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 considered as a priva... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_admin_status (boolean)
YANG Description: Administrative status of the MPLS interface | f334877: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/output/mpls_interface/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_status is considered ... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_oper_status (boolean)
YANG Description: Operational status of the MPLS interface | f334877: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/output/mpls_interface/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_status is considered as ... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_max_bw (uint32)
YANG Description: Maximum Physical Bandwidth of the MPLS interface in kbits/sec | f334877: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/output/mpls_interface/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 considered as a private
method... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_max_resv_bw (uint32)
YANG Description: Maximum Reservable Bandwidth of the MPLS interface in kbits/sec | f334877: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/output/mpls_interface/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_bw is considered as a... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_bypass_lsp_count (uint32)
YANG Description: Number of Bypass LSPs protecting the MPLS interface | f334877: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/output/mpls_interface/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_bypass_lsp_count is ... | f334877: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/output/mpls_interface/show_mpls_interface_brief/mpls_interface_ldp_status (boolean)
YANG Description: Operational status of LDP signalling on the MPLS interface | f334877: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/output/mpls_interface/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 is considered as a p... | f334877:c0:m25 |
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/output/mpls_interface/show_mpls_interface_brief (container) | f334878: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/output/mpls_interface/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 private
method. Backends ... | f334878:c0:m4 |
def _get_mpls_interface(self): | return self.__mpls_interface<EOL> | Getter method for mpls_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface/output/mpls_interface (container) | f334879:c0:m3 |
def _set_mpls_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=mpls_interface.mpls_interface, 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=Fals... | Setter method for mpls_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_interface/output/mpls_interface (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_interface is considered as a private
method. Backends looking to populate this variable should
do so v... | f334879:c0:m4 |
def _get_ldp_targeted_peer_ip(self): | return self.__ldp_targeted_peer_ip<EOL> | Getter method for ldp_targeted_peer_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_targeted_peer_one/input/ldp_targeted_peer_ip (inet:ipv4-address)
YANG Description: IP Address | f334880:c0:m3 |
def _set_ldp_targeted_peer_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 ldp_targeted_peer_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_targeted_peer_one/input/ldp_targeted_peer_ip (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_targeted_peer_ip is considered as a private
method. Backends looking to ... | f334880:c0:m4 |
def _get_input(self): | return self.__input<EOL> | Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_targeted_peer_one/input (input) | f334881: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_ldp_targeted_peer_one/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_in... | f334881:c0:m4 |
def _get_output(self): | return self.__output<EOL> | Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_targeted_peer_one/output (output) | f334881: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_ldp_targeted_peer_one/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._se... | f334881:c0:m7 |
def _get_ldp_targeted_peer_id(self): | return self.__ldp_targeted_peer_id<EOL> | Getter method for ldp_targeted_peer_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_targeted_peer_one/output/ldp_targeted_peer_id (inet:ipv4-address)
YANG Description: Peer IP Address | f334882:c0:m3 |
def _set_ldp_targeted_peer_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=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 ldp_targeted_peer_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_targeted_peer_one/output/ldp_targeted_peer_id (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_targeted_peer_id is considered as a private
method. Backends looking to... | f334882:c0:m4 |
def _get_output(self): | return self.__output<EOL> | Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output (output) | f334883: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_rsvp_interface_detail/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._se... | f334883:c0:m4 |
def _get_mpls_rsvp_interface_detail(self): | return self.__mpls_rsvp_interface_detail<EOL> | Getter method for mpls_rsvp_interface_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail (container) | f334884:c0:m3 |
def _set_mpls_rsvp_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_rsvp_interface_detail.mpls_rsvp_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 mpls_rsvp_interface_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_rsvp_interface_detail is considered as a private
method. Backends ... | f334884:c0:m4 |
def _get_mpls_rsvp_interface_hello_interval(self): | return self.__mpls_rsvp_interface_hello_interval<EOL> | Getter method for mpls_rsvp_interface_hello_interval, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_hello_interval (uint32)
YANG Description: RSVP Hello interval for the RSVP Interface | f334885:c0:m3 |
def _set_mpls_rsvp_interface_hello_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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_interface_hello_interval, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_hello_interval (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set... | f334885:c0:m4 |
def _get_mpls_rsvp_interface_hello_tolerance(self): | return self.__mpls_rsvp_interface_hello_tolerance<EOL> | Getter method for mpls_rsvp_interface_hello_tolerance, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_hello_tolerance (uint32)
YANG Description: RSVP Hello tolerance for the RSVP Interface | f334885:c0:m6 |
def _set_mpls_rsvp_interface_hello_tolerance(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_interface_hello_tolerance, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_hello_tolerance (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _s... | f334885:c0:m7 |
def _get_mpls_rsvp_interface_hello_status(self): | return self.__mpls_rsvp_interface_hello_status<EOL> | Getter method for mpls_rsvp_interface_hello_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_hello_status (string)
YANG Description: RSVP Hello status for the RSVP Interface | f334885:c0:m9 |
def _set_mpls_rsvp_interface_hello_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_interface_hello_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_hello_status (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpl... | f334885:c0:m10 |
def _get_mpls_rsvp_interface_te_up_thresholds(self): | return self.__mpls_rsvp_interface_te_up_thresholds<EOL> | Getter method for mpls_rsvp_interface_te_up_thresholds, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_te_up_thresholds (uint32)
YANG Description: MPLS TE flooding UP thresholds in use for the RSVP Interf... | f334885:c0:m12 |
def _set_mpls_rsvp_interface_te_up_thresholds(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_rsvp_interface_te_up_thresholds, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_te_up_thresholds (uint32)
If this variable is read-only (config: false) in the
source YANG file, then ... | f334885:c0:m13 |
def _get_mpls_rsvp_interface_te_down_thresholds(self): | return self.__mpls_rsvp_interface_te_down_thresholds<EOL> | Getter method for mpls_rsvp_interface_te_down_thresholds, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_te_down_thresholds (uint32)
YANG Description: MPLS TE flooding DOWN thresholds in use for the RSVP ... | f334885:c0:m15 |
def _set_mpls_rsvp_interface_te_down_thresholds(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_rsvp_interface_te_down_thresholds, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_te_down_thresholds (uint32)
If this variable is read-only (config: false) in the
source YANG file, t... | f334885:c0:m16 |
def _get_g_mpls_prot_statistics_pkt_types(self): | return self.__g_mpls_prot_statistics_pkt_types<EOL> | Getter method for g_mpls_prot_statistics_pkt_types, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types (list)
YANG Description: Statistics for MPLS PROT packet types | f334885:c0:m18 |
def _set_g_mpls_prot_statistics_pkt_types(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(False,g_mpls_prot_statistics_pkt_types.g_mpls_prot_statistics_pkt_types, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=sel... | Setter method for g_mpls_prot_statistics_pkt_types, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_g_mpl... | f334885:c0:m19 |
def _get_g_mpls_prot_statistics_errors(self): | return self.__g_mpls_prot_statistics_errors<EOL> | Getter method for g_mpls_prot_statistics_errors, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors (list)
YANG Description: Error statistics for MPLS PROT control packets | f334885:c0:m21 |
def _set_g_mpls_prot_statistics_errors(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(False,g_mpls_prot_statistics_errors.g_mpls_prot_statistics_errors, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._pat... | Setter method for g_mpls_prot_statistics_errors, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_g_mpls_prot... | f334885:c0:m22 |
def _get_mpls_rsvp_interface_active_backup_outsegs(self): | return self.__mpls_rsvp_interface_active_backup_outsegs<EOL> | Getter method for mpls_rsvp_interface_active_backup_outsegs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_active_backup_outsegs (uint32)
YANG Description: Number of Active backup Out Segments on the RSV... | f334885:c0:m24 |
def _set_mpls_rsvp_interface_active_backup_outsegs(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_interface_active_backup_outsegs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_active_backup_outsegs (uint32)
If this variable is read-only (config: false) in the
source YANG f... | f334885:c0:m25 |
def _get_mpls_rsvp_interface_inactive_backup_outsegs(self): | return self.__mpls_rsvp_interface_inactive_backup_outsegs<EOL> | Getter method for mpls_rsvp_interface_inactive_backup_outsegs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_inactive_backup_outsegs (uint32)
YANG Description: Number of Inactive backup Out Segments on t... | f334885:c0:m27 |
def _set_mpls_rsvp_interface_inactive_backup_outsegs(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_interface_inactive_backup_outsegs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_inactive_backup_outsegs (uint32)
If this variable is read-only (config: false) in the
source YA... | f334885:c0:m28 |
def _get_mpls_rsvp_interface_duplicate_preempts_dropped(self): | return self.__mpls_rsvp_interface_duplicate_preempts_dropped<EOL> | Getter method for mpls_rsvp_interface_duplicate_preempts_dropped, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_duplicate_preempts_dropped (uint32)
YANG Description: Number of Duplicate preempts dropped ... | f334885:c0:m30 |
def _set_mpls_rsvp_interface_duplicate_preempts_dropped(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_interface_duplicate_preempts_dropped, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_duplicate_preempts_dropped (uint32)
If this variable is read-only (config: false) in the
sou... | f334885:c0:m31 |
def _get_mpls_rsvp_interface_p2mp_capability(self): | return self.__mpls_rsvp_interface_p2mp_capability<EOL> | Getter method for mpls_rsvp_interface_p2mp_capability, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_p2mp_capability (boolean)
YANG Description: P2MP capability of RSVP interface | f334885:c0:m33 |
def _set_mpls_rsvp_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_rsvp_interface_p2mp_capability, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_p2mp_capability (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _... | f334885:c0:m34 |
def _get_mpls_rsvp_interface_bypass_interface(self): | return self.__mpls_rsvp_interface_bypass_interface<EOL> | Getter method for mpls_rsvp_interface_bypass_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_interface (boolean)
YANG Description: Is RSVP interface a bypass interface | f334885:c0:m36 |
def _set_mpls_rsvp_interface_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=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_interface_bypass_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_interface (boolean)
If this variable is read-only (config: false) in the
source YANG file, then... | f334885:c0:m37 |
def _get_mpls_rsvp_interface_tunnel_name(self): | return self.__mpls_rsvp_interface_tunnel_name<EOL> | Getter method for mpls_rsvp_interface_tunnel_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_tunnel_name (string)
YANG Description: Bypass LSP name | f334885:c0:m39 |
def _set_mpls_rsvp_interface_tunnel_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_interface_tunnel_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_tunnel_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_... | f334885:c0:m40 |
def _get_mpls_rsvp_interface_bypass_tunnel_interface_name(self): | return self.__mpls_rsvp_interface_bypass_tunnel_interface_name<EOL> | Getter method for mpls_rsvp_interface_bypass_tunnel_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_tunnel_interface_name (string)
YANG Description: Bypass LSP interface name | f334885:c0:m42 |
def _set_mpls_rsvp_interface_bypass_tunnel_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_rsvp_interface_bypass_tunnel_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_tunnel_interface_name (string)
If this variable is read-only (config: false) in the... | f334885:c0:m43 |
def _get_mpls_rsvp_interface_bypass_creation_time(self): | return self.__mpls_rsvp_interface_bypass_creation_time<EOL> | Getter method for mpls_rsvp_interface_bypass_creation_time, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_creation_time (string)
YANG Description: Bypass LSP creation time | f334885:c0:m45 |
def _set_mpls_rsvp_interface_bypass_creation_time(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_interface_bypass_creation_time, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_creation_time (string)
If this variable is read-only (config: false) in the
source YANG fil... | f334885:c0:m46 |
def _get_mpls_rsvp_interface_bypass_creation_location(self): | return self.__mpls_rsvp_interface_bypass_creation_location<EOL> | Getter method for mpls_rsvp_interface_bypass_creation_location, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_creation_location (uint32)
YANG Description: Bypass LSP creation location | f334885:c0:m48 |
def _set_mpls_rsvp_interface_bypass_creation_location(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_interface_bypass_creation_location, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_bypass_creation_location (uint32)
If this variable is read-only (config: false) in the
source ... | f334885:c0:m49 |
def _get_mpls_rsvp_interface_assoc_bypass_LSPs(self): | return self.__mpls_rsvp_interface_assoc_bypass_LSPs<EOL> | Getter method for mpls_rsvp_interface_assoc_bypass_LSPs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_assoc_bypass_LSPs (string)
YANG Description: Few associated bypass LSP names | f334885:c0:m51 |
def _set_mpls_rsvp_interface_assoc_bypass_LSPs(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_interface_assoc_bypass_LSPs, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/mpls_rsvp_interface_assoc_bypass_LSPs (string)
If this variable is read-only (config: false) in the
source YANG file, the... | f334885:c0:m52 |
def _get_pkt_type_name(self): | return self.__pkt_type_name<EOL> | Getter method for pkt_type_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_name (string)
YANG Description: Packet Type | f334886:c0:m3 |
def _set_pkt_type_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 pkt_type_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_pkt_type... | f334886:c0:m4 |
def _get_pkt_type_count_tx(self): | return self.__pkt_type_count_tx<EOL> | Getter method for pkt_type_count_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_tx (uint32)
YANG Description: Packet count TX | f334886:c0:m6 |
def _set_pkt_type_count_tx(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 pkt_type_count_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_tx (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_... | f334886:c0:m7 |
def _get_pkt_type_count_rx(self): | return self.__pkt_type_count_rx<EOL> | Getter method for pkt_type_count_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_rx (uint32)
YANG Description: Packet count RX | f334886:c0:m9 |
def _set_pkt_type_count_rx(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 pkt_type_count_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_rx (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_... | f334886:c0:m10 |
def _get_pkt_type_count_since_last_cleared_tx(self): | return self.__pkt_type_count_since_last_cleared_tx<EOL> | Getter method for pkt_type_count_since_last_cleared_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_since_last_cleared_tx (uint32)
YANG Description: Packet count since last ... | f334886:c0:m12 |
def _set_pkt_type_count_since_last_cleared_tx(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 pkt_type_count_since_last_cleared_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_since_last_cleared_tx (uint32)
If this variable is read-only (config: fals... | f334886:c0:m13 |
def _get_pkt_type_count_since_last_cleared_rx(self): | return self.__pkt_type_count_since_last_cleared_rx<EOL> | Getter method for pkt_type_count_since_last_cleared_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_since_last_cleared_rx (uint32)
YANG Description: Packet count since last ... | f334886:c0:m15 |
def _set_pkt_type_count_since_last_cleared_rx(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 pkt_type_count_since_last_cleared_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_pkt_types/pkt_type_count_since_last_cleared_rx (uint32)
If this variable is read-only (config: fals... | f334886:c0:m16 |
def _get_error_type_name(self): | return self.__error_type_name<EOL> | Getter method for error_type_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors/error_type_name (string)
YANG Description: Error descriptor | f334887:c0:m3 |
def _set_error_type_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 error_type_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors/error_type_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_error_t... | f334887:c0:m4 |
def _get_error_type_count_rx(self): | return self.__error_type_count_rx<EOL> | Getter method for error_type_count_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors/error_type_count_rx (uint32)
YANG Description: Packet count RX | f334887:c0:m6 |
def _set_error_type_count_rx(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 error_type_count_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors/error_type_count_rx (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set... | f334887:c0:m7 |
def _get_error_type_count_since_last_cleared_rx(self): | return self.__error_type_count_since_last_cleared_rx<EOL> | Getter method for error_type_count_since_last_cleared_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors/error_type_count_since_last_cleared_rx (uint32)
YANG Description: Packet count since last... | f334887:c0:m9 |
def _set_error_type_count_since_last_cleared_rx(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 error_type_count_since_last_cleared_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_detail/g_mpls_prot_statistics_errors/error_type_count_since_last_cleared_rx (uint32)
If this variable is read-only (config: fal... | f334887:c0:m10 |
def _get_mpls_rsvp_interface_name(self): | return self.__mpls_rsvp_interface_name<EOL> | Getter method for mpls_rsvp_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_name (string)
YANG Description: MPLS RSVP Interface name | f334888:c0:m3 |
def _set_mpls_rsvp_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_rsvp_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_rsvp_interface_... | f334888:c0:m4 |
def _get_mpls_rsvp_interface_oper_status(self): | return self.__mpls_rsvp_interface_oper_status<EOL> | Getter method for mpls_rsvp_interface_oper_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_oper_status (boolean)
YANG Description: Operational status of the RSVP interface | f334888:c0:m6 |
def _set_mpls_rsvp_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_rsvp_interface_oper_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_oper_status (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_... | f334888:c0:m7 |
def _get_mpls_rsvp_interface_auth(self): | return self.__mpls_rsvp_interface_auth<EOL> | Getter method for mpls_rsvp_interface_auth, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_auth (boolean)
YANG Description: Status of MPLS RSVP Interface Authentication | f334888:c0:m9 |
def _set_mpls_rsvp_interface_auth(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_interface_auth, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_auth (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_rsvp_interface... | f334888:c0:m10 |
def _get_mpls_rsvp_interface_reliable_msg(self): | return self.__mpls_rsvp_interface_reliable_msg<EOL> | Getter method for mpls_rsvp_interface_reliable_msg, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_reliable_msg (string)
YANG Description: Status of MPLS RSVP interface Reliable Messaging | f334888:c0:m12 |
def _set_mpls_rsvp_interface_reliable_msg(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_interface_reliable_msg, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_reliable_msg (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls... | f334888:c0:m13 |
def _get_mpls_rsvp_interface_bundle_msg(self): | return self.__mpls_rsvp_interface_bundle_msg<EOL> | Getter method for mpls_rsvp_interface_bundle_msg, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_bundle_msg (string)
YANG Description: Status of MPLS RSVP interface Bundle Messaging | f334888:c0:m15 |
def _set_mpls_rsvp_interface_bundle_msg(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_interface_bundle_msg, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_interface_detail/output/mpls_rsvp_interface_detail/show_mpls_rsvp_interface_brief/mpls_rsvp_interface_bundle_msg (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_rsv... | f334888:c0:m16 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.