C# Class iControl.NetworkingiSessionAdvertisedRouteV2

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

Public Methods

Method Description
Begincreate ( string subnets, NetworkingiSessionAdvertisedRouteV2RouteDestination destinations, CommonEnabledState states, long metrics, string labels, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_subnets ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_subnet ( string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination ( string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginget_label ( string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_metric ( string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string subnets, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string subnets, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_label ( string subnets, string labels, System callback, object asyncState ) : System.IAsyncResult
Beginset_metric ( string subnets, long metrics, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_subnets ( System asyncResult ) : void
Enddelete_subnet ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_destination ( System asyncResult ) : iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_label ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_metric ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_label ( System asyncResult ) : void
Endset_metric ( System asyncResult ) : void
NetworkingiSessionAdvertisedRouteV2 ( ) : System

Private Methods

Method Description
create ( string subnets, NetworkingiSessionAdvertisedRouteV2RouteDestination destinations, CommonEnabledState states, long metrics, string labels ) : void
delete_all_subnets ( ) : void
delete_subnet ( string subnets ) : void
get_description ( string subnets ) : string[]
get_destination ( string subnets ) : iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[]
get_enabled_state ( string subnets ) : CommonEnabledState[]
get_label ( string subnets ) : string[]
get_list ( ) : string[]
get_metric ( string subnets ) : long[]
get_version ( ) : string
set_description ( string subnets, string descriptions ) : void
set_enabled_state ( string subnets, CommonEnabledState states ) : void
set_label ( string subnets, string labels ) : void
set_metric ( string subnets, long metrics ) : void

Method Details

Begincreate() public method

public Begincreate ( string subnets, NetworkingiSessionAdvertisedRouteV2RouteDestination destinations, CommonEnabledState states, long metrics, string labels, System callback, object asyncState ) : System.IAsyncResult
subnets string
destinations NetworkingiSessionAdvertisedRouteV2RouteDestination
states CommonEnabledState
metrics long
labels string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_subnets() public method

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

Begindelete_subnet() public method

public Begindelete_subnet ( string subnets, System callback, object asyncState ) : System.IAsyncResult
subnets string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_destination() public method

public Beginget_destination ( string subnets, System callback, object asyncState ) : System.IAsyncResult
subnets string
callback System
asyncState object
return System.IAsyncResult

Beginget_enabled_state() public method

public Beginget_enabled_state ( string subnets, System callback, object asyncState ) : System.IAsyncResult
subnets string
callback System
asyncState object
return System.IAsyncResult

Beginget_label() public method

public Beginget_label ( string subnets, System callback, object asyncState ) : System.IAsyncResult
subnets 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_metric() public method

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

Beginset_description() public method

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

Beginset_enabled_state() public method

public Beginset_enabled_state ( string subnets, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
subnets string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_label() public method

public Beginset_label ( string subnets, string labels, System callback, object asyncState ) : System.IAsyncResult
subnets string
labels string
callback System
asyncState object
return System.IAsyncResult

Beginset_metric() public method

public Beginset_metric ( string subnets, long metrics, System callback, object asyncState ) : System.IAsyncResult
subnets string
metrics long
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_subnets() public method

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

Enddelete_subnet() public method

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

Endget_description() public method

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

Endget_destination() public method

public Endget_destination ( System asyncResult ) : iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[]
asyncResult System
return iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[]

Endget_enabled_state() public method

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

Endget_label() public method

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

Endget_list() public method

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

Endget_metric() public method

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

Endget_version() public method

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

Endset_description() public method

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

Endset_enabled_state() public method

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

Endset_label() public method

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

Endset_metric() public method

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

NetworkingiSessionAdvertisedRouteV2() public method

public NetworkingiSessionAdvertisedRouteV2 ( ) : System
return System