Show / Hide Table of Contents

Class ScaledPlatformMeteringPreview

Blockchain Platform Metering Preview after Scaling

Inheritance
object
ScaledPlatformMeteringPreview
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class ScaledPlatformMeteringPreview

Properties

ExtraStorageMeteredUnits

Declaration
[JsonProperty(PropertyName = "extraStorageMeteredUnits")]
public double ExtraStorageMeteredUnits { get; set; }
Property Value
Type Description
double

Extra Storage units required in TBs

StorageMeteredUnits

Declaration
[JsonProperty(PropertyName = "storageMeteredUnits")]
public double StorageMeteredUnits { get; set; }
Property Value
Type Description
double

Current Storage metered units in TBs

StorageMeteredUnitsPostScaling

Declaration
[JsonProperty(PropertyName = "storageMeteredUnitsPostScaling")]
public double StorageMeteredUnitsPostScaling { get; set; }
Property Value
Type Description
double

Total Post Scaling Storage metered units in TBs

TotalOcpuAllocation

Declaration
[JsonProperty(PropertyName = "totalOcpuAllocation")]
public float? TotalOcpuAllocation { get; set; }
Property Value
Type Description
float?

Number of total OCPU allocation for the blockchain platform

TotalOcpuAllocationPostScaling

Declaration
[JsonProperty(PropertyName = "totalOcpuAllocationPostScaling")]
public float? TotalOcpuAllocationPostScaling { get; set; }
Property Value
Type Description
float?

Number of total OCPU allocation for the blockchain platform after Scaling

In this article
Back to top