C# Класс iControl.PEMServiceChainEndpoint

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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