Class: Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNodeAllocation

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 assets allocated to a specific VMWare 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



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.

Returns:

  • (::Integer)

    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".

Returns:



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