google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.PackageResourceMSI View Source

An MSI package. MSI packages only support INSTALLED state. Install msiexec /i /qn /norestart

Attributes

  • allowedSuccessCodes (type: list(integer()), default: nil) - Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
  • flags (type: list(String.t), default: nil) - Flags to use during package install. Appended to the defalts of "/i /qn /norestart"
  • source (type: GoogleApi.OSConfig.V1.Model.File.t, default: nil) - The MSI package.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSConfig.V1.Model.PackageResourceMSI{
  allowedSuccessCodes: [integer()],
  flags: [String.t()],
  source: GoogleApi.OSConfig.V1.Model.File.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.