Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbServer.
Details of the database server resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/
Generated from protobuf message google.cloud.oracledatabase.v1.DbServer
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 database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server} |
↳ display_name |
string
Optional. User friendly name for this resource. |
↳ properties |
Google\Cloud\OracleDatabase\V1\DbServerProperties
Optional. Various properties of the database server. |
getName
Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Optional. User friendly name for this resource.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Optional. User friendly name for this resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProperties
Optional. Various properties of the database server.
Returns | |
---|---|
Type | Description |
Google\Cloud\OracleDatabase\V1\DbServerProperties|null |
hasProperties
clearProperties
setProperties
Optional. Various properties of the database server.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\OracleDatabase\V1\DbServerProperties
|
Returns | |
---|---|
Type | Description |
$this |