google_api_compute v0.3.0 GoogleApi.Compute.V1.Model.AcceleratorType View Source

An Accelerator Type resource. (== resource_for beta.acceleratorTypes ==) (== resource_for v1.acceleratorTypes ==)

Attributes

  • creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to: null.
  • deprecated (DeprecationStatus): [Output Only] The deprecation status associated with this accelerator type. Defaults to: null.
  • description (String.t): [Output Only] An optional textual description of the resource. Defaults to: null.
  • id (String.t): [Output Only] The unique identifier for the resource. This identifier is defined by the server. Defaults to: null.
  • kind (String.t): [Output Only] The type of the resource. Always compute#acceleratorType for accelerator types. Defaults to: null.
  • maximumCardsPerInstance (integer()): [Output Only] Maximum accelerator cards allowed per instance. Defaults to: null.
  • name (String.t): [Output Only] Name of the resource. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined fully-qualified URL for this resource. Defaults to: null.
  • zone (String.t): [Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.AcceleratorType{
  creationTimestamp: any(),
  deprecated: GoogleApi.Compute.V1.Model.DeprecationStatus.t(),
  description: any(),
  id: any(),
  kind: any(),
  maximumCardsPerInstance: any(),
  name: any(),
  selfLink: any(),
  zone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.