Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class LicenseType.
The license types available for the Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.LicenseType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabasePropertiesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LICENSE_TYPE_UNSPECIFIED
Value: 0
Unspecified
Generated from protobuf enum LICENSE_TYPE_UNSPECIFIED = 0;
LICENSE_INCLUDED
Value: 1
License included part of offer
Generated from protobuf enum LICENSE_INCLUDED = 1;
BRING_YOUR_OWN_LICENSE
Value: 2
Bring your own license
Generated from protobuf enum BRING_YOUR_OWN_LICENSE = 2;