public enum ShieldedInstanceConfig.SecureBoot extends Enum<ShieldedInstanceConfig.SecureBoot> implements ProtocolMessageEnum
Possible values for secure boot.
Protobuf enum google.cloud.vmmigration.v1.ShieldedInstanceConfig.SecureBoot
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FALSE |
Do not use secure boot. |
FALSE_VALUE |
Do not use secure boot. |
SECURE_BOOT_UNSPECIFIED |
No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false). |
SECURE_BOOT_UNSPECIFIED_VALUE |
No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false). |
TRUE |
Use secure boot. This can be set to true only if the image boot option is EFI. |
TRUE_VALUE |
Use secure boot. This can be set to true only if the image boot option is EFI. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |