AutonomousDataWarehouseSummary

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

Bases: object

Deprecated. See autonomous_database() for reference information about Autonomous Databases with the warehouse workload type.

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a AutonomousDataWarehouseSummary.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_AVAILABLE A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_AVAILABLE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_BACKUP_IN_PROGRESS A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_PROVISIONING A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_RESTORE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_SCALE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_STARTING A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_STOPPED A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_STOPPING A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_TERMINATED A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_TERMINATING A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_UNAVAILABLE A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary.
compartment_id [Required] Gets the compartment_id of this AutonomousDataWarehouseSummary.
connection_strings Gets the connection_strings of this AutonomousDataWarehouseSummary.
cpu_core_count [Required] Gets the cpu_core_count of this AutonomousDataWarehouseSummary.
data_storage_size_in_tbs [Required] Gets the data_storage_size_in_tbs of this AutonomousDataWarehouseSummary.
db_name [Required] Gets the db_name of this AutonomousDataWarehouseSummary.
db_version Gets the db_version of this AutonomousDataWarehouseSummary.
defined_tags Gets the defined_tags of this AutonomousDataWarehouseSummary.
display_name Gets the display_name of this AutonomousDataWarehouseSummary.
freeform_tags Gets the freeform_tags of this AutonomousDataWarehouseSummary.
id [Required] Gets the id of this AutonomousDataWarehouseSummary.
license_model Gets the license_model of this AutonomousDataWarehouseSummary.
lifecycle_details Gets the lifecycle_details of this AutonomousDataWarehouseSummary.
lifecycle_state [Required] Gets the lifecycle_state of this AutonomousDataWarehouseSummary.
service_console_url Gets the service_console_url of this AutonomousDataWarehouseSummary.
time_created Gets the time_created of this AutonomousDataWarehouseSummary.

Methods

__init__(**kwargs) Initializes a new AutonomousDataWarehouseSummary object with values from keyword arguments.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

A constant which can be used with the license_model property of a AutonomousDataWarehouseSummary. This constant has a value of “BRING_YOUR_OWN_LICENSE”

LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'

A constant which can be used with the license_model property of a AutonomousDataWarehouseSummary. This constant has a value of “LICENSE_INCLUDED”

LIFECYCLE_STATE_AVAILABLE = 'AVAILABLE'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “AVAILABLE”

LIFECYCLE_STATE_AVAILABLE_NEEDS_ATTENTION = 'AVAILABLE_NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “AVAILABLE_NEEDS_ATTENTION”

LIFECYCLE_STATE_BACKUP_IN_PROGRESS = 'BACKUP_IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “BACKUP_IN_PROGRESS”

LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “PROVISIONING”

LIFECYCLE_STATE_RESTORE_IN_PROGRESS = 'RESTORE_IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “RESTORE_IN_PROGRESS”

LIFECYCLE_STATE_SCALE_IN_PROGRESS = 'SCALE_IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “SCALE_IN_PROGRESS”

LIFECYCLE_STATE_STARTING = 'STARTING'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “STARTING”

LIFECYCLE_STATE_STOPPED = 'STOPPED'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “STOPPED”

LIFECYCLE_STATE_STOPPING = 'STOPPING'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “STOPPING”

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “TERMINATED”

LIFECYCLE_STATE_TERMINATING = 'TERMINATING'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “TERMINATING”

LIFECYCLE_STATE_UNAVAILABLE = 'UNAVAILABLE'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “UNAVAILABLE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a AutonomousDataWarehouseSummary. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new AutonomousDataWarehouseSummary 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 AutonomousDataWarehouseSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this AutonomousDataWarehouseSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousDataWarehouseSummary. Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “STOPPING”, “STOPPED”, “STARTING”, “TERMINATING”, “TERMINATED”, “UNAVAILABLE”, “RESTORE_IN_PROGRESS”, “BACKUP_IN_PROGRESS”, “SCALE_IN_PROGRESS”, “AVAILABLE_NEEDS_ATTENTION”, “UPDATING”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this AutonomousDataWarehouseSummary.
  • db_name (str) – The value to assign to the db_name property of this AutonomousDataWarehouseSummary.
  • cpu_core_count (int) – The value to assign to the cpu_core_count property of this AutonomousDataWarehouseSummary.
  • data_storage_size_in_tbs (int) – The value to assign to the data_storage_size_in_tbs property of this AutonomousDataWarehouseSummary.
  • time_created (datetime) – The value to assign to the time_created property of this AutonomousDataWarehouseSummary.
  • display_name (str) – The value to assign to the display_name property of this AutonomousDataWarehouseSummary.
  • service_console_url (str) – The value to assign to the service_console_url property of this AutonomousDataWarehouseSummary.
  • connection_strings (oci.database.models.AutonomousDataWarehouseConnectionStrings) – The value to assign to the connection_strings property of this AutonomousDataWarehouseSummary.
  • license_model (str) – The value to assign to the license_model property of this AutonomousDataWarehouseSummary. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AutonomousDataWarehouseSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AutonomousDataWarehouseSummary.
  • db_version (str) – The value to assign to the db_version property of this AutonomousDataWarehouseSummary.
compartment_id

[Required] Gets the compartment_id of this AutonomousDataWarehouseSummary. The OCID of the compartment.

Returns:The compartment_id of this AutonomousDataWarehouseSummary.
Return type:str
connection_strings

Gets the connection_strings of this AutonomousDataWarehouseSummary. The connection string used to connect to the Data Warehouse. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Data Warehouse for the password value.

Returns:The connection_strings of this AutonomousDataWarehouseSummary.
Return type:oci.database.models.AutonomousDataWarehouseConnectionStrings
cpu_core_count

[Required] Gets the cpu_core_count of this AutonomousDataWarehouseSummary. The number of CPU cores to be made available to the database.

Returns:The cpu_core_count of this AutonomousDataWarehouseSummary.
Return type:int
data_storage_size_in_tbs

[Required] Gets the data_storage_size_in_tbs of this AutonomousDataWarehouseSummary. The quantity of data in the database, in terabytes.

Returns:The data_storage_size_in_tbs of this AutonomousDataWarehouseSummary.
Return type:int
db_name

[Required] Gets the db_name of this AutonomousDataWarehouseSummary. The database name.

Returns:The db_name of this AutonomousDataWarehouseSummary.
Return type:str
db_version

Gets the db_version of this AutonomousDataWarehouseSummary. A valid Oracle Database version for Autonomous Data Warehouse.

Returns:The db_version of this AutonomousDataWarehouseSummary.
Return type:str
defined_tags

Gets the defined_tags of this AutonomousDataWarehouseSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this AutonomousDataWarehouseSummary.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this AutonomousDataWarehouseSummary. The user-friendly name for the Autonomous Data Warehouse. The name does not have to be unique.

Returns:The display_name of this AutonomousDataWarehouseSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this AutonomousDataWarehouseSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this AutonomousDataWarehouseSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this AutonomousDataWarehouseSummary. The OCID of the Autonomous Data Warehouse.

Returns:The id of this AutonomousDataWarehouseSummary.
Return type:str
license_model

Gets the license_model of this AutonomousDataWarehouseSummary. The Oracle license model that applies to the Oracle Autonomous Data Warehouse. The default is BRING_YOUR_OWN_LICENSE.

Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”

Returns:The license_model of this AutonomousDataWarehouseSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this AutonomousDataWarehouseSummary. Information about the current lifecycle state.

Returns:The lifecycle_details of this AutonomousDataWarehouseSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this AutonomousDataWarehouseSummary. The current state of the database.

Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “STOPPING”, “STOPPED”, “STARTING”, “TERMINATING”, “TERMINATED”, “UNAVAILABLE”, “RESTORE_IN_PROGRESS”, “BACKUP_IN_PROGRESS”, “SCALE_IN_PROGRESS”, “AVAILABLE_NEEDS_ATTENTION”, “UPDATING”

Returns:The lifecycle_state of this AutonomousDataWarehouseSummary.
Return type:str
service_console_url

Gets the service_console_url of this AutonomousDataWarehouseSummary. The URL of the Service Console for the Data Warehouse.

Returns:The service_console_url of this AutonomousDataWarehouseSummary.
Return type:str
time_created

Gets the time_created of this AutonomousDataWarehouseSummary. The date and time the database was created.

Returns:The time_created of this AutonomousDataWarehouseSummary.
Return type:datetime