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