View Source GoogleApi.Compute.V1.Model.MachineTypeAccelerators (google_api_compute v0.56.2)

Attributes

  • guestAcceleratorCount (type: integer(), default: nil) - Number of accelerator cards exposed to the guest.
  • guestAcceleratorType (type: String.t, default: nil) - The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.MachineTypeAccelerators{
  guestAcceleratorCount: integer() | nil,
  guestAcceleratorType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.