View Source GoogleApi.BareMetalSolution.V2.Model.InstanceQuota (google_api_bare_metal_solution v0.7.0)

A resource budget.

Attributes

  • availableMachineCount (type: integer(), default: nil) - Number of machines than can be created for the given location and instance_type.
  • gcpService (type: String.t, default: nil) - The gcp service of the provisioning quota.
  • instanceType (type: String.t, default: nil) - Instance type. Deprecated: use gcp_service.
  • location (type: String.t, default: nil) - Location where the quota applies.
  • name (type: String.t, default: nil) - Output only. The name of the instance quota.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.InstanceQuota{
  availableMachineCount: integer() | nil,
  gcpService: String.t() | nil,
  instanceType: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.