Class: Google::Cloud::Redis::V1beta1::TlsCertificate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

TlsCertificate Resource

Instance Attribute Summary collapse

Instance Attribute Details

#cert::String

Returns PEM representation.

Returns:

  • (::String)

    PEM representation.



764
765
766
767
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 764

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.

Returns:



764
765
766
767
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 764

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.

Returns:



764
765
766
767
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 764

class TlsCertificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serial_number::String

Returns Serial number, as extracted from the certificate.

Returns:

  • (::String)

    Serial number, as extracted from the certificate.



764
765
766
767
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 764

class TlsCertificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sha1_fingerprint::String

Returns Sha1 Fingerprint of the certificate.

Returns:

  • (::String)

    Sha1 Fingerprint of the certificate.



764
765
766
767
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 764

class TlsCertificate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end