DbSystemSummary¶
-
class
oci.psql.models.
DbSystemSummary
(**kwargs)¶ Bases:
object
Summary information about a database system.
Methods
__init__
(**kwargs)Initializes a new DbSystemSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this DbSystemSummary. config_id
Gets the config_id of this DbSystemSummary. db_version
[Required] Gets the db_version of this DbSystemSummary. defined_tags
[Required] Gets the defined_tags of this DbSystemSummary. display_name
[Required] Gets the display_name of this DbSystemSummary. freeform_tags
[Required] Gets the freeform_tags of this DbSystemSummary. id
[Required] Gets the id of this DbSystemSummary. instance_count
[Required] Gets the instance_count of this DbSystemSummary. instance_memory_size_in_gbs
[Required] Gets the instance_memory_size_in_gbs of this DbSystemSummary. instance_ocpu_count
[Required] Gets the instance_ocpu_count of this DbSystemSummary. lifecycle_details
Gets the lifecycle_details of this DbSystemSummary. lifecycle_state
[Required] Gets the lifecycle_state of this DbSystemSummary. shape
Gets the shape of this DbSystemSummary. system_tags
Gets the system_tags of this DbSystemSummary. system_type
[Required] Gets the system_type of this DbSystemSummary. time_created
[Required] Gets the time_created of this DbSystemSummary. time_updated
Gets the time_updated of this DbSystemSummary. -
__init__
(**kwargs)¶ Initializes a new DbSystemSummary 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 DbSystemSummary.
- display_name (str) – The value to assign to the display_name property of this DbSystemSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this DbSystemSummary.
- time_created (datetime) – The value to assign to the time_created property of this DbSystemSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DbSystemSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this DbSystemSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this DbSystemSummary.
- system_type (str) – The value to assign to the system_type property of this DbSystemSummary.
- instance_count (int) – The value to assign to the instance_count property of this DbSystemSummary.
- shape (str) – The value to assign to the shape property of this DbSystemSummary.
- instance_ocpu_count (int) – The value to assign to the instance_ocpu_count property of this DbSystemSummary.
- instance_memory_size_in_gbs (int) – The value to assign to the instance_memory_size_in_gbs property of this DbSystemSummary.
- db_version (str) – The value to assign to the db_version property of this DbSystemSummary.
- config_id (str) – The value to assign to the config_id property of this DbSystemSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DbSystemSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DbSystemSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DbSystemSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this DbSystemSummary. The OCID of the compartment that contains the database system.
Returns: The compartment_id of this DbSystemSummary. Return type: str
-
config_id
¶ Gets the config_id of this DbSystemSummary. The OCID of the configuration associated with the database system.
Returns: The config_id of this DbSystemSummary. Return type: str
-
db_version
¶ [Required] Gets the db_version of this DbSystemSummary. Version of database system software.
Returns: The db_version of this DbSystemSummary. Return type: str
[Required] Gets the defined_tags of this DbSystemSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this DbSystemSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this DbSystemSummary. A user-friendly display name for the database system. Avoid entering confidential information.
Returns: The display_name of this DbSystemSummary. Return type: str
[Required] Gets the freeform_tags of this DbSystemSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this DbSystemSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this DbSystemSummary. A unique identifier for the database system. Immutable on creation.
Returns: The id of this DbSystemSummary. Return type: str
-
instance_count
¶ [Required] Gets the instance_count of this DbSystemSummary. Count of database instances, or nodes, in the database system.
Returns: The instance_count of this DbSystemSummary. Return type: int
-
instance_memory_size_in_gbs
¶ [Required] Gets the instance_memory_size_in_gbs of this DbSystemSummary. The total amount of memory available to each database instance node, in gigabytes.
Returns: The instance_memory_size_in_gbs of this DbSystemSummary. Return type: int
-
instance_ocpu_count
¶ [Required] Gets the instance_ocpu_count of this DbSystemSummary. The total number of OCPUs available to each database instance node.
Returns: The instance_ocpu_count of this DbSystemSummary. Return type: int
-
lifecycle_details
¶ Gets the lifecycle_details of this DbSystemSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this DbSystemSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this DbSystemSummary. The current state of the database system.
Returns: The lifecycle_state of this DbSystemSummary. Return type: str
-
shape
¶ Gets the shape of this DbSystemSummary. The name of the shape for the database instance node. Example: VM.Standard.E4.Flex
Returns: The shape of this DbSystemSummary. Return type: str
Gets the system_tags of this DbSystemSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this DbSystemSummary. Return type: dict(str, dict(str, object))
-
system_type
¶ [Required] Gets the system_type of this DbSystemSummary. Type of the database system.
Returns: The system_type of this DbSystemSummary. Return type: str
-