Class: Google::Cloud::SecurityCenter::V1::CloudArmor

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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).

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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