Class: Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Defined Under Namespace
Classes: CertChain
Instance Attribute Summary collapse
-
#ca_certs ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority::CertChain>
The PEM encoded CA certificate chains for redis managed server authentication.
Instance Attribute Details
#ca_certs ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::CertificateAuthority::ManagedCertificateAuthority::CertChain>
Returns The PEM encoded CA certificate chains for redis managed server authentication.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 1000 class ManagedCertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] certificates # @return [::Array<::String>] # The certificates that form the CA chain, from leaf to root order. class CertChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |