C# Class iControl.PEMServiceChainEndpoint

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.IAsyncResult

Begincreate() public méthode

public Begincreate ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_service_chain_endpoints() public méthode

public Begindelete_all_service_chain_endpoints ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_service_chain_endpoint() public méthode

public Begindelete_service_chain_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_service_endpoint() public méthode

public Beginget_service_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_service_endpoint_from_vlan() public méthode

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
Résultat System.IAsyncResult

Beginget_service_endpoint_internal_virtual_server() public méthode

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
Résultat System.IAsyncResult

Beginget_service_endpoint_option_type() public méthode

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
Résultat System.IAsyncResult

Beginget_service_endpoint_order() public méthode

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
Résultat System.IAsyncResult

Beginget_service_endpoint_steering_policy() public méthode

public Beginget_service_endpoint_steering_policy ( string chains, string endpoints, System callback, object asyncState ) : System.IAsyncResult
chains string
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_service_endpoint_to_endpoint() public méthode

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
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_all_service_endpoints() public méthode

public Beginremove_all_service_endpoints ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_service_endpoint() public méthode

public Beginremove_service_endpoint ( string endpoints, string service_endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_service_endpoint_from_vlan() public méthode

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
Résultat System.IAsyncResult

Beginset_service_endpoint_internal_virtual_server() public méthode

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
Résultat System.IAsyncResult

Beginset_service_endpoint_option_type() public méthode

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
Résultat System.IAsyncResult

Beginset_service_endpoint_order() public méthode

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
Résultat System.IAsyncResult

Beginset_service_endpoint_steering_policy() public méthode

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
Résultat System.IAsyncResult

Beginset_service_endpoint_to_endpoint() public méthode

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
Résultat System.IAsyncResult

Endadd_service_endpoint() public méthode

public Endadd_service_endpoint ( System asyncResult ) : void
asyncResult System
Résultat void

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_service_chain_endpoints() public méthode

public Enddelete_all_service_chain_endpoints ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_service_chain_endpoint() public méthode

public Enddelete_service_chain_endpoint ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_service_endpoint() public méthode

public Endget_service_endpoint ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_service_endpoint_from_vlan() public méthode

public Endget_service_endpoint_from_vlan ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_service_endpoint_internal_virtual_server() public méthode

public Endget_service_endpoint_internal_virtual_server ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_service_endpoint_option_type() public méthode

public Endget_service_endpoint_option_type ( System asyncResult ) : PEMServiceChainEndpointServiceOptionType[][]
asyncResult System
Résultat PEMServiceChainEndpointServiceOptionType[][]

Endget_service_endpoint_order() public méthode

public Endget_service_endpoint_order ( System asyncResult ) : long[][]
asyncResult System
Résultat long[][]

Endget_service_endpoint_steering_policy() public méthode

public Endget_service_endpoint_steering_policy ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_service_endpoint_to_endpoint() public méthode

public Endget_service_endpoint_to_endpoint ( System asyncResult ) : string[][]
asyncResult System
Résultat string[][]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endremove_all_service_endpoints() public méthode

public Endremove_all_service_endpoints ( System asyncResult ) : void
asyncResult System
Résultat void

Endremove_service_endpoint() public méthode

public Endremove_service_endpoint ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_service_endpoint_from_vlan() public méthode

public Endset_service_endpoint_from_vlan ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_service_endpoint_internal_virtual_server() public méthode

public Endset_service_endpoint_internal_virtual_server ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_service_endpoint_option_type() public méthode

public Endset_service_endpoint_option_type ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_service_endpoint_order() public méthode

public Endset_service_endpoint_order ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_service_endpoint_steering_policy() public méthode

public Endset_service_endpoint_steering_policy ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_service_endpoint_to_endpoint() public méthode

public Endset_service_endpoint_to_endpoint ( System asyncResult ) : void
asyncResult System
Résultat void

PEMServiceChainEndpoint() public méthode

public PEMServiceChainEndpoint ( ) : System
Résultat System