class Google::Apis::VmmigrationV1alpha1::FetchInventoryResponse

Response message for fetchInventory.

Attributes

update_time[RW]

Output only. The timestamp when the source was last queried (if the result is from the cache). Corresponds to the JSON property ‘updateTime` @return [String]

vmware_vms[RW]

VmwareVmsDetails describes VMs in vCenter. Corresponds to the JSON property ‘vmwareVms` @return [Google::Apis::VmmigrationV1alpha1::VmwareVmsDetails]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vmmigration_v1alpha1/classes.rb, line 836
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_v1alpha1/classes.rb, line 841
def update!(**args)
  @update_time = args[:update_time] if args.key?(:update_time)
  @vmware_vms = args[:vmware_vms] if args.key?(:vmware_vms)
end