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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCloudArmor\u003c/code\u003e class within the Security Command Center v2 API provides details related to Google Cloud Armor findings.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eCloudArmor\u003c/code\u003e, inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003eAdaptiveProtection\u003c/code\u003e, \u003ccode\u003eAttack\u003c/code\u003e, \u003ccode\u003eDuration\u003c/code\u003e, \u003ccode\u003eRequests\u003c/code\u003e, \u003ccode\u003eSecurityPolicy\u003c/code\u003e, and \u003ccode\u003eThreatVector\u003c/code\u003e, providing specific data points about attacks and security policies.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of \u003ccode\u003eCloudArmor\u003c/code\u003e available in this documentation, \u003ccode\u003e1.1.0\u003c/code\u003e which is the latest, and \u003ccode\u003e1.0.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCloudArmor\u003c/code\u003e class also contains two constructors, one of which is parameterless, the other taking a \u003ccode\u003eCloudArmor\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class CloudArmor (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudArmor)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.CloudArmor)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.CloudArmor) \n\n public sealed class CloudArmor : IMessage\u003cCloudArmor\u003e, IEquatable\u003cCloudArmor\u003e, IDeepCloneable\u003cCloudArmor\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class CloudArmor.\n\nFields related to Google Cloud Armor findings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudArmor \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CloudArmor](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudArmor), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CloudArmor](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudArmor), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CloudArmor](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.CloudArmor), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### CloudArmor()\n\n public CloudArmor()\n\n### CloudArmor(CloudArmor)\n\n public CloudArmor(CloudArmor other)\n\nProperties\n----------\n\n### AdaptiveProtection\n\n public AdaptiveProtection AdaptiveProtection { get; set; }\n\nInformation about potential Layer 7 DDoS attacks identified by [Google\nCloud Armor Adaptive\nProtection](https://cloud.google.com/armor/docs/adaptive-protection-overview).\n\n### Attack\n\n public Attack Attack { get; set; }\n\nInformation about DDoS attack volume and classification.\n\n### Duration\n\n public Duration Duration { get; set; }\n\nDuration of attack from the start until the current moment (updated every 5\nminutes).\n\n### Requests\n\n public Requests Requests { get; set; }\n\nInformation about incoming requests evaluated by [Google Cloud Armor\nsecurity\npolicies](https://cloud.google.com/armor/docs/security-policy-overview).\n\n### SecurityPolicy\n\n public SecurityPolicy SecurityPolicy { get; set; }\n\nInformation about the [Google Cloud Armor security\npolicy](https://cloud.google.com/armor/docs/security-policy-overview)\nrelevant to the finding.\n\n### ThreatVector\n\n public string ThreatVector { get; set; }\n\nDistinguish between volumetric \\& protocol DDoS attack and\napplication layer attacks. For example, \"L3_4\" for Layer 3 and Layer 4 DDoS\nattacks, or \"L_7\" for Layer 7 DDoS attacks."]]