Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData (v0.1.0)

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

def free() -> ::Integer
Returns
  • (::Integer) — Aggregate value which falls into the "Free" bucket.

#free=

def free=(value) -> ::Integer
Parameter
  • value (::Integer) — Aggregate value which falls into the "Free" bucket.
Returns
  • (::Integer) — Aggregate value which falls into the "Free" bucket.

#used

def used() -> ::Integer
Returns
  • (::Integer) — Aggregate value which falls into the "Used" bucket.

#used=

def used=(value) -> ::Integer
Parameter
  • value (::Integer) — Aggregate value which falls into the "Used" bucket.
Returns
  • (::Integer) — Aggregate value which falls into the "Used" bucket.