ActivateBdsMetastoreConfigurationDetails

class oci.bds.models.ActivateBdsMetastoreConfigurationDetails(**kwargs)

Bases: object

The reqeust body when activating a BDS metastore configuration

Methods

__init__(**kwargs) Initializes a new ActivateBdsMetastoreConfigurationDetails object with values from keyword arguments.

Attributes

bds_api_key_passphrase Gets the bds_api_key_passphrase of this ActivateBdsMetastoreConfigurationDetails.
cluster_admin_password [Required] Gets the cluster_admin_password of this ActivateBdsMetastoreConfigurationDetails.
__init__(**kwargs)

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

Parameters:
  • bds_api_key_passphrase (str) – The value to assign to the bds_api_key_passphrase property of this ActivateBdsMetastoreConfigurationDetails.
  • cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this ActivateBdsMetastoreConfigurationDetails.
bds_api_key_passphrase

Gets the bds_api_key_passphrase of this ActivateBdsMetastoreConfigurationDetails. Base-64 encoded passphrase of the BDS Api Key. Set only if metastore’s type is EXTERNAL.

Returns:The bds_api_key_passphrase of this ActivateBdsMetastoreConfigurationDetails.
Return type:str
cluster_admin_password

[Required] Gets the cluster_admin_password of this ActivateBdsMetastoreConfigurationDetails. Base-64 encoded password for the cluster admin user.

Returns:The cluster_admin_password of this ActivateBdsMetastoreConfigurationDetails.
Return type:str