GetOrderableDbInstanceResult class
Result data returned by getOrderableDbInstance.
Constructors
-
GetOrderableDbInstanceResult({List<
String> ? availabilityZones, String? engine, String? engineVersion, String? id, String? instanceClass, String? licenseModel, List<String> ? preferredInstanceClasses, String? region, bool? vpc}) -
Creates a new GetOrderableDbInstanceResult.
availabilityZonesAvailability zones where the instance is available.engineOptional.engineVersionOptional.idThe provider-assigned unique ID for this managed resource.instanceClassOptional.licenseModelOptional.preferredInstanceClassesOptional.regionOptional.vpcOptional.const -
GetOrderableDbInstanceResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
availabilityZones
→ List<
String> ? -
Availability zones where the instance is available.
final
- engine → String?
-
final
- engineVersion → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- instanceClass → String?
-
final
- licenseModel → String?
-
final
-
preferredInstanceClasses
→ List<
String> ? -
final
- region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vpc → bool?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited