Class ScaledPlatformMeteringPreview
Blockchain Platform Metering Preview after Scaling
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class ScaledPlatformMeteringPreviewProperties
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 |