class Google::Apis::ComputeV1::TargetHttpsProxiesSetCertificateMapRequest

Attributes

certificate_map[RW]

URL of the Certificate Map to associate with this TargetHttpsProxy. 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 36893
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 36898
def update!(**args)
  @certificate_map = args[:certificate_map] if args.key?(:certificate_map)
end