ScaleStorageDetails¶
-
class
oci.blockchain.models.
ScaleStorageDetails
(**kwargs)¶ Bases:
object
storage size to increase
Methods
__init__
(**kwargs)Initializes a new ScaleStorageDetails object with values from keyword arguments. Attributes
storage_size_in_tbs
[Required] Gets the storage_size_in_tbs of this ScaleStorageDetails. -
__init__
(**kwargs)¶ Initializes a new ScaleStorageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: storage_size_in_tbs (int) – The value to assign to the storage_size_in_tbs property of this ScaleStorageDetails.
-
storage_size_in_tbs
¶ [Required] Gets the storage_size_in_tbs of this ScaleStorageDetails. Storage size in TBs
Returns: The storage_size_in_tbs of this ScaleStorageDetails. Return type: int
-