Class ReplicaComputeCapacity
ReplicaComputeCapacity describes the amount of server resources that are allocated to each replica identified by the replica selection.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ReplicaComputeCapacity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeCount
The number of nodes allocated to each replica. This may be zero in API responses for instances that are not
yet in state READY
.
Declaration
[JsonProperty("nodeCount")]
public virtual int? NodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ProcessingUnits
The number of processing units allocated to each replica. This may be zero in API responses for instances
that are not yet in state READY
.
Declaration
[JsonProperty("processingUnits")]
public virtual int? ProcessingUnits { get; set; }
Property Value
Type | Description |
---|---|
int? |
ReplicaSelection
Required. Identifies replicas by specified properties. All replicas in the selection have the same amount of compute capacity.
Declaration
[JsonProperty("replicaSelection")]
public virtual InstanceReplicaSelection ReplicaSelection { get; set; }
Property Value
Type | Description |
---|---|
InstanceReplicaSelection |