C# 클래스 iControl.NetworkingRouteTableV2

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Begincreate_management_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
Begincreate_static_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_management_routes ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_static_routes ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_management_route ( string routes, System callback, object asyncState ) : System.IAsyncResult
Begindelete_static_route ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_dynamic_route ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_dynamic_route_ecmp ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_dynamic_route_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_management_route_description ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_management_route_destination ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_management_route_gateway ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_management_route_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_management_route_mtu ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_management_route_type ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_route_table_metric_statistics_for_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_route_table_metric_statistics_for_mac ( string mac_addresses, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_description ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_destination ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_gateway ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_mtu ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_pool ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_type ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_static_route_vlan ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginreset_all_route_table_metric_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginset_management_route_description ( string routes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_management_route_gateway ( string routes, string gateways, System callback, object asyncState ) : System.IAsyncResult
Beginset_management_route_mtu ( string routes, long mtus, System callback, object asyncState ) : System.IAsyncResult
Beginset_management_route_reject ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginset_static_route_description ( string routes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_static_route_gateway ( string routes, string gateways, System callback, object asyncState ) : System.IAsyncResult
Beginset_static_route_mtu ( string routes, long mtus, System callback, object asyncState ) : System.IAsyncResult
Beginset_static_route_pool ( string routes, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_static_route_reject ( string routes, System callback, object asyncState ) : System.IAsyncResult
Beginset_static_route_vlan ( string routes, string vlans, System callback, object asyncState ) : System.IAsyncResult
Endcreate_management_route ( System asyncResult ) : void
Endcreate_static_route ( System asyncResult ) : void
Enddelete_all_management_routes ( System asyncResult ) : void
Enddelete_all_static_routes ( System asyncResult ) : void
Enddelete_management_route ( System asyncResult ) : void
Enddelete_static_route ( System asyncResult ) : void
Endget_dynamic_route ( System asyncResult ) : NetworkingRouteTableV2DynamicRouteStatistics
Endget_dynamic_route_ecmp ( System asyncResult ) : NetworkingRouteTableV2DynamicRouteECMPStatistics
Endget_dynamic_route_list ( System asyncResult ) : string[]
Endget_management_route_description ( System asyncResult ) : string[]
Endget_management_route_destination ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteDestination[]
Endget_management_route_gateway ( System asyncResult ) : string[]
Endget_management_route_list ( System asyncResult ) : string[]
Endget_management_route_mtu ( System asyncResult ) : long[]
Endget_management_route_type ( System asyncResult ) : NetworkingRouteEntryType[]
Endget_route_table_metric_statistics_for_destination ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]
Endget_route_table_metric_statistics_for_mac ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]
Endget_static_route_description ( System asyncResult ) : string[]
Endget_static_route_destination ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteDestination[]
Endget_static_route_gateway ( System asyncResult ) : string[]
Endget_static_route_list ( System asyncResult ) : string[]
Endget_static_route_mtu ( System asyncResult ) : long[]
Endget_static_route_pool ( System asyncResult ) : string[]
Endget_static_route_type ( System asyncResult ) : NetworkingRouteEntryType[]
Endget_static_route_vlan ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endreset_all_route_table_metric_statistics ( System asyncResult ) : void
Endset_management_route_description ( System asyncResult ) : void
Endset_management_route_gateway ( System asyncResult ) : void
Endset_management_route_mtu ( System asyncResult ) : void
Endset_management_route_reject ( System asyncResult ) : void
Endset_static_route_description ( System asyncResult ) : void
Endset_static_route_gateway ( System asyncResult ) : void
Endset_static_route_mtu ( System asyncResult ) : void
Endset_static_route_pool ( System asyncResult ) : void
Endset_static_route_reject ( System asyncResult ) : void
Endset_static_route_vlan ( System asyncResult ) : void
NetworkingRouteTableV2 ( ) : System

비공개 메소드들

메소드 설명
create_management_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes ) : void
create_static_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes ) : void
delete_all_management_routes ( ) : void
delete_all_static_routes ( ) : void
delete_management_route ( string routes ) : void
delete_static_route ( string routes ) : void
get_dynamic_route ( string routes ) : NetworkingRouteTableV2DynamicRouteStatistics
get_dynamic_route_ecmp ( string routes ) : NetworkingRouteTableV2DynamicRouteECMPStatistics
get_dynamic_route_list ( ) : string[]
get_management_route_description ( string routes ) : string[]
get_management_route_destination ( string routes ) : iControl.NetworkingRouteTableV2RouteDestination[]
get_management_route_gateway ( string routes ) : string[]
get_management_route_list ( ) : string[]
get_management_route_mtu ( string routes ) : long[]
get_management_route_type ( string routes ) : NetworkingRouteEntryType[]
get_route_table_metric_statistics_for_destination ( string destinations ) : iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]
get_route_table_metric_statistics_for_mac ( string mac_addresses ) : iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]
get_static_route_description ( string routes ) : string[]
get_static_route_destination ( string routes ) : iControl.NetworkingRouteTableV2RouteDestination[]
get_static_route_gateway ( string routes ) : string[]
get_static_route_list ( ) : string[]
get_static_route_mtu ( string routes ) : long[]
get_static_route_pool ( string routes ) : string[]
get_static_route_type ( string routes ) : NetworkingRouteEntryType[]
get_static_route_vlan ( string routes ) : string[]
get_version ( ) : string
reset_all_route_table_metric_statistics ( ) : void
set_management_route_description ( string routes, string descriptions ) : void
set_management_route_gateway ( string routes, string gateways ) : void
set_management_route_mtu ( string routes, long mtus ) : void
set_management_route_reject ( string routes ) : void
set_static_route_description ( string routes, string descriptions ) : void
set_static_route_gateway ( string routes, string gateways ) : void
set_static_route_mtu ( string routes, long mtus ) : void
set_static_route_pool ( string routes, string pools ) : void
set_static_route_reject ( string routes ) : void
set_static_route_vlan ( string routes, string vlans ) : void

