Class BlockchainPlatformComponentDetails
Blockchain Platform component details.
Inherited Members
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 |