C# Class iControl.NetworkingSTPInstance

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginadd_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( long stp_instances, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_instance ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_bridge_priority ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_active_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_priority ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_requested_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_role ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_regional_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_vlans ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginremove_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_bridge_priority ( long stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult
Beginset_interface_path_cost ( long stp_instances, NetworkingSTPInstanceInterfacePathCost path_costs, System callback, object asyncState ) : System.IAsyncResult
Beginset_interface_priority ( long stp_instances, NetworkingSTPInstanceInterfacePriority priorities, System callback, object asyncState ) : System.IAsyncResult
Endadd_vlan ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_instances ( System asyncResult ) : void
Enddelete_instance ( System asyncResult ) : void
Endget_bridge_priority ( System asyncResult ) : long[]
Endget_interface_active_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePathCost[][]
Endget_interface_priority ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePriority[][]
Endget_interface_requested_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
Endget_interface_role ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][]
Endget_list ( System asyncResult ) : long[]
Endget_regional_root_bridge_mac_address ( System asyncResult ) : string[]
Endget_root_bridge_mac_address ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endget_vlan ( System asyncResult ) : string[][]
Endremove_all_vlans ( System asyncResult ) : void
Endremove_vlan ( System asyncResult ) : void
Endset_bridge_priority ( System asyncResult ) : void
Endset_interface_path_cost ( System asyncResult ) : void
Endset_interface_priority ( System asyncResult ) : void
NetworkingSTPInstance ( ) : System

Private Methods

Method Description
add_vlan ( long stp_instances, string vlan_names ) : void
create ( long stp_instances, long priorities, string vlan_names ) : void
delete_all_instances ( ) : void
delete_instance ( long stp_instances ) : void
get_bridge_priority ( long stp_instances ) : long[]
get_interface_active_state ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
get_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types ) : iControl.NetworkingSTPInstanceInterfacePathCost[][]
get_interface_priority ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfacePriority[][]
get_interface_requested_state ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
get_interface_role ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][]
get_list ( ) : long[]
get_regional_root_bridge_mac_address ( long stp_instances ) : string[]
get_root_bridge_mac_address ( long stp_instances ) : string[]
get_version ( ) : string
get_vlan ( long stp_instances ) : string[][]
remove_all_vlans ( long stp_instances ) : void
remove_vlan ( long stp_instances, string vlan_names ) : void
set_bridge_priority ( long stp_instances, long priorities ) : void
set_interface_path_cost ( long stp_instances, NetworkingSTPInstanceInterfacePathCost path_costs ) : void
set_interface_priority ( long stp_instances, NetworkingSTPInstanceInterfacePriority priorities ) : void

Method Details

Beginadd_vlan() public method

public Beginadd_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
vlan_names string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( long stp_instances, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
priorities long
vlan_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_instances() public method

public Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_instance() public method

public Begindelete_instance ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult

Beginget_bridge_priority() public method

public Beginget_bridge_priority ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_active_state() public method

public Beginget_interface_active_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
interfaces string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_path_cost() public method

public Beginget_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
interfaces string
path_cost_types NetworkingSTPInstancePathCostType
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_priority() public method

public Beginget_interface_priority ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
interfaces string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_requested_state() public method

public Beginget_interface_requested_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
interfaces string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_role() public method

public Beginget_interface_role ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
interfaces string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_regional_root_bridge_mac_address() public method

public Beginget_regional_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult

Beginget_root_bridge_mac_address() public method

public Beginget_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_vlan() public method

public Beginget_vlan ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_vlans() public method

public Beginremove_all_vlans ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult

Beginremove_vlan() public method

public Beginremove_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
vlan_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_bridge_priority() public method

public Beginset_bridge_priority ( long stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
priorities long
callback System
asyncState object
return System.IAsyncResult

Beginset_interface_path_cost() public method

public Beginset_interface_path_cost ( long stp_instances, NetworkingSTPInstanceInterfacePathCost path_costs, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
path_costs NetworkingSTPInstanceInterfacePathCost
callback System
asyncState object
return System.IAsyncResult

Beginset_interface_priority() public method

public Beginset_interface_priority ( long stp_instances, NetworkingSTPInstanceInterfacePriority priorities, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
priorities NetworkingSTPInstanceInterfacePriority
callback System
asyncState object
return System.IAsyncResult

Endadd_vlan() public method

public Endadd_vlan ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_instances() public method

public Enddelete_all_instances ( System asyncResult ) : void
asyncResult System
return void

Enddelete_instance() public method

public Enddelete_instance ( System asyncResult ) : void
asyncResult System
return void

Endget_bridge_priority() public method

public Endget_bridge_priority ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_interface_active_state() public method

public Endget_interface_active_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
asyncResult System
return iControl.NetworkingSTPInstanceInterfaceSTPState[][]

Endget_interface_path_cost() public method

public Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePathCost[][]
asyncResult System
return iControl.NetworkingSTPInstanceInterfacePathCost[][]

Endget_interface_priority() public method

public Endget_interface_priority ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePriority[][]
asyncResult System
return iControl.NetworkingSTPInstanceInterfacePriority[][]

Endget_interface_requested_state() public method

public Endget_interface_requested_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
asyncResult System
return iControl.NetworkingSTPInstanceInterfaceSTPState[][]

Endget_interface_role() public method

public Endget_interface_role ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][]
asyncResult System
return iControl.NetworkingSTPInstanceInterfaceSTPRole[][]

Endget_list() public method

public Endget_list ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_regional_root_bridge_mac_address() public method

public Endget_regional_root_bridge_mac_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_root_bridge_mac_address() public method

public Endget_root_bridge_mac_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endget_vlan() public method

public Endget_vlan ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endremove_all_vlans() public method

public Endremove_all_vlans ( System asyncResult ) : void
asyncResult System
return void

Endremove_vlan() public method

public Endremove_vlan ( System asyncResult ) : void
asyncResult System
return void

Endset_bridge_priority() public method

public Endset_bridge_priority ( System asyncResult ) : void
asyncResult System
return void

Endset_interface_path_cost() public method

public Endset_interface_path_cost ( System asyncResult ) : void
asyncResult System
return void

Endset_interface_priority() public method

public Endset_interface_priority ( System asyncResult ) : void
asyncResult System
return void

NetworkingSTPInstance() public method

public NetworkingSTPInstance ( ) : System
return System