메소드 상세

Begincreate_management_route() 공개 메소드

public Begincreate_management_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
routes string
destinations NetworkingRouteTableV2RouteDestination
attributes NetworkingRouteTableV2RouteAttribute
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_static_route() 공개 메소드

public Begincreate_static_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
routes string
destinations NetworkingRouteTableV2RouteDestination
attributes NetworkingRouteTableV2RouteAttribute
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_management_routes() 공개 메소드

public Begindelete_all_management_routes ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_static_routes() 공개 메소드

public Begindelete_all_static_routes ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_management_route() 공개 메소드

public Begindelete_management_route ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_static_route() 공개 메소드

public Begindelete_static_route ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_dynamic_route() 공개 메소드

public Beginget_dynamic_route ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_dynamic_route_ecmp() 공개 메소드

public Beginget_dynamic_route_ecmp ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_dynamic_route_list() 공개 메소드

public Beginget_dynamic_route_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_management_route_description() 공개 메소드

public Beginget_management_route_description ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_management_route_destination() 공개 메소드

public Beginget_management_route_destination ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_management_route_gateway() 공개 메소드

public Beginget_management_route_gateway ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_management_route_list() 공개 메소드

public Beginget_management_route_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_management_route_mtu() 공개 메소드

public Beginget_management_route_mtu ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_management_route_type() 공개 메소드

public Beginget_management_route_type ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_route_table_metric_statistics_for_destination() 공개 메소드

public Beginget_route_table_metric_statistics_for_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_route_table_metric_statistics_for_mac() 공개 메소드

public Beginget_route_table_metric_statistics_for_mac ( string mac_addresses, System callback, object asyncState ) : System.IAsyncResult
mac_addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_description() 공개 메소드

public Beginget_static_route_description ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_destination() 공개 메소드

public Beginget_static_route_destination ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_gateway() 공개 메소드

public Beginget_static_route_gateway ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_list() 공개 메소드

public Beginget_static_route_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_mtu() 공개 메소드

public Beginget_static_route_mtu ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_pool() 공개 메소드

public Beginget_static_route_pool ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_type() 공개 메소드

public Beginget_static_route_type ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_static_route_vlan() 공개 메소드

public Beginget_static_route_vlan ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_all_route_table_metric_statistics() 공개 메소드

public Beginreset_all_route_table_metric_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_management_route_description() 공개 메소드

