Package com.ibm.cloud.is.vpc.v1.model
Class InstanceProfileSupportedConfidentialComputeModes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceProfileSupportedConfidentialComputeModes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceProfileSupportedConfidentialComputeModes extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceProfileSupportedConfidentialComputeModes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceProfileSupportedConfidentialComputeModes.Type
The type for this profile field.static interface
InstanceProfileSupportedConfidentialComputeModes.Values
The confidential compute modes: - `sgx`: Intel Software Guard Extensions - `disabled`: No confidential compute functionality The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
InstanceProfileSupportedConfidentialComputeModes.XDefault
The default confidential compute mode for this profile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.List<String>
getValues()
Gets the values.String
getXDefault()
Gets the xDefault.
-