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

View Source

Details of a created Persistent Disk.

Attributes

  • diskUri (type: String.t, default: nil) - The URI of the Persistent Disk.
  • sourceDiskNumber (type: integer(), default: nil) - The ordinal number of the source VM disk.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.PersistentDisk{
  diskUri: String.t() | nil,
  sourceDiskNumber: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.