Capacity Planner v1beta API - Class Forecast (1.0.0-beta01)

public sealed class Forecast : IMessage<Forecast>, IEquatable<Forecast>, IDeepCloneable<Forecast>, IBufferMessage, IMessage

Reference documentation and code samples for the Capacity Planner v1beta API class Forecast.

A collection of data points that describes the predicted time-varying values of a resource.

Inheritance

object > Forecast

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

Forecast()

public Forecast()

Forecast(Forecast)

public Forecast(Forecast other)
Parameter
Name Description
other Forecast

Properties

AggregationMethod

public UsageHistory.Types.AggregationMethod AggregationMethod { get; set; }

Aggregation Method of the historical usage for which the forecast is generated

Property Value
Type Description
UsageHistoryTypesAggregationMethod

Bounds

public Forecast.Types.Bounds Bounds { get; set; }

The bounds represented by this forecast time series.

Property Value
Type Description
ForecastTypesBounds

ForecastName

public ForecastName ForecastName { get; set; }

ForecastName-typed view over the Name resource name property.

Property Value
Type Description
ForecastName

ForecastType

public Forecast.Types.ForecastType ForecastType { get; set; }

The type of forecast.

Property Value
Type Description
ForecastTypesForecastType

Name

public string Name { get; set; }

The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/forecasts/{forecast_id} or organizations/{organization_id}/locations/{location_id}/forecasts/{forecast_id} or folders/{folder_id}/locations/{location_id}/forecasts/{forecast_id}

Property Value
Type Description
string

PredictionInterval

public Forecast.Types.PredictionInterval PredictionInterval { get; set; }

The prediction interval represented by the time series.

Property Value
Type Description
ForecastTypesPredictionInterval

TimeSeries

public TimeSeries TimeSeries { get; set; }

The collection of data points that represent the predicted values. Note that some of these values may be in the past (if, for example, the forecast was created in the past and predicted values for the present day).

Property Value
Type Description
TimeSeries