C# 클래스 iControl.NetworkingBWControllerPolicy

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

공개 메소드들

메소드 설명
Beginadd_category_maximum_percentage ( string policies, string categories, long percentages, System callback, object asyncState ) : System.IAsyncResult
Beginadd_category_maximum_rate ( string policies, string categories, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string policies, CommonRateUnit rates, CommonEnabledState states, CommonRateUnit user_rates, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_category ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_category_ip_tos ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_category_link_qos ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_category_maximum_percentage ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_category_maximum_rate ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_dynamic_state ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_ip_tos ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_link_qos ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_period ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_log_publisher ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_rate ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_user_rate ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_user_rate_pps ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_measurement_state ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_categories ( string policies, System callback, object asyncState ) : System.IAsyncResult
Beginremove_category ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginset_category_ip_tos ( string policies, string categories, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_category_link_qos ( string policies, string categories, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_category_maximum_percentage ( string policies, string categories, long percentages, System callback, object asyncState ) : System.IAsyncResult
Beginset_category_maximum_rate ( string policies, string categories, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ip_tos ( string policies, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_link_qos ( string policies, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_period ( string policies, long periods, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_publisher ( string policies, string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_rate ( string policies, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_user_rate ( string policies, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_user_rate_pps ( string policies, CommonULong64 rates, System callback, object asyncState ) : System.IAsyncResult
Beginset_measurement_state ( string policies, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_category_maximum_percentage ( System asyncResult ) : void
Endadd_category_maximum_rate ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_policies ( System asyncResult ) : void
Enddelete_policy ( System asyncResult ) : void
Endget_category ( System asyncResult ) : string[][]
Endget_category_ip_tos ( System asyncResult ) : long[][]
Endget_category_link_qos ( System asyncResult ) : long[][]
Endget_category_maximum_percentage ( System asyncResult ) : long[][]
Endget_category_maximum_rate ( System asyncResult ) : iControl.CommonRateUnit[][]
Endget_description ( System asyncResult ) : string[]
Endget_dynamic_state ( System asyncResult ) : CommonEnabledState[]
Endget_ip_tos ( System asyncResult ) : long[]
Endget_link_qos ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_log_period ( System asyncResult ) : long[]
Endget_log_publisher ( System asyncResult ) : string[]
Endget_maximum_rate ( System asyncResult ) : iControl.CommonRateUnit[]
Endget_maximum_user_rate ( System asyncResult ) : iControl.CommonRateUnit[]
Endget_maximum_user_rate_pps ( System asyncResult ) : iControl.CommonULong64[]
Endget_measurement_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endremove_all_categories ( System asyncResult ) : void
Endremove_category ( System asyncResult ) : void
Endset_category_ip_tos ( System asyncResult ) : void
Endset_category_link_qos ( System asyncResult ) : void
Endset_category_maximum_percentage ( System asyncResult ) : void
Endset_category_maximum_rate ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ip_tos ( System asyncResult ) : void
Endset_link_qos ( System asyncResult ) : void
Endset_log_period ( System asyncResult ) : void
Endset_log_publisher ( System asyncResult ) : void
Endset_maximum_rate ( System asyncResult ) : void
Endset_maximum_user_rate ( System asyncResult ) : void
Endset_maximum_user_rate_pps ( System asyncResult ) : void
Endset_measurement_state ( System asyncResult ) : void
NetworkingBWControllerPolicy ( ) : System

비공개 메소드들

메소드 설명
add_category_maximum_percentage ( string policies, string categories, long percentages ) : void
add_category_maximum_rate ( string policies, string categories, CommonRateUnit rates ) : void
create ( string policies, CommonRateUnit rates, CommonEnabledState states, CommonRateUnit user_rates ) : void
delete_all_policies ( ) : void
delete_policy ( string policies ) : void
get_category ( string policies ) : string[][]
get_category_ip_tos ( string policies, string categories ) : long[][]
get_category_link_qos ( string policies, string categories ) : long[][]
get_category_maximum_percentage ( string policies, string categories ) : long[][]
get_category_maximum_rate ( string policies, string categories ) : iControl.CommonRateUnit[][]
get_description ( string policies ) : string[]
get_dynamic_state ( string policies ) : CommonEnabledState[]
get_ip_tos ( string policies ) : long[]
get_link_qos ( string policies ) : long[]
get_list ( ) : string[]
get_log_period ( string policies ) : long[]
get_log_publisher ( string policies ) : string[]
get_maximum_rate ( string policies ) : iControl.CommonRateUnit[]
get_maximum_user_rate ( string policies ) : iControl.CommonRateUnit[]
get_maximum_user_rate_pps ( string policies ) : iControl.CommonULong64[]
get_measurement_state ( string policies ) : CommonEnabledState[]
get_version ( ) : string
remove_all_categories ( string policies ) : void
remove_category ( string policies, string categories ) : void
set_category_ip_tos ( string policies, string categories, long values ) : void
set_category_link_qos ( string policies, string categories, long values ) : void
set_category_maximum_percentage ( string policies, string categories, long percentages ) : void
set_category_maximum_rate ( string policies, string categories, CommonRateUnit rates ) : void
set_description ( string policies, string descriptions ) : void
set_ip_tos ( string policies, long values ) : void
set_link_qos ( string policies, long values ) : void
set_log_period ( string policies, long periods ) : void
set_log_publisher ( string policies, string publishers ) : void
set_maximum_rate ( string policies, CommonRateUnit rates ) : void
set_maximum_user_rate ( string policies, CommonRateUnit rates ) : void
set_maximum_user_rate_pps ( string policies, CommonULong64 rates ) : void
set_measurement_state ( string policies, CommonEnabledState states ) : void

메소드 상세

Beginadd_category_maximum_percentage() 공개 메소드

public Beginadd_category_maximum_percentage ( string policies, string categories, long percentages, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
percentages long
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_category_maximum_rate() 공개 메소드

public Beginadd_category_maximum_rate ( string policies, string categories, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
rates CommonRateUnit
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string policies, CommonRateUnit rates, CommonEnabledState states, CommonRateUnit user_rates, System callback, object asyncState ) : System.IAsyncResult
policies string
rates CommonRateUnit
states CommonEnabledState
user_rates CommonRateUnit
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_policies() 공개 메소드

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

Begindelete_policy() 공개 메소드

public Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category() 공개 메소드

public Beginget_category ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category_ip_tos() 공개 메소드

public Beginget_category_ip_tos ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category_link_qos() 공개 메소드

public Beginget_category_link_qos ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category_maximum_percentage() 공개 메소드

public Beginget_category_maximum_percentage ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category_maximum_rate() 공개 메소드

public Beginget_category_maximum_rate ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_dynamic_state() 공개 메소드

public Beginget_dynamic_state ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_ip_tos() 공개 메소드

public Beginget_ip_tos ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_link_qos() 공개 메소드

public Beginget_link_qos ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies 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_log_period() 공개 메소드

public Beginget_log_period ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_log_publisher() 공개 메소드

public Beginget_log_publisher ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_maximum_rate() 공개 메소드

public Beginget_maximum_rate ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_maximum_user_rate() 공개 메소드

public Beginget_maximum_user_rate ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_maximum_user_rate_pps() 공개 메소드

public Beginget_maximum_user_rate_pps ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_measurement_state() 공개 메소드

public Beginget_measurement_state ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies 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_categories() 공개 메소드

public Beginremove_all_categories ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_category() 공개 메소드

public Beginremove_category ( string policies, string categories, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_category_ip_tos() 공개 메소드

public Beginset_category_ip_tos ( string policies, string categories, long values, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_category_link_qos() 공개 메소드

public Beginset_category_link_qos ( string policies, string categories, long values, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_category_maximum_percentage() 공개 메소드

public Beginset_category_maximum_percentage ( string policies, string categories, long percentages, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
percentages long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_category_maximum_rate() 공개 메소드

public Beginset_category_maximum_rate ( string policies, string categories, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
rates CommonRateUnit
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_ip_tos() 공개 메소드

public Beginset_ip_tos ( string policies, long values, System callback, object asyncState ) : System.IAsyncResult
policies string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_link_qos() 공개 메소드

public Beginset_link_qos ( string policies, long values, System callback, object asyncState ) : System.IAsyncResult
policies string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_period() 공개 메소드

public Beginset_log_period ( string policies, long periods, System callback, object asyncState ) : System.IAsyncResult
policies string
periods long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_log_publisher() 공개 메소드

public Beginset_log_publisher ( string policies, string publishers, System callback, object asyncState ) : System.IAsyncResult
policies string
publishers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_rate() 공개 메소드

public Beginset_maximum_rate ( string policies, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
policies string
rates CommonRateUnit
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_user_rate() 공개 메소드

public Beginset_maximum_user_rate ( string policies, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
policies string
rates CommonRateUnit
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_user_rate_pps() 공개 메소드

public Beginset_maximum_user_rate_pps ( string policies, CommonULong64 rates, System callback, object asyncState ) : System.IAsyncResult
policies string
rates CommonULong64
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_measurement_state() 공개 메소드

public Beginset_measurement_state ( string policies, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
policies string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_category_maximum_percentage() 공개 메소드

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

Endadd_category_maximum_rate() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_policies() 공개 메소드

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

Enddelete_policy() 공개 메소드

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

Endget_category() 공개 메소드

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

Endget_category_ip_tos() 공개 메소드

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

Endget_category_link_qos() 공개 메소드

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

Endget_category_maximum_percentage() 공개 메소드

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

Endget_category_maximum_rate() 공개 메소드

public Endget_category_maximum_rate ( System asyncResult ) : iControl.CommonRateUnit[][]
asyncResult System
리턴 iControl.CommonRateUnit[][]

Endget_description() 공개 메소드

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

Endget_dynamic_state() 공개 메소드

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

Endget_ip_tos() 공개 메소드

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

Endget_link_qos() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_log_period() 공개 메소드

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

Endget_log_publisher() 공개 메소드

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

Endget_maximum_rate() 공개 메소드

public Endget_maximum_rate ( System asyncResult ) : iControl.CommonRateUnit[]
asyncResult System
리턴 iControl.CommonRateUnit[]

Endget_maximum_user_rate() 공개 메소드

public Endget_maximum_user_rate ( System asyncResult ) : iControl.CommonRateUnit[]
asyncResult System
리턴 iControl.CommonRateUnit[]

Endget_maximum_user_rate_pps() 공개 메소드

public Endget_maximum_user_rate_pps ( System asyncResult ) : iControl.CommonULong64[]
asyncResult System
리턴 iControl.CommonULong64[]

Endget_measurement_state() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_categories() 공개 메소드

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

Endremove_category() 공개 메소드

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

Endset_category_ip_tos() 공개 메소드

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

Endset_category_link_qos() 공개 메소드

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

Endset_category_maximum_percentage() 공개 메소드

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

Endset_category_maximum_rate() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_ip_tos() 공개 메소드

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

Endset_link_qos() 공개 메소드

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

Endset_log_period() 공개 메소드

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

Endset_log_publisher() 공개 메소드

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

Endset_maximum_rate() 공개 메소드

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

Endset_maximum_user_rate() 공개 메소드

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

Endset_maximum_user_rate_pps() 공개 메소드

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

Endset_measurement_state() 공개 메소드

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

NetworkingBWControllerPolicy() 공개 메소드

public NetworkingBWControllerPolicy ( ) : System
리턴 System