Reference documentation and code samples for the Google Cloud Container V1 Client class ConfidentialNodes.
ConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.
Generated from protobuf message google.container.v1.ConfidentialNodes
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Whether Confidential Nodes feature is enabled. |
getEnabled
Whether Confidential Nodes feature is enabled.
Generated from protobuf field bool enabled = 1;
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Whether Confidential Nodes feature is enabled.
Generated from protobuf field bool enabled = 1;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |