GoogleApi.VMMigration.V1.Model.FetchInventoryResponse (google_api_vm_migration v0.11.0)

View Source

Response message for fetchInventory.

Attributes

  • awsVms (type: GoogleApi.VMMigration.V1.Model.AwsVmsDetails.t, default: nil) - The description of the VMs in a Source of type AWS.
  • azureVms (type: GoogleApi.VMMigration.V1.Model.AzureVmsDetails.t, default: nil) - The description of the VMs in a Source of type Azure.
  • nextPageToken (type: String.t, default: nil) - Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • 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) - The description of the VMs in a Source of type Vmware.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.FetchInventoryResponse{
  awsVms: GoogleApi.VMMigration.V1.Model.AwsVmsDetails.t() | nil,
  azureVms: GoogleApi.VMMigration.V1.Model.AzureVmsDetails.t() | nil,
  nextPageToken: String.t() | nil,
  updateTime: DateTime.t() | nil,
  vmwareVms: GoogleApi.VMMigration.V1.Model.VmwareVmsDetails.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.