Show / Hide Table of Contents

Class CreateOsnDetails

The Ordering Service Node details to be added

Inheritance
object
CreateOsnDetails
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 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
In this article
Back to top