Class: Google::Cloud::MigrationCenter::V1::ReportSummary::MachineSeriesAllocation
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::MachineSeriesAllocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Represents a data point tracking the count of assets allocated for a specific Machine Series.
Instance Attribute Summary collapse
-
#allocated_asset_count ⇒ ::Integer
Count of assets allocated to this machine series.
-
#machine_series ⇒ ::Google::Cloud::MigrationCenter::V1::MachineSeries
The Machine Series (e.g. "E2", "N2").
Instance Attribute Details
#allocated_asset_count ⇒ ::Integer
Returns Count of assets allocated to this machine series.
3610 3611 3612 3613 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3610 class MachineSeriesAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_series ⇒ ::Google::Cloud::MigrationCenter::V1::MachineSeries
Returns The Machine Series (e.g. "E2", "N2").
3610 3611 3612 3613 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3610 class MachineSeriesAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |