Guest Policies Package Args
data class GuestPoliciesPackageArgs(val desiredState: Output<String>? = null, val manager: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<GuestPoliciesPackageArgs>
Constructors
Link copied to clipboard
fun GuestPoliciesPackageArgs(desiredState: Output<String>? = null, manager: Output<String>? = null, name: Output<String>)
Functions
Properties
Link copied to clipboard
Type of package manager that can be used to install this package. If a system does not have the package manager, the package is not installed or removed no error message is returned. By default, or if you specify ANY, the agent attempts to install and remove this package using the default package manager. This is useful when creating a policy that applies to different types of systems. The default behavior is ANY. Default value is ANY
. Possible values are: ANY
, APT
, YUM
, ZYPPER
, GOO
.