class Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig
Attributes
ddos_protection[RW]
Corresponds to the JSON property `ddosProtection` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 31865 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 31870 def update!(**args) @ddos_protection = args[:ddos_protection] if args.key?(:ddos_protection) end