SecurityEncryptionTypes Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.batch.protocol.models.SecurityEncryptionTypes

public final class SecurityEncryptionTypes
extends com.microsoft.rest.ExpandableStringEnum<SecurityEncryptionTypes>

Defines values for SecurityEncryptionTypes.

Field Summary

Modifier and Type Field and Description
static final SecurityEncryptionTypes NON_PERSISTED_TPM

Static value NonPersistedTPM for SecurityEncryptionTypes.

static final SecurityEncryptionTypes VMGUEST_STATE_ONLY

Static value VMGuestStateOnly for SecurityEncryptionTypes.

Constructor Summary

Constructor Description
SecurityEncryptionTypes()

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

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

Field Details

NON_PERSISTED_TPM

public static final SecurityEncryptionTypes NON_PERSISTED_TPM

Static value NonPersistedTPM for SecurityEncryptionTypes.

VMGUEST_STATE_ONLY

public static final SecurityEncryptionTypes VMGUEST_STATE_ONLY

Static value VMGuestStateOnly for SecurityEncryptionTypes.

Constructor Details

SecurityEncryptionTypes

public SecurityEncryptionTypes()

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

Returns:

known SecurityEncryptionTypes values

Applies to