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>
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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)
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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}
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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)
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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)
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 776 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 |