Module tls_activations_api

Module tls_activations_api 

Source

Structs§

CreateTlsActivationParams
struct for passing parameters to the method create_tls_activation
DeleteTlsActivationParams
struct for passing parameters to the method delete_tls_activation
GetTlsActivationParams
struct for passing parameters to the method get_tls_activation
ListTlsActivationsParams
struct for passing parameters to the method list_tls_activations
UpdateTlsActivationParams
struct for passing parameters to the method update_tls_activation

Enums§

CreateTlsActivationError
struct for typed errors of method create_tls_activation
DeleteTlsActivationError
struct for typed errors of method delete_tls_activation
GetTlsActivationError
struct for typed errors of method get_tls_activation
ListTlsActivationsError
struct for typed errors of method list_tls_activations
UpdateTlsActivationError
struct for typed errors of method update_tls_activation

Functions§

create_tls_activation
Enable TLS for a particular TLS domain and certificate combination. These relationships must be specified to create the TLS activation.
delete_tls_activation
Disable TLS on the domain associated with this TLS activation.
get_tls_activation
Show a TLS activation.
list_tls_activations
List all TLS activations.
update_tls_activation
Update the certificate used to terminate TLS traffic for the domain associated with this TLS activation.