Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::MSI
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::MSI
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/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::V1alpha::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
.
290 291 292 293 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 290 class MSI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File
Returns Required. The MSI package.
290 291 292 293 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 290 class MSI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |