DiskEncryptionSetType Class

public final class DiskEncryptionSetType
extends ExpandableStringEnum<DiskEncryptionSetType>

The type of key used to encrypt the data of the disk.

Field Summary

Modifier and Type Field and Description
static final DiskEncryptionSetType CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEY

Static value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.

static final DiskEncryptionSetType ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY

Static value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.

static final DiskEncryptionSetType ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS

Static value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType.

Constructor Summary

Constructor Description
DiskEncryptionSetType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DiskEncryptionSetType value.

Method Summary

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

Creates or finds a DiskEncryptionSetType from its string representation.

static Collection<DiskEncryptionSetType> values()

Gets known DiskEncryptionSetType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEY

public static final DiskEncryptionSetType CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEY

Static value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.

ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY

public static final DiskEncryptionSetType ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY

Static value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.

ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS

public static final DiskEncryptionSetType ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS

Static value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType.

Constructor Details

DiskEncryptionSetType

@Deprecated
public DiskEncryptionSetType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DiskEncryptionSetType value.

Method Details

fromString

public static DiskEncryptionSetType fromString(String name)

Creates or finds a DiskEncryptionSetType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DiskEncryptionSetType.

values

public static Collection values()

Gets known DiskEncryptionSetType values.

Returns:

known DiskEncryptionSetType values.

Applies to