Class: Google::Cloud::Memorystore::V1beta::CertificateAuthority
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1beta::CertificateAuthority
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1beta/memorystore.rb
Overview
A certificate authority for an instance.
Defined Under Namespace
Classes: ManagedCertificateAuthority
Instance Attribute Summary collapse
-
#managed_server_ca ⇒ ::Google::Cloud::Memorystore::V1beta::CertificateAuthority::ManagedCertificateAuthority
A managed server certificate authority.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#managed_server_ca ⇒ ::Google::Cloud::Memorystore::V1beta::CertificateAuthority::ManagedCertificateAuthority
Returns A managed server certificate authority.
691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 691 class CertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A managed certificate authority. # @!attribute [rw] ca_certs # @return [::Array<::Google::Cloud::Memorystore::V1beta::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}.
691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 691 class CertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A managed certificate authority. # @!attribute [rw] ca_certs # @return [::Array<::Google::Cloud::Memorystore::V1beta::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 |