| Name | Type | Description | Notes |
|---|---|---|---|
| FWafStatus | Pointer to string | [optional] | |
| FThreshold | Pointer to string | [optional] | |
| FProvider | Pointer to string | [optional] |
func NewDeprecatedWafSettings() *DeprecatedWafSettings
NewDeprecatedWafSettings instantiates a new DeprecatedWafSettings 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 NewDeprecatedWafSettingsWithDefaults() *DeprecatedWafSettings
NewDeprecatedWafSettingsWithDefaults instantiates a new DeprecatedWafSettings 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 *DeprecatedWafSettings) GetFWafStatus() string
GetFWafStatus returns the FWafStatus field if non-nil, zero value otherwise.
func (o *DeprecatedWafSettings) GetFWafStatusOk() (*string, bool)
GetFWafStatusOk returns a tuple with the FWafStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecatedWafSettings) SetFWafStatus(v string)
SetFWafStatus sets FWafStatus field to given value.
func (o *DeprecatedWafSettings) HasFWafStatus() bool
HasFWafStatus returns a boolean if a field has been set.
func (o *DeprecatedWafSettings) GetFThreshold() string
GetFThreshold returns the FThreshold field if non-nil, zero value otherwise.
func (o *DeprecatedWafSettings) GetFThresholdOk() (*string, bool)
GetFThresholdOk returns a tuple with the FThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecatedWafSettings) SetFThreshold(v string)
SetFThreshold sets FThreshold field to given value.
func (o *DeprecatedWafSettings) HasFThreshold() bool
HasFThreshold returns a boolean if a field has been set.
func (o *DeprecatedWafSettings) GetFProvider() string
GetFProvider returns the FProvider field if non-nil, zero value otherwise.
func (o *DeprecatedWafSettings) GetFProviderOk() (*string, bool)
GetFProviderOk returns a tuple with the FProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeprecatedWafSettings) SetFProvider(v string)
SetFProvider sets FProvider field to given value.
func (o *DeprecatedWafSettings) HasFProvider() bool
HasFProvider returns a boolean if a field has been set.