class Google::Apis::ComputeV1::TargetSslProxiesSetCertificateMapRequest
Attributes
certificate_map[RW]
URL of the Certificate Map to associate with this TargetSslProxy
. Corresponds to the JSON property `certificateMap` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 37636 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 37641 def update!(**args) @certificate_map = args[:certificate_map] if args.key?(:certificate_map) end