Google Cloud Oracle Database V1 Client - Class DbServer (0.6.1)

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 \ V1

Methods

__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 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
DbServerProperties|null

hasProperties

clearProperties

setProperties

Optional. Various properties of the database server.

Parameter
Name Description
var DbServerProperties
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.