C# Class iControl.SystemFailover

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

Public Methods

Method Description
Beginget_failover_mode ( System callback, object asyncState ) : System.IAsyncResult
Beginget_failover_state ( System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_address ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_redundant ( System callback, object asyncState ) : System.IAsyncResult
Beginset_failback ( System callback, object asyncState ) : System.IAsyncResult
Beginset_offline ( System callback, object asyncState ) : System.IAsyncResult
Beginset_offline_release ( System callback, object asyncState ) : System.IAsyncResult
Beginset_standby ( System callback, object asyncState ) : System.IAsyncResult
Beginset_standby_to_device ( string device, System callback, object asyncState ) : System.IAsyncResult
Beginset_standby_traffic_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
Beginset_standby_traffic_group_to_device ( string traffic_groups, string device, System callback, object asyncState ) : System.IAsyncResult
Endget_failover_mode ( System asyncResult ) : SystemFailoverFailoverMode
Endget_failover_state ( System asyncResult ) : SystemFailoverFailoverState
Endget_peer_address ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endis_redundant ( System asyncResult ) : bool
Endset_failback ( System asyncResult ) : void
Endset_offline ( System asyncResult ) : void
Endset_offline_release ( System asyncResult ) : void
Endset_standby ( System asyncResult ) : void
Endset_standby_to_device ( System asyncResult ) : void
Endset_standby_traffic_group ( System asyncResult ) : void
Endset_standby_traffic_group_to_device ( System asyncResult ) : void
SystemFailover ( ) : System

Private Methods

Method Description
get_failover_mode ( ) : SystemFailoverFailoverMode
get_failover_state ( ) : SystemFailoverFailoverState
get_peer_address ( ) : string[]
get_version ( ) : string
is_redundant ( ) : bool
set_failback ( ) : void
set_offline ( ) : void
set_offline_release ( ) : void
set_standby ( ) : void
set_standby_to_device ( string device ) : void
set_standby_traffic_group ( string traffic_groups ) : void
set_standby_traffic_group_to_device ( string traffic_groups, string device ) : void

Method Details

Beginget_failover_mode() public method

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

Beginget_failover_state() public method

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

Beginget_peer_address() public method

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

Beginis_redundant() public method

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

Beginset_failback() public method

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

Beginset_offline() public method

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

Beginset_offline_release() public method

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

Beginset_standby() public method

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

Beginset_standby_to_device() public method

public Beginset_standby_to_device ( string device, System callback, object asyncState ) : System.IAsyncResult
device string
callback System
asyncState object
return System.IAsyncResult

Beginset_standby_traffic_group() public method

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

Beginset_standby_traffic_group_to_device() public method

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

Endget_failover_mode() public method

public Endget_failover_mode ( System asyncResult ) : SystemFailoverFailoverMode
asyncResult System
return SystemFailoverFailoverMode

Endget_failover_state() public method

public Endget_failover_state ( System asyncResult ) : SystemFailoverFailoverState
asyncResult System
return SystemFailoverFailoverState

Endget_peer_address() public method

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

Endget_version() public method

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

Endis_redundant() public method

public Endis_redundant ( System asyncResult ) : bool
asyncResult System
return bool

Endset_failback() public method

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

Endset_offline() public method

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

Endset_offline_release() public method

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

Endset_standby() public method

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

Endset_standby_to_device() public method

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

Endset_standby_traffic_group() public method

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

Endset_standby_traffic_group_to_device() public method

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

SystemFailover() public method

public SystemFailover ( ) : System
return System