BdsMetastoreConfigurationSummary

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

Bases: object

The summary of metastore configuration information.

Methods

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

Attributes

bds_api_key_id Gets the bds_api_key_id of this BdsMetastoreConfigurationSummary.
display_name [Required] Gets the display_name of this BdsMetastoreConfigurationSummary.
id [Required] Gets the id of this BdsMetastoreConfigurationSummary.
lifecycle_state [Required] Gets the lifecycle_state of this BdsMetastoreConfigurationSummary.
metastore_id Gets the metastore_id of this BdsMetastoreConfigurationSummary.
metastore_type [Required] Gets the metastore_type of this BdsMetastoreConfigurationSummary.
time_created [Required] Gets the time_created of this BdsMetastoreConfigurationSummary.
time_updated Gets the time_updated of this BdsMetastoreConfigurationSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this BdsMetastoreConfigurationSummary.
  • display_name (str) – The value to assign to the display_name property of this BdsMetastoreConfigurationSummary.
  • metastore_type (str) – The value to assign to the metastore_type property of this BdsMetastoreConfigurationSummary.
  • metastore_id (str) – The value to assign to the metastore_id property of this BdsMetastoreConfigurationSummary.
  • bds_api_key_id (str) – The value to assign to the bds_api_key_id property of this BdsMetastoreConfigurationSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this BdsMetastoreConfigurationSummary.
  • time_created (datetime) – The value to assign to the time_created property of this BdsMetastoreConfigurationSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this BdsMetastoreConfigurationSummary.
bds_api_key_id

Gets the bds_api_key_id of this BdsMetastoreConfigurationSummary. The ID of BDS API Key used for metastore configuration. Set only if metastore’s type is EXTERNAL.

Returns:The bds_api_key_id of this BdsMetastoreConfigurationSummary.
Return type:str
display_name

[Required] Gets the display_name of this BdsMetastoreConfigurationSummary. The display name of metastore configuration

Returns:The display_name of this BdsMetastoreConfigurationSummary.
Return type:str
id

[Required] Gets the id of this BdsMetastoreConfigurationSummary. The ID of the metastore configuration

Returns:The id of this BdsMetastoreConfigurationSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this BdsMetastoreConfigurationSummary. the lifecycle state of the metastore configuration.

Returns:The lifecycle_state of this BdsMetastoreConfigurationSummary.
Return type:str
metastore_id

Gets the metastore_id of this BdsMetastoreConfigurationSummary. The OCID of the Data Catalog metastore. Set only if metastore’s type is EXTERNAL.

Returns:The metastore_id of this BdsMetastoreConfigurationSummary.
Return type:str
metastore_type

[Required] Gets the metastore_type of this BdsMetastoreConfigurationSummary. The type of the metastore in the metastore configuration.

Returns:The metastore_type of this BdsMetastoreConfigurationSummary.
Return type:str
time_created

[Required] Gets the time_created of this BdsMetastoreConfigurationSummary. The time when the configuration was created, shown as an RFC 3339 formatted datetime string.

Returns:The time_created of this BdsMetastoreConfigurationSummary.
Return type:datetime
time_updated

Gets the time_updated of this BdsMetastoreConfigurationSummary. The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.

Returns:The time_updated of this BdsMetastoreConfigurationSummary.
Return type:datetime