ElasticPoolLicenseType Class

public final class ElasticPoolLicenseType
extends ExpandableStringEnum<ElasticPoolLicenseType>

The license type to apply for this elastic pool.

Field Summary

Modifier and Type Field and Description
static final ElasticPoolLicenseType BASE_PRICE

Static value BasePrice for ElasticPoolLicenseType.

static final ElasticPoolLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for ElasticPoolLicenseType.

Constructor Summary

Constructor Description
ElasticPoolLicenseType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ElasticPoolLicenseType value.

Method Summary

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

Creates or finds a ElasticPoolLicenseType from its string representation.

static Collection<ElasticPoolLicenseType> values()

Gets known ElasticPoolLicenseType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASE_PRICE

public static final ElasticPoolLicenseType BASE_PRICE

Static value BasePrice for ElasticPoolLicenseType.

LICENSE_INCLUDED

public static final ElasticPoolLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for ElasticPoolLicenseType.

Constructor Details

ElasticPoolLicenseType

@Deprecated
public ElasticPoolLicenseType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ElasticPoolLicenseType value.

Method Details

fromString

public static ElasticPoolLicenseType fromString(String name)

Creates or finds a ElasticPoolLicenseType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ElasticPoolLicenseType.

values

public static Collection values()

Gets known ElasticPoolLicenseType values.

Returns:

known ElasticPoolLicenseType values.

Applies to