View Source GoogleApi.MigrationCenter.V1.Model.VmwareDiskConfig (google_api_migration_center v0.6.0)

VMware disk config details.

Attributes

  • backingType (type: String.t, default: nil) - VMDK backing type.
  • rdmCompatibility (type: String.t, default: nil) - RDM compatibility mode.
  • shared (type: boolean(), default: nil) - Is VMDK shared with other VMs.
  • vmdkMode (type: String.t, default: nil) - VMDK disk mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.VmwareDiskConfig{
  backingType: String.t() | nil,
  rdmCompatibility: String.t() | nil,
  shared: boolean() | nil,
  vmdkMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.