InfrastructureEncryptionState Class

public final class InfrastructureEncryptionState
extends ExpandableStringEnum<InfrastructureEncryptionState>

Enabling/Disabling the Double Encryption state.

Field Summary

Modifier and Type Field and Description
static final InfrastructureEncryptionState DISABLED

Static value Disabled for InfrastructureEncryptionState.

static final InfrastructureEncryptionState ENABLED

Static value Enabled for InfrastructureEncryptionState.

Constructor Summary

Constructor Description
InfrastructureEncryptionState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InfrastructureEncryptionState value.

Method Summary

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

Creates or finds a InfrastructureEncryptionState from its string representation.

static Collection<InfrastructureEncryptionState> values()

Gets known InfrastructureEncryptionState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final InfrastructureEncryptionState DISABLED

Static value Disabled for InfrastructureEncryptionState.

ENABLED

public static final InfrastructureEncryptionState ENABLED

Static value Enabled for InfrastructureEncryptionState.

Constructor Details

InfrastructureEncryptionState

@Deprecated
public InfrastructureEncryptionState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InfrastructureEncryptionState value.

Method Details

fromString

public static InfrastructureEncryptionState fromString(String name)

Creates or finds a InfrastructureEncryptionState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InfrastructureEncryptionState.

values

public static Collection<InfrastructureEncryptionState> values()

Gets known InfrastructureEncryptionState values.

Returns:

known InfrastructureEncryptionState values.

Applies to