Oracle Database@Google Cloud v1 API - Class DbServer (1.0.0-beta01)

public sealed class DbServer : IMessage<DbServer>, IEquatable<DbServer>, IDeepCloneable<DbServer>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbServer.

Details of the database server resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/

Inheritance

object > DbServer

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DbServer()

public DbServer()

DbServer(DbServer)

public DbServer(DbServer other)
Parameter
Name Description
other DbServer

Properties

DbServerName

public DbServerName DbServerName { get; set; }

DbServerName-typed view over the Name resource name property.

Property Value
Type Description
DbServerName

DisplayName

public string DisplayName { get; set; }

Optional. User friendly name for this resource.

Property Value
Type Description
string

Name

public string Name { get; set; }

Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}

Property Value
Type Description
string

Properties

public DbServerProperties Properties { get; set; }

Optional. Various properties of the database server.

Property Value
Type Description
DbServerProperties