Class: Google::Cloud::MigrationCenter::V1::ReportSummary::ComputeEngineFinding
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::ComputeEngineFinding
- 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
-
#allocated_asset_count ⇒ ::Integer
Count of assets which were allocated.
-
#allocated_disk_types ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::PersistentDiskType>
Set of disk types allocated to assets.
-
#allocated_regions ⇒ ::Array<::String>
Set of regions in which the assets were allocated.
-
#machine_series_allocations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::MachineSeriesAllocation>
Distribution of assets based on the Machine Series.
Instance Attribute Details
#allocated_asset_count ⇒ ::Integer
Returns 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.
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.
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.
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 |