InfrastructureEncryption Class

public final class InfrastructureEncryption
extends ExpandableStringEnum<InfrastructureEncryption>

Defines values for InfrastructureEncryption.

Field Summary

Modifier and Type Field and Description
static final InfrastructureEncryption DISABLED

Static value Disabled for InfrastructureEncryption.

static final InfrastructureEncryption ENABLED

Static value Enabled for InfrastructureEncryption.

Constructor Summary

Constructor Description
InfrastructureEncryption()

Method Summary

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

Creates or finds a InfrastructureEncryption from its string representation.

static Collection<InfrastructureEncryption> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final InfrastructureEncryption DISABLED

Static value Disabled for InfrastructureEncryption.

ENABLED

public static final InfrastructureEncryption ENABLED

Static value Enabled for InfrastructureEncryption.

Constructor Details

InfrastructureEncryption

public InfrastructureEncryption()

Method Details

fromString

public static InfrastructureEncryption fromString(String name)

Creates or finds a InfrastructureEncryption from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InfrastructureEncryption.

values

public static Collection<InfrastructureEncryption> values()

Returns:

known InfrastructureEncryption values.

Applies to