Show / Hide Table of Contents

Class ReplicaDetails

Number of replicas of service components like Rest Proxy, CA and Console

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

Properties

CaCount

Declaration
[JsonProperty(PropertyName = "caCount")]
public int? CaCount { get; set; }
Property Value
Type Description
int?

Number of CA replicas

ConsoleCount

Declaration
[JsonProperty(PropertyName = "consoleCount")]
public int? ConsoleCount { get; set; }
Property Value
Type Description
int?

Number of console replicas

ProxyCount

Declaration
[JsonProperty(PropertyName = "proxyCount")]
public int? ProxyCount { get; set; }
Property Value
Type Description
int?

Number of REST proxy replicas

In this article
Back to top