Class: Google::Cloud::Memorystore::V1beta::SharedRegionalCertificateAuthority
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1beta::SharedRegionalCertificateAuthority
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1beta/memorystore.rb
Overview
Shared regional certificate authority for an instance.
Defined Under Namespace
Classes: RegionalManagedCertificateAuthority
Instance Attribute Summary collapse
-
#managed_server_ca ⇒ ::Google::Cloud::Memorystore::V1beta::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority
CA certificate chains for memorystore managed server authentication.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#managed_server_ca ⇒ ::Google::Cloud::Memorystore::V1beta::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority
Returns CA certificate chains for memorystore managed server authentication.
1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 1699 class SharedRegionalCertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # CA certificate chains for memorystore managed server authentication. # @!attribute [rw] ca_certs # @return [::Array<::Google::Cloud::Memorystore::V1beta::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority::RegionalCertChain>] # The PEM encoded CA certificate chains for memorystore managed # server authentication 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 end |
#name ⇒ ::String
Returns Identifier. Unique name of the resource in this scope including project and
location using the form:
projects/{project}/locations/{location}/sharedRegionalCertificateAuthority.
1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 1699 class SharedRegionalCertificateAuthority include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # CA certificate chains for memorystore managed server authentication. # @!attribute [rw] ca_certs # @return [::Array<::Google::Cloud::Memorystore::V1beta::SharedRegionalCertificateAuthority::RegionalManagedCertificateAuthority::RegionalCertChain>] # The PEM encoded CA certificate chains for memorystore managed # server authentication 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 end |