StoragePerformanceDetails¶
-
class
oci.database.models.
StoragePerformanceDetails
(**kwargs)¶ Bases:
object
Representation of storage performance detail parameters.
Methods
__init__
(**kwargs)Initializes a new StoragePerformanceDetails object with values from keyword arguments. Attributes
balanced_disk_performance
[Required] Gets the balanced_disk_performance of this StoragePerformanceDetails. high_disk_performance
[Required] Gets the high_disk_performance of this StoragePerformanceDetails. size_in_gbs
[Required] Gets the size_in_gbs of this StoragePerformanceDetails. -
__init__
(**kwargs)¶ Initializes a new StoragePerformanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - size_in_gbs (int) – The value to assign to the size_in_gbs property of this StoragePerformanceDetails.
- balanced_disk_performance (oci.database.models.DiskPerformanceDetails) – The value to assign to the balanced_disk_performance property of this StoragePerformanceDetails.
- high_disk_performance (oci.database.models.DiskPerformanceDetails) – The value to assign to the high_disk_performance property of this StoragePerformanceDetails.
-
balanced_disk_performance
¶ [Required] Gets the balanced_disk_performance of this StoragePerformanceDetails.
Returns: The balanced_disk_performance of this StoragePerformanceDetails. Return type: oci.database.models.DiskPerformanceDetails
-
high_disk_performance
¶ [Required] Gets the high_disk_performance of this StoragePerformanceDetails.
Returns: The high_disk_performance of this StoragePerformanceDetails. Return type: oci.database.models.DiskPerformanceDetails
-
size_in_gbs
¶ [Required] Gets the size_in_gbs of this StoragePerformanceDetails. Size in GBs.
Returns: The size_in_gbs of this StoragePerformanceDetails. Return type: int
-