| Name | Type | Description | Notes |
|---|---|---|---|
| IsEnabled | Pointer to bool | [optional] [readonly] | |
| Mode | Pointer to string | [optional] | |
| Packages | Pointer to []DomainWafPackage | Pacakges and their configurations that are used to configure WAF. | [optional] [readonly] |
| Rules | Pointer to []WafRule | [optional] [readonly] | |
| FWafStatus | Pointer to string | [optional] | |
| FThreshold | Pointer to string | [optional] | |
| FProvider | Pointer to string | [optional] |
func NewDomainWaf() *DomainWaf
NewDomainWaf instantiates a new DomainWaf 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 NewDomainWafWithDefaults() *DomainWaf
NewDomainWafWithDefaults instantiates a new DomainWaf 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 *DomainWaf) GetIsEnabled() bool
GetIsEnabled returns the IsEnabled field if non-nil, zero value otherwise.
func (o *DomainWaf) GetIsEnabledOk() (*bool, bool)
GetIsEnabledOk returns a tuple with the IsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainWaf) SetIsEnabled(v bool)
SetIsEnabled sets IsEnabled field to given value.
func (o *DomainWaf) HasIsEnabled() bool
HasIsEnabled returns a boolean if a field has been set.
func (o *DomainWaf) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *DomainWaf) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainWaf) SetMode(v string)
SetMode sets Mode field to given value.
func (o *DomainWaf) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *DomainWaf) GetPackages() []DomainWafPackage
GetPackages returns the Packages field if non-nil, zero value otherwise.
func (o *DomainWaf) GetPackagesOk() (*[]DomainWafPackage, bool)
GetPackagesOk returns a tuple with the Packages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainWaf) SetPackages(v []DomainWafPackage)
SetPackages sets Packages field to given value.
func (o *DomainWaf) HasPackages() bool
HasPackages returns a boolean if a field has been set.
func (o *DomainWaf) GetRules() []WafRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *DomainWaf) GetRulesOk() (*[]WafRule, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainWaf) SetRules(v []WafRule)
SetRules sets Rules field to given value.
func (o *DomainWaf) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *DomainWaf) GetFWafStatus() string
GetFWafStatus returns the FWafStatus field if non-nil, zero value otherwise.
func (o *DomainWaf) 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 *DomainWaf) SetFWafStatus(v string)
SetFWafStatus sets FWafStatus field to given value.
func (o *DomainWaf) HasFWafStatus() bool
HasFWafStatus returns a boolean if a field has been set.
func (o *DomainWaf) GetFThreshold() string
GetFThreshold returns the FThreshold field if non-nil, zero value otherwise.
func (o *DomainWaf) 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 *DomainWaf) SetFThreshold(v string)
SetFThreshold sets FThreshold field to given value.
func (o *DomainWaf) HasFThreshold() bool
HasFThreshold returns a boolean if a field has been set.
func (o *DomainWaf) GetFProvider() string
GetFProvider returns the FProvider field if non-nil, zero value otherwise.
func (o *DomainWaf) 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 *DomainWaf) SetFProvider(v string)
SetFProvider sets FProvider field to given value.
func (o *DomainWaf) HasFProvider() bool
HasFProvider returns a boolean if a field has been set.