TestBdsMetastoreConfigurationDetails

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

Bases: object

The reqeust body when testing a BDS metastore configuration

Methods

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

Attributes

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

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

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

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

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