Show / Hide Table of Contents

Class UpdatePeerDetails

peer to modify ocpu allocation

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

Properties

OcpuAllocationParam

Declaration
[Required(ErrorMessage = "OcpuAllocationParam is required.")]
[JsonProperty(PropertyName = "ocpuAllocationParam")]
public OcpuAllocationNumberParam OcpuAllocationParam { get; set; }
Property Value
Type Description
OcpuAllocationNumberParam
Remarks

Required

In this article
Back to top