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

Commitment for a particular license resource.

Attributes

  • amount (type: String.t, default: nil) - The number of licenses purchased.
  • coresPerLicense (type: String.t, default: nil) - Specifies the core range of the instance for which this license applies.
  • license (type: String.t, default: nil) - Any applicable license URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.LicenseResourceCommitment{
  amount: String.t() | nil,
  coresPerLicense: String.t() | nil,
  license: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.