次の方法で共有


RecommendedVersion Class

public final class RecommendedVersion
extends ExpandableStringEnum<RecommendedVersion>

Indicates whether this is the recommended version to use for new packet core control plane deployments.

Field Summary

Modifier and Type Field and Description
static final RecommendedVersion NOT_RECOMMENDED

Static value NotRecommended for RecommendedVersion.

static final RecommendedVersion RECOMMENDED

Static value Recommended for RecommendedVersion.

Constructor Summary

Constructor Description
RecommendedVersion()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RecommendedVersion value.

Method Summary

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

Creates or finds a RecommendedVersion from its string representation.

static Collection<RecommendedVersion> values()

Gets known RecommendedVersion values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

public static final RecommendedVersion NOT_RECOMMENDED

Static value NotRecommended for RecommendedVersion.

public static final RecommendedVersion RECOMMENDED

Static value Recommended for RecommendedVersion.

Constructor Details

RecommendedVersion

@Deprecated
public RecommendedVersion()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RecommendedVersion value.

Method Details

fromString

public static RecommendedVersion fromString(String name)

Creates or finds a RecommendedVersion from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RecommendedVersion.

values

public static Collection<RecommendedVersion> values()

Gets known RecommendedVersion values.

Returns:

known RecommendedVersion values.

Applies to