C# Class iControl.NetworkingSTPInstanceV2

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

Public Methods

Method Description
Beginadd_vlan ( string stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string stp_instances, long ids, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_instance ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_bridge_priority ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_instance_id ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_active_state ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_priority ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_requested_state ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface_role ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_regional_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_vlans ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
Beginremove_vlan ( string stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_bridge_priority ( string stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string stp_instances, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCost path_costs, System callback, object asyncState ) : System.IAsyncResult
Beginset_interface_priority ( string stp_instances, string interfaces, long 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_description ( System asyncResult ) : string[]
Endget_instance_id ( System asyncResult ) : long[]
Endget_interface_active_state ( System asyncResult ) : NetworkingSTPStateType[][]
Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceV2PathCost[][]
Endget_interface_priority ( System asyncResult ) : long[][]
Endget_interface_requested_state ( System asyncResult ) : NetworkingSTPStateType[][]
Endget_interface_role ( System asyncResult ) : NetworkingSTPRoleType[][]
Endget_list ( System asyncResult ) : string[]
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_description ( System asyncResult ) : void
Endset_interface_path_cost ( System asyncResult ) : void
Endset_interface_priority ( System asyncResult ) : void
NetworkingSTPInstanceV2 ( ) : System

Private Methods

Method Description
add_vlan ( string stp_instances, string vlan_names ) : void
create ( string stp_instances, long ids, long priorities, string vlan_names ) : void
delete_all_instances ( ) : void
delete_instance ( string stp_instances ) : void
get_bridge_priority ( string stp_instances ) : long[]
get_description ( string stp_instances ) : string[]
get_instance_id ( string stp_instances ) : long[]
get_interface_active_state ( string stp_instances, string interfaces ) : NetworkingSTPStateType[][]
get_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCostType path_cost_types ) : iControl.NetworkingSTPInstanceV2PathCost[][]
get_interface_priority ( string stp_instances, string interfaces ) : long[][]
get_interface_requested_state ( string stp_instances, string interfaces ) : NetworkingSTPStateType[][]
get_interface_role ( string stp_instances, string interfaces ) : NetworkingSTPRoleType[][]
get_list ( ) : string[]
get_regional_root_bridge_mac_address ( string stp_instances ) : string[]
get_root_bridge_mac_address ( string stp_instances ) : string[]
get_version ( ) : string
get_vlan ( string stp_instances ) : string[][]
remove_all_vlans ( string stp_instances ) : void
remove_vlan ( string stp_instances, string vlan_names ) : void
set_bridge_priority ( string stp_instances, long priorities ) : void
set_description ( string stp_instances, string descriptions ) : void
set_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCost path_costs ) : void
set_interface_priority ( string stp_instances, string interfaces, long priorities ) : void

Method Details

Beginadd_vlan() public method

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

Begincreate() public method

public Begincreate ( string stp_instances, long ids, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
ids 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 ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
callback System
asyncState object
return System.IAsyncResult

Beginget_bridge_priority() public method

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

Beginget_description() public method

public Beginget_description ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
callback System
asyncState object
return System.IAsyncResult

Beginget_instance_id() public method

public Beginget_instance_id ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
callback System
asyncState object
return System.IAsyncResult

Beginget_interface_active_state() public method

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

Beginget_interface_path_cost() public method

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

Beginget_interface_priority() public method

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

Beginget_interface_requested_state() public method

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

Beginget_interface_role() public method

public Beginget_interface_role ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
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 ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
callback System
asyncState object
return System.IAsyncResult

Beginget_root_bridge_mac_address() public method

public Beginget_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
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 ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_vlans() public method

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

Beginremove_vlan() public method

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

Beginset_bridge_priority() public method

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

Beginset_description() public method

public Beginset_description ( string stp_instances, string descriptions, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_interface_path_cost() public method

public Beginset_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCost path_costs, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
interfaces string
path_costs NetworkingSTPInstanceV2PathCost
callback System
asyncState object
return System.IAsyncResult

Beginset_interface_priority() public method

public Beginset_interface_priority ( string stp_instances, string interfaces, long priorities, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
interfaces string
priorities long
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_description() public method

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

Endget_instance_id() public method

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

Endget_interface_active_state() public method

public Endget_interface_active_state ( System asyncResult ) : NetworkingSTPStateType[][]
asyncResult System
return NetworkingSTPStateType[][]

Endget_interface_path_cost() public method

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

Endget_interface_priority() public method

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

Endget_interface_requested_state() public method

public Endget_interface_requested_state ( System asyncResult ) : NetworkingSTPStateType[][]
asyncResult System
return NetworkingSTPStateType[][]

Endget_interface_role() public method

public Endget_interface_role ( System asyncResult ) : NetworkingSTPRoleType[][]
asyncResult System
return NetworkingSTPRoleType[][]

Endget_list() public method

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

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_description() public method

public Endset_description ( 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

NetworkingSTPInstanceV2() public method

public NetworkingSTPInstanceV2 ( ) : System
return System