Class: Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Usage data aggregation for a single day.
Defined Under Namespace
Classes: CPU, Disk, Memory, Network, Stats
Instance Attribute Summary collapse
-
#cpu ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::CPU
CPU usage.
-
#date ⇒ ::Google::Type::Date
Aggregation date.
-
#disk ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Disk
Disk usage.
-
#memory ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Memory
Memory usage.
-
#network ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Network
Network usage.
Instance Attribute Details
#cpu ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::CPU
Returns CPU usage.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2807 class DailyResourceUsageAggregation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistical aggregation of samples for a single resource usage. # @!attribute [rw] average # @return [::Float] # Average usage value. # @!attribute [rw] median # @return [::Float] # Median usage value. # @!attribute [rw] nintey_fifth_percentile # @return [::Float] # 95th percentile usage value. # @!attribute [rw] peak # @return [::Float] # Peak usage value. class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of CPU usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # CPU utilization percentage. class CPU include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of memory usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Memory utilization percentage. class Memory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of network usage. # @!attribute [rw] ingress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network ingress in B/s. # @!attribute [rw] egress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network egress in B/s. class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of disk usage. # @!attribute [rw] iops # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Disk I/O operations per second. class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#date ⇒ ::Google::Type::Date
Returns Aggregation date. Day boundaries are at midnight UTC.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2807 class DailyResourceUsageAggregation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistical aggregation of samples for a single resource usage. # @!attribute [rw] average # @return [::Float] # Average usage value. # @!attribute [rw] median # @return [::Float] # Median usage value. # @!attribute [rw] nintey_fifth_percentile # @return [::Float] # 95th percentile usage value. # @!attribute [rw] peak # @return [::Float] # Peak usage value. class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of CPU usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # CPU utilization percentage. class CPU include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of memory usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Memory utilization percentage. class Memory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of network usage. # @!attribute [rw] ingress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network ingress in B/s. # @!attribute [rw] egress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network egress in B/s. class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of disk usage. # @!attribute [rw] iops # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Disk I/O operations per second. class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#disk ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Disk
Returns Disk usage.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2807 class DailyResourceUsageAggregation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistical aggregation of samples for a single resource usage. # @!attribute [rw] average # @return [::Float] # Average usage value. # @!attribute [rw] median # @return [::Float] # Median usage value. # @!attribute [rw] nintey_fifth_percentile # @return [::Float] # 95th percentile usage value. # @!attribute [rw] peak # @return [::Float] # Peak usage value. class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of CPU usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # CPU utilization percentage. class CPU include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of memory usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Memory utilization percentage. class Memory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of network usage. # @!attribute [rw] ingress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network ingress in B/s. # @!attribute [rw] egress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network egress in B/s. class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of disk usage. # @!attribute [rw] iops # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Disk I/O operations per second. class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#memory ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Memory
Returns Memory usage.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2807 class DailyResourceUsageAggregation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistical aggregation of samples for a single resource usage. # @!attribute [rw] average # @return [::Float] # Average usage value. # @!attribute [rw] median # @return [::Float] # Median usage value. # @!attribute [rw] nintey_fifth_percentile # @return [::Float] # 95th percentile usage value. # @!attribute [rw] peak # @return [::Float] # Peak usage value. class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of CPU usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # CPU utilization percentage. class CPU include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of memory usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Memory utilization percentage. class Memory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of network usage. # @!attribute [rw] ingress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network ingress in B/s. # @!attribute [rw] egress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network egress in B/s. class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of disk usage. # @!attribute [rw] iops # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Disk I/O operations per second. class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#network ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Network
Returns Network usage.
2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2807 class DailyResourceUsageAggregation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistical aggregation of samples for a single resource usage. # @!attribute [rw] average # @return [::Float] # Average usage value. # @!attribute [rw] median # @return [::Float] # Median usage value. # @!attribute [rw] nintey_fifth_percentile # @return [::Float] # 95th percentile usage value. # @!attribute [rw] peak # @return [::Float] # Peak usage value. class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of CPU usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # CPU utilization percentage. class CPU include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of memory usage. # @!attribute [rw] utilization_percentage # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Memory utilization percentage. class Memory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of network usage. # @!attribute [rw] ingress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network ingress in B/s. # @!attribute [rw] egress_bps # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Network egress in B/s. class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Statistical aggregation of disk usage. # @!attribute [rw] iops # @return [::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats] # Disk I/O operations per second. class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |