Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget.
Describes a Target Proxy which 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>) — IP configurations for this Target Proxy where the Certificate Map is serving.
#ip_configs=
def ip_configs=(value) -> ::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>
Parameter
- value (::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>) — IP configurations for this Target Proxy where the Certificate Map is serving.
Returns
- (::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>) — IP configurations for this Target Proxy where the Certificate Map is serving.
#target_https_proxy
def target_https_proxy() -> ::String
Returns
-
(::String) — This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetHttpsProxies/*
.
#target_https_proxy=
def target_https_proxy=(value) -> ::String
Parameter
-
value (::String) — This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetHttpsProxies/*
.
Returns
-
(::String) — 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) — This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetSslProxies/*
.
#target_ssl_proxy=
def target_ssl_proxy=(value) -> ::String
Parameter
-
value (::String) — This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetSslProxies/*
.
Returns
-
(::String) — This field returns the resource name in the following format:
//compute.googleapis.com/projects/*/global/targetSslProxies/*
.