Name | Type | Description | Notes |
---|---|---|---|
BaselineWindow | Pointer to string | The time range used to compute the baseline. | [optional] [default to "1d"] |
Direction | Pointer to string | Specifies which direction should trigger violations. | [optional] [default to "Both"] |
Threshold | Pointer to float64 | How much should the indicator be different from the baseline for each datapoint. | [optional] [default to 3.0] |
func NewMetricsOutlierConditionAllOf() *MetricsOutlierConditionAllOf
NewMetricsOutlierConditionAllOf instantiates a new MetricsOutlierConditionAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricsOutlierConditionAllOfWithDefaults() *MetricsOutlierConditionAllOf
NewMetricsOutlierConditionAllOfWithDefaults instantiates a new MetricsOutlierConditionAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *MetricsOutlierConditionAllOf) GetBaselineWindow() string
GetBaselineWindow returns the BaselineWindow field if non-nil, zero value otherwise.
func (o *MetricsOutlierConditionAllOf) GetBaselineWindowOk() (*string, bool)
GetBaselineWindowOk returns a tuple with the BaselineWindow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricsOutlierConditionAllOf) SetBaselineWindow(v string)
SetBaselineWindow sets BaselineWindow field to given value.
func (o *MetricsOutlierConditionAllOf) HasBaselineWindow() bool
HasBaselineWindow returns a boolean if a field has been set.
func (o *MetricsOutlierConditionAllOf) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
func (o *MetricsOutlierConditionAllOf) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricsOutlierConditionAllOf) SetDirection(v string)
SetDirection sets Direction field to given value.
func (o *MetricsOutlierConditionAllOf) HasDirection() bool
HasDirection returns a boolean if a field has been set.
func (o *MetricsOutlierConditionAllOf) GetThreshold() float64
GetThreshold returns the Threshold field if non-nil, zero value otherwise.
func (o *MetricsOutlierConditionAllOf) GetThresholdOk() (*float64, bool)
GetThresholdOk returns a tuple with the Threshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricsOutlierConditionAllOf) SetThreshold(v float64)
SetThreshold sets Threshold field to given value.
func (o *MetricsOutlierConditionAllOf) HasThreshold() bool
HasThreshold returns a boolean if a field has been set.