Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ConfidentialInstanceConfig.
Confidential Instance Config for clusters using Confidential VMs
Generated from protobuf message google.cloud.dataproc.v1.ConfidentialInstanceConfig
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_confidential_compute |
bool
Optional. Defines whether the instance should have confidential compute enabled. |
getEnableConfidentialCompute
Optional. Defines whether the instance should have confidential compute enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableConfidentialCompute
Optional. Defines whether the instance should have confidential compute enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|