View Source GoogleApi.MigrationCenter.V1.Model.ComputeStorageDescriptor (google_api_migration_center v0.4.0)

Compute Engine storage option descriptor.

Attributes

  • sizeGb (type: integer(), default: nil) - Disk size in GiB.
  • type (type: String.t, default: nil) - Disk type backing the storage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ComputeStorageDescriptor{
  sizeGb: integer() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.