Compute V1 Client - Class ConfidentialInstanceConfig (1.5.0)

Reference documentation and code samples for the Compute V1 Client class ConfidentialInstanceConfig.

A set of Confidential Instance options.

Generated from protobuf message google.cloud.compute.v1.ConfidentialInstanceConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable_confidential_compute bool

Defines whether the instance should have confidential compute enabled.

getEnableConfidentialCompute

Defines whether the instance should have confidential compute enabled.

Generated from protobuf field optional bool enable_confidential_compute = 102135228;

Returns
TypeDescription
bool

hasEnableConfidentialCompute

clearEnableConfidentialCompute

setEnableConfidentialCompute

Defines whether the instance should have confidential compute enabled.

Generated from protobuf field optional bool enable_confidential_compute = 102135228;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this