Uses of Class
com.oracle.bmc.core.model.ShapeSecureBootOptions.Builder
-
Packages that use ShapeSecureBootOptions.Builder Package Description com.oracle.bmc.core.model -
-
Uses of ShapeSecureBootOptions.Builder in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ShapeSecureBootOptions.Builder Modifier and Type Method Description ShapeSecureBootOptions.Builder
ShapeSecureBootOptions.Builder. allowedValues(List<Boolean> allowedValues)
Boolean values that indicate whether Secure Boot can be enabled or disabled.static ShapeSecureBootOptions.Builder
ShapeSecureBootOptions. builder()
Create a new builder.ShapeSecureBootOptions.Builder
ShapeSecureBootOptions.Builder. copy(ShapeSecureBootOptions model)
ShapeSecureBootOptions.Builder
ShapeSecureBootOptions.Builder. isDefaultEnabled(Boolean isDefaultEnabled)
Whether Secure Boot is enabled by default.ShapeSecureBootOptions.Builder
ShapeSecureBootOptions. toBuilder()
-