Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ class Instance(proto.Message):
between 12000 and 100000, in multiples of 4000;
e.g., 12000, 16000, 20000, ...
daos_version (str):
Deprecated 'daos_version' field. Output only. The version of
DAOS software running in the instance.
Output only. Deprecated 'daos_version' field. Output only.
The version of DAOS software running in the instance.
access_points (MutableSequence[str]):
Output only. A list of IPv4 addresses used
for client side configuration.
Expand Down Expand Up @@ -1137,11 +1137,11 @@ class TransferCounters(proto.Message):
Bytes that are copied to the data
destination.
objects_failed (int):
Objects that failed to write to the data
Objects that are failed to write to the data
destination.
bytes_failed (int):
Number of Bytes that failed to be written to
the data destination.
Bytes that are failed to write to the data
destination.
"""

objects_found: int = proto.Field(
Expand Down