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
- (::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File) — Required. The MSI package.
#source=
def source=(value) -> ::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File
Parameter
- value (::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File) — Required. The MSI package.
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File) — Required. The MSI package.