Class: Google::Apis::ComputeBeta::TargetSslProxiesSetSslCertificatesRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TargetSslProxiesSetSslCertificatesRequest

Returns a new instance of TargetSslProxiesSetSslCertificatesRequest.



10297
10298
10299
# File 'generated/google/apis/compute_beta/classes.rb', line 10297

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ssl_certificatesArray<String>

New set of URLs to SslCertificate resources to associate with this TargetSslProxy. Currently exactly one ssl certificate must be specified. Corresponds to the JSON property sslCertificates

Returns:

  • (Array<String>)


10295
10296
10297
# File 'generated/google/apis/compute_beta/classes.rb', line 10295

def ssl_certificates
  @ssl_certificates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10302
10303
10304
# File 'generated/google/apis/compute_beta/classes.rb', line 10302

def update!(**args)
  @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
end