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

Additional instance params.

Attributes

  • resourceManagerTags (type: map(), default: nil) - Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceParams{
  resourceManagerTags: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.