RegisterCloudVmClusterPkcsDetails

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

Bases: object

Details of registering PKCS11 driver.

Attributes

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

Methods

__init__(**kwargs) Initializes a new RegisterCloudVmClusterPkcsDetails 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 RegisterCloudVmClusterPkcsDetails. 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 RegisterCloudVmClusterPkcsDetails. This constant has a value of “OCI”

__init__(**kwargs)

Initializes a new RegisterCloudVmClusterPkcsDetails 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 RegisterCloudVmClusterPkcsDetails. Allowed values for this property are: “AZURE”, “OCI”
tde_key_store_type

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

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

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