GoogleApi.VMMigration.V1.Model.VmwareSourceDetails (google_api_vm_migration v0.11.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.
  • resolvedVcenterHost (type: String.t, default: nil) - The hostname of the vcenter.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.VmwareSourceDetails{
  password: String.t() | nil,
  resolvedVcenterHost: String.t() | nil,
  thumbprint: String.t() | nil,
  username: String.t() | nil,
  vcenterIp: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.