Class: Google::Cloud::CertificateManager::V1::CertificateMapEntry
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::CertificateMapEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Defines a certificate map entry.
Defined Under Namespace
Modules: Matcher Classes: LabelsEntry
Instance Attribute Summary collapse
-
#certificates ⇒ ::Array<::String>
A set of Certificates defines for the given
hostname
. -
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
One or more paragraphs of text description of a certificate map entry.
-
#hostname ⇒ ::String
A Hostname (FQDN, e.g.
example.com
) or a wildcard hostname expression (*.example.com
) for a set of hostnames with common suffix. -
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Set of labels associated with a Certificate Map Entry.
-
#matcher ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMapEntry::Matcher
A predefined matcher for particular cases, other than SNI selection.
-
#name ⇒ ::String
A user-defined name of the Certificate Map Entry.
-
#state ⇒ ::Google::Cloud::CertificateManager::V1::ServingState
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#certificates ⇒ ::Array<::String>
Returns A set of Certificates defines for the given hostname
. There can be
defined up to four certificates in each Certificate Map Entry. Each
certificate must match pattern projects/*/locations/*/certificates/*
.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation timestamp of a Certificate Map Entry.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#description ⇒ ::String
Returns One or more paragraphs of text description of a certificate map entry.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#hostname ⇒ ::String
Returns A Hostname (FQDN, e.g. example.com
) or a wildcard hostname expression
(*.example.com
) for a set of hostnames with common suffix. Used as
Server Name Indication (SNI) for selecting a proper certificate.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Set of labels associated with a Certificate Map Entry.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#matcher ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMapEntry::Matcher
Returns A predefined matcher for particular cases, other than SNI selection.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#name ⇒ ::String
Returns A user-defined name of the Certificate Map Entry. Certificate Map Entry
names must be unique globally and match pattern
projects/*/locations/*/certificateMaps/*/certificateMapEntries/*
.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#state ⇒ ::Google::Cloud::CertificateManager::V1::ServingState (readonly)
Returns Output only. A serving state of this Certificate Map Entry.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The update timestamp of a Certificate Map Entry.
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 764 class CertificateMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Defines predefined cases other than SNI-hostname match when this # configuration should be applied. module Matcher # A matcher has't been recognized. MATCHER_UNSPECIFIED = 0 # A primary certificate that is served when SNI wasn't specified in the # request or SNI couldn't be found in the map. PRIMARY = 1 end end |