Show / Hide Table of Contents

Class OcpuAllocationNumberParam

OCPU allocation parameter

Inheritance
object
OcpuAllocationNumberParam
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 OcpuAllocationNumberParam

Properties

OcpuAllocationNumber

Declaration
[Required(ErrorMessage = "OcpuAllocationNumber is required.")]
[JsonProperty(PropertyName = "ocpuAllocationNumber")]
public float? OcpuAllocationNumber { get; set; }
Property Value
Type Description
float?

Number of OCPU allocation

Remarks

Required

In this article
Back to top