DbSystemStoragePerformanceSummary

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

Bases: object

Representation of storage performance summary per shapeType .

Attributes

SHAPE_TYPE_AMD A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary.
SHAPE_TYPE_AMPERE_FLEX_A1 A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary.
SHAPE_TYPE_INTEL A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary.
SHAPE_TYPE_INTEL_FLEX_X9 A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary.
data_storage_performance_list [Required] Gets the data_storage_performance_list of this DbSystemStoragePerformanceSummary.
reco_storage_performance_list [Required] Gets the reco_storage_performance_list of this DbSystemStoragePerformanceSummary.
shape_type [Required] Gets the shape_type of this DbSystemStoragePerformanceSummary.

Methods

__init__(**kwargs) Initializes a new DbSystemStoragePerformanceSummary object with values from keyword arguments.
SHAPE_TYPE_AMD = 'AMD'

A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary. This constant has a value of “AMD”

SHAPE_TYPE_AMPERE_FLEX_A1 = 'AMPERE_FLEX_A1'

A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary. This constant has a value of “AMPERE_FLEX_A1”

SHAPE_TYPE_INTEL = 'INTEL'

A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary. This constant has a value of “INTEL”

SHAPE_TYPE_INTEL_FLEX_X9 = 'INTEL_FLEX_X9'

A constant which can be used with the shape_type property of a DbSystemStoragePerformanceSummary. This constant has a value of “INTEL_FLEX_X9”

__init__(**kwargs)

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

Parameters:
  • shape_type (str) – The value to assign to the shape_type property of this DbSystemStoragePerformanceSummary. Allowed values for this property are: “AMD”, “INTEL”, “INTEL_FLEX_X9”, “AMPERE_FLEX_A1”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • data_storage_performance_list (list[oci.database.models.StoragePerformanceDetails]) – The value to assign to the data_storage_performance_list property of this DbSystemStoragePerformanceSummary.
  • reco_storage_performance_list (list[oci.database.models.StoragePerformanceDetails]) – The value to assign to the reco_storage_performance_list property of this DbSystemStoragePerformanceSummary.
data_storage_performance_list

[Required] Gets the data_storage_performance_list of this DbSystemStoragePerformanceSummary. List of storage performance for the DATA disks

Returns:The data_storage_performance_list of this DbSystemStoragePerformanceSummary.
Return type:list[oci.database.models.StoragePerformanceDetails]
reco_storage_performance_list

[Required] Gets the reco_storage_performance_list of this DbSystemStoragePerformanceSummary. List of storage performance for the RECO disks

Returns:The reco_storage_performance_list of this DbSystemStoragePerformanceSummary.
Return type:list[oci.database.models.StoragePerformanceDetails]
shape_type

[Required] Gets the shape_type of this DbSystemStoragePerformanceSummary. ShapeType of the DbSystems INTEL , AMD, INTEL_FLEX_X9 or AMPERE_FLEX_A1

Allowed values for this property are: “AMD”, “INTEL”, “INTEL_FLEX_X9”, “AMPERE_FLEX_A1”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The shape_type of this DbSystemStoragePerformanceSummary.
Return type:str