C# 클래스 iControl.NetworkingTrunk

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

공개 메소드들

메소드 설명
Beginadd_interface ( string trunks, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string trunks, bool lacp_states, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_trunks ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_trunk ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_active_lacp_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_configured_member_count ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_distribution_hash_option ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_lacp_enabled_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_lacp_timeout_option ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_link_selection_policy ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_media_speed ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_media_status ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_operational_member_count ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_qinq_ether_type ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_stp_enabled_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_stp_protocol_detection_reset_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_interfaces ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginremove_interface ( string trunks, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string trunks, System callback, object asyncState ) : System.IAsyncResult
Beginset_active_lacp_state ( string trunks, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string trunks, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_distribution_hash_option ( string trunks, NetworkingTrunkDistributionHashOption hashing_options, System callback, object asyncState ) : System.IAsyncResult
Beginset_lacp_enabled_state ( string trunks, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_lacp_timeout_option ( string trunks, NetworkingTrunkLACPTimeoutOption timeout_options, System callback, object asyncState ) : System.IAsyncResult
Beginset_link_selection_policy ( string trunks, NetworkingTrunkLinkSelectionPolicy policies, System callback, object asyncState ) : System.IAsyncResult
Beginset_qinq_ether_type ( string trunks, string ether_types, System callback, object asyncState ) : System.IAsyncResult
Beginset_stp_enabled_state ( string trunks, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_stp_protocol_detection_reset_state ( string trunks, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_interface ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_trunks ( System asyncResult ) : void
Enddelete_trunk ( System asyncResult ) : void
Endget_active_lacp_state ( System asyncResult ) : CommonEnabledState[]
Endget_all_statistics ( System asyncResult ) : NetworkingTrunkTrunkStatistics
Endget_configured_member_count ( System asyncResult ) : long[]
Endget_description ( System asyncResult ) : string[]
Endget_distribution_hash_option ( System asyncResult ) : NetworkingTrunkDistributionHashOption[]
Endget_interface ( System asyncResult ) : string[][]
Endget_lacp_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_lacp_timeout_option ( System asyncResult ) : NetworkingTrunkLACPTimeoutOption[]
Endget_link_selection_policy ( System asyncResult ) : NetworkingTrunkLinkSelectionPolicy[]
Endget_list ( System asyncResult ) : string[]
Endget_media_speed ( System asyncResult ) : long[]
Endget_media_status ( System asyncResult ) : NetworkingMediaStatus[]
Endget_operational_member_count ( System asyncResult ) : long[]
Endget_qinq_ether_type ( System asyncResult ) : string[]
Endget_statistics ( System asyncResult ) : NetworkingTrunkTrunkStatistics
Endget_stp_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_stp_protocol_detection_reset_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endremove_all_interfaces ( System asyncResult ) : void
Endremove_interface ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_active_lacp_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_distribution_hash_option ( System asyncResult ) : void
Endset_lacp_enabled_state ( System asyncResult ) : void
Endset_lacp_timeout_option ( System asyncResult ) : void
Endset_link_selection_policy ( System asyncResult ) : void
Endset_qinq_ether_type ( System asyncResult ) : void
Endset_stp_enabled_state ( System asyncResult ) : void
Endset_stp_protocol_detection_reset_state ( System asyncResult ) : void
NetworkingTrunk ( ) : System

비공개 메소드들

메소드 설명
add_interface ( string trunks, string interfaces ) : void
create ( string trunks, bool lacp_states, string interfaces ) : void
delete_all_trunks ( ) : void
delete_trunk ( string trunks ) : void
get_active_lacp_state ( string trunks ) : CommonEnabledState[]
get_all_statistics ( ) : NetworkingTrunkTrunkStatistics
get_configured_member_count ( string trunks ) : long[]
get_description ( string trunks ) : string[]
get_distribution_hash_option ( string trunks ) : NetworkingTrunkDistributionHashOption[]
get_interface ( string trunks ) : string[][]
get_lacp_enabled_state ( string trunks ) : CommonEnabledState[]
get_lacp_timeout_option ( string trunks ) : NetworkingTrunkLACPTimeoutOption[]
get_link_selection_policy ( string trunks ) : NetworkingTrunkLinkSelectionPolicy[]
get_list ( ) : string[]
get_media_speed ( string trunks ) : long[]
get_media_status ( string trunks ) : NetworkingMediaStatus[]
get_operational_member_count ( string trunks ) : long[]
get_qinq_ether_type ( string trunks ) : string[]
get_statistics ( string trunks ) : NetworkingTrunkTrunkStatistics
get_stp_enabled_state ( string trunks ) : CommonEnabledState[]
get_stp_protocol_detection_reset_state ( string trunks ) : CommonEnabledState[]
get_version ( ) : string
remove_all_interfaces ( string trunks ) : void
remove_interface ( string trunks, string interfaces ) : void
reset_statistics ( string trunks ) : void
set_active_lacp_state ( string trunks, CommonEnabledState states ) : void
set_description ( string trunks, string descriptions ) : void
set_distribution_hash_option ( string trunks, NetworkingTrunkDistributionHashOption hashing_options ) : void
set_lacp_enabled_state ( string trunks, CommonEnabledState states ) : void
set_lacp_timeout_option ( string trunks, NetworkingTrunkLACPTimeoutOption timeout_options ) : void
set_link_selection_policy ( string trunks, NetworkingTrunkLinkSelectionPolicy policies ) : void
set_qinq_ether_type ( string trunks, string ether_types ) : void
set_stp_enabled_state ( string trunks, CommonEnabledState states ) : void
set_stp_protocol_detection_reset_state ( string trunks, CommonEnabledState states ) : void

메소드 상세

Beginadd_interface() 공개 메소드

public Beginadd_interface ( string trunks, string interfaces, System callback, object asyncState ) : System.IAsyncResult
trunks string
interfaces string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string trunks, bool lacp_states, string interfaces, System callback, object asyncState ) : System.IAsyncResult
trunks string
lacp_states bool
interfaces string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_trunks() 공개 메소드

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

Begindelete_trunk() 공개 메소드

public Begindelete_trunk ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_active_lacp_state() 공개 메소드

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

public Beginget_configured_member_count ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_distribution_hash_option() 공개 메소드

public Beginget_distribution_hash_option ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_interface() 공개 메소드

public Beginget_interface ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_lacp_enabled_state() 공개 메소드

public Beginget_lacp_enabled_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_lacp_timeout_option() 공개 메소드

public Beginget_lacp_timeout_option ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_link_selection_policy() 공개 메소드

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

public Beginget_media_speed ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_media_status() 공개 메소드

public Beginget_media_status ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_operational_member_count() 공개 메소드

public Beginget_operational_member_count ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_qinq_ether_type() 공개 메소드

public Beginget_qinq_ether_type ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

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

Beginget_stp_enabled_state() 공개 메소드

public Beginget_stp_enabled_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_stp_protocol_detection_reset_state() 공개 메소드

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

public Beginremove_all_interfaces ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_interface() 공개 메소드

public Beginremove_interface ( string trunks, string interfaces, System callback, object asyncState ) : System.IAsyncResult
trunks string
interfaces string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Beginset_active_lacp_state() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_distribution_hash_option() 공개 메소드

public Beginset_distribution_hash_option ( string trunks, NetworkingTrunkDistributionHashOption hashing_options, System callback, object asyncState ) : System.IAsyncResult
trunks string
hashing_options NetworkingTrunkDistributionHashOption
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_lacp_enabled_state() 공개 메소드

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

Beginset_lacp_timeout_option() 공개 메소드

public Beginset_lacp_timeout_option ( string trunks, NetworkingTrunkLACPTimeoutOption timeout_options, System callback, object asyncState ) : System.IAsyncResult
trunks string
timeout_options NetworkingTrunkLACPTimeoutOption
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_link_selection_policy() 공개 메소드

public Beginset_link_selection_policy ( string trunks, NetworkingTrunkLinkSelectionPolicy policies, System callback, object asyncState ) : System.IAsyncResult
trunks string
policies NetworkingTrunkLinkSelectionPolicy
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_qinq_ether_type() 공개 메소드

public Beginset_qinq_ether_type ( string trunks, string ether_types, System callback, object asyncState ) : System.IAsyncResult
trunks string
ether_types string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_stp_enabled_state() 공개 메소드

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

Beginset_stp_protocol_detection_reset_state() 공개 메소드

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

Endadd_interface() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_trunks() 공개 메소드

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

Enddelete_trunk() 공개 메소드

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

Endget_active_lacp_state() 공개 메소드

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

Endget_all_statistics() 공개 메소드

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

Endget_configured_member_count() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_distribution_hash_option() 공개 메소드

public Endget_distribution_hash_option ( System asyncResult ) : NetworkingTrunkDistributionHashOption[]
asyncResult System
리턴 NetworkingTrunkDistributionHashOption[]

Endget_interface() 공개 메소드

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

Endget_lacp_enabled_state() 공개 메소드

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

Endget_lacp_timeout_option() 공개 메소드

public Endget_lacp_timeout_option ( System asyncResult ) : NetworkingTrunkLACPTimeoutOption[]
asyncResult System
리턴 NetworkingTrunkLACPTimeoutOption[]

Endget_link_selection_policy() 공개 메소드

public Endget_link_selection_policy ( System asyncResult ) : NetworkingTrunkLinkSelectionPolicy[]
asyncResult System
리턴 NetworkingTrunkLinkSelectionPolicy[]

Endget_list() 공개 메소드

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

Endget_media_speed() 공개 메소드

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

Endget_media_status() 공개 메소드

public Endget_media_status ( System asyncResult ) : NetworkingMediaStatus[]
asyncResult System
리턴 NetworkingMediaStatus[]

Endget_operational_member_count() 공개 메소드

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

Endget_qinq_ether_type() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_stp_enabled_state() 공개 메소드

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

Endget_stp_protocol_detection_reset_state() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_interfaces() 공개 메소드

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

Endremove_interface() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_active_lacp_state() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_distribution_hash_option() 공개 메소드

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

Endset_lacp_enabled_state() 공개 메소드

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

Endset_lacp_timeout_option() 공개 메소드

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

Endset_link_selection_policy() 공개 메소드

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

Endset_qinq_ether_type() 공개 메소드

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

Endset_stp_enabled_state() 공개 메소드

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

Endset_stp_protocol_detection_reset_state() 공개 메소드

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

NetworkingTrunk() 공개 메소드

public NetworkingTrunk ( ) : System
리턴 System