C# 클래스 iControl.NetworkingiSessionRemoteInterfaceV2

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

공개 메소드들

메소드 설명
Begincreate ( string peers, string addresses, CommonEnabledState enabled, string names, string serverssl, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_UUID ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_behind_nat_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_dedup_cache ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_internal_forwarding ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_management_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_nat_config_status ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_nat_source_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_origin ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_enabled_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_ip_list ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_name ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_routing_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_profile_serverssl ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_tunnel_port ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_behind_nat_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string peers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_internal_forwarding ( string peers, NetworkingiSessionRemoteInterfaceV2InternalForwarding values, System callback, object asyncState ) : System.IAsyncResult
Beginset_management_address ( string peers, string ips, System callback, object asyncState ) : System.IAsyncResult
Beginset_nat_config_status ( string peers, string nat_configs, System callback, object asyncState ) : System.IAsyncResult
Beginset_nat_source_address ( string peers, NetworkingiSessionRemoteInterfaceV2NatSourceAddress nat_states, System callback, object asyncState ) : System.IAsyncResult
Beginset_origin ( string peers, NetworkingiSessionRemoteInterfaceV2OriginState origins, System callback, object asyncState ) : System.IAsyncResult
Beginset_peer_enabled_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_peer_routing_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_profile_serverssl ( string peers, string serverssl, System callback, object asyncState ) : System.IAsyncResult
Beginset_tunnel_port ( string peers, long tunnel_ports, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_peers ( System asyncResult ) : void
Enddelete_peer ( System asyncResult ) : void
Endget_UUID ( System asyncResult ) : iControl.NetworkingUuid_128[]
Endget_address ( System asyncResult ) : string[]
Endget_behind_nat_state ( System asyncResult ) : CommonEnabledState[]
Endget_dedup_cache ( System asyncResult ) : long[]
Endget_description ( System asyncResult ) : string[]
Endget_internal_forwarding ( System asyncResult ) : NetworkingiSessionRemoteInterfaceV2InternalForwarding[]
Endget_list ( System asyncResult ) : string[]
Endget_management_address ( System asyncResult ) : string[]
Endget_nat_config_status ( System asyncResult ) : string[]
Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionRemoteInterfaceV2NatSourceAddress[]
Endget_origin ( System asyncResult ) : NetworkingiSessionRemoteInterfaceV2OriginState[]
Endget_peer_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_peer_ip_list ( System asyncResult ) : string[][]
Endget_peer_name ( System asyncResult ) : string[]
Endget_peer_routing_state ( System asyncResult ) : CommonEnabledState[]
Endget_profile_serverssl ( System asyncResult ) : string[]
Endget_tunnel_port ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endset_behind_nat_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_internal_forwarding ( System asyncResult ) : void
Endset_management_address ( System asyncResult ) : void
Endset_nat_config_status ( System asyncResult ) : void
Endset_nat_source_address ( System asyncResult ) : void
Endset_origin ( System asyncResult ) : void
Endset_peer_enabled_state ( System asyncResult ) : void
Endset_peer_routing_state ( System asyncResult ) : void
Endset_profile_serverssl ( System asyncResult ) : void
Endset_tunnel_port ( System asyncResult ) : void
NetworkingiSessionRemoteInterfaceV2 ( ) : System

비공개 메소드들

메소드 설명
create ( string peers, string addresses, CommonEnabledState enabled, string names, string serverssl ) : void
delete_all_peers ( ) : void
delete_peer ( string peers ) : void
get_UUID ( string peers ) : NetworkingUuid_128[]
get_address ( string peers ) : string[]
get_behind_nat_state ( string peers ) : CommonEnabledState[]
get_dedup_cache ( string peers ) : long[]
get_description ( string peers ) : string[]
get_internal_forwarding ( string peers ) : NetworkingiSessionRemoteInterfaceV2InternalForwarding[]
get_list ( ) : string[]
get_management_address ( string peers ) : string[]
get_nat_config_status ( string peers ) : string[]
get_nat_source_address ( string peers ) : NetworkingiSessionRemoteInterfaceV2NatSourceAddress[]
get_origin ( string peers ) : NetworkingiSessionRemoteInterfaceV2OriginState[]
get_peer_enabled_state ( string peers ) : CommonEnabledState[]
get_peer_ip_list ( string peers ) : string[][]
get_peer_name ( string peers ) : string[]
get_peer_routing_state ( string peers ) : CommonEnabledState[]
get_profile_serverssl ( string peers ) : string[]
get_tunnel_port ( string peers ) : long[]
get_version ( ) : string
set_behind_nat_state ( string peers, CommonEnabledState states ) : void
set_description ( string peers, string descriptions ) : void
set_internal_forwarding ( string peers, NetworkingiSessionRemoteInterfaceV2InternalForwarding values ) : void
set_management_address ( string peers, string ips ) : void
set_nat_config_status ( string peers, string nat_configs ) : void
set_nat_source_address ( string peers, NetworkingiSessionRemoteInterfaceV2NatSourceAddress nat_states ) : void
set_origin ( string peers, NetworkingiSessionRemoteInterfaceV2OriginState origins ) : void
set_peer_enabled_state ( string peers, CommonEnabledState states ) : void
set_peer_routing_state ( string peers, CommonEnabledState states ) : void
set_profile_serverssl ( string peers, string serverssl ) : void
set_tunnel_port ( string peers, long tunnel_ports ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string peers, string addresses, CommonEnabledState enabled, string names, string serverssl, System callback, object asyncState ) : System.IAsyncResult
peers string
addresses string
enabled CommonEnabledState
names string
serverssl string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_peers() 공개 메소드

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

Begindelete_peer() 공개 메소드

public Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_UUID() 공개 메소드

public Beginget_UUID ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_address() 공개 메소드

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

Beginget_behind_nat_state() 공개 메소드

public Beginget_behind_nat_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_dedup_cache() 공개 메소드

public Beginget_dedup_cache ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_internal_forwarding() 공개 메소드

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

public Beginget_management_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_nat_config_status() 공개 메소드

public Beginget_nat_config_status ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_nat_source_address() 공개 메소드

public Beginget_nat_source_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_origin() 공개 메소드

public Beginget_origin ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_peer_enabled_state() 공개 메소드

public Beginget_peer_enabled_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_peer_ip_list() 공개 메소드

public Beginget_peer_ip_list ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_peer_name() 공개 메소드

public Beginget_peer_name ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_peer_routing_state() 공개 메소드

public Beginget_peer_routing_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_profile_serverssl() 공개 메소드

public Beginget_profile_serverssl ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_tunnel_port() 공개 메소드

public Beginget_tunnel_port ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginset_behind_nat_state() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_internal_forwarding() 공개 메소드

public Beginset_internal_forwarding ( string peers, NetworkingiSessionRemoteInterfaceV2InternalForwarding values, System callback, object asyncState ) : System.IAsyncResult
peers string
values NetworkingiSessionRemoteInterfaceV2InternalForwarding
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_management_address() 공개 메소드

public Beginset_management_address ( string peers, string ips, System callback, object asyncState ) : System.IAsyncResult
peers string
ips string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_nat_config_status() 공개 메소드

public Beginset_nat_config_status ( string peers, string nat_configs, System callback, object asyncState ) : System.IAsyncResult
peers string
nat_configs string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_nat_source_address() 공개 메소드

public Beginset_nat_source_address ( string peers, NetworkingiSessionRemoteInterfaceV2NatSourceAddress nat_states, System callback, object asyncState ) : System.IAsyncResult
peers string
nat_states NetworkingiSessionRemoteInterfaceV2NatSourceAddress
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_origin() 공개 메소드

public Beginset_origin ( string peers, NetworkingiSessionRemoteInterfaceV2OriginState origins, System callback, object asyncState ) : System.IAsyncResult
peers string
origins NetworkingiSessionRemoteInterfaceV2OriginState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_peer_enabled_state() 공개 메소드

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

Beginset_peer_routing_state() 공개 메소드

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

Beginset_profile_serverssl() 공개 메소드

public Beginset_profile_serverssl ( string peers, string serverssl, System callback, object asyncState ) : System.IAsyncResult
peers string
serverssl string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_tunnel_port() 공개 메소드

public Beginset_tunnel_port ( string peers, long tunnel_ports, System callback, object asyncState ) : System.IAsyncResult
peers string
tunnel_ports long
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_peers() 공개 메소드

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

Enddelete_peer() 공개 메소드

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

Endget_UUID() 공개 메소드

public Endget_UUID ( System asyncResult ) : iControl.NetworkingUuid_128[]
asyncResult System
리턴 iControl.NetworkingUuid_128[]

Endget_address() 공개 메소드

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

Endget_behind_nat_state() 공개 메소드

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

Endget_dedup_cache() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_internal_forwarding() 공개 메소드

public Endget_internal_forwarding ( System asyncResult ) : NetworkingiSessionRemoteInterfaceV2InternalForwarding[]
asyncResult System
리턴 NetworkingiSessionRemoteInterfaceV2InternalForwarding[]

Endget_list() 공개 메소드

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

Endget_management_address() 공개 메소드

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

Endget_nat_config_status() 공개 메소드

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

Endget_nat_source_address() 공개 메소드

public Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionRemoteInterfaceV2NatSourceAddress[]
asyncResult System
리턴 NetworkingiSessionRemoteInterfaceV2NatSourceAddress[]

Endget_origin() 공개 메소드

public Endget_origin ( System asyncResult ) : NetworkingiSessionRemoteInterfaceV2OriginState[]
asyncResult System
리턴 NetworkingiSessionRemoteInterfaceV2OriginState[]

Endget_peer_enabled_state() 공개 메소드

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

Endget_peer_ip_list() 공개 메소드

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

Endget_peer_name() 공개 메소드

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

Endget_peer_routing_state() 공개 메소드

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

Endget_profile_serverssl() 공개 메소드

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

Endget_tunnel_port() 공개 메소드

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

Endget_version() 공개 메소드

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

Endset_behind_nat_state() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_internal_forwarding() 공개 메소드

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

Endset_management_address() 공개 메소드

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

Endset_nat_config_status() 공개 메소드

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

Endset_nat_source_address() 공개 메소드

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

Endset_origin() 공개 메소드

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

Endset_peer_enabled_state() 공개 메소드

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

Endset_peer_routing_state() 공개 메소드

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

Endset_profile_serverssl() 공개 메소드

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

Endset_tunnel_port() 공개 메소드

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

NetworkingiSessionRemoteInterfaceV2() 공개 메소드

public NetworkingiSessionRemoteInterfaceV2 ( ) : System
리턴 System