DeploymentPolicies class
Contains information about policies that define how a deployment updates components and handles failure.
Constructors
- DeploymentPolicies({DeploymentComponentUpdatePolicy? componentUpdatePolicy, DeploymentConfigurationValidationPolicy? configurationValidationPolicy, DeploymentFailureHandlingPolicy? failureHandlingPolicy})
-
DeploymentPolicies.fromJson(Map<
String, dynamic> json) -
factory
Properties
- componentUpdatePolicy → DeploymentComponentUpdatePolicy?
-
The component update policy for the configuration deployment. This policy
defines when it's safe to deploy the configuration to devices.
final
- configurationValidationPolicy → DeploymentConfigurationValidationPolicy?
-
The configuration validation policy for the configuration deployment. This
policy defines how long each component has to validate its configure
updates.
final
- failureHandlingPolicy → DeploymentFailureHandlingPolicy?
-
The failure handling policy for the configuration deployment. This policy
defines what to do if the deployment fails.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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