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>- (::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-
(::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-
(::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.