Reference documentation and code samples for the Compute V1 Client class SecurityPolicyAdaptiveProtectionConfig.
Configuration options for Cloud Armor Adaptive Protection (CAAP).
Generated from protobuf message google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ layer7_ddos_defense_config |
Google\Cloud\Compute\V1\SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
If set to true, enables Cloud Armor Machine Learning. |
getLayer7DdosDefenseConfig
If set to true, enables Cloud Armor Machine Learning.
Generated from protobuf field optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig layer7_ddos_defense_config = 437316771;
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Compute\V1\SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig|null |
|
hasLayer7DdosDefenseConfig
clearLayer7DdosDefenseConfig
setLayer7DdosDefenseConfig
If set to true, enables Cloud Armor Machine Learning.
Generated from protobuf field optional .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig layer7_ddos_defense_config = 437316771;
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Compute\V1\SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|