UnregisterCloudVmClusterPkcsDetails

class oci.database.models.UnregisterCloudVmClusterPkcsDetails(**kwargs)

Bases: object

Details of unregistering PKCS11 driver.

Attributes

TDE_KEY_STORE_TYPE_AZURE A constant which can be used with the tde_key_store_type property of a UnregisterCloudVmClusterPkcsDetails.
TDE_KEY_STORE_TYPE_OCI A constant which can be used with the tde_key_store_type property of a UnregisterCloudVmClusterPkcsDetails.
tde_key_store_type [Required] Gets the tde_key_store_type of this UnregisterCloudVmClusterPkcsDetails.

Methods

__init__(**kwargs) Initializes a new UnregisterCloudVmClusterPkcsDetails object with values from keyword arguments.
TDE_KEY_STORE_TYPE_AZURE = 'AZURE'

A constant which can be used with the tde_key_store_type property of a UnregisterCloudVmClusterPkcsDetails. This constant has a value of “AZURE”

TDE_KEY_STORE_TYPE_OCI = 'OCI'

A constant which can be used with the tde_key_store_type property of a UnregisterCloudVmClusterPkcsDetails. This constant has a value of “OCI”

__init__(**kwargs)

Initializes a new UnregisterCloudVmClusterPkcsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:tde_key_store_type (str) – The value to assign to the tde_key_store_type property of this UnregisterCloudVmClusterPkcsDetails. Allowed values for this property are: “AZURE”, “OCI”
tde_key_store_type

[Required] Gets the tde_key_store_type of this UnregisterCloudVmClusterPkcsDetails. TDE keystore type

Allowed values for this property are: “AZURE”, “OCI”

Returns:The tde_key_store_type of this UnregisterCloudVmClusterPkcsDetails.
Return type:str