Cloud OS Config V1alpha API - Class Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::MSI (v0.3.0)

Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::MSI.

An MSI package. MSI packages only support INSTALLED state.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#properties

def properties() -> ::Array<::String>
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.

#properties=

def properties=(value) -> ::Array<::String>
Parameter
  • value (::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.
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.

#source

def source() -> ::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File
Returns

#source=

def source=(value) -> ::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File
Parameter
Returns