google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.PackageResourceRPM View Source
An RPM package file. RPM packages only support INSTALLED state.
Attributes
-
pullDeps
(type:boolean()
, default:nil
) - Whether dependencies should also be installed. install when false:rpm --upgrade --replacepkgs package.rpm
install when true:yum -y install package.rpm
orzypper -y install package.rpm
-
source
(type:GoogleApi.OSConfig.V1.Model.File.t
, default:nil
) - An rpm 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.PackageResourceRPM{ pullDeps: boolean(), source: GoogleApi.OSConfig.V1.Model.File.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.