Class: Google::Apis::ComputeV1::TargetHttpsProxiesSetSslCertificatesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TargetHttpsProxiesSetSslCertificatesRequest
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#ssl_certificates ⇒ Array<String>
New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetHttpsProxiesSetSslCertificatesRequest
constructor
A new instance of TargetHttpsProxiesSetSslCertificatesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetHttpsProxiesSetSslCertificatesRequest
Returns a new instance of TargetHttpsProxiesSetSslCertificatesRequest
15600 15601 15602 |
# File 'generated/google/apis/compute_v1/classes.rb', line 15600 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ssl_certificates ⇒ Array<String>
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
15598 15599 15600 |
# File 'generated/google/apis/compute_v1/classes.rb', line 15598 def ssl_certificates @ssl_certificates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15605 15606 15607 |
# File 'generated/google/apis/compute_v1/classes.rb', line 15605 def update!(**args) @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates) end |