Class: Google::Cloud::MigrationCenter::V1::ReportSummary::MachineSeriesAllocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allocated_asset_count::Integer

Returns Count of assets allocated to this machine series.

Returns:

  • (::Integer)

    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").

Returns:



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