Class: Google::Cloud::OsConfig::V1::OSPolicy::Resource::PackageResource::MSI
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::OSPolicy::Resource::PackageResource::MSI
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy.rb
Overview
An MSI package. MSI packages only support INSTALLED state.
Instance Attribute Summary collapse
-
#properties ⇒ ::Array<::String>
Additional properties to use during installation.
-
#source ⇒ ::Google::Cloud::OsConfig::V1::OSPolicy::Resource::File
Required.
Instance Attribute Details
#properties ⇒ ::Array<::String>
Returns Additional properties to use during installation.
This should be in the format of Property=Setting.
Appended to the defaults of ACTION=INSTALL
REBOOT=ReallySuppress
.
273 274 275 276 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 273 class MSI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |