ManagedInstance constructor
ManagedInstance({
- String? currentAction,
- String? id,
- String? instance,
- List<
ManagedInstanceInstanceHealth> ? instanceHealth, - String? instanceStatus,
- ManagedInstanceLastAttempt? lastAttempt,
- String? name,
- PreservedState? preservedStateFromConfig,
- PreservedState? preservedStateFromPolicy,
- ManagedInstanceVersion? version,
Implementation
ManagedInstance({
this.currentAction,
this.id,
this.instance,
this.instanceHealth,
this.instanceStatus,
this.lastAttempt,
this.name,
this.preservedStateFromConfig,
this.preservedStateFromPolicy,
this.version,
});