Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class PluggableDatabase.
The PluggableDatabase resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/
Generated from protobuf message google.cloud.oracledatabase.v1.PluggableDatabase
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 PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database} |
↳ properties |
PluggableDatabaseProperties
Optional. The properties of the PluggableDatabase. |
↳ oci_url |
string
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The date and time that the PluggableDatabase was created. |
getName
Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Optional. The properties of the PluggableDatabase.
| Returns | |
|---|---|
| Type | Description |
PluggableDatabaseProperties|null |
|
hasProperties
clearProperties
setProperties
Optional. The properties of the PluggableDatabase.
| Parameter | |
|---|---|
| Name | Description |
var |
PluggableDatabaseProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The date and time that the PluggableDatabase was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the PluggableDatabase was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|