Share via


SecurityEncryptionTypes Class

public final class SecurityEncryptionTypes
extends ExpandableStringEnum<SecurityEncryptionTypes>

SecurityEncryptionTypes enums.

Field Summary

Modifier and Type Field and Description
static final SecurityEncryptionTypes NON_PERSISTED_TPM

NonPersistedTPM.

static final SecurityEncryptionTypes VMGUEST_STATE_ONLY

VMGuestStateOnly.

Constructor Summary

Constructor Description
SecurityEncryptionTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecurityEncryptionTypes value.

Method Summary

Modifier and Type Method and Description
static SecurityEncryptionTypes fromString(String name)

Creates or finds a SecurityEncryptionTypes from its string representation.

static Collection<SecurityEncryptionTypes> values()

Gets known SecurityEncryptionTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NON_PERSISTED_TPM

public static final SecurityEncryptionTypes NON_PERSISTED_TPM

NonPersistedTPM.

VMGUEST_STATE_ONLY

public static final SecurityEncryptionTypes VMGUEST_STATE_ONLY

VMGuestStateOnly.

Constructor Details

SecurityEncryptionTypes

@Deprecated
public SecurityEncryptionTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecurityEncryptionTypes value.

Method Details

fromString

public static SecurityEncryptionTypes fromString(String name)

Creates or finds a SecurityEncryptionTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SecurityEncryptionTypes.

values

public static Collection<SecurityEncryptionTypes> values()

Gets known SecurityEncryptionTypes values.

Returns:

known SecurityEncryptionTypes values.

Applies to