Class: Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNode
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNode
- 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
-
#code ⇒ ::String
Code to identify VMware Engine node series, e.g.
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.
3699 3700 3701 3702 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3699 class VmwareNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |