DeploymentComponentUpdatePolicy class
Contains information about a deployment's policy that defines when components are safe to update.
Each component on a device can report whether or not it's ready to update. After a component and its dependencies are ready, they can apply the update in the deployment. You can configure whether or not the deployment notifies components of an update and waits for a response. You specify the amount of time each component has to respond to the update notification.
Constructors
- DeploymentComponentUpdatePolicy({DeploymentComponentUpdatePolicyAction? action, int? timeoutInSeconds})
-
DeploymentComponentUpdatePolicy.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → DeploymentComponentUpdatePolicyAction?
-
Whether or not to notify components and wait for components to become safe
to update. Choose from the following options:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeoutInSeconds → int?
-
The amount of time in seconds that each component on a device has to report
that it's safe to update. If the component waits for longer than this
timeout, then the deployment proceeds on the device.
final
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