ManagedInstanceLicenseType Class

public final class ManagedInstanceLicenseType
extends ExpandableStringEnum<ManagedInstanceLicenseType>

The license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses).

Field Summary

Modifier and Type Field and Description
static final ManagedInstanceLicenseType BASE_PRICE

Static value BasePrice for ManagedInstanceLicenseType.

static final ManagedInstanceLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for ManagedInstanceLicenseType.

Constructor Summary

Constructor Description
ManagedInstanceLicenseType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedInstanceLicenseType value.

Method Summary

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

Creates or finds a ManagedInstanceLicenseType from its string representation.

static Collection<ManagedInstanceLicenseType> values()

Gets known ManagedInstanceLicenseType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASE_PRICE

public static final ManagedInstanceLicenseType BASE_PRICE

Static value BasePrice for ManagedInstanceLicenseType.

LICENSE_INCLUDED

public static final ManagedInstanceLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for ManagedInstanceLicenseType.

Constructor Details

ManagedInstanceLicenseType

@Deprecated
public ManagedInstanceLicenseType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedInstanceLicenseType value.

Method Details

fromString

public static ManagedInstanceLicenseType fromString(String name)

Creates or finds a ManagedInstanceLicenseType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ManagedInstanceLicenseType.

values

public static Collection values()

Gets known ManagedInstanceLicenseType values.

Returns:

known ManagedInstanceLicenseType values.

Applies to