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. Deprecated: Use 'confidential_instance_type' instead. Defines whether the instance should have confidential compute enabled. |
↳ confidential_instance_type |
int
Optional. Defines the type of Confidential Compute technology to use. |
getEnableConfidentialCompute
Optional. Deprecated: Use 'confidential_instance_type' instead.
Defines whether the instance should have confidential compute enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableConfidentialCompute
Optional. Deprecated: Use 'confidential_instance_type' instead.
Defines whether the instance should have confidential compute enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConfidentialInstanceType
Optional. Defines the type of Confidential Compute technology to use.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConfidentialInstanceType. |
setConfidentialInstanceType
Optional. Defines the type of Confidential Compute technology to use.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConfidentialInstanceType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|