Show / Hide Table of Contents

Class BlockchainPlatformComponentDetails

Blockchain Platform component details.

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

Properties

Osns

Declaration
[JsonProperty(PropertyName = "osns")]
public List<Osn> Osns { get; set; }
Property Value
Type Description
List<Osn>

List of OSNs

Peers

Declaration
[JsonProperty(PropertyName = "peers")]
public List<Peer> Peers { get; set; }
Property Value
Type Description
List<Peer>

List of Peers

In this article
Back to top