Class: Google::Cloud::Memorystore::V1::CertificateAuthority
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::CertificateAuthority
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
A certificate authority for an instance.
Defined Under Namespace
Classes: ManagedCertificateAuthority
Instance Attribute Summary collapse
-
#managed_server_ca ⇒ ::Google::Cloud::Memorystore::V1::CertificateAuthority::ManagedCertificateAuthority
A managed server certificate authority.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#managed_server_ca ⇒ ::Google::Cloud::Memorystore::V1::CertificateAuthority::ManagedCertificateAuthority
Returns A managed server certificate authority.
1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1667 class CertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A managed certificate authority. # @!attribute [rw] ca_certs # @return [::Array<::Google::Cloud::Memorystore::V1::CertificateAuthority::ManagedCertificateAuthority::CertChain>] # PEM encoded CA certificate chains for managed server authentication. class ManagedCertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A certificate chain. # @!attribute [rw] certificates # @return [::Array<::String>] # The certificates that form the CA chain in order of leaf to root. class CertChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#name ⇒ ::String
Returns Identifier. Unique name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}.
1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1667 class CertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A managed certificate authority. # @!attribute [rw] ca_certs # @return [::Array<::Google::Cloud::Memorystore::V1::CertificateAuthority::ManagedCertificateAuthority::CertChain>] # PEM encoded CA certificate chains for managed server authentication. class ManagedCertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A certificate chain. # @!attribute [rw] certificates # @return [::Array<::String>] # The certificates that form the CA chain in order of leaf to root. class CertChain include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |