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

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

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.



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

#source::Google::Cloud::OsConfig::V1::OSPolicy::Resource::File

Returns Required. The MSI package.

Returns:



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