View Source GoogleApi.BackupDR.V1.Model.AcceleratorConfig (google_api_backup_dr v0.10.0)

A specification of the type and number of accelerator cards attached to the instance.

Attributes

  • acceleratorCount (type: integer(), default: nil) - Optional. The number of the guest accelerator cards exposed to this instance.
  • acceleratorType (type: String.t, default: nil) - Optional. Full or partial URL of the accelerator type resource to attach to this instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.AcceleratorConfig{
  acceleratorCount: integer() | nil,
  acceleratorType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.