Certificate Manager V1 API - Class Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget (v0.12.0)

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

Describes a Target Proxy that uses this Certificate Map.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ip_configs

def ip_configs() -> ::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>
Returns

#target_https_proxy

def target_https_proxy() -> ::String
Returns
  • (::String) — Output only. This field returns the resource name in the following format: //compute.googleapis.com/projects/*/global/targetHttpsProxies/*.

    Note: The following fields are mutually exclusive: target_https_proxy, target_ssl_proxy. If a field in that set is populated, all other fields in the set will automatically be cleared.

#target_ssl_proxy

def target_ssl_proxy() -> ::String
Returns
  • (::String) — Output only. This field returns the resource name in the following format: //compute.googleapis.com/projects/*/global/targetSslProxies/*.

    Note: The following fields are mutually exclusive: target_ssl_proxy, target_https_proxy. If a field in that set is populated, all other fields in the set will automatically be cleared.