Enum ShieldedInstanceConfig.SecureBoot (1.74.0)

public enum ShieldedInstanceConfig.SecureBoot extends Enum<ShieldedInstanceConfig.SecureBoot> implements ProtocolMessageEnum

Possible values for secure boot.

Protobuf enum google.cloud.vmmigration.v1.ShieldedInstanceConfig.SecureBoot

Implements

ProtocolMessageEnum

Static Fields

Name Description
FALSE

Do not use secure boot.

FALSE = 2;

FALSE_VALUE

Do not use secure boot.

FALSE = 2;

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 = 0;

SECURE_BOOT_UNSPECIFIED_VALUE

No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false).

SECURE_BOOT_UNSPECIFIED = 0;

TRUE

Use secure boot. This can be set to true only if the image boot option is EFI.

TRUE = 1;

TRUE_VALUE

Use secure boot. This can be set to true only if the image boot option is EFI.

TRUE = 1;

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()