C# Class iControl.PEMServiceChainEndpoint

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Beginadd_service_endpoint() public method

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

Begincreate() public method

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

Begindelete_all_service_chain_endpoints() public method

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

Begindelete_service_chain_endpoint() public method

public Begindelete_service_chain_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_service_endpoint() public method

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

Beginget_service_endpoint_from_vlan() public method

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

Beginget_service_endpoint_internal_virtual_server() public method

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

Beginget_service_endpoint_option_type() public method

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

Beginget_service_endpoint_order() public method

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

Beginget_service_endpoint_steering_policy() public method

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

Beginget_service_endpoint_to_endpoint() public method

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

Beginget_version() public method

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

Beginremove_all_service_endpoints() public method

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

Beginremove_service_endpoint() public method

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

Beginset_service_endpoint_from_vlan() public method

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

Beginset_service_endpoint_internal_virtual_server() public method

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

Beginset_service_endpoint_option_type() public method

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

Beginset_service_endpoint_order() public method

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

Beginset_service_endpoint_steering_policy() public method

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

Beginset_service_endpoint_to_endpoint() public method

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

Endadd_service_endpoint() public method

public Endadd_service_endpoint ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_service_chain_endpoints() public method

public Enddelete_all_service_chain_endpoints ( System asyncResult ) : void
asyncResult System
return void

Enddelete_service_chain_endpoint() public method

public Enddelete_service_chain_endpoint ( System asyncResult ) : void
asyncResult System
return void

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_service_endpoint() public method

public Endget_service_endpoint ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_service_endpoint_from_vlan() public method

public Endget_service_endpoint_from_vlan ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_service_endpoint_internal_virtual_server() public method

public Endget_service_endpoint_internal_virtual_server ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_service_endpoint_option_type() public method

public Endget_service_endpoint_option_type ( System asyncResult ) : PEMServiceChainEndpointServiceOptionType[][]
asyncResult System
return PEMServiceChainEndpointServiceOptionType[][]

Endget_service_endpoint_order() public method

public Endget_service_endpoint_order ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_service_endpoint_steering_policy() public method

public Endget_service_endpoint_steering_policy ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_service_endpoint_to_endpoint() public method

public Endget_service_endpoint_to_endpoint ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endremove_all_service_endpoints() public method

public Endremove_all_service_endpoints ( System asyncResult ) : void
asyncResult System
return void

Endremove_service_endpoint() public method

public Endremove_service_endpoint ( System asyncResult ) : void
asyncResult System
return void

Endset_service_endpoint_from_vlan() public method

public Endset_service_endpoint_from_vlan ( System asyncResult ) : void
asyncResult System
return void

Endset_service_endpoint_internal_virtual_server() public method

public Endset_service_endpoint_internal_virtual_server ( System asyncResult ) : void
asyncResult System
return void

Endset_service_endpoint_option_type() public method

public Endset_service_endpoint_option_type ( System asyncResult ) : void
asyncResult System
return void

Endset_service_endpoint_order() public method

public Endset_service_endpoint_order ( System asyncResult ) : void
asyncResult System
return void

Endset_service_endpoint_steering_policy() public method

public Endset_service_endpoint_steering_policy ( System asyncResult ) : void
asyncResult System
return void

Endset_service_endpoint_to_endpoint() public method

public Endset_service_endpoint_to_endpoint ( System asyncResult ) : void
asyncResult System
return void

PEMServiceChainEndpoint() public method

public PEMServiceChainEndpoint ( ) : System
return System