GclbTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes a Target Proxy which 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
Name | Description |
target_https_proxy |
str
A name must be in the format ``projects/*/locations/*/targetHttpsProxies/*``. This field is a member of `oneof`_ ``target_proxy``. |
target_ssl_proxy |
str
A name must be in the format ``projects/*/locations/*/targetSslProxies/*``. This field is a member of `oneof`_ ``target_proxy``. |
ip_configs |
Sequence[google.cloud.certificate_manager_v1.types.CertificateMap.GclbTarget.IpConfig]
IP configurations for this Target Proxy where the Certificate Map is serving. |
Inheritance
builtins.object > proto.message.Message > GclbTargetClasses
IpConfig
IpConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines IP configuration where this Certificate Map is serving.