Class: Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNodeAllocation
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNodeAllocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Represents assets allocated to a specific VMWare Node type.
Instance Attribute Summary collapse
-
#allocated_asset_count ⇒ ::Integer
Count of assets allocated to these nodes.
-
#node_count ⇒ ::Integer
Count of this node type to be provisioned.
-
#vmware_node ⇒ ::Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNode
VMWare node type, e.g.
Instance Attribute Details
#allocated_asset_count ⇒ ::Integer
Returns Count of assets allocated to these nodes.
3658 3659 3660 3661 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3658 class VmwareNodeAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_count ⇒ ::Integer
Returns Count of this node type to be provisioned.
3658 3659 3660 3661 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3658 class VmwareNodeAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vmware_node ⇒ ::Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNode
Returns VMWare node type, e.g. "ve1-standard-72".
3658 3659 3660 3661 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3658 class VmwareNodeAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |