PatchConfig class
Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.
Constructors
- PatchConfig()
- PatchConfig.fromJson(Map _json)
Properties
- apt ↔ AptSettings
-
Apt update settings. Use this setting to override the default
apt
patch rules.read / write - goo ↔ GooSettings
-
Goo update settings. Use this setting to override the default
goo
patch rules.read / write - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- postStep ↔ ExecStep
-
The
ExecStep
to run after the patch update.read / write - preStep ↔ ExecStep
-
The
ExecStep
to run before the patch update.read / write - rebootConfig ↔ String
-
Post-patch reboot settings.
Possible string values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- windowsUpdate ↔ WindowsUpdateSettings
-
Windows update settings. Use this override the default windows patch
rules.
read / write
- yum ↔ YumSettings
-
Yum update settings. Use this setting to override the default
yum
patch rules.read / write - zypper ↔ ZypperSettings
-
Zypper update settings. Use this setting to override the default
zypper
patch rules.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited