Class: Google::Cloud::VMMigration::V1::VmUtilizationMetrics

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

Overview

Utilization metrics values for a single VM.

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_average_percent::Integer

Returns Average CPU usage, percent.

Returns:

  • (::Integer)

    Average CPU usage, percent.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#cpu_max_percent::Integer

Returns Max CPU usage, percent.

Returns:

  • (::Integer)

    Max CPU usage, percent.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#disk_io_rate_average_kbps::Integer

Returns Average disk IO rate, in kilobytes per second.

Returns:

  • (::Integer)

    Average disk IO rate, in kilobytes per second.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#disk_io_rate_max_kbps::Integer

Returns Max disk IO rate, in kilobytes per second.

Returns:

  • (::Integer)

    Max disk IO rate, in kilobytes per second.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#memory_average_percent::Integer

Returns Average memory usage, percent.

Returns:

  • (::Integer)

    Average memory usage, percent.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#memory_max_percent::Integer

Returns Max memory usage, percent.

Returns:

  • (::Integer)

    Max memory usage, percent.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#network_throughput_average_kbps::Integer

Returns Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Returns:

  • (::Integer)

    Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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

#network_throughput_max_kbps::Integer

Returns Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Returns:

  • (::Integer)

    Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.



1399
1400
1401
1402
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1399

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