signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_cmd_error(self):
return self.__cmd_error<EOL>
Getter method for cmd_error, mapped from YANG variable /brocade_system_rpc/get_system_uptime/output/cmd_error (string)
f333706:c0:m6
def _set_cmd_error(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 cmd_error, mapped from YANG variable /brocade_system_rpc/get_system_uptime/output/cmd_error (string) If this variable is read-only (config: false) in the source YANG file, then _set_cmd_error is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f333706:c0:m7
def _get_upper(self):
return self.__upper<EOL>
Getter method for upper, mapped from YANG variable /password_attributes/character_restriction/upper (uint32)
f333707:c0:m3
def _set_upper(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for upper, mapped from YANG variable /password_attributes/character_restriction/upper (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_upper is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_upper() ...
f333707:c0:m4
def _get_lower(self):
return self.__lower<EOL>
Getter method for lower, mapped from YANG variable /password_attributes/character_restriction/lower (uint32)
f333707:c0:m6
def _set_lower(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for lower, mapped from YANG variable /password_attributes/character_restriction/lower (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lower is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lower() ...
f333707:c0:m7
def _get_numeric(self):
return self.__numeric<EOL>
Getter method for numeric, mapped from YANG variable /password_attributes/character_restriction/numeric (uint32)
f333707:c0:m9
def _set_numeric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for numeric, mapped from YANG variable /password_attributes/character_restriction/numeric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_numeric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_nu...
f333707:c0:m10
def _get_special_char(self):
return self.__special_char<EOL>
Getter method for special_char, mapped from YANG variable /password_attributes/character_restriction/special_char (uint32)
f333707:c0:m12
def _set_special_char(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for special_char, mapped from YANG variable /password_attributes/character_restriction/special_char (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_special_char is considered as a private method. Backends looking to populate this variable should do so via calling ...
f333707:c0:m13
def _get_min_length(self):
return self.__min_length<EOL>
Getter method for min_length, mapped from YANG variable /password_attributes/min_length (uint32)
f333708:c0:m3
def _set_min_length(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for min_length, mapped from YANG variable /password_attributes/min_length (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_min_length is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_min_length() di...
f333708:c0:m4
def _get_max_retry(self):
return self.__max_retry<EOL>
Getter method for max_retry, mapped from YANG variable /password_attributes/max_retry (uint32)
f333708:c0:m6
def _set_max_retry(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for max_retry, mapped from YANG variable /password_attributes/max_retry (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_retry is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_max_retry() direct...
f333708:c0:m7
def _get_max_lockout_duration(self):
return self.__max_lockout_duration<EOL>
Getter method for max_lockout_duration, mapped from YANG variable /password_attributes/max_lockout_duration (uint32)
f333708:c0:m9
def _set_max_lockout_duration(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for max_lockout_duration, mapped from YANG variable /password_attributes/max_lockout_duration (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_lockout_duration is considered as a private method. Backends looking to populate this variable should do so via callin...
f333708:c0:m10
def _get_character_restriction(self):
return self.__character_restriction<EOL>
Getter method for character_restriction, mapped from YANG variable /password_attributes/character_restriction (container)
f333708:c0:m12
def _set_character_restriction(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=character_restriction.character_restriction, 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 character_restriction, mapped from YANG variable /password_attributes/character_restriction (container) If this variable is read-only (config: false) in the source YANG file, then _set_character_restriction is considered as a private method. Backends looking to populate this variable should do so via ...
f333708:c0:m13
def _get_admin_lockout_enable(self):
return self.__admin_lockout_enable<EOL>
Getter method for admin_lockout_enable, mapped from YANG variable /password_attributes/admin_lockout_enable (empty)
f333708:c0:m15
def _set_admin_lockout_enable(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ...
Setter method for admin_lockout_enable, mapped from YANG variable /password_attributes/admin_lockout_enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_admin_lockout_enable is considered as a private method. Backends looking to populate this variable should do so via calling...
f333708:c0:m16
def _get_adj_asi_area_name(self):
return self.__adj_asi_area_name<EOL>
Getter method for adj_asi_area_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_area/adj_asi_area_name (string) YANG Description: Area Address
f333709:c0:m3
def _set_adj_asi_area_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for adj_asi_area_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_area/adj_asi_area_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_adj_asi_area_name is considered as a private method. Backends looking to populate this variable sho...
f333709:c0:m4
def _get_adj_state_change_time(self):
return self.__adj_state_change_time<EOL>
Getter method for adj_state_change_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_state_change_time (uint32) YANG Description: Adjacency State Change Time in seconds
f333710:c0:m3
def _set_adj_state_change_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=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 adj_state_change_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_state_change_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_adj_state_change_time is considered as a private method. Backends looking to populate this variable ...
f333710:c0:m4
def _get_adj_type(self):
return self.__adj_type<EOL>
Getter method for adj_type, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_type (isis-adj-type) YANG Description: Type of ISIS Adjacency
f333710:c0:m6
def _set_adj_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:8>}, u'<ST...
Setter method for adj_type, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_type (isis-adj-type) If this variable is read-only (config: false) in the source YANG file, then _set_adj_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f333710:c0:m7
def _get_adj_state(self):
return self.__adj_state<EOL>
Getter method for adj_state, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_state (string) YANG Description: Adjacency State
f333710:c0:m9
def _set_adj_state(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for adj_state, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_state (string) If this variable is read-only (config: false) in the source YANG file, then _set_adj_state is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333710:c0:m10
def _get_neighbor_id(self):
return self.__neighbor_id<EOL>
Getter method for neighbor_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/neighbor_id (string) YANG Description: Neighbor ID
f333710:c0:m12
def _set_neighbor_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for neighbor_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/neighbor_id (string) If this variable is read-only (config: false) in the source YANG file, then _set_neighbor_id is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f333710:c0:m13
def _get_circuit_intf_name(self):
return self.__circuit_intf_name<EOL>
Getter method for circuit_intf_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/circuit_intf_name (string) YANG Description: Circut Interface Name
f333710:c0:m15
def _set_circuit_intf_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 circuit_intf_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/circuit_intf_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_circuit_intf_name is considered as a private method. Backends looking to populate this variable should do so...
f333710:c0:m16
def _get_snpa(self):
return self.__snpa<EOL>
Getter method for snpa, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/snpa (string) YANG Description: Subnetwork Point of Attachment
f333710:c0:m18
def _set_snpa(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 snpa, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/snpa (string) If this variable is read-only (config: false) in the source YANG file, then _set_snpa is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_snpa() direct...
f333710:c0:m19
def _get_adj_holding_time(self):
return self.__adj_holding_time<EOL>
Getter method for adj_holding_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_holding_time (uint8) YANG Description: Adjacency Holding Time
f333710:c0:m21
def _set_adj_holding_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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for adj_holding_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_holding_time (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_adj_holding_time is considered as a private method. Backends looking to populate this variable should do so via...
f333710:c0:m22
def _get_adj_priority(self):
return self.__adj_priority<EOL>
Getter method for adj_priority, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_priority (uint8) YANG Description: Adjacency Priority
f333710:c0:m24
def _set_adj_priority(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for adj_priority, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_adj_priority is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f333710:c0:m25
def _get_adj_mtprot(self):
return self.__adj_mtprot<EOL>
Getter method for adj_mtprot, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_mtprot (isis-adj-prot-type) YANG Description: Adjacency Multi-topology Protocol Type
f333710:c0:m27
def _set_adj_mtprot(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 adj_mtprot, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_mtprot (isis-adj-prot-type) If this variable is read-only (config: false) in the source YANG file, then _set_adj_mtprot is considered as a private method. Backends looking to populate this variable should do so via call...
f333710:c0:m28
def _get_adj_prot(self):
return self.__adj_prot<EOL>
Getter method for adj_prot, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_prot (isis-adj-prot-type) YANG Description: Adjacency Protocol Type
f333710:c0:m30
def _set_adj_prot(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 adj_prot, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_prot (isis-adj-prot-type) If this variable is read-only (config: false) in the source YANG file, then _set_adj_prot is considered as a private method. Backends looking to populate this variable should do so via calling th...
f333710:c0:m31
def _get_remaining_time(self):
return self.__remaining_time<EOL>
Getter method for remaining_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/remaining_time (uint32) YANG Description: Neighbor Gracefully Restarting Remaining Time in seconds
f333710:c0:m33
def _set_remaining_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=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 remaining_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/remaining_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_remaining_time is considered as a private method. Backends looking to populate this variable should do so via call...
f333710:c0:m34
def _get_adj_3way_state(self):
return self.__adj_3way_state<EOL>
Getter method for adj_3way_state, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_3way_state (isis-dcm-3way-adj-state) YANG Description: Adjacency 3 Way Hand Shaking State
f333710:c0:m36
def _set_adj_3way_state(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for adj_3way_state, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_3way_state (isis-dcm-3way-adj-state) If this variable is read-only (config: false) in the source YANG file, then _set_adj_3way_state is considered as a private method. Backends looking to populate this variable shou...
f333710:c0:m37
def _get_host_name(self):
return self.__host_name<EOL>
Getter method for host_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/host_name (string) YANG Description: Host Name
f333710:c0:m39
def _set_host_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 host_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/host_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_host_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333710:c0:m40
def _get_adj_lan_name(self):
return self.__adj_lan_name<EOL>
Getter method for adj_lan_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_lan_name (string) YANG Description: Lan Name
f333710:c0:m42
def _set_adj_lan_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 adj_lan_name, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_lan_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_adj_lan_name is considered as a private method. Backends looking to populate this variable should do so via calling th...
f333710:c0:m43
def _get_adj_lan_id(self):
return self.__adj_lan_id<EOL>
Getter method for adj_lan_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_lan_id (uint8) YANG Description: Adjacency LAN ID
f333710:c0:m45
def _set_adj_lan_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for adj_lan_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_lan_id (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_adj_lan_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333710:c0:m46
def _get_adj_p2p_circ_id(self):
return self.__adj_p2p_circ_id<EOL>
Getter method for adj_p2p_circ_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_p2p_circ_id (uint32) YANG Description: Adjacency Point-to-Point Circuit ID
f333710:c0:m48
def _set_adj_p2p_circ_id(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for adj_p2p_circ_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_p2p_circ_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_adj_p2p_circ_id is considered as a private method. Backends looking to populate this variable should do so via c...
f333710:c0:m49
def _get_adj_num_adds(self):
return self.__adj_num_adds<EOL>
Getter method for adj_num_adds, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_num_adds (uint8) YANG Description: Number Of NSAPS/Areas Associated To The Adjacency
f333710:c0:m51
def _set_adj_num_adds(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for adj_num_adds, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_num_adds (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_adj_num_adds is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f333710:c0:m52
def _get_adj_use(self):
return self.__adj_use<EOL>
Getter method for adj_use, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_use (isis-spf-level) YANG Description: Adjacency Level Usage
f333710:c0:m54
def _set_adj_use(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for adj_use, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_use (isis-spf-level) If this variable is read-only (config: false) in the source YANG file, then _set_adj_use is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333710:c0:m55
def _get_ip_circuit_id(self):
return self.__ip_circuit_id<EOL>
Getter method for ip_circuit_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/ip_circuit_id (uint32) YANG Description: ISIS IP Circuit ID
f333710:c0:m57
def _set_ip_circuit_id(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ip_circuit_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/ip_circuit_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ip_circuit_id is considered as a private method. Backends looking to populate this variable should do so via calling...
f333710:c0:m58
def _get_adj_address(self):
return self.__adj_address<EOL>
Getter method for adj_address, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_address (inet:ipv4-address) YANG Description: IPv4 Circuit Address
f333710:c0:m60
def _set_adj_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for adj_address, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_adj_address is considered as a private method. Backends looking to populate this variable should do so via ca...
f333710:c0:m61
def _get_ip6_circuit_id(self):
return self.__ip6_circuit_id<EOL>
Getter method for ip6_circuit_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/ip6_circuit_id (uint32) YANG Description: ISIS IPv6 Circuit ID
f333710:c0:m63
def _set_ip6_circuit_id(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ip6_circuit_id, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/ip6_circuit_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ip6_circuit_id is considered as a private method. Backends looking to populate this variable should do so via call...
f333710:c0:m64
def _get_adj_ip6_address(self):
return self.__adj_ip6_address<EOL>
Getter method for adj_ip6_address, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_ip6_address (string) YANG Description: IPv6 Circuit Address
f333710:c0:m66
def _set_adj_ip6_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 adj_ip6_address, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_ip6_address (string) If this variable is read-only (config: false) in the source YANG file, then _set_adj_ip6_address is considered as a private method. Backends looking to populate this variable should do so via c...
f333710:c0:m67
def _get_bfd_holdover_interval(self):
return self.__bfd_holdover_interval<EOL>
Getter method for bfd_holdover_interval, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/bfd_holdover_interval (uint8) YANG Description: ISIS BFD Holdover Interval
f333710:c0:m69
def _set_bfd_holdover_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for bfd_holdover_interval, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/bfd_holdover_interval (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_holdover_interval is considered as a private method. Backends looking to populate this variable s...
f333710:c0:m70
def _get_adj_bfd_holdover_time(self):
return self.__adj_bfd_holdover_time<EOL>
Getter method for adj_bfd_holdover_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_bfd_holdover_time (uint8) YANG Description: ISIS Adjacency BFD holdover timer
f333710:c0:m72
def _set_adj_bfd_holdover_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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for adj_bfd_holdover_time, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_bfd_holdover_time (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_adj_bfd_holdover_time is considered as a private method. Backends looking to populate this variable s...
f333710:c0:m73
def _get_bfd_state(self):
return self.__bfd_state<EOL>
Getter method for bfd_state, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/bfd_state (string) YANG Description: ISIS BFD State
f333710:c0:m75
def _set_bfd_state(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for bfd_state, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/bfd_state (string) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_state is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333710:c0:m76
def _get_adj_area(self):
return self.__adj_area<EOL>
Getter method for adj_area, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_area (list) YANG Description: Area Addresses
f333710:c0:m78
def _set_adj_area(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>",adj_area.adj_area, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', ext...
Setter method for adj_area, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor/adj_area (list) If this variable is read-only (config: false) in the source YANG file, then _set_adj_area is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_adj...
f333710:c0:m79
def _get_adj_neighbor(self):
return self.__adj_neighbor<EOL>
Getter method for adj_neighbor, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor (list) YANG Description: ISIS Adjacency Neighbor Entry
f333711:c0:m3
def _set_adj_neighbor(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>",adj_neighbor.adj_neighbor, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LI...
Setter method for adj_neighbor, mapped from YANG variable /adj_neighbor_entries_state/adj_neighbor (list) If this variable is read-only (config: false) in the source YANG file, then _set_adj_neighbor is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_adj_...
f333711:c0:m4
def _get_pim(self):
return self.__pim<EOL>
Getter method for pim, mapped from YANG variable /mld_snooping/ipv6/pim (container)
f333712:c0:m3
def _set_pim(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=pim.pim, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for pim, mapped from YANG variable /mld_snooping/ipv6/pim (container) If this variable is read-only (config: false) in the source YANG file, then _set_pim is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_pim() directly.
f333712:c0:m4
def _get_mld(self):
return self.__mld<EOL>
Getter method for mld, mapped from YANG variable /mld_snooping/ipv6/mld (container)
f333712:c0:m6
def _set_mld(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mld.mld, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for mld, mapped from YANG variable /mld_snooping/ipv6/mld (container) If this variable is read-only (config: false) in the source YANG file, then _set_mld is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mld() directly.
f333712:c0:m7
def _get_service_policy(self):
return self.__service_policy<EOL>
Getter method for service_policy, mapped from YANG variable /system_qos/qos/service_policy (list)
f333713:c0:m3
def _set_service_policy(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",service_policy.service_policy, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<ST...
Setter method for service_policy, mapped from YANG variable /system_qos/qos/service_policy (list) If this variable is read-only (config: false) in the source YANG file, then _set_service_policy is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_service_po...
f333713:c0:m4
def _get_direction(self):
return self.__direction<EOL>
Getter method for direction, mapped from YANG variable /system_qos/qos/service_policy/direction (enumeration)
f333714:c0:m3
def _set_direction(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for direction, mapped from YANG variable /system_qos/qos/service_policy/direction (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_direction is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dir...
f333714:c0:m4
def _get_policy_map_name(self):
return self.__policy_map_name<EOL>
Getter method for policy_map_name, mapped from YANG variable /system_qos/qos/service_policy/policy_map_name (map-name-type)
f333714:c0:m6
def _set_policy_map_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for policy_map_name, mapped from YANG variable /system_qos/qos/service_policy/policy_map_name (map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_policy_map_name is considered as a private method. Backends looking to populate this variable should do so via call...
f333714:c0:m7
def _get_qos(self):
return self.__qos<EOL>
Getter method for qos, mapped from YANG variable /system_qos/qos (container)
f333715:c0:m3
def _set_qos(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=qos.qos, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for qos, mapped from YANG variable /system_qos/qos (container) If this variable is read-only (config: false) in the source YANG file, then _set_qos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_qos() directly.
f333715:c0:m4
def _get_vc_proto_name(self):
return self.__vc_proto_name<EOL>
Getter method for vc_proto_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_proto_name (string) YANG Description: protocol name
f333716:c0:m3
def _set_vc_proto_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for vc_proto_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_proto_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_proto_name is considered as a private method. Backends looking to populate this variable should do so via callin...
f333716:c0:m4
def _get_vc_ldp_tunnel_id(self):
return self.__vc_ldp_tunnel_id<EOL>
Getter method for vc_ldp_tunnel_id, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_ldp_tunnel_id (uint32) YANG Description: protocol ldp tunnel id
f333716:c0:m6
def _set_vc_ldp_tunnel_id(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for vc_ldp_tunnel_id, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_ldp_tunnel_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vc_ldp_tunnel_id is considered as a private method. Backends looking to populate this variable should do so v...
f333716:c0:m7
def _get_vc_ldp_name(self):
return self.__vc_ldp_name<EOL>
Getter method for vc_ldp_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_ldp_name (string) YANG Description: ldp name
f333716:c0:m9
def _set_vc_ldp_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 vc_ldp_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_ldp_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_ldp_name is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333716:c0:m10
def _get_vc_lsp_name(self):
return self.__vc_lsp_name<EOL>
Getter method for vc_lsp_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_lsp_name (string) YANG Description: lsp name
f333716:c0:m12
def _set_vc_lsp_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 vc_lsp_name, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_lsp_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vc_lsp_name is considered as a private method. Backends looking to populate this variable should do so via calling this...
f333716:c0:m13
def _get_vc_peer_lsp_cos_enabled(self):
return self.__vc_peer_lsp_cos_enabled<EOL>
Getter method for vc_peer_lsp_cos_enabled, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_enabled (boolean) YANG Description: peer cos enabled
f333716:c0:m15
def _set_vc_peer_lsp_cos_enabled(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for vc_peer_lsp_cos_enabled, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_enabled (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_lsp_cos_enabled is considered as a private method. Backends looking to populate this v...
f333716:c0:m16
def _get_vc_peer_lsp_cos_value(self):
return self.__vc_peer_lsp_cos_value<EOL>
Getter method for vc_peer_lsp_cos_value, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_value (uint8) YANG Description: peer cos value
f333716:c0:m18
def _set_vc_peer_lsp_cos_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for vc_peer_lsp_cos_value, mapped from YANG variable /vc_peer_state/vc_peer_data/vc_proto_tnnl/vc_peer_lsp_cos_value (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_vc_peer_lsp_cos_value is considered as a private method. Backends looking to populate this variable ...
f333716:c0:m19