Class CreateOsnDetails
The Ordering Service Node details to be added
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class CreateOsnDetails
Properties
Ad
Declaration
[Required(ErrorMessage = "Ad is required.")]
[JsonProperty(PropertyName = "ad")]
[JsonConverter(typeof(StringEnumConverter))]
public AvailabilityDomain.AdsEnum? Ad { get; set; }
Property Value
Type | Description |
---|---|
AvailabilityDomain.AdsEnum? | Availability Domain to place new OSN |
Remarks
Required
OcpuAllocationParam
Declaration
[JsonProperty(PropertyName = "ocpuAllocationParam")]
public OcpuAllocationNumberParam OcpuAllocationParam { get; set; }
Property Value
Type | Description |
---|---|
OcpuAllocationNumberParam |