google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.LicenseCode View Source

Attributes

  • creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to: null.
  • description (String.t): [Output Only] Description of this License Code. 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] Type of resource. Always compute#licenseCode for licenses. Defaults to: null.
  • licenseAlias ([LicenseCodeLicenseAlias]): [Output Only] URL and description aliases of Licenses with the same License Code. Defaults to: null.
  • name (String.t): [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to: null.
  • state (String.t): [Output Only] Current state of this License Code. Defaults to: null.

    • Enum - one of [DISABLED, ENABLED, RESTRICTED, STATE_UNSPECIFIED, TERMINATED]
  • transferable (boolean()): [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred. 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.LicenseCode{
  creationTimestamp: any(),
  description: any(),
  id: any(),
  kind: any(),
  licenseAlias: [GoogleApi.Compute.V1.Model.LicenseCodeLicenseAlias.t()],
  name: any(),
  selfLink: any(),
  state: any(),
  transferable: 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.