Class: Google::Cloud::Compute::V1::TargetSslProxiesSetSslCertificatesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetSslProxiesSetSslCertificatesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#ssl_certificates ⇒ ::Array<::String>
New set of URLs to SslCertificate resources to associate with this TargetSslProxy.
Instance Attribute Details
#ssl_certificates ⇒ ::Array<::String>
Returns New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
34689 34690 34691 34692 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34689 class TargetSslProxiesSetSslCertificatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |