View Source GoogleApi.VMMigration.V1.Model.AwsDiskDetails (google_api_vm_migration v0.6.0)

The details of an AWS instance disk.

Attributes

  • diskNumber (type: integer(), default: nil) - The ordinal number of the disk.
  • sizeGb (type: String.t, default: nil) - Size in GB.
  • volumeId (type: String.t, default: nil) - AWS volume ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.