Class: Google::Cloud::Compute::V1::SslCertificateSelfManagedSslCertificate
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SslCertificateSelfManagedSslCertificate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Configuration and status of a self-managed SSL certificate.
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
A local certificate file.
-
#private_key ⇒ ::String
A write-only private key in PEM format.
Instance Attribute Details
#certificate ⇒ ::String
Returns A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
31763 31764 31765 31766 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31763 class SslCertificateSelfManagedSslCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns A write-only private key in PEM format. Only insert requests will include this field.
31763 31764 31765 31766 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31763 class SslCertificateSelfManagedSslCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |