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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnableHttpPortAccess
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableHttpPortAccess
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|