Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::MSI

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::String>)

    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.

Returns:



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