class Google::Apis::ComputeV1::SecurityPolicyReference
Attributes
security_policy[RW]
Corresponds to the JSON property `securityPolicy` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 29282 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 29287 def update!(**args) @security_policy = args[:security_policy] if args.key?(:security_policy) end