Class: Google::Cloud::SecurityCenter::V1::CloudArmor
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CloudArmor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb
Overview
Fields related to Google Cloud Armor findings.
Instance Attribute Summary collapse
-
#adaptive_protection ⇒ ::Google::Cloud::SecurityCenter::V1::AdaptiveProtection
Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
-
#attack ⇒ ::Google::Cloud::SecurityCenter::V1::Attack
Information about DDoS attack volume and classification.
-
#duration ⇒ ::Google::Protobuf::Duration
Duration of attack from the start until the current moment (updated every 5 minutes).
-
#requests ⇒ ::Google::Cloud::SecurityCenter::V1::Requests
Information about incoming requests evaluated by Google Cloud Armor security policies.
-
#security_policy ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityPolicy
Information about the Google Cloud Armor security policy relevant to the finding.
-
#threat_vector ⇒ ::String
Distinguish between volumetric & protocol DDoS attack and application layer attacks.
Instance Attribute Details
#adaptive_protection ⇒ ::Google::Cloud::SecurityCenter::V1::AdaptiveProtection
Returns Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 52 class CloudArmor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attack ⇒ ::Google::Cloud::SecurityCenter::V1::Attack
Returns Information about DDoS attack volume and classification.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 52 class CloudArmor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
Returns Duration of attack from the start until the current moment (updated every 5 minutes).
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 52 class CloudArmor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Google::Cloud::SecurityCenter::V1::Requests
Returns Information about incoming requests evaluated by Google Cloud Armor security policies.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 52 class CloudArmor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityPolicy
Returns Information about the Google Cloud Armor security policy relevant to the finding.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 52 class CloudArmor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#threat_vector ⇒ ::String
Returns Distinguish between volumetric & protocol DDoS attack and application layer attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7" for Layer 7 DDoS attacks.
52 53 54 55 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 52 class CloudArmor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |