Class: Google::Cloud::Memorystore::V1::CertificateAuthority

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#managed_server_ca::Google::Cloud::Memorystore::V1::CertificateAuthority::ManagedCertificateAuthority

Returns A managed server certificate authority.

Returns:



1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1311

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}.

Returns:

  • (::String)

    Identifier. Unique name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}



1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1311

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