models_v2.request_to_enable_disable_a_list_of_ciphers module

class models_v2.request_to_enable_disable_a_list_of_ciphers.RequestToEnableDisableAListOfCiphers(enable=None, ciphers=None)[source]

Bases: object

Implementation of the ‘Request to enable/disable a list of ciphers.’ model.

Specifies ciphers to enable/disable on the cluster.

Attributes:
enable (bool): If true, the ciphers passed in will be enabled on the

cluster and all other ciphers will be disabled. If false, the ciphers specified will be disabled and all other ciphers on the cluster will be enabled.

ciphers (list of string): Specifies a list of ciphers to

enable/disable on the cluster.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.