Class: Google::Cloud::Redis::Cluster::V1::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1/cloud_redis_cluster.rb
Overview
CA certificate chains for redis managed server authentication.
Defined Under Namespace
Classes: RegionalCertChain
Instance Attribute Summary collapse
-
#ca_certs ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority::RegionalCertChain>
The PEM encoded CA certificate chains for redis managed server authentication.
Instance Attribute Details
#ca_certs ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority::RegionalCertChain>
Returns The PEM encoded CA certificate chains for redis managed server authentication.
982 983 984 985 986 987 988 989 990 991 992 993 994 |
# File 'proto_docs/google/cloud/redis/cluster/v1/cloud_redis_cluster.rb', line 982 class RegionalManagedCertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The certificates that form the CA chain, from leaf to root order. # @!attribute [rw] certificates # @return [::Array<::String>] # The certificates that form the CA chain, from leaf to root order. class RegionalCertChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |