public sealed class SecurityPolicyDdosProtectionConfig : IMessage<SecurityPolicyDdosProtectionConfig>, IEquatable<SecurityPolicyDdosProtectionConfig>, IDeepCloneable<SecurityPolicyDdosProtectionConfig>, IBufferMessage, IMessage
Implements
IMessage<SecurityPolicyDdosProtectionConfig>, IEquatable<SecurityPolicyDdosProtectionConfig>, IDeepCloneable<SecurityPolicyDdosProtectionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SecurityPolicyDdosProtectionConfig()
public SecurityPolicyDdosProtectionConfig()
SecurityPolicyDdosProtectionConfig(SecurityPolicyDdosProtectionConfig)
public SecurityPolicyDdosProtectionConfig(SecurityPolicyDdosProtectionConfig other)
Parameter | |
---|---|
Name | Description |
other | SecurityPolicyDdosProtectionConfig |
Properties
DdosProtection
public string DdosProtection { get; set; }
Check the DdosProtection enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
String |
HasDdosProtection
public bool HasDdosProtection { get; }
Gets whether the "ddos_protection" field is set
Property Value | |
---|---|
Type | Description |
Boolean |