C# 클래스 iControl.NetworkingRouteDomain

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginadd_vlan() 공개 메소드

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

Begincreate() 공개 메소드

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

Begindelete_all_route_domains() 공개 메소드

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

Begindelete_route_domain() 공개 메소드

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

Beginget_description() 공개 메소드

public Beginget_description ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_parent_id() 공개 메소드

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

Beginget_strict_state() 공개 메소드

public Beginget_strict_state ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_vlan() 공개 메소드

public Beginget_vlan ( long route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains long
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_vlans() 공개 메소드

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

Beginremove_vlan() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_parent_id() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_strict_state() 공개 메소드

public Beginset_strict_state ( long route_domains, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
route_domains long
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_vlan() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_route_domains() 공개 메소드

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

Enddelete_route_domain() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_parent_id() 공개 메소드

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

Endget_strict_state() 공개 메소드

public Endget_strict_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_version() 공개 메소드

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

Endget_vlan() 공개 메소드

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

Endremove_all_vlans() 공개 메소드

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

Endremove_vlan() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_parent_id() 공개 메소드

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

Endset_strict_state() 공개 메소드

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

NetworkingRouteDomain() 공개 메소드

public NetworkingRouteDomain ( ) : System
리턴 System