Class: Google::Cloud::Redis::V1::TlsCertificate
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::TlsCertificate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
TlsCertificate Resource
Instance Attribute Summary collapse
-
#cert ⇒ ::String
PEM representation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#serial_number ⇒ ::String
Serial number, as extracted from the certificate.
-
#sha1_fingerprint ⇒ ::String
Sha1 Fingerprint of the certificate.
Instance Attribute Details
#cert ⇒ ::String
Returns PEM representation.
829 830 831 832 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 829 class TlsCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the certificate was created in RFC
3339 format, for example
2020-05-18T00:00:00.094Z
.
829 830 831 832 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 829 class TlsCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the certificate expires in RFC
3339 format, for example
2020-05-18T00:00:00.094Z
.
829 830 831 832 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 829 class TlsCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#serial_number ⇒ ::String
Returns Serial number, as extracted from the certificate.
829 830 831 832 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 829 class TlsCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sha1_fingerprint ⇒ ::String
Returns Sha1 Fingerprint of the certificate.
829 830 831 832 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 829 class TlsCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |