C# 클래스 iControl.LocalLBProfileDiameterEndpoint

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

공개 메소드들

메소드 설명
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination_host ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination_realm ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_fatal_grace_time ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_fatal_grace_time_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_retransmit_attempts ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_origin_host ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_origin_realm ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_product_name ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_retransmit_delay ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_supported_application_type ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreplace_supported_application_types ( string profile_names, LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence types, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_destination_host ( string profile_names, LocalLBProfileString hosts, System callback, object asyncState ) : System.IAsyncResult
Beginset_destination_realm ( string profile_names, LocalLBProfileString realms, System callback, object asyncState ) : System.IAsyncResult
Beginset_fatal_grace_time ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_fatal_grace_time_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_retransmit_attempts ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_origin_host ( string profile_names, LocalLBProfileString hosts, System callback, object asyncState ) : System.IAsyncResult
Beginset_origin_realm ( string profile_names, LocalLBProfileString realms, System callback, object asyncState ) : System.IAsyncResult
Beginset_product_name ( string profile_names, LocalLBProfileString products, System callback, object asyncState ) : System.IAsyncResult
Beginset_retransmit_delay ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Endget_all_statistics ( System asyncResult ) : LocalLBProfileDiameterEndpointDiameterEndpointProfileStatistics
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_destination_host ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_destination_realm ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_fatal_grace_time ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_fatal_grace_time_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_maximum_retransmit_attempts ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_origin_host ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_origin_realm ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_product_name ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_retransmit_delay ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_statistics ( System asyncResult ) : LocalLBProfileDiameterEndpointDiameterEndpointProfileStatistics
Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
Endget_supported_application_type ( System asyncResult ) : iControl.LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endreplace_supported_application_types ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_destination_host ( System asyncResult ) : void
Endset_destination_realm ( System asyncResult ) : void
Endset_fatal_grace_time ( System asyncResult ) : void
Endset_fatal_grace_time_state ( System asyncResult ) : void
Endset_maximum_retransmit_attempts ( System asyncResult ) : void
Endset_origin_host ( System asyncResult ) : void
Endset_origin_realm ( System asyncResult ) : void
Endset_product_name ( System asyncResult ) : void
Endset_retransmit_delay ( System asyncResult ) : void
LocalLBProfileDiameterEndpoint ( ) : System

비공개 메소드들

메소드 설명
get_all_statistics ( ) : LocalLBProfileDiameterEndpointDiameterEndpointProfileStatistics
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_destination_host ( string profile_names ) : iControl.LocalLBProfileString[]
get_destination_realm ( string profile_names ) : iControl.LocalLBProfileString[]
get_fatal_grace_time ( string profile_names ) : iControl.LocalLBProfileULong[]
get_fatal_grace_time_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_list ( ) : string[]
get_maximum_retransmit_attempts ( string profile_names ) : iControl.LocalLBProfileULong[]
get_origin_host ( string profile_names ) : iControl.LocalLBProfileString[]
get_origin_realm ( string profile_names ) : iControl.LocalLBProfileString[]
get_product_name ( string profile_names ) : iControl.LocalLBProfileString[]
get_retransmit_delay ( string profile_names ) : iControl.LocalLBProfileULong[]
get_statistics ( string profile_names ) : LocalLBProfileDiameterEndpointDiameterEndpointProfileStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : LocalLBProfileStatisticsByVirtual
get_supported_application_type ( string profile_names ) : iControl.LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
replace_supported_application_types ( string profile_names, LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence types ) : void
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_destination_host ( string profile_names, LocalLBProfileString hosts ) : void
set_destination_realm ( string profile_names, LocalLBProfileString realms ) : void
set_fatal_grace_time ( string profile_names, LocalLBProfileULong values ) : void
set_fatal_grace_time_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_maximum_retransmit_attempts ( string profile_names, LocalLBProfileULong values ) : void
set_origin_host ( string profile_names, LocalLBProfileString hosts ) : void
set_origin_realm ( string profile_names, LocalLBProfileString realms ) : void
set_product_name ( string profile_names, LocalLBProfileString products ) : void
set_retransmit_delay ( string profile_names, LocalLBProfileULong values ) : void

메소드 상세

Beginget_all_statistics() 공개 메소드

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

Beginget_default_profile() 공개 메소드

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_destination_host() 공개 메소드

public Beginget_destination_host ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_destination_realm() 공개 메소드

public Beginget_destination_realm ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_fatal_grace_time() 공개 메소드

public Beginget_fatal_grace_time ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_fatal_grace_time_state() 공개 메소드

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

public Beginget_maximum_retransmit_attempts ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_origin_host() 공개 메소드

public Beginget_origin_host ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_origin_realm() 공개 메소드

public Beginget_origin_realm ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_product_name() 공개 메소드

public Beginget_product_name ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_retransmit_delay() 공개 메소드

public Beginget_retransmit_delay ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

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

Beginget_statistics_by_virtual() 공개 메소드

public Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_supported_application_type() 공개 메소드

public Beginget_supported_application_type ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginis_base_profile() 공개 메소드

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_system_profile() 공개 메소드

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreplace_supported_application_types() 공개 메소드

public Beginreplace_supported_application_types ( string profile_names, LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
types LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Beginreset_statistics_by_virtual() 공개 메소드

public Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_profile() 공개 메소드

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_destination_host() 공개 메소드

public Beginset_destination_host ( string profile_names, LocalLBProfileString hosts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
hosts LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_destination_realm() 공개 메소드

public Beginset_destination_realm ( string profile_names, LocalLBProfileString realms, System callback, object asyncState ) : System.IAsyncResult
profile_names string
realms LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_fatal_grace_time() 공개 메소드

public Beginset_fatal_grace_time ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_fatal_grace_time_state() 공개 메소드

public Beginset_fatal_grace_time_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_retransmit_attempts() 공개 메소드

public Beginset_maximum_retransmit_attempts ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_origin_host() 공개 메소드

public Beginset_origin_host ( string profile_names, LocalLBProfileString hosts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
hosts LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_origin_realm() 공개 메소드

public Beginset_origin_realm ( string profile_names, LocalLBProfileString realms, System callback, object asyncState ) : System.IAsyncResult
profile_names string
realms LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_product_name() 공개 메소드

public Beginset_product_name ( string profile_names, LocalLBProfileString products, System callback, object asyncState ) : System.IAsyncResult
profile_names string
products LocalLBProfileString
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_retransmit_delay() 공개 메소드

public Beginset_retransmit_delay ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Endget_all_statistics() 공개 메소드

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

Endget_default_profile() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_destination_host() 공개 메소드

public Endget_destination_host ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_destination_realm() 공개 메소드

public Endget_destination_realm ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_fatal_grace_time() 공개 메소드

public Endget_fatal_grace_time ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
리턴 iControl.LocalLBProfileULong[]

Endget_fatal_grace_time_state() 공개 메소드

public Endget_fatal_grace_time_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
리턴 iControl.LocalLBProfileEnabledState[]

Endget_list() 공개 메소드

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

Endget_maximum_retransmit_attempts() 공개 메소드

public Endget_maximum_retransmit_attempts ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
리턴 iControl.LocalLBProfileULong[]

Endget_origin_host() 공개 메소드

public Endget_origin_host ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_origin_realm() 공개 메소드

public Endget_origin_realm ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_product_name() 공개 메소드

public Endget_product_name ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]

Endget_retransmit_delay() 공개 메소드

public Endget_retransmit_delay ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
리턴 iControl.LocalLBProfileULong[]

Endget_statistics() 공개 메소드

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

Endget_statistics_by_virtual() 공개 메소드

public Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
asyncResult System
리턴 LocalLBProfileStatisticsByVirtual

Endget_supported_application_type() 공개 메소드

public Endget_supported_application_type ( System asyncResult ) : iControl.LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence[]
asyncResult System
리턴 iControl.LocalLBProfileDiameterEndpointProfileDiameterApplicationTypeSequence[]

Endget_version() 공개 메소드

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

Endis_base_profile() 공개 메소드

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endis_system_profile() 공개 메소드

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endreplace_supported_application_types() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endreset_statistics_by_virtual() 공개 메소드

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

Endset_default_profile() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_destination_host() 공개 메소드

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

Endset_destination_realm() 공개 메소드

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

Endset_fatal_grace_time() 공개 메소드

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

Endset_fatal_grace_time_state() 공개 메소드

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

Endset_maximum_retransmit_attempts() 공개 메소드

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

Endset_origin_host() 공개 메소드

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

Endset_origin_realm() 공개 메소드

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

Endset_product_name() 공개 메소드

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

Endset_retransmit_delay() 공개 메소드

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

LocalLBProfileDiameterEndpoint() 공개 메소드

public LocalLBProfileDiameterEndpoint ( ) : System
리턴 System