C# Class iControl.LocalLBSNATPool

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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Beginadd_member() public method

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

Beginadd_member_v2() public method

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

Begincreate() public method

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

Begincreate_v2() public method

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
return System.IAsyncResult

Begindelete_all_snat_pools() public method

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

Begindelete_snat_pool() public method

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

Beginget_all_member_statistics() public method

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

Beginget_all_statistics() public method

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

Beginget_description() public method

public Beginget_description ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools 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_member() public method

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

Beginget_member_statistics() public method

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

Beginget_member_v2() public method

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

Beginget_statistics() public method

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

Beginremove_all_members() public method

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

Beginremove_member() public method

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

Beginremove_member_v2() public method

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

Beginreset_member_statistics() public method

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

Beginreset_statistics() public method

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

Beginset_description() public method

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

Endadd_member() public method

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

Endadd_member_v2() public method

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

Endcreate() public method

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

Endcreate_v2() public method

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

Enddelete_all_snat_pools() public method

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

Enddelete_snat_pool() public method

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

Endget_all_member_statistics() public method

public Endget_all_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
asyncResult System
return LocalLBSNATPoolSNATPoolMemberStatistics[]

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics
asyncResult System
return LocalLBSNATPoolSNATPoolStatistics

Endget_description() public method

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

Endget_list() public method

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

Endget_member() public method

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

Endget_member_statistics() public method

public Endget_member_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolMemberStatistics[]
asyncResult System
return LocalLBSNATPoolSNATPoolMemberStatistics[]

Endget_member_v2() public method

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

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : LocalLBSNATPoolSNATPoolStatistics
asyncResult System
return LocalLBSNATPoolSNATPoolStatistics

Endget_version() public method

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

Endremove_all_members() public method

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

Endremove_member() public method

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

Endremove_member_v2() public method

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

Endreset_member_statistics() public method

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

Endreset_statistics() public method

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

Endset_description() public method

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

LocalLBSNATPool() public method

public LocalLBSNATPool ( ) : System
return System