Name | Type | Description | Notes |
---|---|---|---|
ErrorConditionType | ErrorConditionType | Error condition type | |
Value | Pointer to string | The value of this error conditions (not used in all types) | [optional] |
Percentage | Pointer to string | The percentage of this error conditions (not used in all types) | [optional] |
Level | Pointer to ErrorConditionConsoleLevel | The level of this error conditions (not used in all types) | [optional] |
MatchType | Pointer to ErrorConditionMatchType | The match type of this error conditions (not used in all types) | [optional] |
Effect | Pointer to ErrorConditionEffect | The effect of this error conditions (not used in all types) | [optional] |
func NewErrorCondition(errorConditionType ErrorConditionType, ) *ErrorCondition
NewErrorCondition instantiates a new ErrorCondition 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 NewErrorConditionWithDefaults() *ErrorCondition
NewErrorConditionWithDefaults instantiates a new ErrorCondition 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 *ErrorCondition) GetErrorConditionType() ErrorConditionType
GetErrorConditionType returns the ErrorConditionType field if non-nil, zero value otherwise.
func (o *ErrorCondition) GetErrorConditionTypeOk() (*ErrorConditionType, bool)
GetErrorConditionTypeOk returns a tuple with the ErrorConditionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorCondition) SetErrorConditionType(v ErrorConditionType)
SetErrorConditionType sets ErrorConditionType field to given value.
func (o *ErrorCondition) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ErrorCondition) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorCondition) SetValue(v string)
SetValue sets Value field to given value.
func (o *ErrorCondition) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ErrorCondition) GetPercentage() string
GetPercentage returns the Percentage field if non-nil, zero value otherwise.
func (o *ErrorCondition) GetPercentageOk() (*string, bool)
GetPercentageOk returns a tuple with the Percentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorCondition) SetPercentage(v string)
SetPercentage sets Percentage field to given value.
func (o *ErrorCondition) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (o *ErrorCondition) GetLevel() ErrorConditionConsoleLevel
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *ErrorCondition) GetLevelOk() (*ErrorConditionConsoleLevel, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorCondition) SetLevel(v ErrorConditionConsoleLevel)
SetLevel sets Level field to given value.
func (o *ErrorCondition) HasLevel() bool
HasLevel returns a boolean if a field has been set.
func (o *ErrorCondition) GetMatchType() ErrorConditionMatchType
GetMatchType returns the MatchType field if non-nil, zero value otherwise.
func (o *ErrorCondition) GetMatchTypeOk() (*ErrorConditionMatchType, bool)
GetMatchTypeOk returns a tuple with the MatchType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorCondition) SetMatchType(v ErrorConditionMatchType)
SetMatchType sets MatchType field to given value.
func (o *ErrorCondition) HasMatchType() bool
HasMatchType returns a boolean if a field has been set.
func (o *ErrorCondition) GetEffect() ErrorConditionEffect
GetEffect returns the Effect field if non-nil, zero value otherwise.
func (o *ErrorCondition) GetEffectOk() (*ErrorConditionEffect, bool)
GetEffectOk returns a tuple with the Effect field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorCondition) SetEffect(v ErrorConditionEffect)
SetEffect sets Effect field to given value.
func (o *ErrorCondition) HasEffect() bool
HasEffect returns a boolean if a field has been set.