Class: Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNode

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 VMWare Engine Node

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns Code to identify VMware Engine node series, e.g. "ve1-standard-72". Based on the displayName of cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.nodeTypes.

Returns:

  • (::String)

    Code to identify VMware Engine node series, e.g. "ve1-standard-72". Based on the displayName of cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.nodeTypes



3669
3670
3671
3672
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3669

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