public interface ConfidentialNodesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfidentialInstanceType()
public abstract ConfidentialNodes.ConfidentialInstanceType getConfidentialInstanceType()
Defines the type of technology used by the confidential node.
.google.container.v1.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.v1.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. |