Enum DbSystemProperties.DbSystemDatabaseEdition (0.29.0)

public enum DbSystemProperties.DbSystemDatabaseEdition extends Enum<DbSystemProperties.DbSystemDatabaseEdition> implements ProtocolMessageEnum

The editions available for DbSystem.

Protobuf enum google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemDatabaseEdition

Implements

ProtocolMessageEnum

Static Fields

Name Description
DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED

The database edition is unspecified.

DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED = 0;

DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED_VALUE

The database edition is unspecified.

DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED = 0;

ENTERPRISE_EDITION

The database edition is Enterprise.

ENTERPRISE_EDITION = 2;

ENTERPRISE_EDITION_HIGH_PERFORMANCE

The database edition is Enterprise Edition.

ENTERPRISE_EDITION_HIGH_PERFORMANCE = 3;

ENTERPRISE_EDITION_HIGH_PERFORMANCE_VALUE

The database edition is Enterprise Edition.

ENTERPRISE_EDITION_HIGH_PERFORMANCE = 3;

ENTERPRISE_EDITION_VALUE

The database edition is Enterprise.

ENTERPRISE_EDITION = 2;

STANDARD_EDITION

The database edition is Standard.

STANDARD_EDITION = 1;

STANDARD_EDITION_VALUE

The database edition is Standard.

STANDARD_EDITION = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()