UpgradeDomainResponse class
Container for response returned by UpgradeDomain
operation.
Constructors
-
UpgradeDomainResponse({Map<
String, String> ? advancedOptions, ChangeProgressDetails? changeProgressDetails, String? domainName, bool? performCheckOnly, String? targetVersion, String? upgradeId}) -
UpgradeDomainResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
advancedOptions
→ Map<
String, String> ? -
final
- changeProgressDetails → ChangeProgressDetails?
-
final
- domainName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- performCheckOnly → bool?
-
When true, indicates that an upgrade eligibility check needs to be
performed. Does not actually perform the upgrade.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetVersion → String?
-
The version of OpenSearch that you intend to upgrade the domain to.
final
- upgradeId → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited