Class: Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantNodeAllocation

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 the assets allocated to a specific Sole-Tenant node type.

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_asset_count::Integer

Returns Count of assets allocated to these nodes.

Returns:

  • (::Integer)

    Count of assets allocated to these nodes



3699
3700
3701
3702
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3699

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

#node::Google::Cloud::MigrationCenter::V1::SoleTenantNodeType

Returns Sole Tenant node type, e.g. "m3-node-128-3904".

Returns:



3699
3700
3701
3702
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3699

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

#node_count::Integer

Returns Count of this node type to be provisioned.

Returns:

  • (::Integer)

    Count of this node type to be provisioned



3699
3700
3701
3702
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3699

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