C# Class iControl.NetworkingRouteDomain

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

Public Methods

Method Description
Beginadd_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_route_domains ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_route_domain ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_parent_id ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
Beginget_strict_state ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_vlan ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_vlans ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
Beginremove_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( long route_domains, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_parent_id ( long route_domains, long parent_ids, System callback, object asyncState ) : System.IAsyncResult
Beginset_strict_state ( long route_domains, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_vlan ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_route_domains ( System asyncResult ) : void
Enddelete_route_domain ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : long[]
Endget_parent_id ( System asyncResult ) : long[]
Endget_strict_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_vlan ( System asyncResult ) : string[][]
Endremove_all_vlans ( System asyncResult ) : void
Endremove_vlan ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_parent_id ( System asyncResult ) : void
Endset_strict_state ( System asyncResult ) : void
NetworkingRouteDomain ( ) : System

Private Methods

Method Description
add_vlan ( long route_domains, string vlans ) : void
create ( long route_domains, string vlans ) : void
delete_all_route_domains ( ) : void
delete_route_domain ( long route_domains ) : void
get_description ( long route_domains ) : string[]
get_list ( ) : long[]
get_parent_id ( long route_domains ) : long[]
get_strict_state ( long route_domains ) : CommonEnabledState[]
get_version ( ) : string
get_vlan ( long route_domains ) : string[][]
remove_all_vlans ( long route_domains ) : void
remove_vlan ( long route_domains, string vlans ) : void
set_description ( long route_domains, string descriptions ) : void
set_parent_id ( long route_domains, long parent_ids ) : void
set_strict_state ( long route_domains, CommonEnabledState states ) : void

Method Details

Beginadd_vlan() public method

public Beginadd_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult
route_domains long
vlans string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult
route_domains long
vlans string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_route_domains() public method

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

Begindelete_route_domain() public method

public Begindelete_route_domain ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
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_parent_id() public method

public Beginget_parent_id ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
callback System
asyncState object
return System.IAsyncResult

Beginget_strict_state() public method

public Beginget_strict_state ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains 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 route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_vlans() public method

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

Beginremove_vlan() public method

public Beginremove_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult
route_domains long
vlans string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_parent_id() public method

public Beginset_parent_id ( long route_domains, long parent_ids, System callback, object asyncState ) : System.IAsyncResult
route_domains long
parent_ids long
callback System
asyncState object
return System.IAsyncResult

Beginset_strict_state() public method

public Beginset_strict_state ( long route_domains, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
route_domains long
states CommonEnabledState
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_route_domains() public method

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

Enddelete_route_domain() public method

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

Endget_description() public method

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

Endget_list() public method

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

Endget_parent_id() public method

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

Endget_strict_state() public method

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

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

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

Endset_parent_id() public method

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

Endset_strict_state() public method

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

NetworkingRouteDomain() public method

public NetworkingRouteDomain ( ) : System
return System