Show / Hide Table of Contents

Class PeerRole

Peer role

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

Properties

Role

Declaration
[JsonProperty(PropertyName = "role")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PeerRole.RoleEnum? Role { get; set; }
Property Value
Type Description
PeerRole.RoleEnum?

Peer role names

In this article
Back to top