Google Cloud Dataproc V1 Client - Class ConfidentialInstanceConfig (3.2.2)

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

Methods

__construct

Constructor.

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

Generated from protobuf field bool enable_confidential_compute = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
bool

setEnableConfidentialCompute

Optional. Defines whether the instance should have confidential compute enabled.

Generated from protobuf field bool enable_confidential_compute = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var bool
Returns
TypeDescription
$this