Package com.ibm.cloud.is.vpc.v1.model
Interface InstancePatch.ConfidentialComputeMode
-
- Enclosing class:
- InstancePatch
public static interface InstancePatch.ConfidentialComputeMode
The confidential compute mode to use for this virtual server instance. For this property to be changed, the virtual server instance `status` must be `stopping` or `stopped`.
-
-
Field Detail
-
DISABLED
static final String DISABLED
disabled.- See Also:
- Constant Field Values
-
SGX
static final String SGX
sgx.- See Also:
- Constant Field Values
-
-