AllocationSpecificSKUReservation class

This reservation type allows to pre allocate specific instance configuration.

Next ID: 6

Constructors

AllocationSpecificSKUReservation({String? assuredCount, String? count, String? inUseCount, AllocationSpecificSKUAllocationReservedInstanceProperties? instanceProperties, String? sourceInstanceTemplate})
AllocationSpecificSKUReservation.fromJson(Map json_)

Properties

assuredCount String?
Indicates how many instances are actually usable currently.
getter/setter pair
count String?
Specifies the number of resources that are allocated.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceProperties AllocationSpecificSKUAllocationReservedInstanceProperties?
The instance properties for the reservation.
getter/setter pair
inUseCount String?
Indicates how many instances are in use.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceInstanceTemplate String?
Specifies the instance template to create the reservation.
getter/setter pair

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