Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.08 KB

File metadata and controls

108 lines (59 loc) · 3.08 KB

DeprecatedWafSettings

Properties

Name Type Description Notes
FWafStatus Pointer to string [optional]
FThreshold Pointer to string [optional]
FProvider Pointer to string [optional]

Methods

NewDeprecatedWafSettings

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

NewDeprecatedWafSettingsWithDefaults

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

GetFWafStatus

func (o *DeprecatedWafSettings) GetFWafStatus() string

GetFWafStatus returns the FWafStatus field if non-nil, zero value otherwise.

GetFWafStatusOk

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.

SetFWafStatus

func (o *DeprecatedWafSettings) SetFWafStatus(v string)

SetFWafStatus sets FWafStatus field to given value.

HasFWafStatus

func (o *DeprecatedWafSettings) HasFWafStatus() bool

HasFWafStatus returns a boolean if a field has been set.

GetFThreshold

func (o *DeprecatedWafSettings) GetFThreshold() string

GetFThreshold returns the FThreshold field if non-nil, zero value otherwise.

GetFThresholdOk

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.

SetFThreshold

func (o *DeprecatedWafSettings) SetFThreshold(v string)

SetFThreshold sets FThreshold field to given value.

HasFThreshold

func (o *DeprecatedWafSettings) HasFThreshold() bool

HasFThreshold returns a boolean if a field has been set.

GetFProvider

func (o *DeprecatedWafSettings) GetFProvider() string

GetFProvider returns the FProvider field if non-nil, zero value otherwise.

GetFProviderOk

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.

SetFProvider

func (o *DeprecatedWafSettings) SetFProvider(v string)

SetFProvider sets FProvider field to given value.

HasFProvider

func (o *DeprecatedWafSettings) HasFProvider() bool

HasFProvider returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]