Google Cloud Dataproc V1 Client - Class EndpointConfig (3.10.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class EndpointConfig.

Endpoint config for this cluster

Generated from protobuf message google.cloud.dataproc.v1.EndpointConfig

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ http_ports array|Google\Protobuf\Internal\MapField

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.

getHttpPorts

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

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setHttpPorts

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

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getEnableHttpPortAccess

Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Returns
TypeDescription
bool

setEnableHttpPortAccess

Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this