ScaledPlatformMeteringPreview¶
-
class
oci.blockchain.models.
ScaledPlatformMeteringPreview
(**kwargs)¶ Bases:
object
Blockchain Platform Metering Preview after Scaling
Methods
__init__
(**kwargs)Initializes a new ScaledPlatformMeteringPreview object with values from keyword arguments. Attributes
extra_storage_metered_units
Gets the extra_storage_metered_units of this ScaledPlatformMeteringPreview. storage_metered_units
Gets the storage_metered_units of this ScaledPlatformMeteringPreview. storage_metered_units_post_scaling
Gets the storage_metered_units_post_scaling of this ScaledPlatformMeteringPreview. total_ocpu_allocation
Gets the total_ocpu_allocation of this ScaledPlatformMeteringPreview. total_ocpu_allocation_post_scaling
Gets the total_ocpu_allocation_post_scaling of this ScaledPlatformMeteringPreview. -
__init__
(**kwargs)¶ Initializes a new ScaledPlatformMeteringPreview object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_ocpu_allocation (float) – The value to assign to the total_ocpu_allocation property of this ScaledPlatformMeteringPreview.
- total_ocpu_allocation_post_scaling (float) – The value to assign to the total_ocpu_allocation_post_scaling property of this ScaledPlatformMeteringPreview.
- storage_metered_units (float) – The value to assign to the storage_metered_units property of this ScaledPlatformMeteringPreview.
- extra_storage_metered_units (float) – The value to assign to the extra_storage_metered_units property of this ScaledPlatformMeteringPreview.
- storage_metered_units_post_scaling (float) – The value to assign to the storage_metered_units_post_scaling property of this ScaledPlatformMeteringPreview.
-
extra_storage_metered_units
¶ Gets the extra_storage_metered_units of this ScaledPlatformMeteringPreview. Extra Storage units required in TBs
Returns: The extra_storage_metered_units of this ScaledPlatformMeteringPreview. Return type: float
-
storage_metered_units
¶ Gets the storage_metered_units of this ScaledPlatformMeteringPreview. Current Storage metered units in TBs
Returns: The storage_metered_units of this ScaledPlatformMeteringPreview. Return type: float
-
storage_metered_units_post_scaling
¶ Gets the storage_metered_units_post_scaling of this ScaledPlatformMeteringPreview. Total Post Scaling Storage metered units in TBs
Returns: The storage_metered_units_post_scaling of this ScaledPlatformMeteringPreview. Return type: float
-
total_ocpu_allocation
¶ Gets the total_ocpu_allocation of this ScaledPlatformMeteringPreview. Number of total OCPU allocation for the blockchain platform
Returns: The total_ocpu_allocation of this ScaledPlatformMeteringPreview. Return type: float
-
total_ocpu_allocation_post_scaling
¶ Gets the total_ocpu_allocation_post_scaling of this ScaledPlatformMeteringPreview. Number of total OCPU allocation for the blockchain platform after Scaling
Returns: The total_ocpu_allocation_post_scaling of this ScaledPlatformMeteringPreview. Return type: float
-