Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportSummary::MachineSeriesAllocation.
Represents a data point tracking the count of assets allocated for a specific Machine Series.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allocated_asset_count
def allocated_asset_count() -> ::Integer
Returns
- (::Integer) — Count of assets allocated to this machine series.
#allocated_asset_count=
def allocated_asset_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of assets allocated to this machine series.
Returns
- (::Integer) — Count of assets allocated to this machine series.
#machine_series
def machine_series() -> ::Google::Cloud::MigrationCenter::V1::MachineSeries
Returns
- (::Google::Cloud::MigrationCenter::V1::MachineSeries) — The Machine Series (e.g. "E2", "N2")
#machine_series=
def machine_series=(value) -> ::Google::Cloud::MigrationCenter::V1::MachineSeries
Parameter
- value (::Google::Cloud::MigrationCenter::V1::MachineSeries) — The Machine Series (e.g. "E2", "N2")
Returns
- (::Google::Cloud::MigrationCenter::V1::MachineSeries) — The Machine Series (e.g. "E2", "N2")