Class ReplicaDetails
Number of replicas of service components like Rest Proxy, CA and Console
Inherited Members
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  |