Class ModifyPeerDetails
peer to modify ocpu allocation
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class ModifyPeerDetailsProperties
OcpuAllocationParam
Declaration
[Required(ErrorMessage = "OcpuAllocationParam is required.")]
[JsonProperty(PropertyName = "ocpuAllocationParam")]
public OcpuAllocationNumberParam OcpuAllocationParam { get; set; }Property Value
| Type | Description | 
|---|---|
| OcpuAllocationNumberParam | 
Remarks
Required
PeerName
Declaration
[Required(ErrorMessage = "PeerName is required.")]
[JsonProperty(PropertyName = "peerName")]
public string PeerName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | peer identifier | 
Remarks
Required