Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CertificateMap.
Defines a collection of certificate configurations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp Returns
- (::Google::Protobuf::Timestamp) — Output only. The creation timestamp of a Certificate Map.
#description
def description() -> ::String Returns
- (::String) — One or more paragraphs of text description of a certificate map.
#description=
def description=(value) -> ::String Parameter
- value (::String) — One or more paragraphs of text description of a certificate map.
Returns
- (::String) — One or more paragraphs of text description of a certificate map.
#gclb_targets
def gclb_targets() -> ::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget> Returns
- (::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget>) — Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String} Returns
- (::Google::Protobuf::Map{::String => ::String}) — Set of labels associated with a Certificate Map.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String} Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Set of labels associated with a Certificate Map.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Set of labels associated with a Certificate Map.
#name
def name() -> ::String Returns
- (::String) — A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern
projects/*/locations/*/certificateMaps/*.
#name=
def name=(value) -> ::String Parameter
- value (::String) — A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern
projects/*/locations/*/certificateMaps/*.
Returns
- (::String) — A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern
projects/*/locations/*/certificateMaps/*.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp Returns
- (::Google::Protobuf::Timestamp) — Output only. The update timestamp of a Certificate Map.