UpdateStorageDetailsParams¶
-
class
oci.psql.models.
UpdateStorageDetailsParams
(**kwargs)¶ Bases:
object
Storage details of the database system.
Methods
__init__
(**kwargs)Initializes a new UpdateStorageDetailsParams object with values from keyword arguments. Attributes
iops
Gets the iops of this UpdateStorageDetailsParams. -
__init__
(**kwargs)¶ Initializes a new UpdateStorageDetailsParams object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: iops (int) – The value to assign to the iops property of this UpdateStorageDetailsParams.
-
iops
¶ Gets the iops of this UpdateStorageDetailsParams. Guaranteed input/output storage requests per second (IOPS) available to the database system. Only valid for OCI_OPTIMIZED_STORAGE database system type.
Returns: The iops of this UpdateStorageDetailsParams. Return type: int
-