Interface SecurityPolicyDdosProtectionConfigOrBuilder (1.49.0)

See more code actions.
public interface SecurityPolicyDdosProtectionConfigOrBuilder extends MessageOrBuilder
MessageOrBuilder

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.