GoogleApi.VMMigration.V1.Model.FetchInventoryResponse (google_api_vm_migration v0.3.0) View Source

Response message for fetchInventory.

Attributes

  • updateTime (type: DateTime.t, default: nil) - Output only. The timestamp when the source was last queried (if the result is from the cache).
  • vmwareVms (type: GoogleApi.VMMigration.V1.Model.VmwareVmsDetails.t, default: nil) - Output only. The description of the VMs in a Source of type Vmware.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.VMMigration.V1.Model.FetchInventoryResponse{
  updateTime: DateTime.t() | nil,
  vmwareVms: GoogleApi.VMMigration.V1.Model.VmwareVmsDetails.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.