| 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] |
func NewWaf() *Waf
NewWaf instantiates a new Waf 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 NewWafWithDefaults() *Waf
NewWafWithDefaults instantiates a new Waf 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 *Waf) GetIsEnabled() bool
GetIsEnabled returns the IsEnabled field if non-nil, zero value otherwise.
func (o *Waf) 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 *Waf) SetIsEnabled(v bool)
SetIsEnabled sets IsEnabled field to given value.
func (o *Waf) HasIsEnabled() bool
HasIsEnabled returns a boolean if a field has been set.
func (o *Waf) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *Waf) 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 *Waf) SetMode(v string)
SetMode sets Mode field to given value.
func (o *Waf) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *Waf) GetPackages() []DomainWafPackage
GetPackages returns the Packages field if non-nil, zero value otherwise.
func (o *Waf) 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 *Waf) SetPackages(v []DomainWafPackage)
SetPackages sets Packages field to given value.
func (o *Waf) HasPackages() bool
HasPackages returns a boolean if a field has been set.
func (o *Waf) GetRules() []WafRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *Waf) 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 *Waf) SetRules(v []WafRule)
SetRules sets Rules field to given value.
func (o *Waf) HasRules() bool
HasRules returns a boolean if a field has been set.