Class: Google::Cloud::MigrationCenter::V1::PerformanceSample

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

Overview

Performance data sample.

Instance Attribute Summary collapse

Instance Attribute Details

#cpu::Google::Cloud::MigrationCenter::V1::CpuUsageSample

Returns CPU usage sample.

Returns:



2775
2776
2777
2778
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2775

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

#disk::Google::Cloud::MigrationCenter::V1::DiskUsageSample

Returns Disk usage sample.

Returns:



2775
2776
2777
2778
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2775

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

#memory::Google::Cloud::MigrationCenter::V1::MemoryUsageSample

Returns Memory usage sample.

Returns:



2775
2776
2777
2778
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2775

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

#network::Google::Cloud::MigrationCenter::V1::NetworkUsageSample

Returns Network usage sample.

Returns:



2775
2776
2777
2778
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2775

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

#sample_time::Google::Protobuf::Timestamp

Returns Time the sample was collected. If omitted, the frame report time will be used.

Returns:



2775
2776
2777
2778
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2775

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