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

View Source

The details of an Azure VM disk.

Attributes

  • diskId (type: String.t, default: nil) - Output only. Azure disk ID.
  • diskNumber (type: integer(), default: nil) - Output only. The ordinal number of the disk.
  • sizeGb (type: String.t, default: nil) - Output only. Size in GB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.AzureDiskDetails{
  diskId: String.t() | nil,
  diskNumber: integer() | nil,
  sizeGb: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.