Class UpdateOsnDetails
OSN attributes that can be updated.
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class UpdateOsnDetails
Properties
OcpuAllocationParam
Declaration
[Required(ErrorMessage = "OcpuAllocationParam is required.")]
[JsonProperty(PropertyName = "ocpuAllocationParam")]
public OcpuAllocationNumberParam OcpuAllocationParam { get; set; }
Property Value
Type | Description |
---|---|
OcpuAllocationNumberParam |
Remarks
Required