C# 클래스 iControl.PEMServiceChainEndpoint

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

공개 메소드들

메소드 설명
Beginadd_service_endpoint ( string endpoints, string service_endpoints, string vlans, string to_endpoints, long orders, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_service_chain_endpoints ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_service_chain_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint_from_vlan ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint_internal_virtual_server ( string chains, string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint_option_type ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint_order ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint_steering_policy ( string chains, string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_service_endpoint_to_endpoint ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_service_endpoints ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginremove_service_endpoint ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_endpoint_from_vlan ( string endpoints, string service_endpoints, string vlans, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_endpoint_internal_virtual_server ( string chains, string endpoints, string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_endpoint_option_type ( string endpoints, string service_endpoints, PEMServiceChainEndpointServiceOptionType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_endpoint_order ( string endpoints, string service_endpoints, long orders, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_endpoint_steering_policy ( string chains, string endpoints, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_service_endpoint_to_endpoint ( string endpoints, string service_endpoints, string to_endpoints, System callback, object asyncState ) : System.IAsyncResult
Endadd_service_endpoint ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_service_chain_endpoints ( System asyncResult ) : void
Enddelete_service_chain_endpoint ( System asyncResult ) : void
Endget_list ( System asyncResult ) : string[]
Endget_service_endpoint ( System asyncResult ) : string[][]
Endget_service_endpoint_from_vlan ( System asyncResult ) : string[][]
Endget_service_endpoint_internal_virtual_server ( System asyncResult ) : string[][]
Endget_service_endpoint_option_type ( System asyncResult ) : PEMServiceChainEndpointServiceOptionType[][]
Endget_service_endpoint_order ( System asyncResult ) : long[][]
Endget_service_endpoint_steering_policy ( System asyncResult ) : string[][]
Endget_service_endpoint_to_endpoint ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_all_service_endpoints ( System asyncResult ) : void
Endremove_service_endpoint ( System asyncResult ) : void
Endset_service_endpoint_from_vlan ( System asyncResult ) : void
Endset_service_endpoint_internal_virtual_server ( System asyncResult ) : void
Endset_service_endpoint_option_type ( System asyncResult ) : void
Endset_service_endpoint_order ( System asyncResult ) : void
Endset_service_endpoint_steering_policy ( System asyncResult ) : void
Endset_service_endpoint_to_endpoint ( System asyncResult ) : void
PEMServiceChainEndpoint ( ) : System

비공개 메소드들

메소드 설명
add_service_endpoint ( string endpoints, string service_endpoints, string vlans, string to_endpoints, long orders ) : void
create ( string endpoints ) : void
delete_all_service_chain_endpoints ( ) : void
delete_service_chain_endpoint ( string endpoints ) : void
get_list ( ) : string[]
get_service_endpoint ( string endpoints ) : string[][]
get_service_endpoint_from_vlan ( string endpoints, string service_endpoints ) : string[][]
get_service_endpoint_internal_virtual_server ( string chains, string endpoints ) : string[][]
get_service_endpoint_option_type ( string endpoints, string service_endpoints ) : PEMServiceChainEndpointServiceOptionType[][]
get_service_endpoint_order ( string endpoints, string service_endpoints ) : long[][]
get_service_endpoint_steering_policy ( string chains, string endpoints ) : string[][]
get_service_endpoint_to_endpoint ( string endpoints, string service_endpoints ) : string[][]
get_version ( ) : string
remove_all_service_endpoints ( string endpoints ) : void
remove_service_endpoint ( string endpoints, string service_endpoints ) : void
set_service_endpoint_from_vlan ( string endpoints, string service_endpoints, string vlans ) : void
set_service_endpoint_internal_virtual_server ( string chains, string endpoints, string virtual_servers ) : void
set_service_endpoint_option_type ( string endpoints, string service_endpoints, PEMServiceChainEndpointServiceOptionType types ) : void
set_service_endpoint_order ( string endpoints, string service_endpoints, long orders ) : void
set_service_endpoint_steering_policy ( string chains, string endpoints, string values ) : void
set_service_endpoint_to_endpoint ( string endpoints, string service_endpoints, string to_endpoints ) : void

메소드 상세

Beginadd_service_endpoint() 공개 메소드

public Beginadd_service_endpoint ( string endpoints, string service_endpoints, string vlans, string to_endpoints, long orders, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
vlans string
to_endpoints string
orders long
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_service_chain_endpoints() 공개 메소드

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

Begindelete_service_chain_endpoint() 공개 메소드

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

public Beginget_service_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_service_endpoint_from_vlan() 공개 메소드

public Beginget_service_endpoint_from_vlan ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_service_endpoint_internal_virtual_server() 공개 메소드

public Beginget_service_endpoint_internal_virtual_server ( string chains, string endpoints, System callback, object asyncState ) : System.IAsyncResult
chains string
endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_service_endpoint_option_type() 공개 메소드

public Beginget_service_endpoint_option_type ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_service_endpoint_order() 공개 메소드

public Beginget_service_endpoint_order ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_service_endpoint_steering_policy() 공개 메소드

public Beginget_service_endpoint_steering_policy ( string chains, string endpoints, System callback, object asyncState ) : System.IAsyncResult
chains string
endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_service_endpoint_to_endpoint() 공개 메소드

public Beginget_service_endpoint_to_endpoint ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints 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_service_endpoints() 공개 메소드

public Beginremove_all_service_endpoints ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_service_endpoint() 공개 메소드

public Beginremove_service_endpoint ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_service_endpoint_from_vlan() 공개 메소드

public Beginset_service_endpoint_from_vlan ( string endpoints, string service_endpoints, string vlans, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
vlans string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_service_endpoint_internal_virtual_server() 공개 메소드

public Beginset_service_endpoint_internal_virtual_server ( string chains, string endpoints, string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
chains string
endpoints string
virtual_servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_service_endpoint_option_type() 공개 메소드

public Beginset_service_endpoint_option_type ( string endpoints, string service_endpoints, PEMServiceChainEndpointServiceOptionType types, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
types PEMServiceChainEndpointServiceOptionType
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_service_endpoint_order() 공개 메소드

public Beginset_service_endpoint_order ( string endpoints, string service_endpoints, long orders, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
orders long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_service_endpoint_steering_policy() 공개 메소드

public Beginset_service_endpoint_steering_policy ( string chains, string endpoints, string values, System callback, object asyncState ) : System.IAsyncResult
chains string
endpoints string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_service_endpoint_to_endpoint() 공개 메소드

public Beginset_service_endpoint_to_endpoint ( string endpoints, string service_endpoints, string to_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
to_endpoints string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_service_endpoint() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_service_chain_endpoints() 공개 메소드

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

Enddelete_service_chain_endpoint() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_service_endpoint() 공개 메소드

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

Endget_service_endpoint_from_vlan() 공개 메소드

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

Endget_service_endpoint_internal_virtual_server() 공개 메소드

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

Endget_service_endpoint_option_type() 공개 메소드

public Endget_service_endpoint_option_type ( System asyncResult ) : PEMServiceChainEndpointServiceOptionType[][]
asyncResult System
리턴 PEMServiceChainEndpointServiceOptionType[][]

Endget_service_endpoint_order() 공개 메소드

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

Endget_service_endpoint_steering_policy() 공개 메소드

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

Endget_service_endpoint_to_endpoint() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_service_endpoints() 공개 메소드

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

Endremove_service_endpoint() 공개 메소드

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

Endset_service_endpoint_from_vlan() 공개 메소드

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

Endset_service_endpoint_internal_virtual_server() 공개 메소드

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

Endset_service_endpoint_option_type() 공개 메소드

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

Endset_service_endpoint_order() 공개 메소드

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

Endset_service_endpoint_steering_policy() 공개 메소드

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

Endset_service_endpoint_to_endpoint() 공개 메소드

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

PEMServiceChainEndpoint() 공개 메소드

public PEMServiceChainEndpoint ( ) : System
리턴 System