Class EndpointConfig (2.4.0)

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

Endpoint config for this cluster .. attribute:: http_ports

Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.

:type: Sequence[google.cloud.dataproc_v1beta2.types.EndpointConfig.HttpPortsEntry]

Attribute

NameDescription
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.