class Google::Apis::SpannerV1::ReplicaComputeCapacity

allocated to each replica identified by the replica selection.
ReplicaComputeCapacity describes the amount of server resources that are

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @node_count = args[:node_count] if args.key?(:node_count)
  @processing_units = args[:processing_units] if args.key?(:processing_units)
  @replica_selection = args[:replica_selection] if args.key?(:replica_selection)
end