Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData.
Utilization Chart is a specific type of visualization which displays
a metric classified into "Used" and "Free" buckets.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#free
deffree()->::Integer
Returns
(::Integer) — Aggregate value which falls into the "Free" bucket.
#free=
deffree=(value)->::Integer
Parameter
value (::Integer) — Aggregate value which falls into the "Free" bucket.
Returns
(::Integer) — Aggregate value which falls into the "Free" bucket.
#used
defused()->::Integer
Returns
(::Integer) — Aggregate value which falls into the "Used" bucket.
#used=
defused=(value)->::Integer
Parameter
value (::Integer) — Aggregate value which falls into the "Used" bucket.
Returns
(::Integer) — Aggregate value which falls into the "Used" bucket.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData (v2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/ruby/docs/reference/google-cloud-migration_center-v1/latest/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [2.0.1](/ruby/docs/reference/google-cloud-migration_center-v1/2.0.1/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [1.2.0](/ruby/docs/reference/google-cloud-migration_center-v1/1.2.0/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [1.1.0](/ruby/docs/reference/google-cloud-migration_center-v1/1.1.0/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [1.0.1](/ruby/docs/reference/google-cloud-migration_center-v1/1.0.1/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [0.3.0](/ruby/docs/reference/google-cloud-migration_center-v1/0.3.0/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [0.2.2](/ruby/docs/reference/google-cloud-migration_center-v1/0.2.2/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData)\n- [0.1.0](/ruby/docs/reference/google-cloud-migration_center-v1/0.1.0/Google-Cloud-MigrationCenter-V1-ReportSummary-UtilizationChartData) \nReference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData.\n\nUtilization Chart is a specific type of visualization which displays\na metric classified into \"Used\" and \"Free\" buckets. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #free\n\n def free() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Aggregate value which falls into the \"Free\" bucket.\n\n### #free=\n\n def free=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Aggregate value which falls into the \"Free\" bucket. \n**Returns**\n\n- (::Integer) --- Aggregate value which falls into the \"Free\" bucket.\n\n### #used\n\n def used() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Aggregate value which falls into the \"Used\" bucket.\n\n### #used=\n\n def used=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Aggregate value which falls into the \"Used\" bucket. \n**Returns**\n\n- (::Integer) --- Aggregate value which falls into the \"Used\" bucket."]]