Class: Google::Apis::VmmigrationV1::FetchInventoryResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vmmigration_v1/classes.rb,
lib/google/apis/vmmigration_v1/representations.rb,
lib/google/apis/vmmigration_v1/representations.rb

Overview

Response message for fetchInventory.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FetchInventoryResponse

Returns a new instance of FetchInventoryResponse.



764
765
766
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 764

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

Instance Attribute Details

#update_timeString

Output only. The timestamp when the source was last queried (if the result is from the cache). Corresponds to the JSON property updateTime

Returns:

  • (String)


757
758
759
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 757

def update_time
  @update_time
end

#vmware_vmsGoogle::Apis::VmmigrationV1::VmwareVmsDetails

VmwareVmsDetails describes VMs in vCenter. Corresponds to the JSON property vmwareVms



762
763
764
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 762

def vmware_vms
  @vmware_vms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



769
770
771
772
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 769

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