UpdateStorageDetailsParams¶
-
class
oci.psql.models.UpdateStorageDetailsParams(**kwargs)¶ Bases:
objectStorage details of the database system.
Methods
__init__(**kwargs)Initializes a new UpdateStorageDetailsParams object with values from keyword arguments. Attributes
iopsGets the iops of this UpdateStorageDetailsParams. kms_key_idGets the kms_key_id 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.
- kms_key_id (str) – The value to assign to the kms_key_id 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
-
kms_key_id¶ Gets the kms_key_id of this UpdateStorageDetailsParams. The OCID of the Vault service key to assign as the master encryption key for the database system.
Returns: The kms_key_id of this UpdateStorageDetailsParams. Return type: str
-