C# 클래스 iControl.LocalLBSNATPool

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

공개 메소드들

메소드 설명
Beginadd_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginadd_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult
Begincreate_v2 ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_snat_pools ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_snat_pool ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_member_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_member ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginget_member_v2 ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_members ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginremove_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginremove_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginreset_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string snat_pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_member ( System asyncResult ) : void
Endadd_member_v2 ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Endcreate_v2 ( System asyncResult ) : void
Enddelete_all_snat_pools ( System asyncResult ) : void
Enddelete_snat_pool ( System asyncResult ) : void
Endget_all_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
Endget_all_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_member ( System asyncResult ) : string[][]
Endget_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
Endget_member_v2 ( System asyncResult ) : string[][]
Endget_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics
Endget_version ( System asyncResult ) : string
Endremove_all_members ( System asyncResult ) : void
Endremove_member ( System asyncResult ) : void
Endremove_member_v2 ( System asyncResult ) : void
Endreset_member_statistics ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
LocalLBSNATPool ( ) : System

비공개 메소드들

메소드 설명
add_member ( string snat_pools, string members ) : void
add_member_v2 ( string snat_pools, string members ) : void
create ( string snat_pools, string translation_addresses ) : void
create_v2 ( string snat_pools, string translation_addresses ) : void
delete_all_snat_pools ( ) : void
delete_snat_pool ( string snat_pools ) : void
get_all_member_statistics ( string snat_pools ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
get_all_statistics ( ) : LocalLBSNATPoolSNATPoolStatistics
get_description ( string snat_pools ) : string[]
get_list ( ) : string[]
get_member ( string snat_pools ) : string[][]
get_member_statistics ( string snat_pools, string members ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
get_member_v2 ( string snat_pools ) : string[][]
get_statistics ( string snat_pools ) : LocalLBSNATPoolSNATPoolStatistics
get_version ( ) : string
remove_all_members ( string snat_pools ) : void
remove_member ( string snat_pools, string members ) : void
remove_member_v2 ( string snat_pools, string members ) : void
reset_member_statistics ( string snat_pools, string members ) : void
reset_statistics ( string snat_pools ) : void
set_description ( string snat_pools, string descriptions ) : void

메소드 상세

Beginadd_member() 공개 메소드

public Beginadd_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_member_v2() 공개 메소드

public Beginadd_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
translation_addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_v2() 공개 메소드

public Begincreate_v2 ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
translation_addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_snat_pools() 공개 메소드

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

Begindelete_snat_pool() 공개 메소드

public Begindelete_snat_pool ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_member_statistics() 공개 메소드

public Beginget_all_member_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_statistics() 공개 메소드

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

Beginget_description() 공개 메소드

public Beginget_description ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_member() 공개 메소드

public Beginget_member ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_member_statistics() 공개 메소드

public Beginget_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_member_v2() 공개 메소드

public Beginget_member_v2 ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginremove_all_members() 공개 메소드

public Beginremove_all_members ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_member() 공개 메소드

public Beginremove_member ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_member_v2() 공개 메소드

public Beginremove_member_v2 ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_member_statistics() 공개 메소드

public Beginreset_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

public Beginreset_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Endadd_member() 공개 메소드

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

Endadd_member_v2() 공개 메소드

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

Endcreate() 공개 메소드

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

Endcreate_v2() 공개 메소드

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

Enddelete_all_snat_pools() 공개 메소드

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

Enddelete_snat_pool() 공개 메소드

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

Endget_all_member_statistics() 공개 메소드

public Endget_all_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
asyncResult System
리턴 LocalLBSNATPoolSNATPoolMemberStatistics[]

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics
asyncResult System
리턴 LocalLBSNATPoolSNATPoolStatistics

Endget_description() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_member() 공개 메소드

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

Endget_member_statistics() 공개 메소드

public Endget_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
asyncResult System
리턴 LocalLBSNATPoolSNATPoolMemberStatistics[]

Endget_member_v2() 공개 메소드

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

Endget_statistics() 공개 메소드

public Endget_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics
asyncResult System
리턴 LocalLBSNATPoolSNATPoolStatistics

Endget_version() 공개 메소드

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

Endremove_all_members() 공개 메소드

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

Endremove_member() 공개 메소드

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

Endremove_member_v2() 공개 메소드

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

Endreset_member_statistics() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_description() 공개 메소드

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

LocalLBSNATPool() 공개 메소드

public LocalLBSNATPool ( ) : System
리턴 System