EndpointConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Endpoint config for this cluster
Attributes |
|
---|---|
Name | Description |
http_ports |
MutableMapping[str, str]
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 | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |