Class: Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantFinding
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantFinding
- 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 Sole-Tenant nodes.
Instance Attribute Summary collapse
-
#allocated_asset_count ⇒ ::Integer
Count of assets which are allocated.
-
#allocated_regions ⇒ ::Array<::String>
Set of regions in which the assets are allocated.
-
#node_allocations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantNodeAllocation>
Set of per-nodetype allocation records.
Instance Attribute Details
#allocated_asset_count ⇒ ::Integer
Returns Count of assets which are allocated.
3684 3685 3686 3687 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3684 class SoleTenantFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allocated_regions ⇒ ::Array<::String>
Returns Set of regions in which the assets are allocated.
3684 3685 3686 3687 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3684 class SoleTenantFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_allocations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantNodeAllocation>
Returns Set of per-nodetype allocation records.
3684 3685 3686 3687 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3684 class SoleTenantFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |