C# Class iControl.ManagementTrafficGroup

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

Public Methods

Method Description
Beginadd_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Begindelete_traffic_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_auto_failback_enabled_state ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_auto_failback_time ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_device ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_load_factor ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_order ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_is_floating ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_mac_masquerade_address ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_unit_id ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_ha_orders ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginremove_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
Beginset_auto_failback_enabled_state ( string traffic_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_auto_failback_time ( string traffic_groups, long times, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_device ( string traffic_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string traffic_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ha_group ( string traffic_groups, string ha_groups, System callback, object asyncState ) : System.IAsyncResult
Beginset_ha_load_factor ( string traffic_groups, long loads, System callback, object asyncState ) : System.IAsyncResult
Beginset_mac_masquerade_address ( string traffic_groups, string addresses, System callback, object asyncState ) : System.IAsyncResult
Endadd_ha_order ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_traffic_group ( System asyncResult ) : void
Endget_auto_failback_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_auto_failback_time ( System asyncResult ) : long[]
Endget_default_device ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_ha_group ( System asyncResult ) : string[]
Endget_ha_load_factor ( System asyncResult ) : long[]
Endget_ha_order ( System asyncResult ) : iControl.ManagementTrafficGroupHAOrder[][]
Endget_is_floating ( System asyncResult ) : bool[]
Endget_list ( System asyncResult ) : string[]
Endget_mac_masquerade_address ( System asyncResult ) : string[]
Endget_unit_id ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endremove_all_ha_orders ( System asyncResult ) : void
Endremove_ha_order ( System asyncResult ) : void
Endset_auto_failback_enabled_state ( System asyncResult ) : void
Endset_auto_failback_time ( System asyncResult ) : void
Endset_default_device ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ha_group ( System asyncResult ) : void
Endset_ha_load_factor ( System asyncResult ) : void
Endset_mac_masquerade_address ( System asyncResult ) : void
ManagementTrafficGroup ( ) : System

Private Methods

Method Description
add_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders ) : void
create ( string traffic_groups ) : void
delete_traffic_group ( string traffic_groups ) : void
get_auto_failback_enabled_state ( string traffic_groups ) : CommonEnabledState[]
get_auto_failback_time ( string traffic_groups ) : long[]
get_default_device ( string traffic_groups ) : string[]
get_description ( string traffic_groups ) : string[]
get_ha_group ( string traffic_groups ) : string[]
get_ha_load_factor ( string traffic_groups ) : long[]
get_ha_order ( string traffic_groups ) : iControl.ManagementTrafficGroupHAOrder[][]
get_is_floating ( string traffic_groups ) : bool[]
get_list ( ) : string[]
get_mac_masquerade_address ( string traffic_groups ) : string[]
get_unit_id ( string traffic_groups ) : long[]
get_version ( ) : string
remove_all_ha_orders ( string traffic_groups ) : void
remove_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders ) : void
set_auto_failback_enabled_state ( string traffic_groups, CommonEnabledState states ) : void
set_auto_failback_time ( string traffic_groups, long times ) : void
set_default_device ( string traffic_groups, string devices ) : void
set_description ( string traffic_groups, string descriptions ) : void
set_ha_group ( string traffic_groups, string ha_groups ) : void
set_ha_load_factor ( string traffic_groups, long loads ) : void
set_mac_masquerade_address ( string traffic_groups, string addresses ) : void

Method Details

Beginadd_ha_order() public method

public Beginadd_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
orders ManagementTrafficGroupHAOrder
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Begindelete_traffic_group() public method

public Begindelete_traffic_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_auto_failback_enabled_state() public method

public Beginget_auto_failback_enabled_state ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_auto_failback_time() public method

public Beginget_auto_failback_time ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_default_device() public method

public Beginget_default_device ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_ha_group() public method

public Beginget_ha_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_ha_load_factor() public method

public Beginget_ha_load_factor ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_ha_order() public method

public Beginget_ha_order ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_is_floating() public method

public Beginget_is_floating ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups 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_mac_masquerade_address() public method

public Beginget_mac_masquerade_address ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginget_unit_id() public method

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

Beginremove_all_ha_orders() public method

public Beginremove_all_ha_orders ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult

Beginremove_ha_order() public method

public Beginremove_ha_order ( string traffic_groups, ManagementTrafficGroupHAOrder orders, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
orders ManagementTrafficGroupHAOrder
callback System
asyncState object
return System.IAsyncResult

Beginset_auto_failback_enabled_state() public method

public Beginset_auto_failback_enabled_state ( string traffic_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_auto_failback_time() public method

public Beginset_auto_failback_time ( string traffic_groups, long times, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
times long
callback System
asyncState object
return System.IAsyncResult

Beginset_default_device() public method

public Beginset_default_device ( string traffic_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
devices string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_ha_group() public method

public Beginset_ha_group ( string traffic_groups, string ha_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
ha_groups string
callback System
asyncState object
return System.IAsyncResult

Beginset_ha_load_factor() public method

public Beginset_ha_load_factor ( string traffic_groups, long loads, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
loads long
callback System
asyncState object
return System.IAsyncResult

Beginset_mac_masquerade_address() public method

public Beginset_mac_masquerade_address ( string traffic_groups, string addresses, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
addresses string
callback System
asyncState object
return System.IAsyncResult

Endadd_ha_order() public method

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

Endcreate() public method

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

Enddelete_traffic_group() public method

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

Endget_auto_failback_enabled_state() public method

public Endget_auto_failback_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_auto_failback_time() public method

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

Endget_default_device() public method

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

Endget_description() public method

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

Endget_ha_group() public method

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

Endget_ha_load_factor() public method

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

Endget_ha_order() public method

public Endget_ha_order ( System asyncResult ) : iControl.ManagementTrafficGroupHAOrder[][]
asyncResult System
return iControl.ManagementTrafficGroupHAOrder[][]

Endget_is_floating() public method

public Endget_is_floating ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endget_list() public method

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

Endget_mac_masquerade_address() public method

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

Endget_unit_id() public method

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

Endget_version() public method

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

Endremove_all_ha_orders() public method

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

Endremove_ha_order() public method

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

Endset_auto_failback_enabled_state() public method

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

Endset_auto_failback_time() public method

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

Endset_default_device() public method

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

Endset_description() public method

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

Endset_ha_group() public method

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

Endset_ha_load_factor() public method

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

Endset_mac_masquerade_address() public method

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

ManagementTrafficGroup() public method

public ManagementTrafficGroup ( ) : System
return System