Google Cloud Oracle Database V1 Client - Class AutonomousDbVersion (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AutonomousDbVersion.
Details of the Autonomous Database version.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDbVersionSummary/
Generated from protobuf message google.cloud.oracledatabase.v1.AutonomousDbVersion
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version} |
↳ version |
string
Output only. An Oracle Database version for Autonomous Database. |
↳ db_workload |
int
Output only. The Autonomous Database workload type. |
↳ workload_uri |
string
Output only. A URL that points to a detailed description of the Autonomous Database version. |
getName
Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Output only. An Oracle Database version for Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Output only. An Oracle Database version for Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDbWorkload
Output only. The Autonomous Database workload type.
| Returns | |
|---|---|
| Type | Description |
int |
|
setDbWorkload
Output only. The Autonomous Database workload type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWorkloadUri
Output only. A URL that points to a detailed description of the Autonomous Database version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setWorkloadUri
Output only. A URL that points to a detailed description of the Autonomous Database version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|