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

VmwareSourceDetails message describes a specific source details for the vmware source type.

Attributes

  • password (type: String.t, default: nil) - Input only. The credentials password. This is write only and can not be read in a GET operation.
  • thumbprint (type: String.t, default: nil) - The thumbprint representing the certificate for the vcenter.
  • username (type: String.t, default: nil) - The credentials username.
  • vcenterIp (type: String.t, default: nil) - The ip address of the vcenter this Source represents.

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.VmwareSourceDetails{
  password: String.t() | nil,
  thumbprint: String.t() | nil,
  username: String.t() | nil,
  vcenterIp: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.