OSPolicyResourcePackageResource
import type { OSPolicyResourcePackageResource } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
A resource that manages a system package.
interface OSPolicyResourcePackageResource {
desiredState?: "DESIRED_STATE_UNSPECIFIED" | "INSTALLED" | "REMOVED";
googet?: OSPolicyResourcePackageResourceGooGet;
zypper?: OSPolicyResourcePackageResourceZypper;
}§Properties
§
A package managed by Apt.
§
A deb package file.
§
desiredState?: "DESIRED_STATE_UNSPECIFIED" | "INSTALLED" | "REMOVED"
[src]Required. The desired state the agent should maintain for this package.
§
A package managed by GooGet.
§
An MSI package.
§
An rpm package file.
§
A package managed by YUM.
§
A package managed by Zypper.