Class: Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantNodeAllocation
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::SoleTenantNodeAllocation
- 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
-
#allocated_asset_count ⇒ ::Integer
Count of assets allocated to these nodes.
-
#node ⇒ ::Google::Cloud::MigrationCenter::V1::SoleTenantNodeType
Sole Tenant node type, e.g.
-
#node_count ⇒ ::Integer
Count of this node type to be provisioned.
Instance Attribute Details
#allocated_asset_count ⇒ ::Integer
Returns 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".
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.
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 |