ReplicaDetails

class oci.blockchain.models.ReplicaDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new ReplicaDetails object with values from keyword arguments.

Attributes

ca_count Gets the ca_count of this ReplicaDetails.
console_count Gets the console_count of this ReplicaDetails.
proxy_count Gets the proxy_count of this ReplicaDetails.
__init__(**kwargs)

Initializes a new ReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • proxy_count (int) – The value to assign to the proxy_count property of this ReplicaDetails.
  • ca_count (int) – The value to assign to the ca_count property of this ReplicaDetails.
  • console_count (int) – The value to assign to the console_count property of this ReplicaDetails.
ca_count

Gets the ca_count of this ReplicaDetails. Number of CA replicas

Returns:The ca_count of this ReplicaDetails.
Return type:int
console_count

Gets the console_count of this ReplicaDetails. Number of console replicas

Returns:The console_count of this ReplicaDetails.
Return type:int
proxy_count

Gets the proxy_count of this ReplicaDetails. Number of REST proxy replicas

Returns:The proxy_count of this ReplicaDetails.
Return type:int