Class: Google::Cloud::MigrationCenter::V1::DiskUsageSample

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Disk usage sample. Values are across all disks.

Instance Attribute Summary collapse

Instance Attribute Details

#average_iops::Float

Returns Average IOPS sampled over a short window. Must be non-negative.

Returns:

  • (::Float)

    Average IOPS sampled over a short window. Must be non-negative.



2753
2754
2755
2756
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2753

class DiskUsageSample
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end