UpgradeElasticsearchDomainResponse class
Container for response returned by UpgradeElasticsearchDomain
operation.
Constructors
- UpgradeElasticsearchDomainResponse({String? domainName, bool? performCheckOnly, String? targetVersion})
-
UpgradeElasticsearchDomainResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domainName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- performCheckOnly → bool?
-
This flag, when set to True, indicates that an Upgrade Eligibility Check
needs to be performed. This will not actually perform the Upgrade.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetVersion → String?
-
The version of Elasticsearch that you intend to upgrade the domain to.
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