Database Center v1beta API - Class Product (1.0.0-beta01)

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

Reference documentation and code samples for the Database Center v1beta API class Product.

Product specification for databasecenter resources.

Inheritance

object > Product

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

Product()

public Product()

Product(Product)

public Product(Product other)
Parameter
Name Description
other Product

Properties

Engine

public Engine Engine { get; set; }

Optional. The specific engine that the underlying database is running.

Property Value
Type Description
Engine

MinorVersion

public string MinorVersion { get; set; }

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.

Property Value
Type Description
string

Type

public ProductType Type { get; set; }

Optional. Type of specific database product. It could be CloudSQL, AlloyDB etc..

Property Value
Type Description
ProductType

Version

public string Version { get; set; }

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.

Property Value
Type Description
string