public Beginset_management_route_description ( string routes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
routes string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_management_route_gateway() 공개 메소드

public Beginset_management_route_gateway ( string routes, string gateways, System callback, object asyncState ) : System.IAsyncResult
routes string
gateways string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_management_route_mtu() 공개 메소드

public Beginset_management_route_mtu ( string routes, long mtus, System callback, object asyncState ) : System.IAsyncResult
routes string
mtus long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_management_route_reject() 공개 메소드

public Beginset_management_route_reject ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_static_route_description() 공개 메소드

public Beginset_static_route_description ( string routes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
routes string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_static_route_gateway() 공개 메소드

public Beginset_static_route_gateway ( string routes, string gateways, System callback, object asyncState ) : System.IAsyncResult
routes string
gateways string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_static_route_mtu() 공개 메소드

public Beginset_static_route_mtu ( string routes, long mtus, System callback, object asyncState ) : System.IAsyncResult
routes string
mtus long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_static_route_pool() 공개 메소드

public Beginset_static_route_pool ( string routes, string pools, System callback, object asyncState ) : System.IAsyncResult
routes string
pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_static_route_reject() 공개 메소드

public Beginset_static_route_reject ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_static_route_vlan() 공개 메소드

public Beginset_static_route_vlan ( string routes, string vlans, System callback, object asyncState ) : System.IAsyncResult
routes string
vlans string
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate_management_route() 공개 메소드

public Endcreate_management_route ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate_static_route() 공개 메소드

public Endcreate_static_route ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_management_routes() 공개 메소드

public Enddelete_all_management_routes ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_static_routes() 공개 메소드

public Enddelete_all_static_routes ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_management_route() 공개 메소드

public Enddelete_management_route ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_static_route() 공개 메소드

public Enddelete_static_route ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_dynamic_route() 공개 메소드

Endget_dynamic_route_ecmp() 공개 메소드

public Endget_dynamic_route_ecmp ( System asyncResult ) : NetworkingRouteTableV2DynamicRouteECMPStatistics
asyncResult System
리턴 NetworkingRouteTableV2DynamicRouteECMPStatistics

Endget_dynamic_route_list() 공개 메소드

public Endget_dynamic_route_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_management_route_description() 공개 메소드

public Endget_management_route_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_management_route_destination() 공개 메소드

public Endget_management_route_destination ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteDestination[]
asyncResult System
리턴 iControl.NetworkingRouteTableV2RouteDestination[]

Endget_management_route_gateway() 공개 메소드

public Endget_management_route_gateway ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_management_route_list() 공개 메소드

public Endget_management_route_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_management_route_mtu() 공개 메소드

public Endget_management_route_mtu ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_management_route_type() 공개 메소드

public Endget_management_route_type ( System asyncResult ) : NetworkingRouteEntryType[]
asyncResult System
리턴 NetworkingRouteEntryType[]

Endget_route_table_metric_statistics_for_destination() 공개 메소드

public Endget_route_table_metric_statistics_for_destination ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]
asyncResult System
리턴 iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]

Endget_route_table_metric_statistics_for_mac() 공개 메소드

public Endget_route_table_metric_statistics_for_mac ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]
asyncResult System
리턴 iControl.NetworkingRouteTableV2RouteTableMetricStatistics[]

Endget_static_route_description() 공개 메소드

public Endget_static_route_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_route_destination() 공개 메소드

public Endget_static_route_destination ( System asyncResult ) : iControl.NetworkingRouteTableV2RouteDestination[]
asyncResult System
리턴 iControl.NetworkingRouteTableV2RouteDestination[]

Endget_static_route_gateway() 공개 메소드

public Endget_static_route_gateway ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_route_list() 공개 메소드

public Endget_static_route_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_route_mtu() 공개 메소드

public Endget_static_route_mtu ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_static_route_pool() 공개 메소드

public Endget_static_route_pool ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_route_type() 공개 메소드

public Endget_static_route_type ( System asyncResult ) : NetworkingRouteEntryType[]
asyncResult System
리턴 NetworkingRouteEntryType[]

Endget_static_route_vlan() 공개 메소드

public Endget_static_route_vlan ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endreset_all_route_table_metric_statistics() 공개 메소드

public Endreset_all_route_table_metric_statistics ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_management_route_description() 공개 메소드

public Endset_management_route_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_management_route_gateway() 공개 메소드

public Endset_management_route_gateway ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_management_route_mtu() 공개 메소드

public Endset_management_route_mtu ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_management_route_reject() 공개 메소드

public Endset_management_route_reject ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_route_description() 공개 메소드

public Endset_static_route_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_route_gateway() 공개 메소드

public Endset_static_route_gateway ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_route_mtu() 공개 메소드

public Endset_static_route_mtu ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_route_pool() 공개 메소드

public Endset_static_route_pool ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_route_reject() 공개 메소드

public Endset_static_route_reject ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_route_vlan() 공개 메소드

public Endset_static_route_vlan ( System asyncResult ) : void
asyncResult System
리턴 void

NetworkingRouteTableV2() 공개 메소드

public NetworkingRouteTableV2 ( ) : System
리턴 System