DefaultCreditSpecificationState class

Input properties used for looking up and filtering DefaultCreditSpecification resources.

Constructors

DefaultCreditSpecificationState({Input<String?>? cpuCredits, Input<String?>? instanceFamily, Input<String?>? region, Input<DefaultCreditSpecificationTimeouts?>? timeouts})
Creates a new DefaultCreditSpecificationState. cpuCredits Credit option for CPU usage of the instance family. Valid values: standard, unlimited. instanceFamily Instance family. Valid values are t2, t3, t3a, t4g. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. timeouts Optional.
const
DefaultCreditSpecificationState.fromMap(Map<String, dynamic> map)
factory

Properties

cpuCredits → Input<String?>?
Credit option for CPU usage of the instance family. Valid values: standard, unlimited.
final
hashCode int
The hash code for this object.
no setterinherited
instanceFamily → Input<String?>?
Instance family. Valid values are t2, t3, t3a, t4g.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeouts → Input<DefaultCreditSpecificationTimeouts?>?
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