Interface SecurityPolicyDdosProtectionConfigOrBuilder (1.51.0)

public interface SecurityPolicyDdosProtectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDdosProtection()

public abstract String getDdosProtection()

Check the DdosProtection enum for the list of possible values.

optional string ddos_protection = 275173268;

Returns
TypeDescription
String

The ddosProtection.

getDdosProtectionBytes()

public abstract ByteString getDdosProtectionBytes()

Check the DdosProtection enum for the list of possible values.

optional string ddos_protection = 275173268;

Returns
TypeDescription
ByteString

The bytes for ddosProtection.

hasDdosProtection()

public abstract boolean hasDdosProtection()

Check the DdosProtection enum for the list of possible values.

optional string ddos_protection = 275173268;

Returns
TypeDescription
boolean

Whether the ddosProtection field is set.