Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
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 | |
return | System.IAsyncResult |
public Begincreate ( string endpoints, System callback, object asyncState ) : System.IAsyncResult | ||
endpoints | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_service_chain_endpoints ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_service_chain_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult | ||
endpoints | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_service_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult | ||
endpoints | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
public Beginget_service_endpoint_steering_policy ( string chains, string endpoints, System callback, object asyncState ) : System.IAsyncResult | ||
chains | string | |
endpoints | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_service_endpoints ( string endpoints, System callback, object asyncState ) : System.IAsyncResult | ||
endpoints | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_service_endpoint ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult | ||
endpoints | string | |
service_endpoints | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
public Endadd_service_endpoint ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_service_chain_endpoints ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_service_chain_endpoint ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_service_endpoint ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_service_endpoint_from_vlan ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_service_endpoint_internal_virtual_server ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_service_endpoint_option_type ( System asyncResult ) : PEMServiceChainEndpointServiceOptionType[][] | ||
asyncResult | System | |
return | PEMServiceChainEndpointServiceOptionType[][] |
public Endget_service_endpoint_order ( System asyncResult ) : long[][] | ||
asyncResult | System | |
return | long[][] |
public Endget_service_endpoint_steering_policy ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_service_endpoint_to_endpoint ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_service_endpoints ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_service_endpoint ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_endpoint_from_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_endpoint_internal_virtual_server ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_endpoint_option_type ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_endpoint_order ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_endpoint_steering_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_endpoint_to_endpoint ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |