Class: Google::Apis::ComputeAlpha::TargetSslProxiesSetSslCertificatesRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/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



27236
27237
27238
# File 'generated/google/apis/compute_alpha/classes.rb', line 27236

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>)


27234
27235
27236
# File 'generated/google/apis/compute_alpha/classes.rb', line 27234

def ssl_certificates
  @ssl_certificates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27241
27242
27243
# File 'generated/google/apis/compute_alpha/classes.rb', line 27241

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