Class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryVmWareNode

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReportSummaryVmWareNode

Returns a new instance of ReportSummaryVmWareNode.



4147
4148
4149
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4147

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#codeString

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

Returns:

  • (String)


4145
4146
4147
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4145

def code
  @code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4152
4153
4154
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4152

def update!(**args)
  @code = args[:code] if args.key?(:code)
end