OSPolicyResourcePackageResource class
A resource that manages a system package.
Constructors
- OSPolicyResourcePackageResource({OSPolicyResourcePackageResourceAPT? apt, OSPolicyResourcePackageResourceDeb? deb, String? desiredState, OSPolicyResourcePackageResourceGooGet? googet, OSPolicyResourcePackageResourceMSI? msi, OSPolicyResourcePackageResourceRPM? rpm, OSPolicyResourcePackageResourceYUM? yum, OSPolicyResourcePackageResourceZypper? zypper})
- OSPolicyResourcePackageResource.fromJson(Map _json)
Properties
- apt ↔ OSPolicyResourcePackageResourceAPT?
-
A package managed by Apt.
getter/setter pair
- deb ↔ OSPolicyResourcePackageResourceDeb?
-
A deb package file.
getter/setter pair
- desiredState ↔ String?
-
The desired state the agent should maintain for this package.
getter/setter pair
- googet ↔ OSPolicyResourcePackageResourceGooGet?
-
A package managed by GooGet.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- msi ↔ OSPolicyResourcePackageResourceMSI?
-
An MSI package.
getter/setter pair
- rpm ↔ OSPolicyResourcePackageResourceRPM?
-
An rpm package file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- yum ↔ OSPolicyResourcePackageResourceYUM?
-
A package managed by YUM.
getter/setter pair
- zypper ↔ OSPolicyResourcePackageResourceZypper?
-
A package managed by Zypper.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited