Class GclbTarget (1.7.0)

GclbTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a Target Proxy that uses this Certificate Map.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
target_https_proxy str
Output only. This field returns the resource name in the following format: //compute.googleapis.com/projects/*/global/targetHttpsProxies/*. This field is a member of oneof_ target_proxy.
target_ssl_proxy str
Output only. This field returns the resource name in the following format: //compute.googleapis.com/projects/*/global/targetSslProxies/*. This field is a member of oneof_ target_proxy.
ip_configs MutableSequence[google.cloud.certificate_manager_v1.types.CertificateMap.GclbTarget.IpConfig]
Output only. IP configurations for this Target Proxy where the Certificate Map is serving.

Classes

IpConfig

IpConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines IP configuration where this Certificate Map is serving.