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

Source message describes a specific vm migration Source resource. It contains the source environment information.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The create time timestamp.
  • description (type: String.t, default: nil) - User-provided description of the source.
  • labels (type: map(), default: nil) - The labels of the source.
  • name (type: String.t, default: nil) - Output only. The Source name.
  • updateTime (type: DateTime.t, default: nil) - Output only. The update time timestamp.
  • vmware (type: GoogleApi.VMMigration.V1.Model.VmwareSourceDetails.t, default: nil) - Vmware type source details.

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.Source{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil,
  vmware: GoogleApi.VMMigration.V1.Model.VmwareSourceDetails.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.