class Google::Apis::VmmigrationV1::VmwareVmsDetails

VmwareVmsDetails describes VMs in vCenter.

Attributes

details[RW]

The details of the vmware VMs. Corresponds to the JSON property ‘details` @return [Array<Google::Apis::VmmigrationV1::VmwareVmDetails>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vmmigration_v1/classes.rb, line 2274
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vmmigration_v1/classes.rb, line 2279
def update!(**args)
  @details = args[:details] if args.key?(:details)
end