class Google::Apis::ComputeV1::SslPolicyReference
Attributes
ssl_policy[RW]
URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource. Corresponds to the JSON property `sslPolicy` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 34579 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 34584 def update!(**args) @ssl_policy = args[:ssl_policy] if args.key?(:ssl_policy) end