ReservationPlanSettings class
Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
Constructors
- ReservationPlanSettings({required Commitment commitment, required RenewalType renewalType, required int reservedSlots})
Properties
- commitment → Commitment
-
The length of the term of your reserved queue pricing plan commitment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- renewalType → RenewalType
-
Specifies whether the term of your reserved queue pricing plan is
automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the
term. When your term is auto renewed, you extend your commitment by 12
months from the auto renew date. You can cancel this commitment.
final
- reservedSlots → int
-
Specifies the number of reserved transcode slots (RTS) for this queue. The
number of RTS determines how many jobs the queue can process in parallel;
each RTS can process one job at a time. You can't decrease the number of RTS
in your reserved queue. You can increase the number of RTS by extending your
existing commitment with a new 12-month commitment for the larger number.
The new commitment begins when you purchase the additional capacity. You
can't cancel your commitment or revert to your original commitment after you
increase the capacity.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited