Google Cloud Managed Lustre V1 API - Class Google::Cloud::Lustre::V1::TransferCounters (v0.2.0)

Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::TransferCounters.

A collection of counters that report the progress of a transfer operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bytes_copied_count

def bytes_copied_count() -> ::Integer
Returns
  • (::Integer) — Bytes that are copied to the data destination.

#bytes_copied_count=

def bytes_copied_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes that are copied to the data destination.
Returns
  • (::Integer) — Bytes that are copied to the data destination.

#bytes_failed_count

def bytes_failed_count() -> ::Integer
Returns
  • (::Integer) — Output only. Bytes that are failed to write to the data destination.

#bytes_found_count

def bytes_found_count() -> ::Integer
Returns
  • (::Integer) — Total number of bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

#bytes_found_count=

def bytes_found_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
Returns
  • (::Integer) — Total number of bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

#bytes_skipped_count

def bytes_skipped_count() -> ::Integer
Returns
  • (::Integer) — Bytes in the data source that are not transferred because they already exist in the data destination.

#bytes_skipped_count=

def bytes_skipped_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes in the data source that are not transferred because they already exist in the data destination.
Returns
  • (::Integer) — Bytes in the data source that are not transferred because they already exist in the data destination.

#found_objects_count

def found_objects_count() -> ::Integer
Returns
  • (::Integer) — Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

#found_objects_count=

def found_objects_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
Returns
  • (::Integer) — Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

#objects_copied_count

def objects_copied_count() -> ::Integer
Returns
  • (::Integer) — Objects that are copied to the data destination.

#objects_copied_count=

def objects_copied_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects that are copied to the data destination.
Returns
  • (::Integer) — Objects that are copied to the data destination.

#objects_failed_count

def objects_failed_count() -> ::Integer
Returns
  • (::Integer) — Output only. Objects that are failed to write to the data destination.

#objects_skipped_count

def objects_skipped_count() -> ::Integer
Returns
  • (::Integer) — Objects in the data source that are not transferred because they already exist in the data destination.

#objects_skipped_count=

def objects_skipped_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects in the data source that are not transferred because they already exist in the data destination.
Returns
  • (::Integer) — Objects in the data source that are not transferred because they already exist in the data destination.