View Source GoogleApi.OSConfig.V1.Model.OSPolicyInventoryFilter (google_api_os_config v0.21.1)

Filtering criteria to select VMs based on inventory details.

Attributes

  • osShortName (type: String.t, default: nil) - Required. The OS short name
  • osVersion (type: String.t, default: nil) - The OS version Prefix matches are supported if asterisk() is provided as the last character. For example, to match all versions with a major version of 7, specify the following value for this field `7.` An empty string matches all OS versions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyInventoryFilter{
  osShortName: String.t() | nil,
  osVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.