Class PeerSummary
Peer summary information for returning in a list.
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class PeerSummaryProperties
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public Peer.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| Peer.LifecycleStateEnum? | The current state of the peer. | 
PeerKey
Declaration
[JsonProperty(PropertyName = "peerKey")]
public string PeerKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Peer identifier |