Reference documentation and code samples for the Compute V1 Client class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.
Configuration options for L7 DDoS detection.
Generated from protobuf message google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable |
bool
If set to true, enables CAAP for L7 DDoS detection. |
↳ rule_visibility |
string
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. Check the RuleVisibility enum for the list of possible values. |
getEnable
If set to true, enables CAAP for L7 DDoS detection.
Returns | |
---|---|
Type | Description |
bool |
hasEnable
clearEnable
setEnable
If set to true, enables CAAP for L7 DDoS detection.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getRuleVisibility
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules.
Check the RuleVisibility enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasRuleVisibility
clearRuleVisibility
setRuleVisibility
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules.
Check the RuleVisibility enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |