Class Product
Product specification for databasecenter resources.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class Product : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Engine
Optional. The specific engine that the underlying database is running.
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinorVersion
Optional. Minor version of the underlying database engine. Example values: For MySQL, it could be "8.0.35", "5.7.25" etc. For PostgreSQL, it could be "14.4", "15.5" etc.
Declaration
[JsonProperty("minorVersion")]
public virtual string MinorVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. Type of specific database product. It could be CloudSQL, AlloyDB etc..
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Optional. Version of the underlying database engine. Example values: For MySQL, it could be "8.0", "5.7" etc. For Postgres, it could be "14", "15" etc.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |