Class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryVmWareNode
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::ReportSummaryVmWareNode
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
A VMWare Engine Node
Instance Attribute Summary collapse
-
#code ⇒ String
Code to identify VMware Engine node series, e.g.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReportSummaryVmWareNode
constructor
A new instance of ReportSummaryVmWareNode.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReportSummaryVmWareNode
Returns a new instance of ReportSummaryVmWareNode.
6434 6435 6436 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6434 def initialize(**args) update!(**args) end |
Instance Attribute Details
#code ⇒ 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
Corresponds to the JSON property code
6432 6433 6434 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6432 def code @code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6439 6440 6441 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6439 def update!(**args) @code = args[:code] if args.key?(:code) end |