Interface ConfidentialNodesOrBuilder (2.67.0)

public interface ConfidentialNodesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfidentialInstanceType()

public abstract ConfidentialNodes.ConfidentialInstanceType getConfidentialInstanceType()

Defines the type of technology used by the confidential node.

.google.container.v1beta1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;

Returns
Type Description
ConfidentialNodes.ConfidentialInstanceType

The confidentialInstanceType.

getConfidentialInstanceTypeValue()

public abstract int getConfidentialInstanceTypeValue()

Defines the type of technology used by the confidential node.

.google.container.v1beta1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;

Returns
Type Description
int

The enum numeric value on the wire for confidentialInstanceType.

getEnabled()

public abstract boolean getEnabled()

Whether Confidential Nodes feature is enabled.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.