C# 클래스 iControl.SecurityFirewallAddressList

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

공개 메소드들

메소드 설명
Beginadd_address ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginadd_address_range ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
Beginadd_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
Beginadd_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
Begincreate_with_address_range ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
Begincreate_with_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
Begincreate_with_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Begindelete_address_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_address_lists ( System callback, object asyncState ) : System.IAsyncResult
Beginget_address ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_address_description ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginget_address_range ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_address_range_description ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_geo ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_geo_description ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_nested_address_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_nested_address_list_description ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_address ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginremove_address_range ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_address_ranges ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_addresses ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_geos ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_nested_address_lists ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
Beginremove_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Beginset_address_description ( string lists, string addresses, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_address_range_description ( string lists, CommonAddressRange ranges, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_geo_description ( string lists, CommonGeoLocation geos, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_nested_address_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_address ( System asyncResult ) : void
Endadd_address_range ( System asyncResult ) : void
Endadd_geo ( System asyncResult ) : void
Endadd_nested_address_list ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Endcreate_with_address_range ( System asyncResult ) : void
Endcreate_with_geo ( System asyncResult ) : void
Endcreate_with_nested_address_list ( System asyncResult ) : void
Enddelete_address_list ( System asyncResult ) : void
Enddelete_all_address_lists ( System asyncResult ) : void
Endget_address ( System asyncResult ) : string[][]
Endget_address_description ( System asyncResult ) : string[][]
Endget_address_range ( System asyncResult ) : iControl.CommonAddressRange[][]
Endget_address_range_description ( System asyncResult ) : string[][]
Endget_description ( System asyncResult ) : string[]
Endget_geo ( System asyncResult ) : iControl.CommonGeoLocation[][]
Endget_geo_description ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_nested_address_list ( System asyncResult ) : string[][]
Endget_nested_address_list_description ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_address ( System asyncResult ) : void
Endremove_address_range ( System asyncResult ) : void
Endremove_all_address_ranges ( System asyncResult ) : void
Endremove_all_addresses ( System asyncResult ) : void
Endremove_all_geos ( System asyncResult ) : void
Endremove_all_nested_address_lists ( System asyncResult ) : void
Endremove_geo ( System asyncResult ) : void
Endremove_nested_address_list ( System asyncResult ) : void
Endset_address_description ( System asyncResult ) : void
Endset_address_range_description ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_geo_description ( System asyncResult ) : void
Endset_nested_address_list_description ( System asyncResult ) : void
SecurityFirewallAddressList ( ) : System

비공개 메소드들

메소드 설명
add_address ( string lists, string addresses ) : void
add_address_range ( string lists, CommonAddressRange ranges ) : void
add_geo ( string lists, CommonGeoLocation geos ) : void
add_nested_address_list ( string lists, string nested_lists ) : void
create ( string lists, string addresses ) : void
create_with_address_range ( string lists, CommonAddressRange ranges ) : void
create_with_geo ( string lists, CommonGeoLocation geos ) : void
create_with_nested_address_list ( string lists, string nested_lists ) : void
delete_address_list ( string lists ) : void
delete_all_address_lists ( ) : void
get_address ( string lists ) : string[][]
get_address_description ( string lists, string addresses ) : string[][]
get_address_range ( string lists ) : iControl.CommonAddressRange[][]
get_address_range_description ( string lists, CommonAddressRange ranges ) : string[][]
get_description ( string lists ) : string[]
get_geo ( string lists ) : iControl.CommonGeoLocation[][]
get_geo_description ( string lists, CommonGeoLocation geos ) : string[][]
get_list ( ) : string[]
get_nested_address_list ( string lists ) : string[][]
get_nested_address_list_description ( string lists, string nested_lists ) : string[][]
get_version ( ) : string
remove_address ( string lists, string addresses ) : void
remove_address_range ( string lists, CommonAddressRange ranges ) : void
remove_all_address_ranges ( string lists ) : void
remove_all_addresses ( string lists ) : void
remove_all_geos ( string lists ) : void
remove_all_nested_address_lists ( string lists ) : void
remove_geo ( string lists, CommonGeoLocation geos ) : void
remove_nested_address_list ( string lists, string nested_lists ) : void
set_address_description ( string lists, string addresses, string descriptions ) : void
set_address_range_description ( string lists, CommonAddressRange ranges, string descriptions ) : void
set_description ( string lists, string descriptions ) : void
set_geo_description ( string lists, CommonGeoLocation geos, string descriptions ) : void
set_nested_address_list_description ( string lists, string nested_lists, string descriptions ) : void

메소드 상세

Beginadd_address() 공개 메소드

public Beginadd_address ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
lists string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_address_range() 공개 메소드

public Beginadd_address_range ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
lists string
ranges CommonAddressRange
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_geo() 공개 메소드

public Beginadd_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
lists string
geos CommonGeoLocation
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_nested_address_list() 공개 메소드

public Beginadd_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
lists string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_with_address_range() 공개 메소드

public Begincreate_with_address_range ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
lists string
ranges CommonAddressRange
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_with_geo() 공개 메소드

public Begincreate_with_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
lists string
geos CommonGeoLocation
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_with_nested_address_list() 공개 메소드

public Begincreate_with_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_address_list() 공개 메소드

public Begindelete_address_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_address_lists() 공개 메소드

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

Beginget_address() 공개 메소드

public Beginget_address ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_address_description() 공개 메소드

public Beginget_address_description ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
lists string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_address_range() 공개 메소드

public Beginget_address_range ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_address_range_description() 공개 메소드

public Beginget_address_range_description ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
lists string
ranges CommonAddressRange
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_geo() 공개 메소드

public Beginget_geo ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_geo_description() 공개 메소드

public Beginget_geo_description ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
lists string
geos CommonGeoLocation
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_nested_address_list() 공개 메소드

public Beginget_nested_address_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_nested_address_list_description() 공개 메소드

public Beginget_nested_address_list_description ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists 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_address() 공개 메소드

public Beginremove_address ( string lists, string addresses, System callback, object asyncState ) : System.IAsyncResult
lists string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_address_range() 공개 메소드

public Beginremove_address_range ( string lists, CommonAddressRange ranges, System callback, object asyncState ) : System.IAsyncResult
lists string
ranges CommonAddressRange
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_address_ranges() 공개 메소드

public Beginremove_all_address_ranges ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_addresses() 공개 메소드

public Beginremove_all_addresses ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_geos() 공개 메소드

public Beginremove_all_geos ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_nested_address_lists() 공개 메소드

public Beginremove_all_nested_address_lists ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_geo() 공개 메소드

public Beginremove_geo ( string lists, CommonGeoLocation geos, System callback, object asyncState ) : System.IAsyncResult
lists string
geos CommonGeoLocation
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_nested_address_list() 공개 메소드

public Beginremove_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_address_description() 공개 메소드

public Beginset_address_description ( string lists, string addresses, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
addresses string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_address_range_description() 공개 메소드

public Beginset_address_range_description ( string lists, CommonAddressRange ranges, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
ranges CommonAddressRange
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_geo_description() 공개 메소드

public Beginset_geo_description ( string lists, CommonGeoLocation geos, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
geos CommonGeoLocation
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_nested_address_list_description() 공개 메소드

public Beginset_nested_address_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_address() 공개 메소드

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

Endadd_address_range() 공개 메소드

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

Endadd_geo() 공개 메소드

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

Endadd_nested_address_list() 공개 메소드

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

Endcreate() 공개 메소드

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

Endcreate_with_address_range() 공개 메소드

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

Endcreate_with_geo() 공개 메소드

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

Endcreate_with_nested_address_list() 공개 메소드

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

Enddelete_address_list() 공개 메소드

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

Enddelete_all_address_lists() 공개 메소드

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

Endget_address() 공개 메소드

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

Endget_address_description() 공개 메소드

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

Endget_address_range() 공개 메소드

public Endget_address_range ( System asyncResult ) : iControl.CommonAddressRange[][]
asyncResult System
리턴 iControl.CommonAddressRange[][]

Endget_address_range_description() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_geo() 공개 메소드

public Endget_geo ( System asyncResult ) : iControl.CommonGeoLocation[][]
asyncResult System
리턴 iControl.CommonGeoLocation[][]

Endget_geo_description() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_nested_address_list() 공개 메소드

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

Endget_nested_address_list_description() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_address() 공개 메소드

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

Endremove_address_range() 공개 메소드

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

Endremove_all_address_ranges() 공개 메소드

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

Endremove_all_addresses() 공개 메소드

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

Endremove_all_geos() 공개 메소드

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

Endremove_all_nested_address_lists() 공개 메소드

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

Endremove_geo() 공개 메소드

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

Endremove_nested_address_list() 공개 메소드

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

Endset_address_description() 공개 메소드

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

Endset_address_range_description() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_geo_description() 공개 메소드

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

Endset_nested_address_list_description() 공개 메소드

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

SecurityFirewallAddressList() 공개 메소드

public SecurityFirewallAddressList ( ) : System
리턴 System