class Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceMsi
An MSI package. MSI packages only support INSTALLED state.
Attributes
properties[RW]
Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of `ACTION=INSTALL REBOOT= ReallySuppress`. Corresponds to the JSON property `properties` @return [Array<String>]
source[RW]
A remote or local file. Corresponds to the JSON property `source` @return [Google::Apis::OsconfigV1alpha::OsPolicyResourceFile]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/osconfig_v1alpha/classes.rb, line 1955 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/osconfig_v1alpha/classes.rb, line 1960 def update!(**args) @properties = args[:properties] if args.key?(:properties) @source = args[:source] if args.key?(:source) end