Show / Hide Table of Contents

Class PeerSummary

Peer summary information for returning in a list.

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

Properties

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

In this article
Back to top