DbSystemComputePerformanceSummary

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

Bases: object

Representation of disk performance detail parameters.

Methods

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

Attributes

compute_performance_list [Required] Gets the compute_performance_list of this DbSystemComputePerformanceSummary.
shape [Required] Gets the shape of this DbSystemComputePerformanceSummary.
__init__(**kwargs)

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

Parameters:
  • shape (str) – The value to assign to the shape property of this DbSystemComputePerformanceSummary.
  • compute_performance_list (list[oci.database.models.ComputePerformanceSummary]) – The value to assign to the compute_performance_list property of this DbSystemComputePerformanceSummary.
compute_performance_list

[Required] Gets the compute_performance_list of this DbSystemComputePerformanceSummary. List of Compute performance details for the specified DB system shape.

Returns:The compute_performance_list of this DbSystemComputePerformanceSummary.
Return type:list[oci.database.models.ComputePerformanceSummary]
shape

[Required] Gets the shape of this DbSystemComputePerformanceSummary. The shape of the DB system.

Returns:The shape of this DbSystemComputePerformanceSummary.
Return type:str