You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
[default to 'recommendation.CapacityRunway']
object_type
String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
[default to 'recommendation.CapacityRunway']
additional_capacity
Integer
Additional capacity is the capacity which is needed more after exhausing all hardware on current cluster.
[optional][readonly]
period
Integer
Number of months in future for which recommendation is provided for.
[optional][readonly]
runway
Integer
This represents the new runway, that is the number of days remaining before the cluster's storage utilization reaches the recommended capacity limit after the recommended hardware is added.
[optional][readonly]
total_capacity
Integer
Total capacity of the cluster after the recommended hardware is added.
[optional][readonly]
unit
String
Unit for the new capacity. * `TB` - The Enum value TB represents that the measurement unit is in terabytes. * `MB` - The Enum value MB represents that the measurement unit is in megabytes.