class Google::Apis::ComputeV1::TargetHttpsProxiesSetSslCertificatesRequest

Attributes

ssl_certificates[RW]

New set of SslCertificate resources to associate with this TargetHttpsProxy resource. Currently exactly one SslCertificate resource must be specified. Corresponds to the JSON property `sslCertificates` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_v1/classes.rb, line 7203
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_v1/classes.rb, line 7208
def update!(**args)
  @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
end