Google Cloud Dataproc V1 Client - Class ConfidentialInstanceConfig (3.10.1)

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 \ V1

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.

Returns
TypeDescription
bool

setEnableConfidentialCompute

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this