Class: Google::Cloud::MigrationCenter::V1::ReportSummary::ComputeEngineFinding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

A set of findings that applies to assets destined for Compute Engine.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_asset_count::Integer

Returns Count of assets which were allocated.

Returns:

  • (::Integer)

    Count of assets which were allocated.



3628
3629
3630
3631
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3628

class ComputeEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#allocated_disk_types::Array<::Google::Cloud::MigrationCenter::V1::PersistentDiskType>

Returns Set of disk types allocated to assets.

Returns:



3628
3629
3630
3631
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3628

class ComputeEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#allocated_regions::Array<::String>

Returns Set of regions in which the assets were allocated.

Returns:

  • (::Array<::String>)

    Set of regions in which the assets were allocated.



3628
3629
3630
3631
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3628

class ComputeEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#machine_series_allocations::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::MachineSeriesAllocation>

Returns Distribution of assets based on the Machine Series.

Returns:



3628
3629
3630
3631
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3628

class ComputeEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end