System::CryptoServer¶
Introduced : BIG-IP_v11.6.0
The CryptoServer interface enables a user to manage remote crypto
servers. A crypto server provides an interface through which
cryptographic services can be delivered to remote clients. Generally
this is beneficial when the server uses hardware acceleration to
perform the services faster than if it was done locally on the client.
Methods¶
Method | Description | Introduced |
add_client_address | Adds allowed client IP addresses/subnets to the specified crypto servers. | BIG-IP_v11.6.0 |
add_profile | Adds ClientSSL and TCP profiles to the specified crypto servers. See LocalLB::ProfileClientSSL or LocalLB::ProfileTCP for more details. | BIG-IP_v11.6.0 |
create | Creates the specified crypto servers. | BIG-IP_v11.6.0 |
delete_all_servers | Deletes all crypto servers. | BIG-IP_v11.6.0 |
delete_server | Deletes the specified crypto servers. | BIG-IP_v11.6.0 |
get_address | Gets the IP address for the specified crypto servers. | BIG-IP_v11.6.0 |
get_all_statistics | Gets the statistics for all crypto servers. | BIG-IP_v11.6.0 |
get_client_address | Gets the list of allowed client IP addresses/subnets for the specified crypto servers. The servers will only accept clients that match an entry on their respective allowed client addresses list. | BIG-IP_v11.6.0 |
get_list | Gets the list of all crypto servers. | BIG-IP_v11.6.0 |
get_port | Gets the port number for the specified crypto servers. | BIG-IP_v11.6.0 |
get_profile | Gets the list of profiles for the specified crypto servers. | BIG-IP_v11.6.0 |
get_statistics | Gets the statistics for the specified crypto servers. | BIG-IP_v11.6.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.6.0 |
remove_all_client_addresses | Removes all client IP addresses from the specified crypto servers. | BIG-IP_v11.6.0 |
remove_all_profiles | Removes all profiles from the specified crypto servers. | BIG-IP_v11.6.0 |
remove_client_address | Removes client IP addresses from the specified crypto servers. | BIG-IP_v11.6.0 |
remove_profile | Removes profiles from the specified crypto servers. | BIG-IP_v11.6.0 |
reset_statistics | Resets the statistics for the specified crypto servers. | BIG-IP_v11.6.0 |
set_address | Sets the IP address for the specified crypto servers. | BIG-IP_v11.6.0 |
set_port | Sets the port number for the specified crypto servers. | BIG-IP_v11.6.0 |
Structures¶
Structure
Description
A struct that describes statistics for a crypto server.
A struct that describes crypto server statistics and timestamp.
Aliases¶
Alias | Type | Description |
CryptoServerStatisticEntrySequence | CryptoServerStatisticEntry [] | A sequence of crypto server statistics. |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.