Class EndpointConfig (2.2.0)

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

Endpoint config for this cluster

Attributes

NameDescription
http_ports Sequence[.gcd_clusters.EndpointConfig.HttpPortsEntry]
Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
enable_http_port_access bool
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Classes

HttpPortsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.