Class: Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantFinding

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 Sole-Tenant nodes.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_asset_count::Integer

Returns Count of assets which are allocated.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:



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