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
- (::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>) — Output only. IP configurations for this Target Proxy where the Certificate Map is serving.
#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/*
.
#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/*
.