Certificate Manager V1 API - Class Google::Cloud::CertificateManager::V1::CertificateMapEntry (v0.4.2)

Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CertificateMapEntry.

Defines a certificate map entry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificates

def certificates() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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/*.

#certificates=

def certificates=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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/*.
Returns
  • (::Array<::String>) — 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/*.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — One or more paragraphs of text description of a certificate map entry.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — One or more paragraphs of text description of a certificate map entry.
Returns
  • (::String) — One or more paragraphs of text description of a certificate map entry.

#hostname

def hostname() -> ::String
Returns
  • (::String) — 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.

#hostname=

def hostname=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Set of labels associated with a Certificate Map Entry.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Set of labels associated with a Certificate Map Entry.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Set of labels associated with a Certificate Map Entry.

#matcher

def matcher() -> ::Google::Cloud::CertificateManager::V1::CertificateMapEntry::Matcher
Returns

#matcher=

def matcher=(value) -> ::Google::Cloud::CertificateManager::V1::CertificateMapEntry::Matcher
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*/certificateMapEntries/*.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*/certificateMapEntries/*.
Returns
  • (::String) — A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*/certificateMapEntries/*.

#state

def state() -> ::Google::Cloud::CertificateManager::V1::ServingState
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns